Skip to content

Releases: exadel-inc/ui-playground

v2.0.0-beta.10

16 Jan 20:00
Compare
Choose a tag to compare
v2.0.0-beta.10 Pre-release
Pre-release

2.0.0-beta.10 (2024-01-16)

Features

  • add settings state change handler and state marker (bfca95c)

v2.0.0-beta.9

11 Jan 12:40
Compare
Choose a tag to compare
v2.0.0-beta.9 Pre-release
Pre-release

2.0.0-beta.9 (2024-01-11)

Features

  • add inactive class to base setting (e669223)

v2.0.0-beta.8

04 Jan 19:16
Compare
Choose a tag to compare
v2.0.0-beta.8 Pre-release
Pre-release

2.0.0-beta.8 (2024-01-04)

Bug Fixes

  • arrow animation due to re-rendering after collapsed state change (dc08727)
  • fix vertical resize divider line (196231b)
  • remove ESL styles from the main output / create registration.all with full import (345a32e)
  • remove extra divider lines, rename some of the global properties (96feca0)
  • snippets: dropdown doesn't open if ESL 5.0.0 is being used (c72371e)

v2.0.0-beta.7

28 Dec 16:19
Compare
Choose a tag to compare
v2.0.0-beta.7 Pre-release
Pre-release

2.0.0-beta.7 (2023-12-28)

Bug Fixes

  • fix build-files and peer dependency declaration (557541a)

v2.0.0-beta.6

28 Dec 15:18
Compare
Choose a tag to compare
v2.0.0-beta.6 Pre-release
Pre-release

2.0.0-beta.6 (2023-12-28)

Bug Fixes

  • main module peer dependency esl restrictions actualized (e77c6df)
  • restructuring to separate site module; style fixes (62bebc2)
  • uip-root default height (8c0e691)

v2.0.0-beta.5

28 Dec 00:10
Compare
Choose a tag to compare
v2.0.0-beta.5 Pre-release
Pre-release

2.0.0-beta.5 (2023-12-28)

Bug Fixes

  • fix esl version for consumption up to 6th (ad18d67)

v2.0.0-beta.4

27 Dec 11:22
Compare
Choose a tag to compare
v2.0.0-beta.4 Pre-release
Pre-release

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

Bug Fixes

  • panel: fix panel header width in vertical mode (d7855dd)

v2.0.0-beta.3

27 Dec 11:07
Compare
Choose a tag to compare
v2.0.0-beta.3 Pre-release
Pre-release

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

13 Dec 23:44
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

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

26 Sep 15:18
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

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