@saas-ui/react 2.9.1 → 2.10.1
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 +27 -0
- package/package.json +6 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# @saas-ui/react
|
|
2
2
|
|
|
3
|
+
## 2.10.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 5e24ec4: Fixed issue where as prop on NavItem would always be overruled by internal Link prop if href is passed
|
|
8
|
+
- Updated dependencies [5e24ec4]
|
|
9
|
+
- @saas-ui/core@2.7.1
|
|
10
|
+
- @saas-ui/data-table@12.0.1
|
|
11
|
+
- @saas-ui/forms@2.8.1
|
|
12
|
+
- @saas-ui/hotkeys@2.4.1
|
|
13
|
+
- @saas-ui/modals@2.3.1
|
|
14
|
+
|
|
15
|
+
## 2.10.0
|
|
16
|
+
|
|
17
|
+
### Minor Changes
|
|
18
|
+
|
|
19
|
+
- fc799df: Removed deprecated Chakra UI dependency
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- Updated dependencies [fc799df]
|
|
24
|
+
- @saas-ui/hotkeys@2.4.0
|
|
25
|
+
- @saas-ui/modals@2.3.0
|
|
26
|
+
- @saas-ui/forms@2.8.0
|
|
27
|
+
- @saas-ui/core@2.7.0
|
|
28
|
+
- @saas-ui/data-table@12.0.0
|
|
29
|
+
|
|
3
30
|
## 2.9.1
|
|
4
31
|
|
|
5
32
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saas-ui/react",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.10.1",
|
|
4
4
|
"description": "Saas UI - The React component library for startups.",
|
|
5
5
|
"source": "src/index.ts",
|
|
6
6
|
"exports": {
|
|
@@ -56,14 +56,13 @@
|
|
|
56
56
|
"url": "https://storybook.saas-ui.dev"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@chakra-ui/react-utils": "^2.0.12",
|
|
60
59
|
"@chakra-ui/utils": "^2.2.1",
|
|
61
|
-
"@saas-ui/core": "2.
|
|
62
|
-
"@saas-ui/data-table": "
|
|
63
|
-
"@saas-ui/forms": "2.
|
|
60
|
+
"@saas-ui/core": "2.7.1",
|
|
61
|
+
"@saas-ui/data-table": "12.0.1",
|
|
62
|
+
"@saas-ui/forms": "2.8.1",
|
|
64
63
|
"@saas-ui/hooks": "2.1.0",
|
|
65
|
-
"@saas-ui/hotkeys": "2.
|
|
66
|
-
"@saas-ui/modals": "2.
|
|
64
|
+
"@saas-ui/hotkeys": "2.4.1",
|
|
65
|
+
"@saas-ui/modals": "2.3.1",
|
|
67
66
|
"@saas-ui/nprogress": "2.1.1",
|
|
68
67
|
"@saas-ui/theme": "2.5.1"
|
|
69
68
|
},
|