We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eb99d9 commit f82801bCopy full SHA for f82801b
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
4
5
+## [v4.0.0](https://github.com/buildo/react-flexview/tree/v4.0.0) (2018-07-02)
6
+[Full Changelog](https://github.com/buildo/react-flexview/compare/v3.0.2...v4.0.0)
7
+
8
+#### Breaking:
9
10
+- Should work without CSS in modern browsers [#66](https://github.com/buildo/react-flexview/issues/66)
11
12
## [v3.0.2](https://github.com/buildo/react-flexview/tree/v3.0.2) (2018-05-21)
13
[Full Changelog](https://github.com/buildo/react-flexview/compare/v3.0.1...v3.0.2)
14
package.json
@@ -1,6 +1,6 @@
1
{
"name": "react-flexview",
- "version": "3.0.2",
+ "version": "4.0.0",
"description": "A react component to abstract over flexbox",
"files": [
"lib",
0 commit comments