Skip to content

v1.0.0-alpha2

Pre-release
Pre-release

Choose a tag to compare

@web-padawan web-padawan released this 10 Apr 08:30
· 114 commits to master since this release

Live Demo →
API Documentation →

Changes Since v1.0.0-alpha1:

  • a5d75fa test: split outlined and contained visual tests

  • f2d604c fix: update material outlined buttons, drop unused margin

  • 53f1804 docs: move <hr> usage to item components demo [skip ci] (#47)

  • 574ff37 docs: add missing API documentation [skip ci] (#46)

  • ee03682 test: enable running visual tests in Travis

  • 7c034f2 docs: reorganise and improve demos [skip ci] (#44)

  • 87a0054 feat: add accessibility support for menubar (#43)

  • 86f9306 fix: respect item.disabled when button becomes visible (#45)

  • 2d64e3b fix: ensute item exists before focusing it

  • ed19675 test: reuse esc test helper in submenu test

  • 8abb0d5 chore: fix typo in test description [skip ci]

  • aef1b2a fix: improve checks for keydown and click listeners

  • 2af3087 fix: close submenu on esc after switch on arrow key

  • 1c2dc23 fix: focus button without items when on submenu arrow left

  • cf915c9 fix: do not close submenu on parent item click

  • bdc5ae0 fix: switch opened submenu on non-parent item arrow right

  • c5f761c refactor: combine mixins to make code simpler

  • 99ba5aa fix: switch opened submenu on arrow left

  • 6f756a9 refactor: extract logic to perform actions once opened

  • 092acad test: remove requestAnimationFrame usage

  • de65759 test: fix flaky keyboard test in firefox

  • fe950cb fix: open submenu and focus last item on arrow up

  • a05d5f8 test: disable context-menu overlay animations

  • 5931706 refactor: move keyboard navigation to separate mixin

  • 6f4156c fix: remove expanded and restore button focus on Esc

  • 6d7e0b0 fix: prevent arrow down key from scrolling page