Skip to content

Releases: robinpoort/vanilla-js-responsive-menu

2.0.0

29 Apr 18:12
Compare
Choose a tag to compare
2.0.0 Pre-release
Pre-release

Pre-release - not suitable for production websites

1.3.0

28 Aug 08:30
Compare
Choose a tag to compare
  • Replaced aria-hidden with aria-expanded
  • Make sure aria-expanded and aria-pressed work when toggling buttons
  • Add aria-controls to the toggle button, works for multiple menus

1.2.0

25 Jul 14:25
Compare
Choose a tag to compare
  • Add load event and add class (#18)

1.1.11

02 Jul 06:58
Compare
Choose a tag to compare
  • Fixing the use of settings.menu setting. (#17)
  • Fixing the broken settings.before_element setting.

1.1.10

02 Nov 14:00
Compare
Choose a tag to compare

Bump version

1.1.9

30 Oct 09:56
Compare
Choose a tag to compare

Fix: before_element is usable again

1.1.8

18 Aug 14:44
Compare
Choose a tag to compare
  • Possible to load several menus on one page
  • Acknowledgement: Should use the same width to go from mobile to desktop. Set in CSS

1.1.7

06 Jul 13:34
Compare
Choose a tag to compare
  • Add package.json
  • Add contributing and code of conduct files

1.1.6

25 Jan 14:05
Compare
Choose a tag to compare
  • Fix submenu indicator bug. See: #14

1.1.5

20 Jan 16:52
Compare
Choose a tag to compare
  • Added the mobile indicator to the menu element. See: #11
  • Submenu now has separate toggle width (+ indicator). See: #13