Skip to content

Commit 636cfb4

Browse files
committed
Update CHANGELOG.md
1 parent a1d3a97 commit 636cfb4

File tree

1 file changed

+22
-20
lines changed

1 file changed

+22
-20
lines changed

CHANGELOG.md

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### `v1.1.7`
2+
3+
- added the `height` prop to `Column`
4+
15
### `v1.1.6`
26

37
- fixed bundling `Stacks` in ReScript projects
@@ -27,10 +31,10 @@
2731

2832
- `useBreakpoint``useCurrentBreakpoint`
2933
- `FillObject``FillView`
30-
- added `padding*` and `margin*` props to all components (only `Column` doesn't accept `margin*` props)
31-
- added `horizontal` prop to `Stack`
34+
- added `padding*` and `margin*` props to all components (`Column` doesn't accept `margin*` props)
35+
- added the `horizontal` prop to `Stack`
3236
- `useSpacing` doesn't return a function anymore
33-
- added `useSpacingHelpers` hook
37+
- added `useSpacingHelpers`
3438
- added `useResponsiveProp`
3539
- added `useWindowDimensions`
3640
- added `useDebugStyle`
@@ -40,47 +44,45 @@
4044

4145
### `v0.9.2`
4246

43-
- 🐛 fixed `Hidden` component implementation [668b22e](https://github.com/mobily/stacks/commit/668b22e91182179a44b20c3f228f4db39bb98b05)
47+
- 🐛 fixed the `Hidden` component implementation
4448

4549
### `v0.9.1`
4650

47-
- 🏷️ fixed `Box` types [2b3aa6a](https://github.com/mobily/stacks/commit/2b3aa6a5c6d53e62bdb71915f811330399e054c6)
51+
- 🏷️ fixed `Box` types
4852

4953
### `v0.9.0`
5054

51-
- 🔥 removed `align` prop (`Column`, use `Box` for inner alignments) [84d20f7](https://github.com/mobily/stacks/commit/84d20f7b92710ddd5e28d52b68a43b90827d0c8d)
52-
- 🐛 fixed `collapseBelow` implementation (`Columns`) [84d20f7](https://github.com/mobily/stacks/commit/84d20f7b92710ddd5e28d52b68a43b90827d0c8d)
53-
- ✨ added `alignSelf` prop (`Box`) [a56a889](https://github.com/mobily/stacks/commit/a56a889e5429d4cef0cd097e968f72d62d473cb5)
54-
-`flex` is a responsive prop now (`Box`) [a56a889](https://github.com/mobily/stacks/commit/a56a889e5429d4cef0cd097e968f72d62d473cb5)
55+
- 🔥 removed the `align` prop in `Column` (use `Box` for inner alignments)
56+
- 🐛 fixed the `collapseBelow` implementation (`Columns`)
57+
- ✨ added the `alignSelf` prop to `Box`
58+
-`flex` is a responsive prop now in `Box`
5559

5660
### `v0.8.2`
5761

58-
- 🐛 fixed [#6](https://github.com/mobily/stacks/issues/6) [24f4a9d](https://github.com/mobily/stacks/commit/24f4a9d9512347175bc015bcd40cc77d2e6d8008)
62+
- 🐛 fixed [#6](https://github.com/mobily/stacks/issues/6)
5963

6064
### `v0.8.1`
6165

62-
- 🏷️ updated `Hidden` type signature [9b33f30](https://github.com/mobily/stacks/commit/9b33f302d5e3e04d0ae2b479f0a3bb8f9d2b9dd5)
66+
- 🏷️ fixed `Hidden` types
6367

6468
### `v0.8.0`
6569

66-
- ✨ added `Hidden` component [d9a86c1](https://github.com/mobily/stacks/commit/d9a86c110c2854f5f11d58d7f20a5e5ae1a819c9)
67-
- ✨ added breakpoints initial support
68-
- 💥 `Provider``StacksProvider` [a2d8e07](https://github.com/mobily/stacks/commit/a2d8e075b73169b89fe4b46810f02e7cc14b1d44)
69-
- 📝 update docs
70+
- ✨ added the `Hidden` component
71+
- ✨ added initial support for breakpoints
72+
- 💥 `Provider``StacksProvider`
7073

7174
### `v0.7.1`
7275

73-
- 🐛 added missing `flexShrink` style property (`Column`) [214d20e](https://github.com/mobily/stacks/commit/214d20e2fd827714bafbebc886218c6a568246b9)
74-
76+
- 🐛 added missing `flexShrink` style property (`Column`)
7577
### `v0.7.0`
7678

77-
-`Stacks` components accept `View` props [0103882](https://github.com/mobily/stacks/commit/010388266d07f21d5d5873754f7263633ff10112)
79+
-`Stacks` components accept all `View` props
7880

7981
### `v0.6.2`
8082

81-
- 🔧 added `flexBasis: 'auto'` (primarily for `react-native-web` compatibility) [2d454ad](https://github.com/mobily/stacks/commit/2d454addabe3bfdbd701e84d86db89d4bf052b1c)
83+
- 🔧 added `flexBasis: 'auto'` for `react-native-web` compatibility
8284
- 📝 update docs
8385

8486
### `v0.6.1`
8587

86-
- 🔧 use `stretch` as a default value of `alignX/Y` property (Stack, Columns, Box) [f38ddc7](https://github.com/mobily/stacks/commit/f38ddc74b25fff0c8217a475b7dbf6bcb779692c) [4e3822c](https://github.com/mobily/stacks/commit/4e3822c1f5aca3277a3d31860e2ca3f1a0b35a7b) [10b1dea](https://github.com/mobily/stacks/commit/10b1dea042d4dd4380e5a9459096eea7134f1e1e)
88+
- 🔧 use `stretch` as a default value of the `alignX/Y` prop

0 commit comments

Comments
 (0)