@saas-ui/react 2.3.1 → 2.4.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 +27 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# @saas-ui/react
|
|
2
2
|
|
|
3
|
+
## 2.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 31d05ed5: Added new Navbar component 🥳
|
|
8
|
+
- ebba8404: Added new IconBadge component
|
|
9
|
+
- a3180b02: Removed all Component.defaultProps definitions
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- dddb3d1a: Fixed issue where width would not be applied to the SearchInput container element
|
|
14
|
+
- 91412d77: Fixed SearchInput reset when uncontrolled
|
|
15
|
+
- 91412d77: Fixed theme incompatibility with Chakra UI 2.8
|
|
16
|
+
- Updated dependencies [31d05ed5]
|
|
17
|
+
- Updated dependencies [dddb3d1a]
|
|
18
|
+
- Updated dependencies [68995558]
|
|
19
|
+
- Updated dependencies [ebba8404]
|
|
20
|
+
- Updated dependencies [91412d77]
|
|
21
|
+
- Updated dependencies [a3180b02]
|
|
22
|
+
- Updated dependencies [91412d77]
|
|
23
|
+
- @saas-ui/theme@2.2.0
|
|
24
|
+
- @saas-ui/core@2.2.0
|
|
25
|
+
- @saas-ui/forms@2.3.0
|
|
26
|
+
- @saas-ui/data-table@6.0.0
|
|
27
|
+
- @saas-ui/hotkeys@2.1.6
|
|
28
|
+
- @saas-ui/modals@2.1.7
|
|
29
|
+
|
|
3
30
|
## 2.3.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.4.0",
|
|
4
4
|
"description": "Saas UI - The React component library for startups.",
|
|
5
5
|
"source": "src/index.ts",
|
|
6
6
|
"exports": {
|
|
@@ -60,14 +60,14 @@
|
|
|
60
60
|
"@chakra-ui/react-utils": "^2.0.12",
|
|
61
61
|
"@chakra-ui/system": "^2.6.1",
|
|
62
62
|
"@chakra-ui/utils": "^2.0.15",
|
|
63
|
-
"@saas-ui/core": "2.
|
|
64
|
-
"@saas-ui/data-table": "
|
|
65
|
-
"@saas-ui/forms": "2.
|
|
63
|
+
"@saas-ui/core": "2.2.0",
|
|
64
|
+
"@saas-ui/data-table": "6.0.0",
|
|
65
|
+
"@saas-ui/forms": "2.3.0",
|
|
66
66
|
"@saas-ui/hooks": "2.0.1",
|
|
67
|
-
"@saas-ui/hotkeys": "2.1.
|
|
68
|
-
"@saas-ui/modals": "2.1.
|
|
67
|
+
"@saas-ui/hotkeys": "2.1.6",
|
|
68
|
+
"@saas-ui/modals": "2.1.7",
|
|
69
69
|
"@saas-ui/nprogress": "2.0.1",
|
|
70
|
-
"@saas-ui/theme": "2.
|
|
70
|
+
"@saas-ui/theme": "2.2.0"
|
|
71
71
|
},
|
|
72
72
|
"peerDependencies": {
|
|
73
73
|
"@chakra-ui/react": ">=2.6.0",
|