meteor-autoform-materialize
Version:
Materialize theme for Autoform
122 lines (71 loc) • 2.13 kB
Markdown
# 1.0.1
- update install instructions in readme
# 1.0.0
- refactoring into npm es6 component
# 0.1.9 - 0.1.16
- Fix modal - materialize-scss dependency
- Update Autoform and Moment to latest packages
# 0.1.6 - 0.1.8
- Fix select copy paste template name errors
# 0.1.1 - 1.1.5
- Fixing package imports and dependencies
# 0.1.0
- Improved object layouts
- Fixed multiple select input type
- Added time picker input type
# 0.0.25
- Refactoring by @Chun-Yang
# 0.0.22
- Fixes #48 (thanks to @jholl)
# 0.0.21
- Fixes #43
# 0.0.20
- Lots of fixes (haven't tracked the bugs numbers this time...)
Thanks to @coniel for his contribution
# 0.0.19
- Fix #18 (see [playground](http://autoform-materialize-playground.meteor.com/))
- Fix #29 (thanks to @coniel)
- Fix #22 (thanks to @Chun-Yang)
- Fix #26 (thanks to @Chun-Yang ,see [playground](http://autoform-materialize-playground.meteor.com/))
# 0.0.18
- Fix #14
- Fix #15
- Fix #16
# 0.0.17
Add the `invalid` class when needed. Fix #13
*This does not work for select and pickadate: PR welcome*
# 0.0.16
Support for select-multiple, fixing #10
# 0.0.15
Fix for #8
# 0.0.14
Updated autoform to 5.1.1
# 0.0.13
Fix for checkboxes and radios labels. Fix #8
# 0.0.12
# 0.0.11
Bug fix for #7
# 0.0.10
Added id to switch label. Useful for end-to-end testing
# 0.0.9
Merged @rteslaru pull-request for sliders
# 0.0.8
Fixes for compatibility with aldeed:autoform@5.0.0
Added materializecss icons for afArrayField fixing #3
# 0.0.7
Updated dependency to aldeed:autoform@5.0.0
# 0.0.6
Fixed switch `trueValue` and `falseValue` again
# 0.0.5
Fixed switch `trueValue` and `falseValue`
# 0.0.4
Updated documentation.
Upgraded pickadate component to work like [aldeed:autoform-bs-datetimepicker](https://github.com/aldeed/meteor-autoform-bs-datetimepicker)
# 0.0.3
Fixes for select elements.
# 0.0.2
Fixes for checkboxes and radio buttons.
Fixes for switch component.
You can now specify the `trueValue` and `falseValue` for the switch.
# 0.0.1
First release: basic support for materialize forms. Also support **pickadate** and **switch**