Skip to content

Releases: cheminfo/visualizer-on-tabs

v2.0.2

03 Mar 15:59
b8bc889

Choose a tag to compare

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)

v2.0.1

26 Feb 18:04
f2490c3

Choose a tag to compare

2.0.1 (2026-02-26)

Bug Fixes

  • pass visualizer config via makeVisualizerPage (66ab619)

v2.0.0

26 Feb 09:58
2dfce6e

Choose a tag to compare

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

v1.0.2

12 Feb 11:30
04d4b6a

Choose a tag to compare

1.0.2 (2026-02-12)

Bug Fixes

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

v1.0.1

02 Sep 09:41
3a76e85

Choose a tag to compare

1.0.1 (2025-09-02)

Bug Fixes

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

v1.0.0

01 Sep 16:14
bf5e9e7

Choose a tag to compare

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