Skip to content

Latest commit

 

History

History
1019 lines (423 loc) · 27.4 KB

CHANGELOG.md

File metadata and controls

1019 lines (423 loc) · 27.4 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.25.0 (2020-07-20)

Features

  • date: do not convert "(empty)" (240d8d9)

2.24.4 (2020-07-17)

Bug Fixes

  • select: close dropdown manually (2505b9d)

2.24.3 (2020-05-21)

Bug Fixes

  • datepicker: do not disable hidden element (7123c1c)

2.24.2 (2020-05-06)

Bug Fixes

  • select: prevent margin collapse differently (6bdf9de)

2.24.1 (2020-05-05)

Bug Fixes

  • datepicker: add missing options (9e60b59)
  • validation: remove errors on detached (94b3bf1)
  • validation-container: shift errors correctly (1e1c8bc)

2.24.0 (2020-04-15)

Features

  • at-select: add value and display field selectors (27a6978)

2.23.1 (2020-04-13)

Bug Fixes

  • filter: clone filter item content as well (5b3cc75)

2.23.0 (2020-04-09)

Features

  • filter: discover filter lines by the filter-line class (5c2d0b9)

2.22.3 (2020-04-09)

Bug Fixes

  • filter: export filter line base (a920108)

2.22.2 (2020-04-08)

Bug Fixes

  • number converter: use explicit comparison (89cb8ce)

2.22.1 (2020-04-08)

Bug Fixes

  • exception-service: inject dependencies (d3a5d2f)

2.22.0 (2020-04-08)

Features

  • exception-service: add http configurator (7aa4b51)

2.21.5 (2020-03-24)

Bug Fixes

  • sticky-footer: remove element (1dffc27)

2.21.4 (2020-03-23)

Bug Fixes

  • md-tweaks: prevent margin collapse differently (662abba)

2.21.3 (2020-03-12)

Refactoring

  • app-nav-bar: import specific functions instead of the whole package (cded79e)

2.21.2 (2020-03-11)

2.21.1 (2019-11-08)

Bug Fixes

  • alert-service: do not track with uninitialised app insights (28660c9)

2.21.0 (2019-10-31)

Features

  • alert-service: allow html in dialogs (949ee88)

2.20.4 (2019-10-23)

Bug Fixes

  • at-select: class attribute (9c3d3b0)

2.20.3 (2019-10-23)

Bug Fixes

  • datepicker: add validation messages (671dae4)

2.20.2 (2019-10-23)

Refactoring

  • delegate validation rendering to aurelia (18b1793)

2.20.1 (2019-10-15)

2.20.0 (2019-10-14)

Features

  • all: replace momentJS with date-fns (a07e8bf)

2.19.7 (2019-10-04)

2.19.6 (2019-10-04)

2.19.5 (2019-10-04)

Bug Fixes

  • datepicker: set value async (7f9d01f)

2.19.4 (2019-10-04)

2.19.3 (2019-10-02)

Bug Fixes

2.19.2 (2019-10-02)

Bug Fixes

2.19.1 (2019-09-23)

Bug Fixes

  • validation: use correct field (50997e8)

2.19.0 (2019-08-26)

Features

  • files: add accept attribute (185af9e)

2.18.2 (2019-08-26)

Bug Fixes

  • validation: reference aurelia-dependency-injection explicitly (f33c3bf)

2.18.1 (2019-08-26)

2.18.0 (2019-07-31)

Features

  • alert-service: log an error and display a message (3144e76)

2.17.1 (2019-07-30)

Bug Fixes

  • auth-service: handle "none" refresh token (cd08971)

2.17.0 (2019-07-29)

Features

  • app-insights-step: upgrade app insights (486204b)

2.16.0 (2019-07-02)

Bug Fixes

  • md-attribute: update label using the bridge's function (e50e0db)

Features

  • settings-editor: allow setting the input width (b20b0dc)

2.15.0 (2019-06-19)

Features

  • settings-editor: add history button (a920adf)

2.14.0 (2019-06-17)

Features

  • datepicker: allow min and max limits (31d5593)

2.13.3 (2019-05-15)

Bug Fixes

  • files: fire change on removal (0cdb4d1)

