Skip to content

Releases: morkro/vue-a11y-dialog

1.1.1

25 Jan 21:05
Compare
Choose a tag to compare

Removed

1.1.0

25 Jan 14:01
Compare
Choose a tag to compare

This release introduces some exciting changes, namely an update to the latest a11y-dialog version 7.3.0 and switching to Vite as bundler. Big thanks to @roblevintennis for introducing all these updates and pushing for an update on this 👏🏻

Added

  • Build setup now done with Vite #31 (Thanks to @roblevintennis)
  • Demo configuration to run locally
  • Added ESM build output

Changed

  • Updated a11y-dialog to latest version #31 (Thanks to @roblevintennis)
  • Updated development dependencies
  • Tests now done with Cypress #31 (Thanks to @roblevintennis)
  • More updates to Vue 3 setup (e.g. emits) (Note to #30)

Removed

  • Jest
  • Rollup (now under-the-hood configuration via Vite)

New Contributors

1.0.0

28 Feb 10:15
Compare
Choose a tag to compare

This is the first major release that introduces breaking changes. From 1.0.0 onwards the API will support Vue 3.

Changed

Removed

  • Removed dependency to portal-vue

0.5.2

14 Apr 17:43
Compare
Choose a tag to compare

Changed

  • Updated a11y-dialog to latest version

Fixed

  • Fixes mistakenly used titleId in aria-labelledby with fullTitleId (#23)

0.5.1

12 Feb 11:12
Compare
Choose a tag to compare

Changed

  • Changed three minor occurences of arrow functions with normal functions to allow support for IE11.
  • Updated a few dependencies, including latest portal-vue release

Security

  • Ran npm audit and fixed a couple vulneribility warnings.

0.5.0

16 Apr 15:55
Compare
Choose a tag to compare

Changed

  • Upgraded to portal-vue@2.1.0 which required refactoring parts of the implementation.
  • Upgraded development dependencies.

0.4.2

21 Feb 13:15
Compare
Choose a tag to compare

Fixed

  • Vue.js library from being included to the bundle.

0.4.1

20 Feb 11:25
Compare
Choose a tag to compare

Added

  • A CHANGELOG.
  • Some basic component tests.

Changed

  • Upgraded dependencies which resulted in a new bundle.
  • Updated README to use new v-slot syntax.

Fixed

  • Mistake in API documentation of title slot.

0.4.0

14 Dec 18:55
Compare
Choose a tag to compare

This adds PortalVue to render the dialog outside of the application container, addressing #5.

0.3.1

28 Nov 22:19
Compare
Choose a tag to compare

Fixes full component file path from development environment in bundled output 6349b89