From 1587be013016004e67af95cfcde3ec798755b141 Mon Sep 17 00:00:00 2001 From: Marcin Dziewulski Date: Sun, 4 Apr 2021 00:34:46 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78aa79af..2ec056a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)