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

Commit 40b2c20

Browse files
chore(release): 1.0.0-beta.9 [skip ci]
# [1.0.0-beta.9](v1.0.0-beta.8...v1.0.0-beta.9) (2022-04-22) ### Bug Fixes * fixed snippet dropdown scrollbar blinking ([17bc2a5](17bc2a5)) * **options:** lint fix ([5d71196](5d71196)) * **options:** pr fix ([31cdd93](31cdd93)) * **option:** style dark-theme options ([2c70b58](2c70b58)) * **package-lock:** update lock.json ([bdd9606](bdd9606)) * **plugins:** add UIPSettings to exports ([35b4507](35b4507)) * **replace-links:** replace 'replaceAll' with 'replace' to support 14th node ([c74ef33](c74ef33)) * **root:** refactor uip-root attributes' docs ([1cf7791](1cf7791)) * **rtl-option:** change 'dir' target ([4c9a2d5](4c9a2d5)) * **select-setting:** fix empty option processing ([d1b9760](d1b9760)) * **select-setting:** fix options processing ([bc9c8b8](bc9c8b8)) * **select-setting:** fix styles path ([314370c](314370c)) * **select-setting:** pr fix ([ab525c4](ab525c4)) * **slider-setting:** cosmetic fix ([383d950](383d950)) * **slider-setting:** lint fix ([6d6110b](6d6110b)) * **slider-setting:** lint fix ([359b8ce](359b8ce)) * **slider-setting:** pr fix ([3ef3dcf](3ef3dcf)) ### Features * changed layout; added editor/settings collapsing feat; added header ([cd27806](cd27806)) * **docs-links:** add plugin to replace links domains ([872a7b6](872a7b6)) * **icons:** add icons for options ([9d9154f](9d9154f)) * **option:** implement uip-option ([f363889](f363889)) * **options:** add attributes for hiding options ([3556108](3556108)) * **options:** update options svg styles ([e4686ba](e4686ba)) * **rtl-option:** cosmetic fixes ([4f2f86c](4f2f86c)) * **rtl-option:** implement rtl switcher option ([6ca2a31](6ca2a31)) * **rtl-option:** replace dir attribute with styles ([53f915f](53f915f)) * **slider-setting:** create docs/update examples for slider setting ([10f9768](10f9768)) * **slider-setting:** implement slider setting ([96eb2b5](96eb2b5)) * **snippets:** method name fix ([38a4c5e](38a4c5e)) * **state:** fire state changing as microtask ([1d16afe](1d16afe)) * **state:** rename method ([1f7917a](1f7917a)) * **state:** rename method ([e51f653](e51f653)) * **state:** set fire state changing for several state modifications ([58c8304](58c8304))
1 parent 0d240ab commit 40b2c20

3 files changed

