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

Commit 335bd4a

Browse files
chore(release): 2.0.0-beta.11 [skip ci]
# [2.0.0-beta.11](v2.0.0-beta.10...v2.0.0-beta.11) (2024-01-26) ### Bug Fixes * remove setting inconsistent value change from updateFrom of Base Setting ([3dd80d1](3dd80d1)) ### Features * ability to set active snippet by anchor ([75dad49](75dad49)) * add script support to isolated template (including formatting, rendering, store and snippets support) ([1c0aac8](1c0aac8)) * **editor:** add script editor mode ([d35fdc5](d35fdc5)) * **preview:** add isolated (iframe) mod support for preview area ([e435b3c](e435b3c)) * simplify processors and split instances for each source type ([c6fceb0](c6fceb0))
1 parent 2423687 commit 335bd4a

4 files changed

Lines changed: 22 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [2.0.0-beta.11](https://github.com/exadel-inc/ui-playground/compare/v2.0.0-beta.10...v2.0.0-beta.11) (2024-01-26)
2+
3+
4+
### Bug Fixes
5+
6+
* remove setting inconsistent value change from updateFrom of Base Setting ([3dd80d1](https://github.com/exadel-inc/ui-playground/commit/3dd80d16744b646cb2e850994cc643949156bfd0))
7+
8+
9+
### Features
10+
11+
* ability to set active snippet by anchor ([75dad49](https://github.com/exadel-inc/ui-playground/commit/75dad4999d6aff553796300ed09044a0893ea712))
12+
* add script support to isolated template (including formatting, rendering, store and snippets support) ([1c0aac8](https://github.com/exadel-inc/ui-playground/commit/1c0aac8992e0c036cc567c8be69fb46c604ed8c2))
13+
* **editor:** add script editor mode ([d35fdc5](https://github.com/exadel-inc/ui-playground/commit/d35fdc53504024de2e9d4bba94039ca6875bfbea))
14+
* **preview:** add isolated (iframe) mod support for preview area ([e435b3c](https://github.com/exadel-inc/ui-playground/commit/e435b3ccb4efc27c3055be0dfc8d8f0199922b6d))
15+
* simplify processors and split instances for each source type ([c6fceb0](https://github.com/exadel-inc/ui-playground/commit/c6fceb04424cbe4eab4e9b8329021632b29ddd45))
16+
117
# [2.0.0-beta.10](https://github.com/exadel-inc/ui-playground/compare/v2.0.0-beta.9...v2.0.0-beta.10) (2024-01-16)
218

319

package-lock.json

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@exadel/ui-playground",
3-
"version": "2.0.0-beta.10",
3+
"version": "2.0.0-beta.11",
44
"description": "UIPlayground is a solution for presenting your custom components.",
55
"license": "MIT",
66
"keywords": [

site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@exadel/ui-playground-site",
3-
"version": "2.0.0-beta.10",
3+
"version": "2.0.0-beta.11",
44
"private": true,
55
"description": "Site of UI Playground project",
66
"license": "MIT",

0 commit comments

Comments
 (0)