v1.0.0-alpha.5.0.0
Pre-release
Pre-release
·
47 commits
to master
since this release
Breaking
- The default
isolatesetting of app component is changed from undefined to 'middlewares'. - The style passed to the
rendermiddleware 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
cachesetting is removed from therendermiddleware. Templates are now always cached internally. (Should not affect you.)
Features
- Added shadow DOM support to the
rendermiddleware. It is toggleable with theshadowboolean config property. - Added scoped style support to the
rendermiddleware.
Fixes
- Fixed throttle limiter sometimes not triggering at all.
- Fixed incorrect animation default durations in firefox.