Skip to content

Releases: RAMP-PCAR/dqvue

DQVue v0.5.0

17 May 17:02
7178956
Compare
Choose a tag to compare

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' or DQV.language = 'en' (#6)
  • added lables to the chart slider input fields (#20)

DQVue v0.4.7

06 Apr 13:50
acefac1
Compare
Choose a tag to compare

Bug Fixes

  • fixes a bug from the previous release (v0.4.6) where slider handles were misaligned for unknown reason

DQVue v0.4.6

06 Apr 13:47
d780512
Compare
Choose a tag to compare

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; it true 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

15 Feb 16:21
da1112a
Compare
Choose a tag to compare

Bug Fixes

  • under some circumstances, the slider margin was ignored when setting range on the chart itself (#18)

DQVue v0.4.4

06 Feb 17:20
7672a70
Compare
Choose a tag to compare

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

26 Jan 13:18
9276183
Compare
Choose a tag to compare

Bug Fixes

  • [IE11] pass custom css class names set in the dv-table-class attribute on the dv-chart-table node to the generated chart table (#13)

DQVue v0.4.2

22 Jan 17:57
a60d9dc
Compare
Choose a tag to compare

Bug Fixes

  • ensure chart-slider always has an updated reference to highchart object after the chart is refreshed (#9)
  • preserve original setExtremes events set on the chart config object (#10)