react-grid-system
Advanced tools
Comparing version 8.0.0 to 8.0.1
{ | ||
"name": "react-grid-system", | ||
"version": "8.0.0", | ||
"version": "8.0.1", | ||
"description": "A powerful Bootstrap-like responsive grid system for React.", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
@@ -7,9 +7,9 @@ # React Grid System | ||
### Migration guide | ||
## Migration guide | ||
## Upgrading to v8 | ||
### Upgrading to v8 | ||
`react-grid-system` v8 removes the `nowrap` property of `Row` in favor of a new `wrap` property. If you were using `<Row nowrap>`, replace it with `<Row wrap="nowrap" />`. | ||
## Upgrading to v7 | ||
### Upgrading to v7 | ||
@@ -16,0 +16,0 @@ `react-grid-system` v7 adds a new screen class `xxl` for very large screens. This might have consequences for your app. To opt out of this new screen class, use this: |
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
108555