Skip to content

Commit b567b90

Browse files
committed
Update CHANGELOG
1 parent e34e746 commit b567b90

File tree

2 files changed

+68
-21
lines changed

2 files changed

+68
-21
lines changed

CHANGELOG.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
### `v1.1.0`
1+
### `v1.1.2`
2+
3+
- fixed `Stack` inner elements alignment when `horizontal` is `true`
4+
5+
### `v1.1.1`
26

37
- fixed hooks implementation (`useResponsiveProp`, `useCurrentBreakpoint`)
48

@@ -19,50 +23,47 @@
1923

2024
### `v0.9.2`
2125

22-
- 🐛 fix `Hidden` component implementation [668b22e](https://github.com/mobily/stacks/commit/668b22e91182179a44b20c3f228f4db39bb98b05)
26+
- 🐛 fixed `Hidden` component implementation [668b22e](https://github.com/mobily/stacks/commit/668b22e91182179a44b20c3f228f4db39bb98b05)
2327

2428
### `v0.9.1`
2529

26-
- 🏷️ fix `Box` types [2b3aa6a](https://github.com/mobily/stacks/commit/2b3aa6a5c6d53e62bdb71915f811330399e054c6)
30+
- 🏷️ fixed `Box` types [2b3aa6a](https://github.com/mobily/stacks/commit/2b3aa6a5c6d53e62bdb71915f811330399e054c6)
2731

2832
### `v0.9.0`
2933

30-
- 🔥 remove `align` prop (`Column`, use `Box` for inner alignments) [84d20f7](https://github.com/mobily/stacks/commit/84d20f7b92710ddd5e28d52b68a43b90827d0c8d)
31-
- 🐛 fix `collapseBelow` implementation (`Columns`) [84d20f7](https://github.com/mobily/stacks/commit/84d20f7b92710ddd5e28d52b68a43b90827d0c8d)
32-
-add `alignSelf` prop (`Box`) [a56a889](https://github.com/mobily/stacks/commit/a56a889e5429d4cef0cd097e968f72d62d473cb5)
34+
- 🔥 removed `align` prop (`Column`, use `Box` for inner alignments) [84d20f7](https://github.com/mobily/stacks/commit/84d20f7b92710ddd5e28d52b68a43b90827d0c8d)
35+
- 🐛 fixed `collapseBelow` implementation (`Columns`) [84d20f7](https://github.com/mobily/stacks/commit/84d20f7b92710ddd5e28d52b68a43b90827d0c8d)
36+
-added `alignSelf` prop (`Box`) [a56a889](https://github.com/mobily/stacks/commit/a56a889e5429d4cef0cd097e968f72d62d473cb5)
3337
-`flex` is a responsive prop now (`Box`) [a56a889](https://github.com/mobily/stacks/commit/a56a889e5429d4cef0cd097e968f72d62d473cb5)
34-
- 📝 update docs [df09b1b](https://github.com/mobily/stacks/commit/df09b1ba3d34175d49cd40e943b28d1b1e6ed0b0)
3538

3639
### `v0.8.2`
3740

38-
- 🐛 fix [#6](https://github.com/mobily/stacks/issues/6) [24f4a9d](https://github.com/mobily/stacks/commit/24f4a9d9512347175bc015bcd40cc77d2e6d8008)
41+
- 🐛 fixed [#6](https://github.com/mobily/stacks/issues/6) [24f4a9d](https://github.com/mobily/stacks/commit/24f4a9d9512347175bc015bcd40cc77d2e6d8008)
3942

4043
### `v0.8.1`
4144

42-
- 🏷️ update `Hidden` type signature [9b33f30](https://github.com/mobily/stacks/commit/9b33f302d5e3e04d0ae2b479f0a3bb8f9d2b9dd5)
45+
- 🏷️ updated `Hidden` type signature [9b33f30](https://github.com/mobily/stacks/commit/9b33f302d5e3e04d0ae2b479f0a3bb8f9d2b9dd5)
4346

4447
### `v0.8.0`
4548

46-
-add `Hidden` component [d9a86c1](https://github.com/mobily/stacks/commit/d9a86c110c2854f5f11d58d7f20a5e5ae1a819c9)
47-
-add breakpoints initial support
48-
- 💥 rename `Provider` to `StacksProvider` [a2d8e07](https://github.com/mobily/stacks/commit/a2d8e075b73169b89fe4b46810f02e7cc14b1d44)
49+
-added `Hidden` component [d9a86c1](https://github.com/mobily/stacks/commit/d9a86c110c2854f5f11d58d7f20a5e5ae1a819c9)
50+
-added breakpoints initial support
51+
- 💥 `Provider` `StacksProvider` [a2d8e07](https://github.com/mobily/stacks/commit/a2d8e075b73169b89fe4b46810f02e7cc14b1d44)
4952
- 📝 update docs
5053

5154
### `v0.7.1`
5255

53-
- 🐛 add missing `flexShrink` style property (`Column`) [214d20e](https://github.com/mobily/stacks/commit/214d20e2fd827714bafbebc886218c6a568246b9)
56+
- 🐛 added missing `flexShrink` style property (`Column`) [214d20e](https://github.com/mobily/stacks/commit/214d20e2fd827714bafbebc886218c6a568246b9)
5457

5558
### `v0.7.0`
5659

57-
- ✨ allow passing `View` props to `Stacks` components [0103882](https://github.com/mobily/stacks/commit/010388266d07f21d5d5873754f7263633ff10112)
58-
- 📝 update docs [4800a10](https://github.com/mobily/stacks/commit/4800a10471f43827f1fc46ef9a8b94ca062ec5cd)
60+
-`Stacks` components accept `View` props [0103882](https://github.com/mobily/stacks/commit/010388266d07f21d5d5873754f7263633ff10112)
5961

6062
### `v0.6.2`
6163

62-
- 🔧 add `flexBasis: 'auto'` (primarily for `react-native-web` compatibility) [2d454ad](https://github.com/mobily/stacks/commit/2d454addabe3bfdbd701e84d86db89d4bf052b1c)
64+
- 🔧 added `flexBasis: 'auto'` (primarily for `react-native-web` compatibility) [2d454ad](https://github.com/mobily/stacks/commit/2d454addabe3bfdbd701e84d86db89d4bf052b1c)
6365
- 📝 update docs
6466

6567
### `v0.6.1`
6668

6769
- 🔧 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)
68-
- 📝 update docs [393157d](https://github.com/mobily/stacks/commit/393157d6376f88a5ee948ac18b09e586ca4cfa7b)

docs/docs/changelog.md

Lines changed: 50 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
---
2-
id: changelog
3-
title: Changelog
4-
---
1+
### `v1.1.2`
2+
3+
- fixed `Stack` inner elements alignment when `horizontal` is `true`
54

65
### `v1.1.1`
76

@@ -21,3 +20,50 @@ title: Changelog
2120
- removed global `styles`
2221
- added ReScript and Flow support
2322
- fixed typings issues (TS)
23+
24+
### `v0.9.2`
25+
26+
- 🐛 fixed `Hidden` component implementation [668b22e](https://github.com/mobily/stacks/commit/668b22e91182179a44b20c3f228f4db39bb98b05)
27+
28+
### `v0.9.1`
29+
30+
- 🏷️ fixed `Box` types [2b3aa6a](https://github.com/mobily/stacks/commit/2b3aa6a5c6d53e62bdb71915f811330399e054c6)
31+
32+
### `v0.9.0`
33+
34+
- 🔥 removed `align` prop (`Column`, use `Box` for inner alignments) [84d20f7](https://github.com/mobily/stacks/commit/84d20f7b92710ddd5e28d52b68a43b90827d0c8d)
35+
- 🐛 fixed `collapseBelow` implementation (`Columns`) [84d20f7](https://github.com/mobily/stacks/commit/84d20f7b92710ddd5e28d52b68a43b90827d0c8d)
36+
- ✨ added `alignSelf` prop (`Box`) [a56a889](https://github.com/mobily/stacks/commit/a56a889e5429d4cef0cd097e968f72d62d473cb5)
37+
-`flex` is a responsive prop now (`Box`) [a56a889](https://github.com/mobily/stacks/commit/a56a889e5429d4cef0cd097e968f72d62d473cb5)
38+
39+
### `v0.8.2`
40+
41+
- 🐛 fixed [#6](https://github.com/mobily/stacks/issues/6) [24f4a9d](https://github.com/mobily/stacks/commit/24f4a9d9512347175bc015bcd40cc77d2e6d8008)
42+
43+
### `v0.8.1`
44+
45+
- 🏷️ updated `Hidden` type signature [9b33f30](https://github.com/mobily/stacks/commit/9b33f302d5e3e04d0ae2b479f0a3bb8f9d2b9dd5)
46+
47+
### `v0.8.0`
48+
49+
- ✨ added `Hidden` component [d9a86c1](https://github.com/mobily/stacks/commit/d9a86c110c2854f5f11d58d7f20a5e5ae1a819c9)
50+
- ✨ added breakpoints initial support
51+
- 💥 `Provider``StacksProvider` [a2d8e07](https://github.com/mobily/stacks/commit/a2d8e075b73169b89fe4b46810f02e7cc14b1d44)
52+
- 📝 update docs
53+
54+
### `v0.7.1`
55+
56+
- 🐛 added missing `flexShrink` style property (`Column`) [214d20e](https://github.com/mobily/stacks/commit/214d20e2fd827714bafbebc886218c6a568246b9)
57+
58+
### `v0.7.0`
59+
60+
-`Stacks` components accept `View` props [0103882](https://github.com/mobily/stacks/commit/010388266d07f21d5d5873754f7263633ff10112)
61+
62+
### `v0.6.2`
63+
64+
- 🔧 added `flexBasis: 'auto'` (primarily for `react-native-web` compatibility) [2d454ad](https://github.com/mobily/stacks/commit/2d454addabe3bfdbd701e84d86db89d4bf052b1c)
65+
- 📝 update docs
66+
67+
### `v0.6.1`
68+
69+
- 🔧 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)

0 commit comments

Comments
 (0)