Releases: developit/preact-mdl
Releases · developit/preact-mdl
2.2.2
2.2.0
2.1.0
2.0.0
1.3.1
- Support children in
<Snackbar />
component - Welcome the great @impronunciable as a collaborator!
1.3.0
-
Add support for
<TextField />
errorMessage
prop (thanks @joakimbeng!)The errorMessage property should be used together with the pattern property. The error message will be shown if the input does not match given pattern. See MDL TextField docs.
1.2.1
- Simplify Snackbar component (h/t @unindented!)
- Allow use with any version of preact