File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 8
8
},
9
9
"changesets" : [
10
10
" beige-boxes-rhyme" ,
11
+ " eighty-tigers-rhyme" ,
11
12
" fair-geese-repeat" ,
12
13
" gentle-pumas-chew" ,
13
14
" green-sheep-learn" ,
14
15
" mighty-suns-occur" ,
16
+ " odd-wasps-smoke" ,
17
+ " smart-kangaroos-tell" ,
15
18
" stale-cougars-wink" ,
16
19
" tame-peaches-destroy"
17
20
]
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 4.0.0-next.3
4
+
5
+ ### Patch Changes
6
+
7
+ - feat: smaller minified output for destructor chunks ([ #8763 ] ( https://github.com/sveltejs/svelte/pull/8763 ) )
8
+
9
+ - breaking: use ` CustomEvent ` constructor instead of deprecated ` createEvent ` method ([ #8775 ] ( https://github.com/sveltejs/svelte/pull/8775 ) )
10
+
11
+ - chore: deindent cjs output for compiler ([ #8785 ] ( https://github.com/sveltejs/svelte/pull/8785 ) )
12
+
3
13
## 4.0.0-next.2
4
14
5
15
### Patch Changes
69
79
70
80
## 3.59.2
71
81
72
- * Fix escaping ` <textarea bind:value={...}> ` values in SSR
82
+ - Fix escaping ` <textarea bind:value={...}> ` values in SSR
73
83
74
84
## 3.59.1
75
85
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " svelte" ,
3
- "version" : " 4.0.0-next.2 " ,
3
+ "version" : " 4.0.0-next.3 " ,
4
4
"description" : " Cybernetically enhanced web apps" ,
5
5
"type" : " module" ,
6
6
"module" : " src/runtime/index.js" ,
Original file line number Diff line number Diff line change 6
6
* https://svelte.dev/docs/svelte-compiler#svelte-version
7
7
* @type {string }
8
8
*/
9
- export const VERSION = '4.0.0-next.2 ' ;
9
+ export const VERSION = '4.0.0-next.3 ' ;
You can’t perform that action at this time.
0 commit comments