All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Upgrade lerna to 3.x
- Upgrade typescript to 3.4, add config for tsbuildinfo files needed for incremental compilation mode
- Update to mdc 1.0
- Rewrite Adapters and Foundations with Typescript types
- Disable pointer-events on disabled buttons
- Update to mdc 0.44
- fix button label issues
- Use
static get styles()
on all components - Clean up dependencies
- Implement drawer focus trapping
- Add tests
- Setup travis CI
- Update to lit-html 1.0
- Update lit and lit-element dependencies
- Publish mwc-drawer
- Update to lit-element 0.6.5 and lit-html 1.0.0-rc.1
- Fix ripple directive for lit-html 0.13
- Move event listeners to the class with lit-element 0.6.2
- Add
@eventOptions({passive: true})
to event handlers in tab-bar-scroller- More efficient scrolling behavior, as
preventDefault
is never called
- More efficient scrolling behavior, as
- Implement icon-button in typescript
- Fix demo publishing
- Update to lit-element 0.6.2
- Add dependencies to lit-html where necessary
- Add explicit
.js
endings to imports, where necessary - Fill in CHANGELOG
- Rewrite elements in typescript
- Add
ripple
lit directive to add a material ripple to any component - Add
@observe
decorator to tie data changes into base MDC Foundation handlers - Add a watcher for styling and typescript changes
- Update to lit-element 0.6.1
- Use lit-element 0.6
- Use lit-element 0.5
- Add READMEs and examples
- Initial WIP of components