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 52d5038 commit 2343829Copy full SHA for 2343829
.changeset/chatty-camels-boil.md
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# rich-text-svelte-renderer
2
3
+## 2.0.0
4
+
5
+### Major Changes
6
7
+- 52d5038: # Svelte 5 Upgrade
8
9
+ Updated to use Svelte 5 Runes.
10
11
+ - You can now pass in valid HTMLTags instead of SvelteComponents for Renderers
12
+ - Removed Slug prop. Hoping Svelte 5 fixes the bug that made it necessary but may revert soon.
13
14
## 1.0.0
15
16
### Major Changes
package.json
@@ -3,7 +3,7 @@
"description": "Svelte port of Hygraph Rich Text React renderer",
"author": "Bert Bengtson",
"license": "MIT",
- "version": "1.0.0",
+ "version": "2.0.0",
"scripts": {
"dev": "vite dev",
"build": "svelte-kit sync && svelte-package",
0 commit comments