Releases: adfinis/ember-validated-form
Releases · adfinis/ember-validated-form
v5.3.0
5.3.0 (2022-02-22)
Bug Fixes
- addon docs root url (7d8151f)
- blueprint: add ember-truth-helpers to default blueprint (a401589)
- deps: move required deps to dependencies instead of devDependencies (46629ce)
- new link to docs (c1073e5)
- select: pass prompt argument down to input component (64a1377)
Features
- pass attributes to input components (dc0417d)
v5.2.2
v5.2.1
v5.2.0
v5.1.1
v5.1.0
v5.0.0
5.0.0 (2021-10-08)
chore
Features
- refactor all components to glimmer and use native classes (cee7373)
BREAKING CHANGES
- ember: Remove support for ember LTS 3.20 since that version
has a bug with autotracking. - deps: Require
ember-auto-import
v2+ - While the public API won't change, there is a huge
chance that this will break implementations if someone's extending the
components of this addon. Components that do need to be refactored to
glimmer.
v4.1.0
4.1.0 (2021-09-30)
Bug Fixes
- deps: [security] bump handlebars from 4.7.6 to 4.7.7 (#588) (d167207)
- deps: [security] bump striptags from 3.1.1 to 3.2.0 (#637) (3632f52)
- deps: [security] bump trim-newlines from 3.0.0 to 3.0.1 (#634) (10e3974)
- deps: [security] bump ws from 6.2.1 to 6.2.2 (#624) (910ec64)
- call on-update hook correctly (#641) (b8688b6)
Features
v4.0.1
v4.0.0
4.0.0 (2021-05-19)
Bug Fixes
BREAKING CHANGES
-
validated-input: This drops support for Ember LTS 3.16 and
ember-changeset
< 3.0.0 andember-changeset-validations
< 3.0.0 -
refactor(validated-input): refactor dynamic component call to angle-brackets
-
chore(*): drop node v10 support
-
validated-input: drop node v10 support since v10 has reached EOL
-
fix(themed-component): convert array to string befor using in key path