@saas-ui/react 2.0.4 → 2.0.6
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 +29 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# @saas-ui/react
|
|
2
2
|
|
|
3
|
+
## 2.0.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 493a548a: NavItem now renders an aria-current tag when the item is active.
|
|
8
|
+
- 9e848077: Export createStandAloneSnackbar from core package.
|
|
9
|
+
- 493a548a: NavItem active state is now compatible with Remix and ReactRouter NavLink
|
|
10
|
+
- Updated dependencies [493a548a]
|
|
11
|
+
- Updated dependencies [9e848077]
|
|
12
|
+
- Updated dependencies [493a548a]
|
|
13
|
+
- @saas-ui/theme@2.0.1
|
|
14
|
+
- @saas-ui/core@2.0.3
|
|
15
|
+
- @saas-ui/auth@2.0.5
|
|
16
|
+
- @saas-ui/data-table@2.0.6
|
|
17
|
+
- @saas-ui/forms@2.0.5
|
|
18
|
+
- @saas-ui/hotkeys@2.0.3
|
|
19
|
+
- @saas-ui/modals@2.0.6
|
|
20
|
+
|
|
21
|
+
## 2.0.5
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- 3b5567c6: Fixed issue where StepForm would not render custom fields
|
|
26
|
+
- Updated dependencies [3b5567c6]
|
|
27
|
+
- @saas-ui/forms@2.0.4
|
|
28
|
+
- @saas-ui/auth@2.0.4
|
|
29
|
+
- @saas-ui/modals@2.0.5
|
|
30
|
+
- @saas-ui/data-table@2.0.5
|
|
31
|
+
|
|
3
32
|
## 2.0.4
|
|
4
33
|
|
|
5
34
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saas-ui/react",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.6",
|
|
4
4
|
"description": "Saas UI - The React component library for startups.",
|
|
5
5
|
"source": "src/index.ts",
|
|
6
6
|
"exports": {
|
|
@@ -60,15 +60,15 @@
|
|
|
60
60
|
"@chakra-ui/react-utils": "^2.0.12",
|
|
61
61
|
"@chakra-ui/system": "^2.5.8",
|
|
62
62
|
"@chakra-ui/utils": "^2.0.15",
|
|
63
|
-
"@saas-ui/auth": "2.0.
|
|
64
|
-
"@saas-ui/core": "2.0.
|
|
65
|
-
"@saas-ui/data-table": "2.0.
|
|
66
|
-
"@saas-ui/forms": "2.0.
|
|
63
|
+
"@saas-ui/auth": "2.0.5",
|
|
64
|
+
"@saas-ui/core": "2.0.3",
|
|
65
|
+
"@saas-ui/data-table": "2.0.6",
|
|
66
|
+
"@saas-ui/forms": "2.0.5",
|
|
67
67
|
"@saas-ui/hooks": "2.0.0",
|
|
68
|
-
"@saas-ui/hotkeys": "2.0.
|
|
69
|
-
"@saas-ui/modals": "2.0.
|
|
68
|
+
"@saas-ui/hotkeys": "2.0.3",
|
|
69
|
+
"@saas-ui/modals": "2.0.6",
|
|
70
70
|
"@saas-ui/nprogress": "2.0.0",
|
|
71
|
-
"@saas-ui/theme": "2.0.
|
|
71
|
+
"@saas-ui/theme": "2.0.1"
|
|
72
72
|
},
|
|
73
73
|
"peerDependencies": {
|
|
74
74
|
"@chakra-ui/react": ">=2.6.0",
|