- Fix flakey e2e test -
keyboard-shortcuts.spec.ts(#53) - #50 - Don't escape forward slashes. Switch deep links to use a
pathparameter instead ofpart. 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)
- #33 - Bug fixes around Web Component refactor.
- #17 - Keyboard events fire from iframe
- The
<parts-kit>Web Component uses the Shadow DOM. Styling no longer bleeds in or out. #29, #30
- You can now deep link to individual parts.
- Added
history.pushState()to track nav url changes andpopstateevent listener to respond to forward / back button navigation.
- It works! Kinda....