We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7266f52 commit aab6df5Copy full SHA for aab6df5
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Svelte changelog
2
3
+## 1.0.0
4
+
5
+* Generate AMD, CJS, IIFE and UMD builds
6
+* Correctly insert text nodes before anchors
7
8
## 0.3.0
9
10
* Fix bug where departing element would unset `ref` incorrectly ([#24](https://github.com/sveltejs/svelte/issues/24))
package.json
@@ -1,6 +1,6 @@
{
"name": "svelte",
- "version": "0.3.0",
+ "version": "1.0.0",
"description": "The magical disappearing UI framework",
"main": "dist/svelte.js",
"files": [
0 commit comments