mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 01:11:24 +01:00
-> v1.62.0
This commit is contained in:
parent
7fe139feaa
commit
8a99ce911c
@ -1,5 +1,10 @@
|
||||
# Svelte changelog
|
||||
|
||||
## 1.62.0
|
||||
|
||||
* Add a `code` field to errors and warnings ([#474](https://github.com/sveltejs/svelte/issues/474))
|
||||
* When using v2 syntax, do not use interpolation in non-root `<style>` tags ([#1339](https://github.com/sveltejs/svelte/issues/1339))
|
||||
|
||||
## 1.61.0
|
||||
|
||||
* Support v2 syntax with `parser: 'v2'` option ([#1318](https://github.com/sveltejs/svelte/issues/1318))
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "svelte",
|
||||
"version": "1.61.0",
|
||||
"version": "1.62.0",
|
||||
"description": "The magical disappearing UI framework",
|
||||
"main": "compiler/svelte.js",
|
||||
"files": [
|
||||
|
Loading…
Reference in New Issue
Block a user