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

Commit 602c246

Browse files
chore(release): 1.0.0-beta.2 [skip ci]
# [1.0.0-beta.2](v1.0.0-beta.1...v1.0.0-beta.2) (2021-07-20) ### Bug Fixes * add src (temporary) and README.md to npm package ([7eccbc4](7eccbc4)) * **demo-content:** pr fix ([e1daa8d](e1daa8d)) * **events:** stop playground events bubbling after processing ([a6405dd](a6405dd)) * **options:** fix displaying active options ([12abac8](12abac8)) * **options:** fix options layout ([1169f4a](1169f4a)) * **style:** apply styles for child uip elements only ([19107b4](19107b4)) * **uip-bool-setting:** fix bool setting styles ([bbe3be6](bbe3be6)) * **uip-preview:** fix clearing innerHTML ([d5f7159](d5f7159)) * **uip-setting:** fix creating multiple setting's fields ([1e2b816](1e2b816)) ### Features * **demo-content:** add more demo content ([88cf696](88cf696)) * **uip-elements:** reduce token-list-utils methods complexity ([e60276d](e60276d)) * **uip-elements:** tech review changes ([ea2f084](ea2f084)) * **uip-model:** add ability to identify last state modifier; add model shorthand to uip-plugin ([bdd846a](bdd846a)) * **uip-model:** merge setAttribute & transformAttribute methods ([c192ae2](c192ae2)) * change fired markup instance ([5c8984f](5c8984f)) * state-model as observable ([48caeeb](48caeeb)) * **uip-preview:** add an ability to center preview content ([0491d8e](0491d8e))
1 parent fbe4cdb commit 602c246

3 files changed

Lines changed: 29 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
# [1.0.0-beta.2](https://github.com/exadel-inc/ui-playground/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2021-07-20)
2+
3+
4+
### Bug Fixes
5+
6+
* add src (temporary) and README.md to npm package ([7eccbc4](https://github.com/exadel-inc/ui-playground/commit/7eccbc457f129e47896e852cf2d6c1dc1da7f514))
7+
* **demo-content:** pr fix ([e1daa8d](https://github.com/exadel-inc/ui-playground/commit/e1daa8d268c5243fef9e97dafaca3f093452184e))
8+
* **events:** stop playground events bubbling after processing ([a6405dd](https://github.com/exadel-inc/ui-playground/commit/a6405dddfb034f604da9078b947904c7f8c954c9))
9+
* **options:** fix displaying active options ([12abac8](https://github.com/exadel-inc/ui-playground/commit/12abac8b570538939b012230a2e0da66a2fdc4bd))
10+
* **options:** fix options layout ([1169f4a](https://github.com/exadel-inc/ui-playground/commit/1169f4a91431ea48d2d0e4f9d8f135fbc07eca38))
11+
* **style:** apply styles for child uip elements only ([19107b4](https://github.com/exadel-inc/ui-playground/commit/19107b4c4b0971c8cd7c1355e668040a6ba5e0be))
12+
* **uip-bool-setting:** fix bool setting styles ([bbe3be6](https://github.com/exadel-inc/ui-playground/commit/bbe3be6277e9fdd2d977ba7e66b6ee85ed1a21d3))
13+
* **uip-preview:** fix clearing innerHTML ([d5f7159](https://github.com/exadel-inc/ui-playground/commit/d5f7159d7e459e0ce7a5799b9581c991ed208066))
14+
* **uip-setting:** fix creating multiple setting's fields ([1e2b816](https://github.com/exadel-inc/ui-playground/commit/1e2b8167ad3af204dc7de1240b4391b1513ddb42))
15+
16+
17+
### Features
18+
19+
* **demo-content:** add more demo content ([88cf696](https://github.com/exadel-inc/ui-playground/commit/88cf69669a03b4caae39e479fbb417790c3ba537))
20+
* **uip-elements:** reduce token-list-utils methods complexity ([e60276d](https://github.com/exadel-inc/ui-playground/commit/e60276d78ef3aa8ab83cc4b5b91a95b587bbf704))
21+
* **uip-elements:** tech review changes ([ea2f084](https://github.com/exadel-inc/ui-playground/commit/ea2f084d10d0d02188ca89f290f9d53ea913fc49))
22+
* **uip-model:** add ability to identify last state modifier; add model shorthand to uip-plugin ([bdd846a](https://github.com/exadel-inc/ui-playground/commit/bdd846aa1a4229f01070497c61f27ddfeb0a8f51))
23+
* **uip-model:** merge setAttribute & transformAttribute methods ([c192ae2](https://github.com/exadel-inc/ui-playground/commit/c192ae2b81fdeb85e7aefc93afc3c38995591af1))
24+
* change fired markup instance ([5c8984f](https://github.com/exadel-inc/ui-playground/commit/5c8984f2fd3e06058c0f73a476833bd81f2fdc69))
25+
* state-model as observable ([48caeeb](https://github.com/exadel-inc/ui-playground/commit/48caeeb3af3e5396bacc35270d7ef7a1a992f31d))
26+
* **uip-preview:** add an ability to center preview content ([0491d8e](https://github.com/exadel-inc/ui-playground/commit/0491d8e2e9144192034e4f6e491182cbbc1e1e78))
27+
128
# 1.0.0-beta.1 (2021-05-20)
229

330

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "1.0.0-beta.1",
3+
"version": "1.0.0-beta.2",
44
"description": "UIPlayground is a solution for presenting your custom components.",
55
"keywords": [
66
"playground",

0 commit comments

Comments
 (0)