From b1b820e55da91d0b6faf6526846674e5237b0e42 Mon Sep 17 00:00:00 2001 From: lee00678 Date: Wed, 11 Dec 2024 13:02:34 -0800 Subject: [PATCH] Website | Release: Note update, Remove Svelte 5 from package.json --- packages/svelte/package.json | 2 +- packages/website/releases/1.5.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/svelte/package.json b/packages/svelte/package.json index f0c7bf184..7b7e44d38 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -44,7 +44,7 @@ }, "peerDependencies": { "@unovis/ts": "1.4.4", - "svelte": "^3.48.0 || ^4.0.0 || ^5.0.0" + "svelte": "^3.48.0 || ^4.0.0 " }, "devDependencies": { "@rollup/plugin-node-resolve": "^13.0.4", diff --git a/packages/website/releases/1.5.md b/packages/website/releases/1.5.md index ea419981a..4233e0176 100644 --- a/packages/website/releases/1.5.md +++ b/packages/website/releases/1.5.md @@ -8,16 +8,16 @@ date: 2024-12-04T10:00 --- Version `1.5` of _Unovis_ has arrived! This release is packed with enhancements, -including full support for Solid; compatibility with Svelte 5 and React 19; +including full support for Solid; compatibility with React 19 and Angular 19; many Graph component tweaks; exciting new features; and numerous bug fixes. ## Release Highlights ### 🎉 Solid Support _Unovis_ now works with Solid — one of the most performant JSX frameworks. Thanks to [@hngngn](https://github.com/hngngn) for this amazing [contribution](https://github.com/f5/unovis/pull/469)! -### 🎊 Svelte 5 and React 19 -Also _Unovis_ now support Svelte 5 and React 19. -Thanks [@pingu-codes](https://github.com/pingu-codes) for helping us solve problems with the Svelte integration. +### 🎊 React 19 and Angular 19 +_Unovis_ now also support Angular 19 and React 19.
+Calling for Svelte 5 support contribution ([discussion](https://github.com/f5/unovis/issues/500))! Huge thanks to [@pingu-codes](https://github.com/pingu-codes) for your incredible help with Svelte support! 🚀. ### 🔗 Graph