From a180fa1ada0f295b928d35043a56062c95729db7 Mon Sep 17 00:00:00 2001
From: humphreylee <66808535+humphreylee@users.noreply.github.com>
Date: Sun, 3 Nov 2024 12:39:30 +0800
Subject: [PATCH 1/6] Added CHANGELOG.md
---
CHANGELOG.md | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..0df783b
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,17 @@
+# Changelog
+
+## [Unreleased]
+
+## 0.4.1 - 11/03/2024 (tbd)
+- Starts of Changelog
+- Deriving a lot of common functionality (Debug, Clone, etc.)
+- The wonderful dz! macro
+- Some new fields, e.g. Label for Scatter plot, ItemSyle for BoxPlot, MarkLine's precision, Tooltips
+- Updated the leptos example to the latest stable version
+- Upgraded to echarts 5.5.0
+- Fixed some serialization bugs
+- Fixed a bug where the ssr renderer did not work
+
+[Breaking Changes:](#breaking_changes_0.4.1)
+- None
+
From 2aefbc65aee0963655092304079655ed1d27be24 Mon Sep 17 00:00:00 2001
From: humphreylee <66808535+humphreylee@users.noreply.github.com>
Date: Mon, 4 Nov 2024 08:13:21 +0800
Subject: [PATCH 2/6] Update CHANGELOG.md - Added PR links
Added PR link for each change.
---
CHANGELOG.md | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0df783b..52079bf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,13 +4,14 @@
## 0.4.1 - 11/03/2024 (tbd)
- Starts of Changelog
-- Deriving a lot of common functionality (Debug, Clone, etc.)
-- The wonderful dz! macro
-- Some new fields, e.g. Label for Scatter plot, ItemSyle for BoxPlot, MarkLine's precision, Tooltips
-- Updated the leptos example to the latest stable version
-- Upgraded to echarts 5.5.0
-- Fixed some serialization bugs
-- Fixed a bug where the ssr renderer did not work
+- Deriving a lot of common functionality (Debug, Clone, etc.) [#86](https://github.com/yuankunzhang/charming/pull/86)
+- The wonderful dz! macro [#100](https://github.com/yuankunzhang/charming/pull/100)
+- Some new fields, e.g. Label for Scatter plot, ItemSyle for BoxPlot, MarkLine's precision, Tooltips [#96](https://github.com/yuankunzhang/charming/pull/96), [#99](https://github.com/yuankunzhang/charming/pull/99), [#102](https://github.com/yuankunzhang/charming/pull/102)
+- Updated the leptos example to the latest stable version [#103](https://github.com/yuankunzhang/charming/pull/103)
+- Upgraded to echarts 5.5.0 [#93](https://github.com/yuankunzhang/charming/pull/93)
+- Added custome font setting [#112](https://github.com/yuankunzhang/charming/pull/112)
+- Fixed some serialization bugs [#97](https://github.com/yuankunzhang/charming/pull/97)
+- Fixed a bug where the ssr renderer did not work [#88](https://github.com/yuankunzhang/charming/pull/88)
[Breaking Changes:](#breaking_changes_0.4.1)
- None
From 78cffb55472c98f5f03b76965cbc11ab55f855da Mon Sep 17 00:00:00 2001
From: Luka <63709279+LukaOber@users.noreply.github.com>
Date: Mon, 11 Nov 2024 12:41:05 +0100
Subject: [PATCH 3/6] Update CHANGELOG.md
updated to echarts 5.5.1 instead of 5.5.0
---
CHANGELOG.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 52079bf..2d56d49 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,7 +8,7 @@
- The wonderful dz! macro [#100](https://github.com/yuankunzhang/charming/pull/100)
- Some new fields, e.g. Label for Scatter plot, ItemSyle for BoxPlot, MarkLine's precision, Tooltips [#96](https://github.com/yuankunzhang/charming/pull/96), [#99](https://github.com/yuankunzhang/charming/pull/99), [#102](https://github.com/yuankunzhang/charming/pull/102)
- Updated the leptos example to the latest stable version [#103](https://github.com/yuankunzhang/charming/pull/103)
-- Upgraded to echarts 5.5.0 [#93](https://github.com/yuankunzhang/charming/pull/93)
+- Upgraded to echarts 5.5.1 [#122](https://github.com/yuankunzhang/charming/pull/122)
- Added custome font setting [#112](https://github.com/yuankunzhang/charming/pull/112)
- Fixed some serialization bugs [#97](https://github.com/yuankunzhang/charming/pull/97)
- Fixed a bug where the ssr renderer did not work [#88](https://github.com/yuankunzhang/charming/pull/88)
From 6acbfc2bc6e61323c5789c8178d76920a067dd23 Mon Sep 17 00:00:00 2001
From: Luka <63709279+LukaOber@users.noreply.github.com>
Date: Mon, 11 Nov 2024 12:43:10 +0100
Subject: [PATCH 4/6] Update CHANGELOG.md
added startValue
---
CHANGELOG.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2d56d49..0d20bea 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,7 @@
- Added custome font setting [#112](https://github.com/yuankunzhang/charming/pull/112)
- Fixed some serialization bugs [#97](https://github.com/yuankunzhang/charming/pull/97)
- Fixed a bug where the ssr renderer did not work [#88](https://github.com/yuankunzhang/charming/pull/88)
+- Added startValue to axis types [#123](https://github.com/yuankunzhang/charming/pull/123)
[Breaking Changes:](#breaking_changes_0.4.1)
- None
From 824ac481beca9e0fffeccdb69c6fd3e2d6d8b7ce Mon Sep 17 00:00:00 2001
From: Luka <63709279+LukaOber@users.noreply.github.com>
Date: Sat, 14 Dec 2024 09:58:50 +0100
Subject: [PATCH 5/6] Update CHANGELOG.md
---
CHANGELOG.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0d20bea..c8cfd75 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,7 @@
- Fixed some serialization bugs [#97](https://github.com/yuankunzhang/charming/pull/97)
- Fixed a bug where the ssr renderer did not work [#88](https://github.com/yuankunzhang/charming/pull/88)
- Added startValue to axis types [#123](https://github.com/yuankunzhang/charming/pull/123)
+- Added step line support [#107](https://github.com/yuankunzhang/charming/pull/107)
[Breaking Changes:](#breaking_changes_0.4.1)
- None
From e6643f532d0ff2c5fdb2a5ec77c60bfdf5b0a177 Mon Sep 17 00:00:00 2001
From: Luka <63709279+LukaOber@users.noreply.github.com>
Date: Sat, 14 Dec 2024 13:00:19 +0100
Subject: [PATCH 6/6] Update CHANGELOG.md
---
CHANGELOG.md | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c8cfd75..90bbb01 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,7 @@
# Changelog
-## [Unreleased]
-
-## 0.4.1 - 11/03/2024 (tbd)
-- Starts of Changelog
+## Unreleased (tbd)
+- Start of Changelog
- Deriving a lot of common functionality (Debug, Clone, etc.) [#86](https://github.com/yuankunzhang/charming/pull/86)
- The wonderful dz! macro [#100](https://github.com/yuankunzhang/charming/pull/100)
- Some new fields, e.g. Label for Scatter plot, ItemSyle for BoxPlot, MarkLine's precision, Tooltips [#96](https://github.com/yuankunzhang/charming/pull/96), [#99](https://github.com/yuankunzhang/charming/pull/99), [#102](https://github.com/yuankunzhang/charming/pull/102)
@@ -15,6 +13,5 @@
- Added startValue to axis types [#123](https://github.com/yuankunzhang/charming/pull/123)
- Added step line support [#107](https://github.com/yuankunzhang/charming/pull/107)
-[Breaking Changes:](#breaking_changes_0.4.1)
+### Breaking changes
- None
-