Skip to content

Releases: drive/aurelia-widgets

3.0.2

03 Nov 00:20
Compare
Choose a tag to compare

3.0.2 (2017-11-03)

Bug Fixes

  • text-display: title of text-display needs value (d36f749)

3.0.1

02 Nov 23:18
Compare
Choose a tag to compare

3.0.1 (2017-11-02)

Bug Fixes

  • deps: tidy up package.json deps (9547df9)

3.0.0

02 Nov 22:18
Compare
Choose a tag to compare

3.0.0 (2017-11-02)

Features

BREAKING CHANGES

2.0.4

20 Jun 00:49
Compare
Choose a tag to compare

fix(style-binding): replace class-name.bind with class.bind

2.0.3

12 May 00:10
Compare
Choose a tag to compare

remove systemjs specific css import from toggle button.

Aurelia CLI (currently) uses RequireJS and this does not like the SystemJS style css import.

2.0.2

02 May 02:17
Compare
Choose a tag to compare

button used in checkbox implementation should be type='button' to avoid behavior associated with default value submit (e.g. respond to enter key press)

2.0.1

12 Apr 04:45
Compare
Choose a tag to compare

Remove unwanted padding from checkbox

2.0.0

12 Apr 03:57
Compare
Choose a tag to compare

Breaking Change autocomplete has been removed. Improved (no jquery) implementation at https://github.com/drivesoftware/aurelia-autocomplete

Release 1.0.17

03 Apr 04:44
Compare
Choose a tag to compare

fix for 1.01.6 release. currency widget did not define new nextID variable.

Release 1.0.16

03 Apr 04:29
Compare
Choose a tag to compare

Upgrade Aurelia deps.

dispatch the blur event for the currency widget.