Releases: Glavin001/ember-c3
Releases · Glavin001/ember-c3
V4
⚠ BREAKING CHANGES
- Consuming apps must have ember-auto-import >= 2
- Addon component is now colocated requiring Ember v3.13 or above
- Drop support for Node v8, v10
Features
- Convert to a glimmer component (d54e91f)
- Modernize dummy app examples (daf8e3c)
- Upgrade to ember-auto-import v2 (c190b7f)
Bug Fixes
Release v3.0.2
3.0.2
Ember 3.12 - dropped Node 6 support
- [Breaking] Dropped Node 6 support
- Documentation updates
- Dummy app rewritten using angle brackets, native classes and decorators
v2.0.1
2.0.1
C3/D3 Latest
- Updated c3/d3 to latest
- Updated other reps
Breaking
Dropped testing and support for versions prior to Ember 2.18
Bumped cli
v1.2.2 1.2.2
v1.2.1
dtitle issue fix
Refresh logic not working correctly
Dynamic titles
Add the ability to dynamically change chart titles via the component (pr #89)
- Added dtitle property
- Updated examples in dummy app
- Added test for dynamic title change
TLC
- Upgrade from ember 1.13 to 3.4 LTS
- c3 and d3 latest versions
- Add c3 chart property for api access
- Add c3 title property
- Add interaction property
- Upgrade ember-cli-babel to v7
- Added integration tests for rendering and c3 events
- Removed c3 and d3 bower dependencies
- Document unloadDataBeforeChange
- Reworked dummy app examples and added additional examples
- Add logic to capture no data passed and provide dummy data to prevent c3 errors