We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ded516 commit 1587be0Copy full SHA for 1587be0
CHANGELOG.md
@@ -1,3 +1,18 @@
1
+### `v1.1.0`
2
+
3
+- `useBreakpoint` → `useCurrentBreakpoint`
4
+- `FillObject` → `FillView`
5
+- added `padding*` and `margin*` props to all components (only `Column` doesn't accept `margin*` props)
6
+- added `horizontal` prop to `Stack`
7
+- `useSpacing` doesn't return a function anymore
8
+- added `useSpacingHelpers` hook
9
+- added `useResponsiveProp`
10
+- added `useWindowDimensions`
11
+- added `useDebugStyle`
12
+- removed global `styles`
13
+- added ReScript and Flow support
14
+- fixed typings issues (TS)
15
16
### `v0.9.2`
17
18
- 🐛 fix `Hidden` component implementation [668b22e](https://github.com/mobily/stacks/commit/668b22e91182179a44b20c3f228f4db39bb98b05)
0 commit comments