- #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 andpopstate
event listener to respond to forward / back button navigation.
- It works! Kinda....