All Versions
385
Latest Version
Avg Release Cycle
8 days
Latest Release
-
Changelog History
Page 15
Changelog History
Page 15
-
v3.1.0 Changes
- 👍 Allow store subscribe functions to return an object with an
unsubscribe
method, providing native RxJS support (#2549)
- 👍 Allow store subscribe functions to return an object with an
-
v3.0.0 Changes
- Everything
-
v2.15.4 Changes
- IE
classList
fix (#1868)
- IE
-
v2.15.3 Changes
- Don't mutate AST
-
v2.15.2 Changes
- 🔦 Expose
stats.props
(#1837)
- 🔦 Expose
-
v2.15.1 Changes
- Don't throw missing store error when store is declared in component (#1828)
-
v2.15.0 Changes
- Event modifiers (#1088)
- 0️⃣ Wheel and touch events are passive by default (#1088)
- ➕ Add
<svelte:document>
tag (#1484) - Include binding values in server-rendered HTML (#1205)
- ✂ Remove attributes when value is undefined/null (#1434)
- 🎉 Initialise window scroll from component data (#938)
- ✂ Remove references to unused properties in generated code (#1187)
- ➕ Add TypeScript definitions for store (#1207)
- 👍 Better error for missing store (#1807)
-
v2.14.2 Changes
- 🛠 Fix issue with nested
{#if}
blocks (#1780)
- 🛠 Fix issue with nested