Lines changed: 46 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,46 @@
1+
# [1.0.0-beta.9](https://github.com/exadel-inc/ui-playground/compare/v1.0.0-beta.8...v1.0.0-beta.9) (2022-04-22)
2+
3+
4+
### Bug Fixes
5+
6+
* fixed snippet dropdown scrollbar blinking ([17bc2a5](https://github.com/exadel-inc/ui-playground/commit/17bc2a5ae4949aec75c9f7e36382f95fb9bdbe5a))
7+
* **options:** lint fix ([5d71196](https://github.com/exadel-inc/ui-playground/commit/5d71196e08f3a24829f8cb2faad12af1c3a9f10b))
8+
* **options:** pr fix ([31cdd93](https://github.com/exadel-inc/ui-playground/commit/31cdd935565d7dddabfc79a64083c07b41b05e27))
9+
* **option:** style dark-theme options ([2c70b58](https://github.com/exadel-inc/ui-playground/commit/2c70b589aea9db43fded32bbcb79941b837c21a6))
10+
* **package-lock:** update lock.json ([bdd9606](https://github.com/exadel-inc/ui-playground/commit/bdd9606a09e364ca30b69c3c02b69f29c14856ec))
11+
* **plugins:** add UIPSettings to exports ([35b4507](https://github.com/exadel-inc/ui-playground/commit/35b45071407927462b93ef9fac089f7b7c91cf6a))
12+
* **replace-links:** replace 'replaceAll' with 'replace' to support 14th node ([c74ef33](https://github.com/exadel-inc/ui-playground/commit/c74ef3358124767f13d6f7656e9a0eaf8ab8fc2d))
13+
* **root:** refactor uip-root attributes' docs ([1cf7791](https://github.com/exadel-inc/ui-playground/commit/1cf77911b6c3fba0bf8e55e3e72ef5527bf67005))
14+
* **rtl-option:** change 'dir' target ([4c9a2d5](https://github.com/exadel-inc/ui-playground/commit/4c9a2d502cf62414623f7ef386bbb548efa0d2eb))
15+
* **select-setting:** fix empty option processing ([d1b9760](https://github.com/exadel-inc/ui-playground/commit/d1b9760e067372df588fdc9ecdcc0ec4f9a787cd))
16+
* **select-setting:** fix options processing ([bc9c8b8](https://github.com/exadel-inc/ui-playground/commit/bc9c8b8a64d841b7491d19be5eca11badf343ed9))
17+
* **select-setting:** fix styles path ([314370c](https://github.com/exadel-inc/ui-playground/commit/314370c1212c2c57bae1670ea3c4d0b8516b8f4e))
18+
* **select-setting:** pr fix ([ab525c4](https://github.com/exadel-inc/ui-playground/commit/ab525c49651d11b0e5c69b7d348ff17c7e733940))
19+
* **slider-setting:** cosmetic fix ([383d950](https://github.com/exadel-inc/ui-playground/commit/383d9507c89eeffa3f32c26d36ab88a8866c8336))
20+
* **slider-setting:** lint fix ([6d6110b](https://github.com/exadel-inc/ui-playground/commit/6d6110b3123ff1b54e0a4af74d57e768f918d7e4))
21+
* **slider-setting:** lint fix ([359b8ce](https://github.com/exadel-inc/ui-playground/commit/359b8ce84dcb3b3c56b108192e742384113dd1e8))
22+
* **slider-setting:** pr fix ([3ef3dcf](https://github.com/exadel-inc/ui-playground/commit/3ef3dcff0ba98f4e905e4281eb3e998e8c1b45db))
23+
24+
25+
### Features
26+
27+
* changed layout; added editor/settings collapsing feat; added header ([cd27806](https://github.com/exadel-inc/ui-playground/commit/cd278066aa790a323d0a201e86d6a22e1ae1aafb))
28+
* **docs-links:** add plugin to replace links domains ([872a7b6](https://github.com/exadel-inc/ui-playground/commit/872a7b6ded1a0b07dd861cb436506c4632ed1f8b))
29+
* **icons:** add icons for options ([9d9154f](https://github.com/exadel-inc/ui-playground/commit/9d9154f2c15b6118331bd39f6a38eb99aa6f1828))
30+
* **option:** implement uip-option ([f363889](https://github.com/exadel-inc/ui-playground/commit/f3638891234bc608ac8ba7d9a413372d864215d4))
31+
* **options:** add attributes for hiding options ([3556108](https://github.com/exadel-inc/ui-playground/commit/35561081f556513a21909f890bb7bc82b9109bfb))
32+
* **options:** update options svg styles ([e4686ba](https://github.com/exadel-inc/ui-playground/commit/e4686bad2512edbf58988cc65ff5c2eaa051b034))
33+
* **rtl-option:** cosmetic fixes ([4f2f86c](https://github.com/exadel-inc/ui-playground/commit/4f2f86c4d0f274b2be48d203facd1dcb552f8417))
34+
* **rtl-option:** implement rtl switcher option ([6ca2a31](https://github.com/exadel-inc/ui-playground/commit/6ca2a3136d9baae298a6cc3d6bc390ed319cc160))
35+
* **rtl-option:** replace dir attribute with styles ([53f915f](https://github.com/exadel-inc/ui-playground/commit/53f915fce7867ff938a9e548528919b50d318f5a))
36+
* **slider-setting:** create docs/update examples for slider setting ([10f9768](https://github.com/exadel-inc/ui-playground/commit/10f97682db92cef47203e0cb573539adcde9b859))
37+
* **slider-setting:** implement slider setting ([96eb2b5](https://github.com/exadel-inc/ui-playground/commit/96eb2b55d330814433200342d2a85c9deb80903c))
38+
* **snippets:** method name fix ([38a4c5e](https://github.com/exadel-inc/ui-playground/commit/38a4c5eec5b010e5aa634b38efda63d3c8a36b4c))
39+
* **state:** fire state changing as microtask ([1d16afe](https://github.com/exadel-inc/ui-playground/commit/1d16afea26c5f0a9590c724d70867d542ba16e07))
40+
* **state:** rename method ([1f7917a](https://github.com/exadel-inc/ui-playground/commit/1f7917ab75a031d954f410e5e7c6c2d16bbe2392))
41+
* **state:** rename method ([e51f653](https://github.com/exadel-inc/ui-playground/commit/e51f653c598eb46119abb7816c083bce2396003c))
42+
* **state:** set fire state changing for several state modifications ([58c8304](https://github.com/exadel-inc/ui-playground/commit/58c8304d6823de697ea239b01ddea1d39abb732e))
43+
144
# [1.0.0-beta.8](https://github.com/exadel-inc/ui-playground/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2021-11-16)
245

346

package-lock.json

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

0 commit comments

Comments
 (0)