2.13.2 (2019-05-10)

Bug Fixes

  • datepicker: bind year-range (e2ddd38)

2.13.1 (2019-05-02)

Bug Fixes

  • validation: add custom rules after messages are configured in i18n (2adbb2d)

2.13.0 (2019-04-22)

Features

  • all: allow custom locale (f93a0cc)

2.12.0 (2019-04-04)

Features

  • files: allow custom file size text (cc09fdf)

2.11.5 (2019-04-02)

Bug Fixes

  • setting-editor: allow overflow on expanded sections (049de84)

2.11.4 (2019-03-25)

Bug Fixes

  • alert-service: return catch handler result (1cd2442)
  • app-nav-bar: adjust tap target position (a85d329)

2.11.3 (2019-03-22)

Bug Fixes

  • alert-service: return catch handler result (1cd2442)

2.11.2 (2019-03-19)

Bug Fixes

  • app-nav-bar: menu icon position (13c382c)

2.11.1 (2019-03-19)

Bug Fixes

  • app-nav-bar: make menu button label clickable (cf825db)

2.11.0 (2019-03-19)

Bug Fixes

  • settings-editor: focus textarea as well (a302b21)

Features

  • app-nav-bar: add menu button label (b3dea70)

2.10.1 (2019-03-08)

Bug Fixes

  • settings-editor: focus an input in the right place (8bed45e)
  • variant-editor.integer: use proper mask (e57f11b)

2.10.0 (2019-03-08)

Features

  • settings-editor: add decimal edit type (48fc904)
  • settings-editor: focus the input on edit (37b18a4)

2.9.6 (2019-02-26)

Bug Fixes

  • settings-editor: remove select bottom margin in settings editor (a732233)

2.9.5 (2019-02-20)

Bug Fixes

  • md-inputmask: defer inputmask attribute getter (bb563df)

2.9.4 (2019-02-14)

Bug Fixes

  • select: add back the margin to fit validation text (76eefd8)

2.9.3 (2019-02-06)

Bug Fixes

2.9.2 (2019-01-30)

Bug Fixes

  • filter: enforce initialisation order (1f31d47)
  • filter: fix IE11 flex alignment issue (935c8ac)

2.9.1 (2018-12-13)

2.9.0 (2018-12-10)

Features

  • datepicker: upgrade inputmask (b1d22d1)

2.8.20 (2018-12-07)

Bug Fixes

  • filter: handle prepopulated filter lines (da92c47)

2.8.19 (2018-12-04)

Bug Fixes

  • filter: add filter locking (44d8ed1)

2.8.18 (2018-12-03)

Bug Fixes

  • app-nav-bar: remove top and bottom logo margins (4497d5c)

2.8.17 (2018-12-03)

Bug Fixes

  • password-converter: display correct number of dots for passwords (ce02ed3)

2.8.16 (2018-11-29)

Bug Fixes

  • md-inputmask: call change handler on setup (ef9e2bf)

2.8.15 (2018-11-28)

Bug Fixes

2.8.14 (2018-11-28)

Bug Fixes

2.8.13 (2018-11-28)

Bug Fixes

  • package.json: use TS directly (b7a2276)

2.8.12 (2018-11-28)

Bug Fixes

  • package.json: add build scrips (f45c264)

2.8.11 (2018-11-28)

Bug Fixes

2.8.10 (2018-11-28)

Bug Fixes

  • all: upgrade packages and clean up errors (5113d25)

2.8.9 (2018-11-28)

2.8.7 (2018-11-23)

Bug Fixes

  • settings-editor: add Date editor (33a3d5f)

2.8.6 (2018-11-22)

Bug Fixes

  • payment-provider: add QuickStream item (e4bc4d3)

2.8.5 (2018-11-16)

Bug Fixes

  • load-script: catch exceptions (b9aa077)

2.8.4 (2018-11-14)

Bug Fixes

  • index: remove missing import (779c052)

2.8.3 (2018-11-14)

Bug Fixes

  • filter: rework filter lines generation (a4e4921)

2.8.2 (2018-11-02)

Bug Fixes

  • at-colours: add validation-container tweak (f24bd9e)

