@react-md/divider
Advanced tools
Comparing version 2.0.0-beta.1 to 2.0.0-beta.2
# v2.0.0 | ||
The `Divider` component was completely re-written for this release, but it | ||
should not be a breaking change. This package now also has better support for | ||
rendering dividers vertically with the `VerticalDivider` component. | ||
## New Behavior and Features | ||
@@ -4,0 +8,0 @@ |
@@ -73,4 +73,4 @@ var __assign = (this && this.__assign) || function () { | ||
maxHeight: PropTypes.number, | ||
// eslint-disable-next-line @typescript-eslint/ban-ts-ignore | ||
// @ts-ignore | ||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment | ||
// @ts-expect-error | ||
_validateMaxHeight: function (_a, _, componentName) { | ||
@@ -77,0 +77,0 @@ var _b = _a.maxHeight, maxHeight = _b === void 0 ? 1 : _b; |
@@ -11,3 +11,3 @@ "use strict"; | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
} | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -14,0 +14,0 @@ var Divider_1 = require("./Divider"); |
@@ -99,4 +99,4 @@ "use strict"; | ||
maxHeight: PropTypes.number, | ||
// eslint-disable-next-line @typescript-eslint/ban-ts-ignore | ||
// @ts-ignore | ||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment | ||
// @ts-expect-error | ||
_validateMaxHeight: function (_a, _, componentName) { | ||
@@ -103,0 +103,0 @@ var _b = _a.maxHeight, maxHeight = _b === void 0 ? 1 : _b; |
{ | ||
"name": "@react-md/divider", | ||
"version": "2.0.0-beta.1", | ||
"version": "2.0.0-beta.2", | ||
"description": "This package is used to create horizontal or vertical dividers in your application.", | ||
@@ -38,4 +38,4 @@ "scripts": { | ||
"dependencies": { | ||
"@react-md/theme": "^2.0.0-beta.1", | ||
"@react-md/utils": "^2.0.0-beta.1", | ||
"@react-md/theme": "^2.0.0-beta.2", | ||
"@react-md/utils": "^2.0.0-beta.2", | ||
"classnames": "^2.2.6" | ||
@@ -52,3 +52,7 @@ }, | ||
}, | ||
"gitHead": "76642fca0cf36307a5431d67a8eb4abe0a7b18a6" | ||
"devDependencies": { | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1" | ||
}, | ||
"gitHead": "cf3a082e89a038dd4cc60974874938af6480b289" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
71757
2