material-web/CHANGELOG.md

40 lines
1.2 KiB
Markdown
Raw Normal View History

2018-10-08 22:19:17 +03:00
# Change Log
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
<!-- add new unreleased changes here -->
2018-10-10 22:19:39 +03:00
- 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
- Implement icon-button in typescript
2018-10-08 22:19:17 +03:00
## [0.3.1] - 2018-10-08
- 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
## [0.3.0] - 2018-10-04
- 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
## [0.2.1] - 2018-09-21
- Update to lit-element 0.6.1
## [0.2.0] - 2018-09-13
- Use lit-element 0.6
## [0.1.2] - 2018-06-14
- Use lit-element 0.5
## [0.1.1] - 2018-05-09
- Add READMEs and examples
## [0.1.0] - 2018-05-08
- Initial WIP of components