@saas-ui/react 2.2.3 → 2.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +37 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,42 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 2.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 87fcdc2c: FormLayout no longer renders each child in a wrapper div
8
+
9
+ ### Patch Changes
10
+
11
+ - 9ad407a7: Zod schema enum types now render a Select by default
12
+ - bcd6d65c: Fixed issue where closing large models with modals manager would flicker
13
+ - 654ad186: Fixed issue where Field would not infer correct onChange handler
14
+ - 87fcdc2c: Fixed issue where not all StepForm data would be passed to onSubmit
15
+ - 9ad407a7: ZodForm now infers defaultValues from the schema
16
+ - be52e785: Fixed issue where placeholder would not be passed to the NumberInputField
17
+ - Updated dependencies [9ad407a7]
18
+ - Updated dependencies [bcd6d65c]
19
+ - Updated dependencies [654ad186]
20
+ - Updated dependencies [87fcdc2c]
21
+ - Updated dependencies [9ad407a7]
22
+ - Updated dependencies [87fcdc2c]
23
+ - Updated dependencies [be52e785]
24
+ - @saas-ui/forms@2.2.0
25
+ - @saas-ui/modals@2.1.5
26
+ - @saas-ui/data-table@5.0.0
27
+
28
+ ## 2.2.4
29
+
30
+ ### Patch Changes
31
+
32
+ - e13ae4cd: Fixed issue where overlay elements inside a vertical stepper would not overflow correctly
33
+ - Updated dependencies [e13ae4cd]
34
+ - @saas-ui/core@2.1.2
35
+ - @saas-ui/data-table@4.0.4
36
+ - @saas-ui/forms@2.1.3
37
+ - @saas-ui/hotkeys@2.1.4
38
+ - @saas-ui/modals@2.1.4
39
+
3
40
  ## 2.2.3
4
41
 
5
42
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "2.2.3",
3
+ "version": "2.3.0",
4
4
  "description": "Saas UI - The React component library for startups.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -60,12 +60,12 @@
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.1.1",
64
- "@saas-ui/data-table": "4.0.3",
65
- "@saas-ui/forms": "2.1.2",
63
+ "@saas-ui/core": "2.1.2",
64
+ "@saas-ui/data-table": "5.0.0",
65
+ "@saas-ui/forms": "2.2.0",
66
66
  "@saas-ui/hooks": "2.0.1",
67
- "@saas-ui/hotkeys": "2.1.3",
68
- "@saas-ui/modals": "2.1.3",
67
+ "@saas-ui/hotkeys": "2.1.4",
68
+ "@saas-ui/modals": "2.1.5",
69
69
  "@saas-ui/nprogress": "2.0.1",
70
70
  "@saas-ui/theme": "2.1.1"
71
71
  },