Skip to content

Latest commit

 

History

History
71 lines (37 loc) · 3.78 KB

File metadata and controls

71 lines (37 loc) · 3.78 KB

Changelog

2.0.2 (2026-03-03)

Bug Fixes

  • pass query options to the visualize iframe in a way which is compatible with how it was built (7ba0c2e)

2.0.1 (2026-02-26)

Bug Fixes

  • pass visualizer config via makeVisualizerPage (66ab619)

2.0.0 (2026-02-26)

⚠ BREAKING CHANGES

  • build options for the visualizer iframe are grouped under the visualizer key and renamed to match the original options. rocLogin.urlAbsolute support removed. Use url + redirect.

Features

1.0.2 (2026-02-12)

Bug Fixes

  • don't override title with default title (f2c6b9f)

1.0.1 (2025-09-02)

Bug Fixes

  • avoid race condition when creating the static directory (6baf922)

1.0.0 (2025-09-01)

⚠ BREAKING CHANGES

  • upgrade deps and more (#52)

Features

  • add load option (421f77a)
  • allow noFocus option to be passed via IframeBridge (73f2b32)
  • remember last selected tab (43144fa)

Bug Fixes

  • allow clipboard API in iframe additionally to fullscreen (3a433a2)
  • always send data on first render (dc7d065)
  • correct bug in dependency (1bec533)
  • focus the correct tab (15a6b10)
  • iframeMessageHandler: break when message handled (a7f83f3)
  • line height of tab close cross (f8c1586)
  • Rewritten url in different property to avoid cumulating rewrites (4411bf0)
  • update broken dep (9cd2ad9)
  • webpack build promise (#48) (ba56886)

Miscellaneous Chores