Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mobily committed Apr 3, 2021
1 parent 4ded516 commit 1587be0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
### `v1.1.0`

- `useBreakpoint``useCurrentBreakpoint`
- `FillObject``FillView`
- added `padding*` and `margin*` props to all components (only `Column` doesn't accept `margin*` props)
- added `horizontal` prop to `Stack`
- `useSpacing` doesn't return a function anymore
- added `useSpacingHelpers` hook
- added `useResponsiveProp`
- added `useWindowDimensions`
- added `useDebugStyle`
- removed global `styles`
- added ReScript and Flow support
- fixed typings issues (TS)

### `v0.9.2`

- 🐛 fix `Hidden` component implementation [668b22e](https://github.com/mobily/stacks/commit/668b22e91182179a44b20c3f228f4db39bb98b05)
Expand Down

0 comments on commit 1587be0

Please sign in to comment.