@oneplatformdev/ui 0.1.99-beta.219 → 0.1.99-beta.220
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 +18 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
## 0.1.99-beta.220 (2026-02-22)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- **FormCombobox:** simplify and unify type definitions for single and multi selection props ([4118a69](https://github.com/oneplatformdev/core-web/commit/4118a69))
|
|
6
|
+
- **FormCombobox:** update type extensions to use SingleComboboxProps and MultiComboboxProps ([97f4d67](https://github.com/oneplatformdev/core-web/commit/97f4d67))
|
|
7
|
+
- **FormCombobox:** enhance type definitions for single and multi props ([a5e4c89](https://github.com/oneplatformdev/core-web/commit/a5e4c89))
|
|
8
|
+
|
|
9
|
+
### 🧱 Updated Dependencies
|
|
10
|
+
|
|
11
|
+
- Updated @oneplatformdev/utils to 0.1.99-beta.220
|
|
12
|
+
- Updated @oneplatformdev/hooks to 0.1.99-beta.220
|
|
13
|
+
- Updated @oneplatformdev/tokens to 0.1.99-beta.220
|
|
14
|
+
|
|
15
|
+
### ❤️ Thank You
|
|
16
|
+
|
|
17
|
+
- Bohdan Radchenko
|
|
18
|
+
|
|
1
19
|
## 0.1.99-beta.219 (2026-02-22)
|
|
2
20
|
|
|
3
21
|
### 🧱 Updated Dependencies
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oneplatformdev/ui",
|
|
3
|
-
"version": "0.1.99-beta.
|
|
3
|
+
"version": "0.1.99-beta.220",
|
|
4
4
|
"description": "UI component library for OnePlatform",
|
|
5
5
|
"author": "One Platform Development Team",
|
|
6
6
|
"keywords": [
|
|
@@ -106,9 +106,9 @@
|
|
|
106
106
|
"recharts": "^3.2.0",
|
|
107
107
|
"sonner": "^2.0.7",
|
|
108
108
|
"vaul": "^1.1.2",
|
|
109
|
-
"@oneplatformdev/
|
|
110
|
-
"@oneplatformdev/
|
|
111
|
-
"@oneplatformdev/
|
|
109
|
+
"@oneplatformdev/hooks": "^0.1.99-beta.220",
|
|
110
|
+
"@oneplatformdev/utils": "^0.1.99-beta.220",
|
|
111
|
+
"@oneplatformdev/tokens": "^0.1.99-beta.220"
|
|
112
112
|
},
|
|
113
113
|
"scripts": {
|
|
114
114
|
"chromatic": "chromatic"
|