2.8.1 (2018-09-18)

Bug Fixes

  • validation-rules: make IE compatible (4e782aa)

2.8.0 (2018-09-11)

Features

  • app-nav-bar: optionally show home link (c0e879b)

2.7.7 (2018-09-07)

Bug Fixes

  • filter: add boolean filter (8166298)

2.7.6 (2018-09-05)

Bug Fixes

  • datepicker: update label active class on value changed (6789b1e)
  • at-colours: adjust datepicker validation (c4e8263)

2.7.5 (2018-09-04)

Bug Fixes

  • at-colours: adjust select validation (463522a)
  • variant-editor.boolean: do not display labels (5d3d0e7)

2.7.4 (2018-09-04)

Bug Fixes

  • validation-rules: check null value (a762e71)

2.7.3 (2018-09-04)

2.7.2 (2018-09-03)

2.7.1 (2018-08-30)

2.7.0 (2018-08-28)

Bug Fixes

  • all: clean up accent and explicit waves (56efa40)

Features

  • files: add select type label attribute (f64e008)

2.6.7 (2018-08-27)

Bug Fixes

2.6.6 (2018-08-27)

Bug Fixes

  • at-colours: add importance to colour classes (655b358)

2.6.5 (2018-08-27)

Bug Fixes

  • at-colours: add classes removed from the bridge (499382d)

2.6.4 (2018-08-27)

Bug Fixes

  • at-colours: add classes removed from the bridge (a167666)

2.6.3 (2018-08-22)

Bug Fixes

  • settings-editor: remove flex from buttons (142988e)

2.6.2 (2018-08-15)

Bug Fixes

  • settings-editor: set height explicitly before collapsing to enable transition (81cee45)

2.6.1 (2018-08-15)

Bug Fixes

  • settings-editor: clean up template (0089a50)

2.6.0 (2018-08-15)

Features

  • settings-editor: add elements for settings editing (dd29a27)

2.5.0 (2018-08-13)

Features

  • at-colours: add header and menu button colours (776119d)

2.4.1 (2018-08-10)

Bug Fixes

  • at-colours: add more common styles (6283c8d)

2.4.0 (2018-08-10)

Features

  • at-colours: add common styles (13cda88)

2.3.3 (2018-08-10)

Bug Fixes

  • files: do not use deprecated property (198c8a3)

2.3.2 (2018-08-09)

Bug Fixes

  • auth-service: user proper async function which correctly handles exceptions (a93b528)

2.3.1 (2018-08-03)

Bug Fixes

  • app-insights-step: use route name to track navigation (b46d475)

2.3.0 (2018-08-02)

Features

  • app-nav-bar: add tap target for the menu button (060c7d6)

2.2.4 (2018-07-09)

Bug Fixes

  • toast: remove JQuery reference (7039e9c)

2.2.3 (2018-07-09)

Bug Fixes

  • packages: remove hard dependencies (624f05f)

2.2.2 (2018-07-06)

2.2.1 (2018-07-06)

2.2.0 (2018-07-05)

Bug Fixes

  • at-select: validation styling (58c612f)

Features

  • at-select: allow selecting empty option (ea62442)

2.1.6 (2018-07-04)

2.1.5 (2018-07-02)

Bug Fixes

  • app-nav-bar: always use sidenav menu (3378846)

2.1.4 (2018-07-02)

Bug Fixes

  • filter: process children in a changed handler (78bdda8)
  • filter: set display to block to give elements real height (d35e8ba)

2.1.3 (2018-06-25)

Bug Fixes

  • datepicker: suppress change events from the Materialize datepicker (cb3758b)

2.1.2 (2018-06-21)

Bug Fixes

  • datepicker: fix masking (a9eb4e6)

2.1.1 (2018-06-05)

2.1.0 (2018-05-18)

Features

  • filter: finish element implementation (a2845ce)

2.0.11 (2018-05-16)

Bug Fixes

  • alert-service: remove jQuery (d595aa7)
  • files: fix select's height (9a988a5)

2.0.10 (2018-05-15)

Bug Fixes

  • app-nav-bar: use correct class (c7058db)
  • readonly-children: consider md-lookup children (5405a14)