Skip to content

Latest commit

 

History

History
96 lines (54 loc) · 1.62 KB

history.md

File metadata and controls

96 lines (54 loc) · 1.62 KB

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)
  • Fix #29 (thanks to @coniel)
  • Fix #22 (thanks to @Chun-Yang)
  • Fix #26 (thanks to @Chun-Yang ,see playground)

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

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