@retailcrm/embed-ui 0.9.10 → 0.9.11-alpha.2

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/AGENTS.md CHANGED
@@ -93,27 +93,7 @@ yarn workspace @retailcrm/embed-ui-v1-components run storybook:build
93
93
  ```
94
94
 
95
95
  ## Commit Workflow
96
- - Commit format: Conventional Commits.
97
- - Commit message language: English.
98
- - Scope rule: use workspace folder name (not npm package name).
99
- - Valid workspace scopes currently are:
100
- - `v1-components`
101
- - `v1-contexts`
102
- - `v1-testing`
103
- - `v1-types`
104
- - For root/global changes, scope may be omitted.
105
- - Split commits by logical intent.
106
- - Keep commit subject concise and factual.
107
- - Start commit subject description with an uppercase letter.
108
- - Mention affected component(s) or area in subject description when applicable.
109
- - Commit subject should describe completed change in past tense.
110
- - Prefer passive voice for changelog-friendly phrasing.
111
- - Do not amend/rewrite history unless explicitly requested.
112
-
113
- Examples:
114
- - `feat(v1-components): UiSelect searchable option group header added`
115
- - `fix(v1-contexts): OrderContext missing customer id handling corrected`
116
- - `docs: AGENTS commit workflow section updated`
96
+ - Before creating commits, you must read `skills/commit-workflow/SKILL.md` and follow its rules.
117
97
 
118
98
  ## Skills
119
99
  - Repository-local skills are available under `skills/`.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,44 @@
1
1
  # Changelog
2
2
 
3
3
 
4
+ ## [0.9.11-alpha.2](https://github.com/retailcrm/embed-ui/compare/v0.9.11-alpha.1...v0.9.11-alpha.2) (2026-03-05)
5
+
6
+ ### Features
7
+
8
+ * @omnicajs/vue-remote was upgraded to v0.2.14 ([62f34f6](https://github.com/retailcrm/embed-ui/commit/62f34f6fcba7b51279bbfd94b5bfa8dfee752dc7))
9
+ * **v1-components:** Added Storybook MDX code block highlighting ([138106d](https://github.com/retailcrm/embed-ui/commit/138106d70317d22b826b8c16c1e5edb5b83b2cb0))
10
+
11
+ ### Bug Fixes
12
+
13
+ * External package subpath matching was unified in build configs ([40cf7c6](https://github.com/retailcrm/embed-ui/commit/40cf7c613d5b534e91d0001cec729a5b62442462))
14
+ * **v1-components:** Modal roles and close controls were improved ([96d67f5](https://github.com/retailcrm/embed-ui/commit/96d67f5a4f3035bc1e6e3bb783d839060740ebe2))
15
+ * **v1-components:** UiSelect keyboard navigation and aria state were improved ([7d293d9](https://github.com/retailcrm/embed-ui/commit/7d293d949177cebb34def991d0dbe185eb56ee6c))
16
+ * **v1-components:** UiTag remove control semantics were switched to native button ([3262686](https://github.com/retailcrm/embed-ui/commit/326268681cc638ed77f214ed763d8c267cfc430e))
17
+ * **v1-components:** UiTextbox clear control semantics and icon focus ring were improved ([c58e72c](https://github.com/retailcrm/embed-ui/commit/c58e72ce80225a20d0aa9481edd158dafa866958))
18
+ * **v1-endpoint:** BeforeMount hook arguments were extended with app and pinia ([bc14730](https://github.com/retailcrm/embed-ui/commit/bc14730bd92782246e8066d925face6fa4fc046e))
19
+ ## [0.9.11-alpha.1](https://github.com/retailcrm/embed-ui/compare/v0.9.10...v0.9.11-alpha.1) (2026-03-04)
20
+
21
+ ### Features
22
+
23
+ * **v1-components:** UiAddButton component, tests and docs were added ([e90978c](https://github.com/retailcrm/embed-ui/commit/e90978c0ae0a10e824d700fe39467503f496ff98))
24
+ * **v1-components:** UiAlert component, tests, and Storybook guides were added ([3febafa](https://github.com/retailcrm/embed-ui/commit/3febafa580e4eb88bc7f90f3cb851395a798a602))
25
+ * **v1-components:** UiCalendar component, tests, and Storybook docs were added ([c2d1840](https://github.com/retailcrm/embed-ui/commit/c2d1840c9eef2c475185347ea01188d2a489c518))
26
+ * **v1-components:** UiCollapse components were added with slot-based icons ([bf4ecf5](https://github.com/retailcrm/embed-ui/commit/bf4ecf544228418935a3dc433e8d841a502127b2))
27
+ * **v1-components:** UiDatePicker component, tests and docs were added ([77ce644](https://github.com/retailcrm/embed-ui/commit/77ce6444bd7fd82a74961f1028b10350018ead7d))
28
+ * **v1-components:** UiField remote-only component was migrated ([e855be9](https://github.com/retailcrm/embed-ui/commit/e855be97e04a23537baef60bed3e58a7456b7dba))
29
+ * **v1-components:** UiInfobox component, tests and docs were added ([5be7c66](https://github.com/retailcrm/embed-ui/commit/5be7c66ee04c8a02bff72d94e02ea60b9e9b3d99))
30
+ * **v1-components:** UiNumberStepper and UiTextbox autofit were added ([2237175](https://github.com/retailcrm/embed-ui/commit/2237175dc2d4121a404a312cc704a2e4e9bc3155))
31
+ * **v1-components:** UiSlider component, tests, and Storybook guides were added ([7206a16](https://github.com/retailcrm/embed-ui/commit/7206a16bd50eaf2b95330aa4fcf3ee8f042b4c22))
32
+ * **v1-components:** UiSwitch component, styles, tests, and Storybook docs were added ([eb50c43](https://github.com/retailcrm/embed-ui/commit/eb50c438648cf1f1c22b2c10a6805abf7c276f23))
33
+ * **v1-components:** UiTimePicker component and docs were added ([853aa16](https://github.com/retailcrm/embed-ui/commit/853aa1643b827dfea3daaf44c20857114112a73a))
34
+
35
+ ### Bug Fixes
36
+
37
+ * **v1-components:** Align select option default isSelected return type ([5ec5fb8](https://github.com/retailcrm/embed-ui/commit/5ec5fb88876ebef10376749662b14ed8b67bf12e))
38
+ * **v1-components:** Host internal imports were decoupled from host entrypoint ([886c6bf](https://github.com/retailcrm/embed-ui/commit/886c6bffc752e3d87ec250d7d7dbad51ec9c74ce))
39
+ * **v1-components:** UiRadio aria handling and accessibility docs were improved ([26ca271](https://github.com/retailcrm/embed-ui/commit/26ca271a0b76b0d5e099c9babbec56cc61136dfe))
40
+ * **v1-components:** UiTextbox input sizing was corrected ([11677e0](https://github.com/retailcrm/embed-ui/commit/11677e04192d7a15205db9f6b0e6424f459240aa))
41
+ * **v1-endpoint:** Build and test workspace configuration were corrected ([f323e2a](https://github.com/retailcrm/embed-ui/commit/f323e2aff11373a1cadde9fa0a9c3f035491f65b))
4
42
  ## [0.9.10](https://github.com/retailcrm/embed-ui/compare/v0.9.9...v0.9.10) (2026-02-18)
5
43
 
6
44
  ### Features