Skip to content

Commit af74abe

Browse files
committed
feat(docs): svelte 5
1 parent 0fbb2b4 commit af74abe

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

src/content/en/docs/19.quality-assurance.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ The main purpose of this tool is to conduct regression UI testing on different c
3333

3434
Additionally, we test our framework on various versions of commonly used UI frameworks, such as Angular, Svelte, Vue.js, and React.js. This gives us **27** test runs across different environments as we have a matrix of browsers and framework versions
3535

36-
| Browser \ Stack | Angular 18 | Angular 16 | Angular 14 | Angular 12 | Svelte 4 | Svelte 3 | Vue.js 3 | Vue.js 2 | React.js 18 | React.js 16 | Lit 3 |
37-
| :-------------: | :--------: | :--------: | :--------: | :--------: | :------: | :------: | :------: | :------: | :---------: | :---------: | :---------: |
38-
| Chromium ||||||||||||
39-
| Firefox ||||||||||||
40-
| WebKit ||||||||||||
36+
| Browser \ Stack | Angular 18 | Angular 16 | Angular 14 | Angular 12 | Svelte 5 | Svelte 4 | Svelte 3 | Vue.js 3 | Vue.js 2 | React.js 18 | React.js 16 | Lit 3 |
37+
| :-------------: | :--------: | :--------: | :--------: | :--------: | :------: | :------: | :------: | :------: | :------: | :---------: | :---------: | :---------: |
38+
| Chromium ||||||||| | |||
39+
| Firefox ||||||||| | |||
40+
| WebKit ||||||||| | |||
4141

4242
### Installation {#install}
4343

src/content/en/docs/4.guides/2.renderers/4.svelte.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This guide is an extension of the [Basic](/docs/guides/basic) guide and provides
2222

2323
This plugin offers a classic preset that comes with visual components for nodes, connections, sockets, and input controls.
2424

25-
Supports both versions of Svelte: 3 and 4
25+
Supports latest versions of Svelte: 5, 4 and 3
2626

2727
## Install dependencies {#install-dependencies}
2828

@@ -35,7 +35,7 @@ npm i rete-svelte-plugin rete-render-utils sass
3535

3636
```ts
3737
import { AreaPlugin } from "rete-area-plugin";
38-
import { SveltePlugin, Presets, SvelteArea2D } from "rete-svelte-plugin";
38+
import { SveltePlugin, Presets, SvelteArea2D } from "rete-svelte-plugin/5"; // or "rete-svelte-plugin" for older versions
3939

4040
type AreaExtra = SvelteArea2D<Schemes>;
4141

src/content/uk/docs/19.quality-assurance.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ keywords: qa,забезпечення якості,юніт тестування
3333

3434
Крім того, ми тестуємо наш фреймворк на різних версіях UI фреймворків, таких як Angular, Svelte, Lit, Vue.js і React.js. Це дає нам **18** тестових прогонів у різних середовищах, оскільки у нас є матриця браузерів і версій фреймворку
3535

36-
| Браузер \ Стек | Angular 18 | Angular 16 | Angular 14 | Angular 12 | Svelte 4 | Svelte 3 | Vue.js 3 | Vue.js 2 | React.js 18 | React.js 16 | Lit 3 |
37-
| :------------: | :--------: | :--------: | :--------: | :--------: | :------: | :------: | :------: | :------: | :---------: | :---------: | :---------: |
38-
| Chromium ||||||||||||
39-
| Firefox ||||||||||||
40-
| WebKit ||||||||||||
36+
| Браузер \ Стек | Angular 18 | Angular 16 | Angular 14 | Angular 12 | Svelte 5 | Svelte 4 | Svelte 3 | Vue.js 3 | Vue.js 2 | React.js 18 | React.js 16 | Lit 3 |
37+
| :------------: | :--------: | :--------: | :--------: | :--------: | :------: | :------: | :------: | :------: | :------: | :---------: | :---------: | :---------: |
38+
| Chromium ||||||||| | |||
39+
| Firefox ||||||||| | |||
40+
| WebKit ||||||||| | |||
4141

4242
### Встановлення {#install}
4343

src/content/uk/docs/4.guides/2.renderers/4.svelte.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ keywords: svelte,рендерінг
2222

2323
Цей плагін пропонує класичний пресет, який містить візуальні компоненти для вузлів, з’єднань, сокетів і елементів керування введенням.
2424

25-
Підтримує обидві версії Svelte: 3 і 4
25+
Підтримує останні версії Svelte: 5, 4 та 3
2626

2727
## Встановити залежності {#install-dependencies}
2828

@@ -35,7 +35,7 @@ npm i rete-svelte-plugin rete-render-utils sass
3535

3636
```ts
3737
import { AreaPlugin } from "rete-area-plugin";
38-
import { SveltePlugin, Presets, SvelteArea2D } from "rete-svelte-plugin";
38+
import { SveltePlugin, Presets, SvelteArea2D } from "rete-svelte-plugin/5"; // або "rete-svelte-plugin" для старіших версій
3939

4040
type AreaExtra = SvelteArea2D<Schemes>;
4141

0 commit comments

Comments
 (0)