riot v5.0.0 Release Notes
Release Date: 2020-10-18 // almost 3 years ago-
๐ This release is completely backward compatible, make sure to update the
@riotjs/[email protected]
along with[email protected]
. All the Riot.js echosystem tools should keep working as expected without needing major release updates.๐ Changelog
- Replace the internal domdiff rendering engine with a fork of udomdiff
- ๐ Improve rendering performance
- ๐ Improve library size (-1kb)
- ๐ Improve Riot.js is side-effect free. Supports ES2015 exports also, hence fully tree-shakeable
- ๐ฅ Fix #2878 browser globals in expressions are available only as
window
properties breaking change
old{ location.href }
new{ window.location.href }