@saas-ui/react 2.0.0-next.1 → 2.0.0-next.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,43 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 2.0.0-next.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [f79376c3]
8
+ - @saas-ui/theme@2.0.0-next.2
9
+ - @saas-ui/core@2.0.0-next.3
10
+ - @saas-ui/auth@2.0.0-next.3
11
+ - @saas-ui/data-table@2.0.0-next.3
12
+ - @saas-ui/forms@2.0.0-next.3
13
+ - @saas-ui/hotkeys@2.0.0-next.3
14
+ - @saas-ui/modals@2.0.0-next.3
15
+
16
+ ## 2.0.0-next.2
17
+
18
+ ### Major Changes
19
+
20
+ - 0a11d7b6: Renamed Sidebar condensed variant to compact.
21
+ - 76887bda: Sidebar breakpoints property renamed to toggleBreakpoint. Now expects a single breakpoint or false to disable auto toggle.
22
+
23
+ ### Minor Changes
24
+
25
+ - 76887bda: AppShell now controls the Sidebar disclosure state.
26
+ - 76887bda: SidebarToggleButton can now be used outside of the Sidebar context, using the new AppShell context.
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies [0a11d7b6]
31
+ - Updated dependencies [76887bda]
32
+ - Updated dependencies [76887bda]
33
+ - Updated dependencies [76887bda]
34
+ - @saas-ui/core@2.0.0-next.2
35
+ - @saas-ui/auth@2.0.0-next.2
36
+ - @saas-ui/data-table@2.0.0-next.2
37
+ - @saas-ui/forms@2.0.0-next.2
38
+ - @saas-ui/hotkeys@2.0.0-next.2
39
+ - @saas-ui/modals@2.0.0-next.2
40
+
3
41
  ## 2.0.0-next.1
4
42
 
5
43
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "2.0.0-next.1",
3
+ "version": "2.0.0-next.3",
4
4
  "description": "Saas UI - The frontend stack for SaaS companies.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -58,15 +58,15 @@
58
58
  "@chakra-ui/react-utils": "^2.0.11",
59
59
  "@chakra-ui/system": "^2.3.8",
60
60
  "@chakra-ui/utils": "^2.0.14",
61
- "@saas-ui/auth": "2.0.0-next.1",
62
- "@saas-ui/core": "2.0.0-next.1",
63
- "@saas-ui/data-table": "2.0.0-next.1",
64
- "@saas-ui/forms": "2.0.0-next.1",
61
+ "@saas-ui/auth": "2.0.0-next.3",
62
+ "@saas-ui/core": "2.0.0-next.3",
63
+ "@saas-ui/data-table": "2.0.0-next.3",
64
+ "@saas-ui/forms": "2.0.0-next.3",
65
65
  "@saas-ui/hooks": "2.0.0-next.1",
66
- "@saas-ui/hotkeys": "2.0.0-next.1",
67
- "@saas-ui/modals": "2.0.0-next.1",
66
+ "@saas-ui/hotkeys": "2.0.0-next.3",
67
+ "@saas-ui/modals": "2.0.0-next.3",
68
68
  "@saas-ui/nprogress": "2.0.0-next.1",
69
- "@saas-ui/theme": "2.0.0-next.1"
69
+ "@saas-ui/theme": "2.0.0-next.2"
70
70
  },
71
71
  "peerDependencies": {
72
72
  "@chakra-ui/react": ">=2.4.0",