Skip to content

Releases: KittyGiraudel/a11y-dialog

6.1.0

02 Mar 20:13
Compare
Choose a tag to compare

6.0.1

22 Feb 12:28
Compare
Choose a tag to compare
  • Prevent potential issue with this._listeners being undefined in .off method (#148)

6.0.0

17 Feb 13:13
Compare
Choose a tag to compare

In theory, v6.0.0 should be entirely backward compatible with the latest version from v5. However since the move to Rollup could have unintended side-effect, we’re leaning on the safe side and bumping the major. If you are experiencing any issue with v6, please kindly report them.

Package

  • Add support for nested dialogs (#141)
  • Move bundling to Rollup (#133)
  • Use focusable-selectors to get focusable elements (#134, #143)
  • Package an ESM version of the script for CDN usage (#133)
  • Move dist files in a dedicated folder, leaving only the source file at the root (#133)
  • Move the repository over to KittyGiraudel/a11y-dialog instead of edenspiekermann/a11y-dialog (#138)

Documentation

  • Improve the documentation about the expected HTML structure (#137)
  • Add a warning about using <dialog> in the documentation (#137)
  • Update installation instructions to mention ESM and CDNs (#139, #140)

Tests

  • Move testing from Mocha to Cypress (#129)
  • Run tests on CI (#130)
  • Clean up examples (#142)

5.5.2

15 Feb 08:56
Compare
Choose a tag to compare
  • Prevent an issue on some CI with a function being declared within a condition (61069a4)

5.5.1

14 Feb 11:12
Compare
Choose a tag to compare
  • Prevent a DOM error when ‘data-a11y-dialog’ has no value (30a8c2f)
  • Apply minor improvement to the documentation (b3f6856)

5.5.0

14 Feb 09:32
Compare
Choose a tag to compare
  • Provide a way to automatically instantiate dialogs through the DOM API to make it possible to use the library without writing any JavaScript (#128)

5.4.3

06 Feb 11:25
Compare
Choose a tag to compare

5.4.2

26 Oct 09:38
Compare
Choose a tag to compare

5.4.1

11 Oct 19:31
Compare
Choose a tag to compare

5.4.0

09 Oct 09:20
Compare
Choose a tag to compare