What's Changed
- feat: migrate to Svelte 5
- feat: add component doc
- feat: call event.stopPropagation
- feat: better accessibility and improved doc comments
- feat: export all hamburger types
- docs: overhaull
Full Changelog: v4.2.1...v5.0.0
Migrating to svelte-hamburgers v5
- Now requires Svelte 5, if you require Svelte 3/4 support checkout svelte-hamburgers@4.
- We now call
stopPropagationon hamburger click event for you. - The
ariaLabelprop now gets its default value from thetitleprop.