@base-ui/react 1.0.0-rc.1 → 1.0.0
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 +15 -1
- package/esm/index.js +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Versions
|
|
2
2
|
|
|
3
|
-
## v1.0.0
|
|
3
|
+
## v1.0.0
|
|
4
4
|
|
|
5
5
|
_Dec 11, 2025_
|
|
6
6
|
|
|
@@ -63,6 +63,20 @@ _Dec 11, 2025_
|
|
|
63
63
|
|
|
64
64
|
All contributors of this release in alphabetical order: @atomiks, @LukasTy, @michaldudak, @mj12albert, @mnajdova, @oliviertassinari, @pondorasti, @romgrk, @ZeeshanTamboli
|
|
65
65
|
|
|
66
|
+
## v1.0.0-rc.2
|
|
67
|
+
|
|
68
|
+
_Dec 11, 2025_
|
|
69
|
+
|
|
70
|
+
This release contains the same code as v1.0.0.
|
|
71
|
+
Please refer to that version to see the changes.
|
|
72
|
+
|
|
73
|
+
## v1.0.0-rc.1
|
|
74
|
+
|
|
75
|
+
_Dec 11, 2025_
|
|
76
|
+
|
|
77
|
+
This release contains the same code as v1.0.0.
|
|
78
|
+
Please refer to that version to see the changes.
|
|
79
|
+
|
|
66
80
|
## v1.0.0-rc.0
|
|
67
81
|
|
|
68
82
|
_Dec 4, 2025_
|
package/esm/index.js
CHANGED
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@base-ui/react",
|
|
3
|
-
"version": "1.0.0
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"author": "MUI Team",
|
|
5
5
|
"description": "Base UI is a library of headless ('unstyled') React components and low-level hooks. You gain complete control over your app's CSS and accessibility features.",
|
|
6
6
|
"keywords": [
|