Ember Validated Form Versions Save

Easily create forms with client side validations.

v7.0.1

2 months ago

7.0.1 (2024-03-18)

Bug Fixes

  • deps: update dependencies (c2d187b)

v7.0.0

6 months ago

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

1 year ago

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

1 year ago

6.1.2 (2022-09-20)

Bug Fixes

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

v6.1.1

1 year ago

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

1 year ago

6.1.0 (2022-09-16)

Features

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

v6.0.2

1 year ago

6.0.2 (2022-09-09)

Bug Fixes

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

v6.0.1

1 year ago

6.0.1 (2022-09-08)

Bug Fixes

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

v6.0.0

1 year ago

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

1 year ago

5.3.1 (2022-09-02)

Bug Fixes

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