@retailcrm/embed-ui 0.9.11-alpha.4 → 0.9.11-alpha.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/coverage/clover.xml +287 -290
- package/coverage/coverage-final.json +5 -5
- package/coverage/index.html +15 -15
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
## [0.9.11-alpha.6](https://github.com/retailcrm/embed-ui/compare/v0.9.11-alpha.5...v0.9.11-alpha.6) (2026-03-06)
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **v1-components:** UiSelect trigger width fill behavior was restored ([0793c1a](https://github.com/retailcrm/embed-ui/commit/0793c1a840bc5efe1424ec6f884599b1fa0f3a31))
|
|
9
|
+
## [0.9.11-alpha.5](https://github.com/retailcrm/embed-ui/compare/v0.9.11-alpha.4...v0.9.11-alpha.5) (2026-03-06)
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **v1-components:** ID's inside UiNumberStepper ([5985012](https://github.com/retailcrm/embed-ui/commit/5985012be1e79d4a1746beb9a7b81ae32b59cdea))
|
|
14
|
+
* **v1-components:** Storybook remote worker loading was corrected ([a367ee1](https://github.com/retailcrm/embed-ui/commit/a367ee161442cf61d107eeda527d600453599fa9))
|
|
15
|
+
* **v1-components:** UiSelect attrs forwarding to trigger was enabled ([5913f39](https://github.com/retailcrm/embed-ui/commit/5913f39a6b412018d896c033ec674efb9cb91d5c))
|
|
16
|
+
* **v1-components:** UiSelect remote value prop typing was corrected ([89d9f14](https://github.com/retailcrm/embed-ui/commit/89d9f14f159867e86cb6a0bc0032f1a19188603b))
|
|
4
17
|
## [0.9.11-alpha.4](https://github.com/retailcrm/embed-ui/compare/v0.9.11-alpha.3...v0.9.11-alpha.4) (2026-03-06)
|
|
5
18
|
|
|
6
19
|
### Bug Fixes
|