@react-md/form
Advanced tools
Comparing version 2.3.0-alpha.2 to 2.3.0-alpha.3
@@ -6,2 +6,15 @@ # Change Log | ||
# [2.3.0-alpha.3](https://github.com/mlaursen/react-md/compare/v2.2.0...v2.3.0-alpha.3) (2020-09-06) | ||
### Bug Fixes | ||
- [@react-md/form](../form): added missing scss variables | ||
([ec8d675](https://github.com/mlaursen/react-md/commit/ec8d675c5436e92245ea0a8d07b35345ad30794c)) | ||
### Features | ||
- [@react-md/form](../form): updated `TextArea` to use the new useResizeObserver | ||
API | ||
([2c2dd27](https://github.com/mlaursen/react-md/commit/2c2dd27576aeeecb2baba12ef616af45197037db)) | ||
# [2.3.0-alpha.2](https://github.com/mlaursen/react-md/compare/v2.2.0...v2.3.0-alpha.2) (2020-09-05) | ||
@@ -8,0 +21,0 @@ |
{ | ||
"name": "@react-md/form", | ||
"version": "2.3.0-alpha.2", | ||
"version": "2.3.0-alpha.3", | ||
"description": "This package is for creating all the different form input types.", | ||
@@ -50,12 +50,12 @@ "scripts": { | ||
"dependencies": { | ||
"@react-md/button": "^2.3.0-alpha.2", | ||
"@react-md/icon": "^2.3.0-alpha.2", | ||
"@react-md/list": "^2.3.0-alpha.2", | ||
"@react-md/button": "^2.3.0-alpha.3", | ||
"@react-md/icon": "^2.3.0-alpha.3", | ||
"@react-md/list": "^2.3.0-alpha.3", | ||
"@react-md/portal": "^2.0.2", | ||
"@react-md/progress": "^2.3.0-alpha.2", | ||
"@react-md/states": "^2.3.0-alpha.2", | ||
"@react-md/theme": "^2.3.0-alpha.2", | ||
"@react-md/transition": "^2.3.0-alpha.2", | ||
"@react-md/typography": "^2.3.0-alpha.2", | ||
"@react-md/utils": "^2.3.0-alpha.2", | ||
"@react-md/progress": "^2.3.0-alpha.3", | ||
"@react-md/states": "^2.3.0-alpha.3", | ||
"@react-md/theme": "^2.3.0-alpha.3", | ||
"@react-md/transition": "^2.3.0-alpha.3", | ||
"@react-md/typography": "^2.3.0-alpha.3", | ||
"@react-md/utils": "^2.3.0-alpha.3", | ||
"classnames": "^2.2.6" | ||
@@ -76,3 +76,3 @@ }, | ||
}, | ||
"gitHead": "71089d4a203d944465d73ac5f940c1d8798974a5" | ||
"gitHead": "07b494d5b7e911ddc5d177175382f3a7edf2af7a" | ||
} |
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
1008152