Skip to content

Commit b1b820e

Browse files
committed
Website | Release: Note update, Remove Svelte 5 from package.json
1 parent a4de30f commit b1b820e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"peerDependencies": {
4646
"@unovis/ts": "1.4.4",
47-
"svelte": "^3.48.0 || ^4.0.0 || ^5.0.0"
47+
"svelte": "^3.48.0 || ^4.0.0 "
4848
},
4949
"devDependencies": {
5050
"@rollup/plugin-node-resolve": "^13.0.4",

packages/website/releases/1.5.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ date: 2024-12-04T10:00
88
---
99

1010
Version `1.5` of _Unovis_ has arrived! This release is packed with enhancements,
11-
including full support for Solid; compatibility with Svelte 5 and React 19;
11+
including full support for Solid; compatibility with React 19 and Angular 19;
1212
many Graph component tweaks; exciting new features; and numerous bug fixes.
1313

1414
## Release Highlights
1515
### 🎉 Solid Support
1616
_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)!
1717

18-
### 🎊 Svelte 5 and React 19
19-
Also _Unovis_ now support Svelte 5 and React 19.
20-
Thanks [@pingu-codes](https://github.com/pingu-codes) for helping us solve problems with the Svelte integration.
18+
### 🎊 React 19 and Angular 19
19+
_Unovis_ now also support Angular 19 and React 19. <br />
20+
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! 🚀.
2121

2222
### 🔗 Graph
2323
<video muted autoPlay loop style={{ width: "100%" }} src="https://github.com/user-attachments/assets/1cb5c9f5-8717-4865-9e19-dc80d6bb6d8a"/>
@@ -36,7 +36,7 @@ A ton of new features were added to _Graph_:
3636

3737
- Multiple node selection ([docs](https://unovis.dev/docs/networks-and-flows/Graph#multiple-node-drag)).
3838

39-
- Pass precalculated layout within _Graph_ nodes ([docs](https://unovis.dev/docs/networks-and-flows/Graph#precalculated)).
39+
- Enable _Graph_ nodes to accept precalculated layout data ([docs](https://unovis.dev/docs/networks-and-flows/Graph#precalculated)).
4040

4141

4242
### 🪧 Tooltip

0 commit comments

Comments
 (0)