Skip to content

Latest commit

 

History

History
63 lines (35 loc) · 1.68 KB

CHANGELOG.md

File metadata and controls

63 lines (35 loc) · 1.68 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[3.0.0] - 2024-02-24

Changed

The following items are breaking changes and not supported in prior releases.

  • Updated future releases to be installed via NPM vs Bower (legacy only).
  • Refactored instance arguments new WebformToolkit(container, settings, callback)
  • Replaced QUnit testing with WebdriverIO framework.
  • Integrated Babel transpilation build process.

[3.0.1] - 2024-02-25

  • Support WCAG 2.1 aria roles

[3.0.2] - 2024-02-29

Updated

  • Replaced Travis-CI with Github workflow

[3.1.0] - 2024-04-02

Added

  • Support extended INPUT types

[3.1.1] - 2024-04-19

Added

  • Support submit button INPUT type
  • Ability to override submit button (submit: false)

Updated

  • Removed DIV wrapper on hidden/submit elements

[3.1.2] - 2024-04-23

  • Fixed message fadeOut, when multiple <p> exist.
  • Updated field filter/error message
  • Added descriptor to error responses

[3.1.3] - 2024-06-07

Added

Updated

  • Upgraded outdated NPM dependencies

[3.1.4] - 2024-07-13