@material/floating-label
Advanced tools
Comparing version 4.0.0-canary.905884690.0 to 4.0.0-canary.199534d61.0
@@ -6,2 +6,18 @@ # Change Log | ||
# [4.0.0-canary.199534d61.0](https://github.com/material-components/material-components-web/compare/v3.2.0...v4.0.0-canary.199534d61.0) (2019-09-27) | ||
### Features | ||
* **text-field:** Center align inner elements for dynamic height ([#4990](https://github.com/material-components/material-components-web/issues/4990)) ([4d94b22](https://github.com/material-components/material-components-web/commit/4d94b22)) | ||
### BREAKING CHANGES | ||
* **text-field:** Removed sass variable in notched outline - `$mdc-notched-outline-transition-duration`. | ||
# [4.0.0-canary.905884690.0](https://github.com/material-components/material-components-web/compare/v3.2.0...v4.0.0-canary.905884690.0) (2019-09-16) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "@material/floating-label", | ||
"description": "The Material Components for the web floating-label component", | ||
"version": "4.0.0-canary.905884690.0", | ||
"version": "4.0.0-canary.199534d61.0", | ||
"license": "MIT", | ||
@@ -25,10 +25,10 @@ "keywords": [ | ||
"dependencies": { | ||
"@material/animation": "^4.0.0-canary.905884690.0", | ||
"@material/base": "^4.0.0-canary.905884690.0", | ||
"@material/rtl": "^4.0.0-canary.905884690.0", | ||
"@material/theme": "^4.0.0-canary.905884690.0", | ||
"@material/typography": "^4.0.0-canary.905884690.0", | ||
"@material/animation": "^4.0.0-canary.199534d61.0", | ||
"@material/base": "^4.0.0-canary.199534d61.0", | ||
"@material/rtl": "^4.0.0-canary.199534d61.0", | ||
"@material/theme": "^4.0.0-canary.199534d61.0", | ||
"@material/typography": "^4.0.0-canary.199534d61.0", | ||
"tslib": "^1.9.3" | ||
}, | ||
"gitHead": "df7fbf65943b1227b1bf145a2774abe7710b1e30" | ||
"gitHead": "c35810420b70c99e38a1438e1fd44e4bb84e21be" | ||
} |
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
170309