@saas-ui/react 2.2.4 → 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 +25 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
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
+
3
28
  ## 2.2.4
4
29
 
5
30
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "2.2.4",
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": {
@@ -61,11 +61,11 @@
61
61
  "@chakra-ui/system": "^2.6.1",
62
62
  "@chakra-ui/utils": "^2.0.15",
63
63
  "@saas-ui/core": "2.1.2",
64
- "@saas-ui/data-table": "4.0.4",
65
- "@saas-ui/forms": "2.1.3",
64
+ "@saas-ui/data-table": "5.0.0",
65
+ "@saas-ui/forms": "2.2.0",
66
66
  "@saas-ui/hooks": "2.0.1",
67
67
  "@saas-ui/hotkeys": "2.1.4",
68
- "@saas-ui/modals": "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
  },