@retailcrm/embed-ui 0.9.11-alpha.6 → 0.9.11
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 +8 -0
- package/coverage/clover.xml +311 -315
- package/coverage/coverage-final.json +7 -7
- package/coverage/index.html +25 -25
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
## [0.9.11](https://github.com/retailcrm/embed-ui/compare/v0.9.11-alpha.7...v0.9.11) (2026-03-11)
|
|
5
|
+
## [0.9.11-alpha.7](https://github.com/retailcrm/embed-ui/compare/v0.9.11-alpha.6...v0.9.11-alpha.7) (2026-03-06)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
* **v1-components:** UiDatePicker root and popper ids were aligned ([c299531](https://github.com/retailcrm/embed-ui/commit/c299531928bc30c9c5ea60db3f8dcf6e1964f80e))
|
|
10
|
+
* **v1-components:** UiModalSidebar fixed-left animation behavior was corrected ([e8b1906](https://github.com/retailcrm/embed-ui/commit/e8b1906319ece3626881964c428da627406b040f))
|
|
11
|
+
* **v1-components:** UiTimePicker ids were aligned with input id ([03d3808](https://github.com/retailcrm/embed-ui/commit/03d3808ab0a5dfb12b2649ddb7a1612292b52a83))
|
|
4
12
|
## [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
13
|
|
|
6
14
|
### Bug Fixes
|