Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.22 KB

File metadata and controls

23 lines (17 loc) · 1.22 KB

Change Log

0.3.0

  • Fix flakey e2e test - keyboard-shortcuts.spec.ts (#53)
  • #50 - Don't escape forward slashes. Switch deep links to use a path parameter instead of part. Add routing e2e coverage. (#51)
  • #43 - Add a direct link button to the UtilityBar and fix anchor hover styles. (#46)
  • #40 - Fix keyboard shortcuts firing when focused within inputs. (#45)
  • Add Playwright Tests (#39)

0.2.1

  • #33 - Bug fixes around Web Component refactor.
  • #17 - Keyboard events fire from iframe

0.2.0

  • The <parts-kit> Web Component uses the Shadow DOM. Styling no longer bleeds in or out. #29, #30

0.0.3

  • You can now deep link to individual parts.
  • Added history.pushState() to track nav url changes and popstate event listener to respond to forward / back button navigation.

0.0.2 / 0.0.1

  • It works! Kinda....