5.4.0 (2026-03-03)
- 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)
- allow config to be passed as a URL or as an object (138b0bc)
- rename makeVisualizerOption from configURL to config. This is how the property is named in the visualizer. (138b0bc)
5.2.1 (2026-02-26)
- add ci- attributes to the right element (1cf9991)
5.2.0 (2026-02-26)
- add viewURL and configURL to makeVisualizerPage (2649331)
5.1.1 (2026-02-26)
- init scriptUrl if not specified (c95bf3c)
5.1.0 (2026-02-26)
- --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)
- properly publish bin (e78980d)
5.0.0 (2026-02-26)
- the
versionprop was removed. Either construct visualizer.html page with appropriateloadversionandfallbackVersionoptions, or use the newqueryParametersprop to customize the behaviour.
- rework Visualizer components API (0ab1d4c)
- make sure makeVisualizerPage can be used properly with npx (f44b6a7)
4.1.0 (2026-02-25)
4.0.0 (2026-02-25)
- stop supporting very old browsers which do not support fetch or URL