Skip to content

Commit 6f47c1a

Browse files
committed
0.9.2
1 parent a3f212e commit 6f47c1a

3 files changed

Lines changed: 14 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,43 @@
1-
## v0.9.1 (2020/02/24)
1+
## 0.9.2 (2020/03/18)
2+
3+
- Update npm packages
4+
5+
## 0.9.1 (2020/02/24)
26

37
- DevTools accepts div props
48

5-
## v0.9.0 (2020/02/24)
9+
## 0.9.0 (2020/02/24)
610

711
- Rework everything: exposes `useDetectWrappedElements()`, `detectWrappedElements()` and `DevTools`
812
- Remove `DetectRowWrapController`, `flex-wrap-layout.scss` (`layout='column'`, `layout='row'`, `vspace`, `hspace`, `grow`)
913

10-
## v0.2.1 (2020/01/31)
14+
## 0.2.1 (2020/01/31)
1115

1216
- Fix remove .next-is-wrapped
1317
- Listen to load event does not work under React
1418

15-
## v0.2.0 (2020/01/30)
19+
## 0.2.0 (2020/01/30)
1620

1721
- Replace `.wrapped` by `.next-is-wrapped ~ *`
1822
- Specify `width: initial` only with `layout='column'`
1923

20-
## v0.1.2 (2020/01/30)
24+
## 0.1.2 (2020/01/30)
2125

2226
- Update npm packages
2327
- GitHub Actions
2428
- ESLint Airbnb & stylelint & Husky
2529

26-
## v0.1.1 (2019/03/25)
30+
## 0.1.1 (2019/03/25)
2731

2832
- Fix crash when testing with Jest
2933

30-
## v0.1.0 (2019/03/25)
34+
## 0.1.0 (2019/03/25)
3135

3236
- Modernize build system
3337
- `$layout-item-margin-x` and `$layout-item-margin-y` instead of just `$layout-item-margin`
3438
- Bootstrap 4 example and demo
3539
- React hook `useDetectRowWrap()`
3640

37-
## v0.0.2 (2017/09/12)
41+
## 0.0.2 (2017/09/12)
3842

3943
First release

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flex-wrap-layout",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tkrotoff/flex-wrap-layout.git"

0 commit comments

Comments
 (0)