react-simple-flex-grid
Advanced tools
Comparing version 1.2.3 to 1.3.0
{ | ||
"name": "react-simple-flex-grid", | ||
"version": "1.2.3", | ||
"version": "1.3.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -159,3 +159,3 @@ ReactSimpleFlexGrid | ||
| gutter | grid spacing | number | 0 | | ||
| align | the vertical alignment of the layout of flex: `top` `middle` `bottom` | string | start | | ||
| align | the vertical alignment of the layout of flex: `top` `middle` `bottom` `stretch` | string | start | | ||
| justify | horizontal arrangement of the layout of flex: `start` `end` `center` `space-around` `space-between` | string | start | | ||
@@ -202,4 +202,5 @@ | ||
| 2. | 1.0.2 | - Added autoprefixer | | | ||
| | | - Fixed Safari bug| | | ||
| | | - Fixed Safari bug| | | ||
| 3. | 1.0.3 | Removed unnecessary package | | | ||
| 4. | 1.1.0 | Added order parameter | | | | ||
| 5. | 1.3.0 | Added stretch option to align property | | | |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
69148
205