v1.0.0-alpha.5.0.0
Pre-release
Pre-release
solkimicreb
released this
03 Dec 16:14
·
47 commits
to master
since this release
Breaking
- The default
isolate
setting of app component is changed from undefined to 'middlewares'. - The style passed to the
render
middleware is parsed and attached as a scoped style by default. - The throttle limiter is tweaked a bit. Previously it could emit a final event even after the triggering events are finished. This won't happen anymore.
- The
cache
setting is removed from therender
middleware. Templates are now always cached internally. (Should not affect you.)
Features
- Added shadow DOM support to the
render
middleware. It is toggleable with theshadow
boolean config property. - Added scoped style support to the
render
middleware.
Fixes
- Fixed throttle limiter sometimes not triggering at all.
- Fixed incorrect animation default durations in firefox.