Skip to content

Commit

Permalink
Merge pull request #114 from humphreylee/add_Changelog
Browse files Browse the repository at this point in the history
Add CHANGELOG.md
  • Loading branch information
LukaOber authored Dec 14, 2024
2 parents 47ad138 + e6643f5 commit 613ca30
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 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)
- Updated the leptos example to the latest stable version [#103](https://github.com/yuankunzhang/charming/pull/103)
- 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)
- 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
- None

0 comments on commit 613ca30

Please sign in to comment.