Skip to content

2.0.0

Compare
Choose a tag to compare
@NickDJM NickDJM released this 07 Mar 19:48
· 14 commits to 2.x since this release

2.0.0 (2024-03-07)

⚠ BREAKING CHANGES

  • vite changes the naming convention for the dist files

Features

  • add ability to disable bootstrap dropdown behaviour (1d75735)
  • add support for hover enter/leave delays and transition classes (46a583a)
  • menu: implement new top link disclosure menu subclass (fecb681), closes #10

Code Refactoring

  • demo: bring demo up-to-date with v4 changes (44c3971)

Documentation

  • clean up docs to match main projects and link to new examples (156e737)
  • github: update project information in preparation for v2 (79932da)

Build System

  • actions: update checkout to v4 (3dc9f1d)
  • npm: update to latest packages and full v4 release (eba6dd2)
  • release: remove unused updater (6b59bb1)
  • upgrade build to support modules and cjs (939b30c)
  • npm: require at least accessible-menu v4.0.0-beta.4 (b6ac3d5), closes #62
  • bump eslint-plugin-jsdoc from 40.3.0 to 43.0.0 (c5aea11)
  • eslint: update rules for jsdoc plugin (fb597c6)
  • replace rollup and jest with vite and vitest with demo env (ced8b93), closes #32

Continuous Integration

  • workflow: allow workflows to run on all .x branches (57e7a07)