Skip to content

Releases: adfinis/ember-validated-form

v7.0.1

18 Mar 09:58
Compare
Choose a tag to compare

7.0.1 (2024-03-18)

Bug Fixes

  • deps: update dependencies (c2d187b)

v7.0.0

21 Nov 14:57
Compare
Choose a tag to compare

7.0.0 (2023-11-21)

chore

  • deps: update ember and dependencies (fc26b0b)

Features

  • allow html attributes to be passed to wrapping form element (b29f4d8)

BREAKING CHANGES

  • deps: Drop support for Ember v3.

v6.2.0

23 Feb 17:04
Compare
Choose a tag to compare

6.2.0 (2023-02-23)

Bug Fixes

  • scroll error into view with nested key names (#904) (5c192a5)

Features

  • a11y: add aria invalid and describedby attributes on validation (6e16a51), closes #48

v6.1.2

20 Sep 15:42
Compare
Choose a tag to compare

6.1.2 (2022-09-20)

Bug Fixes

  • label: only show requiredness indicator if a label is given (72c212d)

v6.1.1

20 Sep 13:16
Compare
Choose a tag to compare

6.1.1 (2022-09-20)

Bug Fixes

  • bootstrap: make sure error feedback is always visible (1722144)
  • checkbox-group: fix multiple selection in checkbox group (6bb902b)

v6.1.0

16 Sep 07:45
Compare
Choose a tag to compare

6.1.0 (2022-09-16)

Features

  • input: allow custom date component to be configured (#861) (33bbafa)

v6.0.2

09 Sep 07:40
Compare
Choose a tag to compare

6.0.2 (2022-09-09)

Bug Fixes

  • deps: remove unnecessary dependency to tracked-toolbox (605c001)

v6.0.1

08 Sep 16:22
Compare
Choose a tag to compare

6.0.1 (2022-09-08)

Bug Fixes

  • deps: add missing dependency tracked-toolbox (5b0f1a7)

v6.0.0

08 Sep 16:11
Compare
Choose a tag to compare

6.0.0 (2022-09-08)

chore

  • deps: update ember and drop node 12 support (3f3fb67)
  • select: remove deprecated option includeBlank on selects (3ef60b2)

Features

  • support embroider builds (b0b0bde)

BREAKING CHANGES

  • select: Remove deprecated option includeBlank on select
    inputs.
  • This changes the global configuration for features,
    themes and default components completely. For instructions on how to
    migrate, check the migration to v6 guide.
  • deps: Drop support for Node v12 and Ember LTS 3.24

v5.3.1

02 Sep 17:11
Compare
Choose a tag to compare

5.3.1 (2022-09-02)

Bug Fixes

  • select: fix promptIsSelectable in combination with targetPath (#853) (526d81f)