Releases: aurelia-ui-toolkits/aurelia-materialize-bridge
Releases · aurelia-ui-toolkits/aurelia-materialize-bridge
0.3.0
Bug Fixes
Features
- md-datepicker: expose selectMonths and selectYears options, closes #155 (7471218), closes #155
- md-file: issue a CustomEvent on change, holding the selected files, manage an array holding file-input files (b78b47b)
- md-input: add icon prefix and colorizing, closes #150 (a980cee), closes #150
- md-modal-trigger: implement modal callback, closes #158 (78546c9), closes #158
- md-select: add a refresh function (ed5b980)
- md-sidenav: support toggle fixed state (6ac2754)
0.2.3
Important
Update your aurelia-framework
package to at least 1.0.0-beta.1.2.1 to avoid problems with loading html-only components.
Bug Fixes
- config-builder: remove explicit text plugin with html-only components, fixes #145 (604e907), closes #145
- md-datepicker: fixed valueChanged log output, set pickadate to the input value if value changed (fee6170), closes #148
- md-datepicker: set datepicker value if bound variable is set before binding occured, fixes #148 (9d65023), closes #148