- Custom array item templates seems to be working
- Start adding support for custom array item templates
- Changed string value format for DatePicker to
YYYY-MM-DD
#64 - Changed string value format for TimePicker to
HH:mm
#64
- Fix Select Checkbox #59
- Removed javascript component to avoid package bloat
- Prepare for javascript component
- Datepicker value converter for string uses D MMMM YYYY format
- Fix minor side effects left over from MaterializeCSS V1 RC2 migration
- Update all dependancies to latest versions
- Upgrade to MaterializeCSS V1 RC2
- Removed logging
- Added class override ability for flowtext input
- Fixed select and multi select #39
- Added ability to drag and drop sort array inputs #33
- Fixed placeholder for select inputs #23
- Fixed file inputs
- Fixed excessive SCSS imports
- Breaking changes to auto complete input to get the schema definition more inline with SimpleSchema and AutoForm.
- Complete rewrite of auto complete from scratch. Integration with 3rd party plugins is to complex and or restricting for tight integration with auto form.
- Fixed autocomplete singular default to show label instead of value if there is a label.
- Fixed autocomplete multiple default
- Added support for default number
- Added support for default text, select and auto complete
- Extended Auto Complete to support Multiple Options #20
- Added Auto Complete Input Type #20
- Upgrade to AutoForm 6.2
- Upgraded to Meteor 1.6
- Remove support for poetic:scss and support MaterializeCSS from NPM directly #18
- Fixed bugs on switch #16
- Improvement of tutorials #19
- Made arrays prettier using icons #17
- Refactored to support MaterializeCSS as npm package
- Fixed flowtext
- Fixed Switch input type #16
- Added Flowtext input type for mobile friendly pieces of text inline with form and generated using doc values.
- Fixed reactivity of select-multiple
- Added new modals package to the suite, old package will be sunset.
- Updated pickatime.
- Fix select-radio-inline #6
- Fix pickadate label initialisation #9
- Added initToCurrentTime attribute to pickatime to easily initialise the time picker to the current time #13
- Fixed pickatime and pickadate examples in readme #12
- Fixed select and select multiple labels #14
- Address issue #5 by adding pickatime input type
- It works on Atmosphere and in packages folder!
- HTML imports no longer an issue... probably due to use of imports folder
- It works in playground using packages folder, but not when its published to atmosphere!
- In playground Server is picking up html imports!
- Cannot find where server is loading the package ... $#%!
- Renamed src folder to imports folder - now nothing works! ... great...
- ES6 Support
- Fixes #3
- Fixes #2
- Minor version bump times two to skip previous faulty deployments
- Add support for NoUiSlider
- Add support for AutoForm 6.0.0
- Refactoring by @Chun-Yang
- Fixes #48 (thanks to @jholl)
- Fixes #43
- Lots of fixes (haven't tracked the bugs numbers this time...)
- Thanks to @coniel for his contribution
- Fix #18 (see playground)
- Fix #29 (thanks to @coniel)
- Fix #22 (thanks to @Chun-Yang)
- Fix #26 (thanks to @Chun-Yang ,see playground)
- Fix #14
- Fix #15
- Fix #16
- Add the
invalid
class when needed. Fix #13 - This does not work for select and pickadate: PR welcome
- Support for select-multiple, fixing #10
- Fix for #8
- Updated autoform to 5.1.1
- Fix for checkboxes and radios labels. Fix #8
- Bug fix for #7
- Added id to switch label. Useful for end-to-end testing
- Merged @rteslaru pull-request for sliders
- Fixes for compatibility with aldeed:[email protected]
- Added materializecss icons for afArrayField fixing #3
- Updated dependency to aldeed:[email protected]
- Fixed switch
trueValue
andfalseValue
again
- Fixed switch
trueValue
andfalseValue
- Updated documentation.
- Upgraded pickadate component to work like aldeed:autoform-bs-datetimepicker
- Fixes for select elements.
- Fixes for checkboxes and radio buttons.
- Fixes for switch component.
- You can now specify the
trueValue
andfalseValue
for the switch.
- First release: basic support for materialize forms. Also support pickadate and switch