Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Releases: exadel-inc/ui-playground

v2.0.0-beta.3

v2.0.0-beta.3 Pre-release
Pre-release

Choose a tag to compare

@yadamskaya yadamskaya released this 27 Dec 11:07

2.0.0-beta.3 (2023-12-27)

Bug Fixes

  • fix resize feature / resize internal API ; (792ac98)
  • fix visual accessibility, rework copy button icon (c4eb87d)

Features

  • add ability to use dummy text comments, refactor processors services (696c4b7)

v2.0.0-beta.2

v2.0.0-beta.2 Pre-release
Pre-release

Choose a tag to compare

@yadamskaya yadamskaya released this 13 Dec 23:44

2.0.0-beta.2 (2023-12-13)

Code Refactoring

  • uip-option: uip-options removed (86d52f0)

Features

  • add resize feature for plugin panels (45d5bf9)
  • complete UX API rework of panel-plugins (d2b6884)
  • introduce uip-header reimplementation (7c63ba5)
  • plugin structure and API rework (new abstraction layer and events) (318668f)
  • snippets: add manual root detection for plugins (ff6ddf7)
  • snippets: add tab mode (24ee727)
  • uip-copy: create separate uip-copy plugin (38de6ba)
  • uip-editor: rework uip-editor plugin with self UI state management and header section support (4330698)
  • uip-preview: add preview plugin smooth content change animation (aaeb33d)
  • uip-preview: fix resize feature, add scrollbars for preview area (46a99de)
  • uip-settings: new uip-settings tag API (b4e5622)
  • uip-snippets: totally rework header and snippets modules (ebeb66b)
  • uip-toggle-dir: separate uip-toggle-dir widget to control uip-preview direction (d778ec8)
  • uip-toggle-theme: separate uip-toggle-theme widget to control UIP instance theme (52a4bd2)

BREAKING CHANGES

  • uip-header and uip-options are removed. Use uip-snippets (uip-snippets-list, uip-snippets-title),
    or combine it with buttons (uip-copy, uip-theme-toggle, uip-direction-toggle)
  • uip-option: uip-options plugin removed

v2.0.0-beta.1

v2.0.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@yadamskaya yadamskaya released this 26 Sep 15:18

2.0.0-beta.1 (2023-09-26)

Bug Fixes

  • core: add embedded normalization utils for UIPModel to resolve multiple extra refreshes (0fc8891)

  • core: fix css/less output of the project (82d88d4)

  • editor: fix extra actions of editor module, fix flow. Reduce risks of extra reinitialization without content change (6319288)

  • remove unnecessary imports (387d436)

  • feat!: finalizing update 2.0.0 (595c3f9)

BREAKING CHANGES

  • #512, #519 - Replace ACE editor with CodeJar + PrismJs
  • #525 - rework UIP general livecycle

v1.1.0-beta.4

v1.1.0-beta.4 Pre-release
Pre-release

Choose a tag to compare

@yadamskaya yadamskaya released this 21 Sep 11:11

1.1.0-beta.4 (2023-09-21)

Bug Fixes

  • core: fix jsx-dom dependency to be main dependency (instead of dev one) (b0de47d)

Features

  • uip-editor: uip-editor reworked to use latest version of CodeJar and Prism without producing side-effects (8216d2a)

v1.1.0-beta.3

v1.1.0-beta.3 Pre-release
Pre-release

Choose a tag to compare

@yadamskaya yadamskaya released this 04 Sep 15:30

1.1.0-beta.3 (2023-09-04)

Features

  • replace browser scroll with esl scrollbar (11f2935)

v1.1.0-beta.2

v1.1.0-beta.2 Pre-release
Pre-release

Choose a tag to compare

@yadamskaya yadamskaya released this 25 Aug 09:47

1.1.0-beta.2 (2023-08-25)

Bug Fixes

  • add LTR icon (05120e0)
  • editor: inline dark-theme styles (39bac5d)
  • editor: pr fix (697370a)
  • fix dropdown control dark theme coloring (cc35b47)
  • fix multiple playground options missing (efbb8bf)
  • fixed collapsed settings blinking during resize (dabe412)
  • pr fixes (aa5938d)
  • styles: remove unused dark theme styles (a972a53)

Features

v1.1.0-beta.1

v1.1.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@yadamskaya yadamskaya released this 03 Jul 08:38

1.1.0-beta.1 (2023-07-03)

Bug Fixes

  • options: specify click event target (be10ce9)

Features

  • add copy svg to OptionIcons class, fix click events (c0438fb)
  • create OptionIcons class, update options config and styles (f906155)

v1.0.0

Choose a tag to compare

@yadamskaya yadamskaya released this 06 Mar 12:47

v1.0.0 (2023-03-06)

UI Playground v1.0.0 was released!

For more information, please read the documentation.

v1.0.0-beta.13

v1.0.0-beta.13 Pre-release
Pre-release

Choose a tag to compare

@yadamskaya yadamskaya released this 30 Aug 14:24

1.0.0-beta.13 (2022-08-30)

Bug Fixes

  • bool-setting: remove console.log (72f3c8d)

Features

  • setting: disable setting when there are no targets (7297748)
  • setting: move disable logic to setter (fd1b479)
  • setting: style disabled settings (f769a18)

v1.0.0-beta.12

v1.0.0-beta.12 Pre-release
Pre-release

Choose a tag to compare

@yadamskaya yadamskaya released this 19 Aug 14:36

1.0.0-beta.12 (2022-08-19)

Bug Fixes

  • options: remove margin-left for options (d7d240c)
  • registration: lint fix (05b43e4)
  • rtl-option: add text-alignment to rtl option (b97617c)
  • select-setting: lint fix (1d07ee6)
  • select-setting: lint fix (c6f9b79)
  • select-setting: listen closest root only for theme changes (148987e)
  • select-setting: refactor theme listener (f840316)
  • select-setting: reset select class on light theme (a1d749e)
  • select: fix theme change event name for listener (2b19b39)
  • settings: change settings register order (033df78)

Features

  • select-setting: add dark-theme styling (6269d31)