Skip to content

Releases: aurelia-ui-toolkits/aurelia-materialize-bridge

0.32.1

17 Feb 09:21
Compare
Choose a tag to compare

0.32.1 (2018-02-17)

Bug Fixes

  • select: do not render/unrender validation if input is not available (6b6c1e6), closes #495

0.32.0

29 Jan 23:18
Compare
Choose a tag to compare

0.32.0 (2018-01-29)

Bug Fixes

  • checkbox: check for null reference (1260915)
  • colors: color for btn-floating.error:focus (6960a54)
  • md-timepicker: listen for change event on input, enabling clear btn, #480 (0bfcbdb)
  • md-timepicker: Set value if assigned before the attach (15b97a4)
  • select: restore validation state after refresh (2c4c5fa)

Features

  • input: add maxlenght attribute for input and textarea (b8fea22)
  • md-input: add min, max and name to md-input, close #489, ref #487 (c72cf9a)
  • validation: delegate validation rendering to custom elements (#432) (7c6c34c)

0.31.0

06 Sep 12:07
Compare
Choose a tag to compare

0.31.0 (2017-09-06)

Bug Fixes

  • datepicker: update bound value on keyDown (090e634)
  • md-card: Set sticky-action on correct div (1bbd139)
  • package: add timepicker to .useAll, fix #475 (4465ba7)
  • tools: add timepicker to AMD scripts, #475 (0cece87)

Features

  • md-card: add md-class

0.30.0

01 Aug 15:53
Compare
Choose a tag to compare

0.30.0 (2017-08-01)

Bug Fixes

  • md-chips: prevent events from firing twice, close #448 (f65cb0f)
  • md-colors: fix input prefix color, ref #449 (d8029dc)
  • md-colors: fix text field accent color, ref #449 (f3825d4)
  • md-tabs: reset click event in refresh method to fire for dynamically added (97a1a53)

Features

  • checkbox: implement readonly (b7a2106)
  • checkbox: remove not working readonly binding (f69fc60)
  • md-carousel: add destroy function, ref #459 (3712945)
  • md-dropdown: add open/close methods (e1841a3)
  • md-dropdown: add stopPropagation option (ae39551)
  • md-select: prevent anything from executing if browser-default is set, close #456 (3feef3c)
  • md-toast-service: add removeAll, ref #459 (bd38cc9)
  • md-toast-service: show returns an instance of Toast (116067a)
  • select: add readonly (3f505ea)

0.29.0

04 Jul 14:01
Compare
Choose a tag to compare

0.29.0 (2017-07-04)

Bug Fixes

  • md-colors: fix datepicker colors, ref #440 (d417cf4)
  • md-range, md-file: add md-readonly (eeef787)
  • md-select: let label react to focus/blur, fix #437 (79d52f3)
  • md-select: prevent dropdown from being initialized twice, fix #433 (50e2706)
  • md-sidenav: remove inline-block, fix #425 (de132ed)
  • select: Always wrap select with .input-field (7f0084e)
  • validation: Typo in validation for generic input (dc53197)
  • validation: use selects .input-field as a validation container (bf7d91c)

Features

  • md-autocomplete: add support for minLength and limit (263671b)
  • md-card: add action (dcf767c)
  • md-chips: add refresh for data binding updates, close #445 (18cc2d6)
  • md-chips: fire events on data-binding changes (6550812)
  • md-chips: Fixed broken autocomplete binding (a3eea92)
  • md-collapsible: add open/close methods, close #436 (f40dbb4)
  • md-collection: add toggleIndex function, ref #412 (a764214)
  • md-select: add open method, close #424 (18b186b)
  • md-sidenav: add open/close events, ref #440 (cfcd254)
  • md-timepicker: add timepicker, ref #440 (a540a53)

0.28.0

08 May 18:24
Compare
Choose a tag to compare

0.28.0 (2017-05-08)

aurelia-webpack 2.0 compatibility

This release is compatible with the recently released aurelia-webpack-plugin 2.0.

Bug Fixes

  • all: use PLATFORM-moduleName (069518c)
  • colors: color for btn-floating.error:hover (68658ef)
  • md-input: allow focus() (799f897)
  • md-slider: change to html/css duo (ebefc16)
  • select: Do not create duplicate label (e2ad35a)
  • select: remove orphaned UL (42feaf7)
  • select: remove validation errors on detached (27a20e4)
  • validation: remove border on unrender (0867161)
  • validation: use correct parent (42558c1)
  • webpack: correctly use PLATFORM.moduleName, ref #401 (0e37448)

Features

  • md-navbar: add nav-extended, close #406 (3294cfc)
  • md-waves: add preventWavesAttach to config, ref #168 (7568aab)

0.27.0

10 Apr 19:27
Compare
Choose a tag to compare

0.27.0 (2017-04-10)

Features

0.26.0

03 Apr 19:20
Compare
Choose a tag to compare

0.26.0 (2017-04-03)

Bug Fixes

  • colors: Add error button styles (c23b416)
  • md-datepicker: remove icon on detached (6bcb400), closes #396
  • md-select: update label text (35c24d1)

Features

0.25.0

20 Mar 19:29
Compare
Choose a tag to compare

0.25.0 (2017-03-20)

Bug Fixes

  • md-card: change condition to show title (24c2ed6)
  • md-char-counter: use data-length, fix #389 (be2592a)
  • md-datepicker: remove movePickerCloserToSrc (6200c5c), closes #380
  • select: do not inject LogManager (1326a25)

Note

Although this release consist only of bug fixes, the removal of modePickerCloserToSrc() in md-datepicker is a kind of breaking change. It will behave differently by default, so I'm bumping the minor version.

0.24.0

12 Feb 13:55
Compare
Choose a tag to compare

0.24.0 (2017-02-12)

Bug Fixes

  • md-colors: add accent colors to number and time inputs, fix #371 (bb4de5e)
  • md-select: make option observation optional (6ee15b3)

Features

  • md-modal: add available options as attributes, close #366 (616c045)
  • md-select: observe native select options, ref #372 (9b20a88)