Releases: RAMP-PCAR/dqvue
Releases · RAMP-PCAR/dqvue
DQVue v0.5.0
Bug Fixes
- Slider now properly hides and shows when its config object is changed (#35)
- Slider and chart now stay in sync in all cases when using highcharts zoom functionality (#22)
Improvements
- User defined attributes on a dv-chart-table are now placed on the resulting table tag (#28)
- Added a new endpoint
updateTable()
which will generate the highcharts table taking into account any updates (#25 / #7) - DQV now has basic support for English and French, use
DQV.language = 'fr'
orDQV.language = 'en'
(#6) - added lables to the chart slider input fields (#20)
DQVue v0.4.7
Bug Fixes
- fixes a bug from the previous release (v0.4.6) where slider handles were misaligned for unknown reason
DQVue v0.4.6
Bug Fixes
- references to sections and charts are erroneously dropped on dismount making it impossible to remount (#30)
Improvements
dismount
now accepts a boolean value; ittrue
is provided, the mount element is removed from the DOM as well
Known Bugs
- slider handles are misaligned in this version; use v0.4.7
DQVue v0.4.5
Bug Fixes
- under some circumstances, the slider
margin
was ignored when setting range on the chart itself (#18)
DQVue v0.4.4
Bug Fixes
- clean up loose subscriptions in the section, chart, chart-table, and chart-slider components (#15)
- re-creates the chart-slider component every time its parent chart is re-rendered
Improvements
- add destroy events for chart and section components
- remove destroyed components from the global store
DQVue v0.4.3
Bug Fixes
- [IE11] pass custom css class names set in the
dv-table-class
attribute on thedv-chart-table
node to the generated chart table (#13)