Skip to content

Commit

Permalink
v5.0.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed May 17, 2017
1 parent ac49ec4 commit cc39c12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 5.0.0 - 2017-05-16
## 5.0.0-1 - 2017-05-16
* Beta release! Please let me know if there is anything wrong with this!
* Remove `on-load` and use a new dom ID based dom tracking system. Requires ES5 support for getters.
* Remove `_load` and `_unload` methods. You have to wrap instances of `cache-component` with `on-load` on your own now.
* Add `_didUpdate` hook so you can call dom methods after the component updates. Handy for updating a scroll position.
Expand Down

0 comments on commit cc39c12

Please sign in to comment.