Skip to content

Latest commit

 

History

History
129 lines (57 loc) · 7.37 KB

CHANGELOG.md

File metadata and controls

129 lines (57 loc) · 7.37 KB

1.9.2 (2024-07-23)

Bug Fixes

  • include core-events in bundle (not included by default in SBv8 as in SBv7 (#58) (8ebe23e)

1.9.1 (2024-07-22)

Bug Fixes

  • addon is not working on Storybook8 (#57) (4dc7417)

1.9.0 (2024-05-15)

Features

1.8.0 (2024-04-15)

Features

  • autocomplete: autocomplete enhancements (#53) (e86ec44)

1.7.1 (2024-04-03)

Bug Fixes

  • Editor's state should not be shared between tabs (#52) (50fe86f)

1.7.0 (2024-03-28)

Bug Fixes

  • useShare: shouldAllowShare logic (#49) (dd824af)

Features

  • share: allow disabling share capabilities (#50) (f618f37)

1.6.0 (2024-03-21)

Features

  • add share code capabilities for the playground (#46) (9a6195a)

1.5.0 (2024-03-18)

Features

  • codemirror extension to automatically insert matching tag name once closed (#44) (658ade1)
  • codemirror extension to automatically insert self closing tag once closed (#45) (929a9fc)

1.4.1 (2024-03-18)

Bug Fixes

  • classnames should be a dep, not a dev dep (#47) (113d362)

1.4.0 (2024-03-18)

Features

  • add autocomplete abilities for the playground editor (#43) (9c0f2d7)

1.3.0 (2024-02-07)

Bug Fixes

  • useToolbarActions: do not update code if current and new code are equal (#40) (7bee879)

Features

  • Panel: make topbar and left tabs sticky (#39) (44fa35e)

1.2.0 (2024-01-18)

Features

1.1.0 (2024-01-18)

Bug Fixes

  • beaker on Tool and EditorToolbar is not opening playground (#30) (0d6391e)
  • EditorTabs: fix shrinking tabs + add a11y to Tab component (#32) (0cf857e)
  • format: updating the code should only be done in case format result is valid (#31) (59fb474)

Features

  • automatically open playground panel when navigating to playground story (#29) (ad81616)

1.0.4 (2024-01-15)

Bug Fixes

  • editor should have self code state to not have circular dependency, change to events-based mechanism (#26) (13fffa9)

1.0.3 (2023-12-20)

Bug Fixes

1.0.2 (2023-12-20)

Bug Fixes