Skip to content

Commit 8ae0cac

Browse files
committed
-> v1.41.4
1 parent 0a4e795 commit 8ae0cac

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Svelte changelog
22

3+
## 1.41.4
4+
5+
* Handle self-destructive bindings ([#917](https://github.com/sveltejs/svelte/issues/917))
6+
* Prevent `innerHTML` with `<option>` elements ([#915](https://github.com/sveltejs/svelte/issues/915))
7+
* Use `dataset` unless `legacy` is true ([#858](https://github.com/sveltejs/svelte/issues/858))
8+
* Add `prepare` script to facilitate installing from git ([#923](https://github.com/sveltejs/svelte/pull/923))
9+
310
## 1.41.3
411

512
* Prevent argument name clashes ([#911](https://github.com/sveltejs/svelte/issues/911))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte",
3-
"version": "1.41.3",
3+
"version": "1.41.4",
44
"description": "The magical disappearing UI framework",
55
"main": "compiler/svelte.js",
66
"files": [

0 commit comments

Comments
 (0)