@saas-ui/react 1.4.2 → 1.4.3
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +9 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# @saas-ui/react
|
2
2
|
|
3
|
+
## 1.4.3
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- 1195fc2: SearchInput reset button is now working when uncontrolled.
|
8
|
+
- Updated dependencies [1195fc2]
|
9
|
+
- @saas-ui/search-input@1.1.1
|
10
|
+
- @saas-ui/hotkeys@1.1.2
|
11
|
+
|
3
12
|
## 1.4.2
|
4
13
|
|
5
14
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@saas-ui/react",
|
3
|
-
"version": "1.4.
|
3
|
+
"version": "1.4.3",
|
4
4
|
"description": "Saas UI - The frontend stack for SaaS companies.",
|
5
5
|
"source": "src/index.ts",
|
6
6
|
"exports": {
|
@@ -64,7 +64,7 @@
|
|
64
64
|
"@saas-ui/data-table": "1.1.1",
|
65
65
|
"@saas-ui/forms": "1.2.1",
|
66
66
|
"@saas-ui/hooks": "1.1.1",
|
67
|
-
"@saas-ui/hotkeys": "1.1.
|
67
|
+
"@saas-ui/hotkeys": "1.1.2",
|
68
68
|
"@saas-ui/input-right-button": "1.1.0",
|
69
69
|
"@saas-ui/layout": "1.1.1",
|
70
70
|
"@saas-ui/list": "1.1.0",
|
@@ -79,7 +79,7 @@
|
|
79
79
|
"@saas-ui/property": "1.1.0",
|
80
80
|
"@saas-ui/provider": "1.1.1",
|
81
81
|
"@saas-ui/radio": "1.1.0",
|
82
|
-
"@saas-ui/search-input": "1.1.
|
82
|
+
"@saas-ui/search-input": "1.1.1",
|
83
83
|
"@saas-ui/select": "1.1.0",
|
84
84
|
"@saas-ui/snackbar": "1.1.0",
|
85
85
|
"@saas-ui/stepper": "1.1.2",
|