Releases: bprusinowski/plotteus
Releases · bprusinowski/plotteus
v1.3.0
What's Changed
- feat: Add support for custom SVG color backgrounds by @bprusinowski in #29
- fix: Label position issues by @bprusinowski in #30
Full Changelog: v1.2.2...v1.3.0
v1.2.2
What's Changed
- feat: Use ES2021 for build by @bprusinowski in #22
- chore: Update dependencies by @bprusinowski in #23
- test: Replace jest with vitest by @bprusinowski in #24
- chore: Use yarn instead of npm by @bprusinowski in #25
- refactor: Extract chart-specific logic by @bprusinowski in #26
- fix: Datum teleportation jump when changing dimensions (Scatter) by @bprusinowski in #27
- refactor: Do not translate groups by @bprusinowski in #28
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- fix: Overlapping bar charts labels & default VerticalAxis presence by @bprusinowski in #21
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- refactor: Improve types by @bprusinowski in #19
- feat: Add horizontal bar chart by @bprusinowski in #20
Full Changelog: v1.1.7...v1.2.0
v1.1.7
v1.1.6
v1.1.5
What's Changed
- feat: Compare maxValue to sum of values for chart types other than bar and scatter by @bprusinowski in #15
- feat: Add an option to pass custom layout to Treemap by @bprusinowski in #16
Full Changelog: v.1.1.4...v1.1.5
v.1.1.4
What's Changed
- feat: Improve Axis tick count by @bprusinowski in #9
- refactor: Add StepMeta by @bprusinowski in #10
- feat: Add facets example by @bprusinowski in #12
- fix: Double Tooltip append by @bprusinowski in #13
- feat: Add an ability to set custom tick format for Axis by @bprusinowski in #14
Full Changelog: v1.1.3...v.1.1.4