Skip to content

Commit c29e208

Browse files
committed
-> v3.14.0
1 parent ff2c850 commit c29e208

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Svelte changelog
22

3+
## 3.14.0
4+
5+
* Add `loopGuardTimeout` option that augments `for`/`while` loops to prevent infinite loops, primarily for use in the REPL ([#3887](https://github.com/sveltejs/svelte/pull/3887))
6+
* Keep component bindings in sync when changed in reactive statements ([#3382](https://github.com/sveltejs/svelte/issues/3382))
7+
* Update attributes before bindings ([#3857](https://github.com/sveltejs/svelte/issues/3857))
8+
* Prevent variable naming conflict ([#3899](https://github.com/sveltejs/svelte/issues/3899))
9+
10+
311
## 3.13.0
412

513
* New structured code generation, which eliminates a number of edge cases and obscure bugs ([#3539](https://github.com/sveltejs/svelte/pull/3539))

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte",
3-
"version": "3.13.0",
3+
"version": "3.14.0",
44
"description": "Cybernetically enhanced web apps",
55
"module": "index.mjs",
66
"main": "index",

0 commit comments

Comments
 (0)