We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69a6df7 commit 8ed37a5Copy full SHA for 8ed37a5
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
4
5
+## [v6.0.0](https://github.com/buildo/react-flexview/tree/v6.0.0) (2020-08-20)
6
+[Full Changelog](https://github.com/buildo/react-flexview/compare/v5.0.0...v6.0.0)
7
+
8
+#### New features:
9
10
+- more justify/align props? [#70](https://github.com/buildo/react-flexview/issues/70)
11
12
## [v5.0.0](https://github.com/buildo/react-flexview/tree/v5.0.0) (2020-04-20)
13
[Full Changelog](https://github.com/buildo/react-flexview/compare/v4.0.4...v5.0.0)
14
package.json
@@ -1,6 +1,6 @@
1
{
"name": "react-flexview",
- "version": "5.0.0",
+ "version": "6.0.0",
"description": "A react component to abstract over flexbox",
"files": [
"lib",
0 commit comments