Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CHANGELOG.md #114

Merged
merged 6 commits into from
Dec 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading