|
| 1 | +### `v1.1.7` |
| 2 | + |
| 3 | +- added the `height` prop to `Column` |
| 4 | + |
1 | 5 | ### `v1.1.6` |
2 | 6 |
|
3 | 7 | - fixed bundling `Stacks` in ReScript projects |
|
27 | 31 |
|
28 | 32 | - `useBreakpoint` → `useCurrentBreakpoint` |
29 | 33 | - `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` |
32 | 36 | - `useSpacing` doesn't return a function anymore |
33 | | -- added `useSpacingHelpers` hook |
| 37 | +- added `useSpacingHelpers` |
34 | 38 | - added `useResponsiveProp` |
35 | 39 | - added `useWindowDimensions` |
36 | 40 | - added `useDebugStyle` |
|
40 | 44 |
|
41 | 45 | ### `v0.9.2` |
42 | 46 |
|
43 | | -- 🐛 fixed `Hidden` component implementation [668b22e](https://github.com/mobily/stacks/commit/668b22e91182179a44b20c3f228f4db39bb98b05) |
| 47 | +- 🐛 fixed the `Hidden` component implementation |
44 | 48 |
|
45 | 49 | ### `v0.9.1` |
46 | 50 |
|
47 | | -- 🏷️ fixed `Box` types [2b3aa6a](https://github.com/mobily/stacks/commit/2b3aa6a5c6d53e62bdb71915f811330399e054c6) |
| 51 | +- 🏷️ fixed `Box` types |
48 | 52 |
|
49 | 53 | ### `v0.9.0` |
50 | 54 |
|
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` |
55 | 59 |
|
56 | 60 | ### `v0.8.2` |
57 | 61 |
|
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) |
59 | 63 |
|
60 | 64 | ### `v0.8.1` |
61 | 65 |
|
62 | | -- 🏷️ updated `Hidden` type signature [9b33f30](https://github.com/mobily/stacks/commit/9b33f302d5e3e04d0ae2b479f0a3bb8f9d2b9dd5) |
| 66 | +- 🏷️ fixed `Hidden` types |
63 | 67 |
|
64 | 68 | ### `v0.8.0` |
65 | 69 |
|
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` |
70 | 73 |
|
71 | 74 | ### `v0.7.1` |
72 | 75 |
|
73 | | -- 🐛 added missing `flexShrink` style property (`Column`) [214d20e](https://github.com/mobily/stacks/commit/214d20e2fd827714bafbebc886218c6a568246b9) |
74 | | - |
| 76 | +- 🐛 added missing `flexShrink` style property (`Column`) |
75 | 77 | ### `v0.7.0` |
76 | 78 |
|
77 | | -- ✨ `Stacks` components accept `View` props [0103882](https://github.com/mobily/stacks/commit/010388266d07f21d5d5873754f7263633ff10112) |
| 79 | +- ✨ `Stacks` components accept all `View` props |
78 | 80 |
|
79 | 81 | ### `v0.6.2` |
80 | 82 |
|
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 |
82 | 84 | - 📝 update docs |
83 | 85 |
|
84 | 86 | ### `v0.6.1` |
85 | 87 |
|
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