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

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 +25 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 2.0.0-next.2
4
+
5
+ ### Major Changes
6
+
7
+ - 0a11d7b6: Renamed Sidebar condensed variant to compact.
8
+ - 76887bda: Sidebar breakpoints property renamed to toggleBreakpoint. Now expects a single breakpoint or false to disable auto toggle.
9
+
10
+ ### Minor Changes
11
+
12
+ - 76887bda: AppShell now controls the Sidebar disclosure state.
13
+ - 76887bda: SidebarToggleButton can now be used outside of the Sidebar context, using the new AppShell context.
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [0a11d7b6]
18
+ - Updated dependencies [76887bda]
19
+ - Updated dependencies [76887bda]
20
+ - Updated dependencies [76887bda]
21
+ - @saas-ui/core@2.0.0-next.2
22
+ - @saas-ui/auth@2.0.0-next.2
23
+ - @saas-ui/data-table@2.0.0-next.2
24
+ - @saas-ui/forms@2.0.0-next.2
25
+ - @saas-ui/hotkeys@2.0.0-next.2
26
+ - @saas-ui/modals@2.0.0-next.2
27
+
3
28
  ## 2.0.0-next.1
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.0.0-next.1",
3
+ "version": "2.0.0-next.2",
4
4
  "description": "Saas UI - The frontend stack for SaaS companies.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -58,13 +58,13 @@
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.2",
62
+ "@saas-ui/core": "2.0.0-next.2",
63
+ "@saas-ui/data-table": "2.0.0-next.2",
64
+ "@saas-ui/forms": "2.0.0-next.2",
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.2",
67
+ "@saas-ui/modals": "2.0.0-next.2",
68
68
  "@saas-ui/nprogress": "2.0.0-next.1",
69
69
  "@saas-ui/theme": "2.0.0-next.1"
70
70
  },