@saas-ui/react 2.0.0-next.5 → 2.0.0-next.6
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +27 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,32 @@
|
|
1
1
|
# @saas-ui/react
|
2
2
|
|
3
|
+
## 2.0.0-next.6
|
4
|
+
|
5
|
+
### Major Changes
|
6
|
+
|
7
|
+
- 37e38165: Auth forms can now be used standalone, to build custom solutions.
|
8
|
+
- 532011d6: Restructured the Select component to make it atomic, the new composition is Select, SelectButton, SelectList and SelectOption.
|
9
|
+
- 39e778d8: Form will now render AutoField by default when no children are passed.
|
10
|
+
|
11
|
+
### Minor Changes
|
12
|
+
|
13
|
+
- 532011d6: Select can now supports theming using the SuiSelect theme config.
|
14
|
+
- 6dd737ce: Select field now renders invalid state.
|
15
|
+
- c85541cb: AutoForm field props can now be overridden using the fields prop on Form
|
16
|
+
|
17
|
+
### Patch Changes
|
18
|
+
|
19
|
+
- Updated dependencies [37e38165]
|
20
|
+
- Updated dependencies [532011d6]
|
21
|
+
- Updated dependencies [532011d6]
|
22
|
+
- Updated dependencies [6dd737ce]
|
23
|
+
- Updated dependencies [c85541cb]
|
24
|
+
- Updated dependencies [39e778d8]
|
25
|
+
- @saas-ui/auth@2.0.0-next.6
|
26
|
+
- @saas-ui/forms@2.0.0-next.6
|
27
|
+
- @saas-ui/data-table@2.0.0-next.6
|
28
|
+
- @saas-ui/modals@2.0.0-next.6
|
29
|
+
|
3
30
|
## 2.0.0-next.5
|
4
31
|
|
5
32
|
### Major Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@saas-ui/react",
|
3
|
-
"version": "2.0.0-next.
|
3
|
+
"version": "2.0.0-next.6",
|
4
4
|
"description": "Saas UI - The React component library for startups.",
|
5
5
|
"source": "src/index.ts",
|
6
6
|
"exports": {
|
@@ -55,16 +55,16 @@
|
|
55
55
|
"url": "https://storybook.saas-ui.dev"
|
56
56
|
},
|
57
57
|
"dependencies": {
|
58
|
-
"@chakra-ui/react-utils": "^2.0.
|
59
|
-
"@chakra-ui/system": "^2.
|
60
|
-
"@chakra-ui/utils": "^2.0.
|
61
|
-
"@saas-ui/auth": "2.0.0-next.
|
58
|
+
"@chakra-ui/react-utils": "^2.0.12",
|
59
|
+
"@chakra-ui/system": "^2.5.5",
|
60
|
+
"@chakra-ui/utils": "^2.0.15",
|
61
|
+
"@saas-ui/auth": "2.0.0-next.6",
|
62
62
|
"@saas-ui/core": "2.0.0-next.5",
|
63
|
-
"@saas-ui/data-table": "2.0.0-next.
|
64
|
-
"@saas-ui/forms": "2.0.0-next.
|
63
|
+
"@saas-ui/data-table": "2.0.0-next.6",
|
64
|
+
"@saas-ui/forms": "2.0.0-next.6",
|
65
65
|
"@saas-ui/hooks": "2.0.0-next.2",
|
66
66
|
"@saas-ui/hotkeys": "2.0.0-next.5",
|
67
|
-
"@saas-ui/modals": "2.0.0-next.
|
67
|
+
"@saas-ui/modals": "2.0.0-next.6",
|
68
68
|
"@saas-ui/nprogress": "2.0.0-next.1",
|
69
69
|
"@saas-ui/theme": "2.0.0-next.3"
|
70
70
|
},
|