This repository has been archived by the owner on May 1, 2019. It is now read-only.
rictic
released this
21 Nov 15:43
·
570 commits
to master
since this release
Fixed
- [Polymer] A number of fixes around warnings when resolving behaviors
- Warn, don't throw when a behavior is declared twice.
- Warn when there's a problem mixing behaviors into other behaviors, the same way that we warn when mixing behaviors into elements.
- Fix some bugs with recursive and mutually recursive imports.
Added
- Add
slots
toElement
.