[ci skip] update CHANGELOG.md

This commit is contained in:
Daniel Freedman 2019-03-26 15:38:15 -07:00
parent 694fc6b497
commit dafca12c59

View File

@ -4,8 +4,34 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/). and this project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased ## [0.5.0] - 2019-03-26
<!-- add new unreleased changes here --> - Update to mdc 1.0
- Rewrite Adapters and Foundations with Typescript types
- Disable pointer-events on disabled buttons
## [0.4.0] - 2019-03-11
- Update to mdc 0.44
- fix button label issues
## [0.3.6] - 2019-02-05
- 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
## [0.3.5] - 2019-01-11
- Update lit and lit-element dependencies
- Publish mwc-drawer
## [0.3.4] - 2018-12-13
- Update to lit-element 0.6.5 and lit-html 1.0.0-rc.1
## [0.3.3] - 2018-12-03
- Fix ripple directive for lit-html 0.13
## [0.3.2] - 2018-11-16
- Move event listeners to the class with lit-element 0.6.2 - Move event listeners to the class with lit-element 0.6.2
- Add `@eventOptions({passive: true})` to event handlers in tab-bar-scroller - 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 `preventDefault` is never called