Skip to content

Latest commit

 

History

History
90 lines (40 loc) · 3.68 KB

File metadata and controls

90 lines (40 loc) · 3.68 KB

Changelog

5.4.0 (2026-03-03)

Features

  • add option on Visualizer component to pass query parameters to search string rather than hash of the url (da10af7)

5.3.0 (2026-02-26)

Features

  • allow config to be passed as a URL or as an object (138b0bc)

Bug Fixes

  • rename makeVisualizerOption from configURL to config. This is how the property is named in the visualizer. (138b0bc)

5.2.1 (2026-02-26)

Bug Fixes

  • add ci- attributes to the right element (1cf9991)

5.2.0 (2026-02-26)

Features

  • add viewURL and configURL to makeVisualizerPage (2649331)

5.1.1 (2026-02-26)

Bug Fixes

  • init scriptUrl if not specified (c95bf3c)

5.1.0 (2026-02-26)

Features

  • --scriptUrl CLI option added and --config to specify options via a JSON file (ed181cb)
  • --scriptUrl CLI option added and --config to specify options via a JSON file (d1a96a8)

5.0.1 (2026-02-26)

Bug Fixes

5.0.0 (2026-02-26)

⚠ BREAKING CHANGES

  • the version prop was removed. Either construct visualizer.html page with appropriate loadversion and fallbackVersion options, or use the new queryParameters prop to customize the behaviour.

Features

  • rework Visualizer components API (0ab1d4c)

Bug Fixes

  • make sure makeVisualizerPage can be used properly with npx (f44b6a7)

4.1.0 (2026-02-25)

Features

  • decide of a default loadversion parameter when making the visualizer page (#25) (e150ef3)

4.0.0 (2026-02-25)

⚠ BREAKING CHANGES

  • stop supporting very old browsers which do not support fetch or URL

Features