You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ All notable changes to this project will be documented in this file.
39
39
- Updated PsychicHttp to v1.2.1 incl. patches.
40
40
- Updated DaisyUI
41
41
- Updated Svelte 5 --> see [Svelte 5 Migration Guide](https://svelte.dev/docs/svelte/v5-migration-guide)
42
-
- Changed platform to latest stable pioarduino (at time of writing: Arduino 3.1.3 and IDF 5.3.2.250210). The code remains fully backward compatible with platform espressif32 6.8.1
42
+
- Changed platform to latest stable espressif32 6.8.1
43
43
44
44
### Fixed
45
45
@@ -57,6 +57,13 @@ All notable changes to this project will be documented in this file.
57
57
58
58
SvelteKit was updated to v2 and Svelte to v5. Please check the migration guides for [SvelteKit 2](https://svelte.dev/docs/kit/migrating-to-sveltekit-2) and the [Svelte 5 Migration Guide](https://svelte.dev/docs/svelte/v5-migration-guide) for the changes required on your frontend code.
59
59
60
+
To migrate your frontend run
61
+
62
+
```
63
+
npm install --force
64
+
npx sv migrate svelte-5
65
+
```
66
+
60
67
## [0.5.0] - 2024-05-06
61
68
62
69
Changes the Event Socket System to use a clearer message structure and MessagePack. Brings breaking changes to the `EventSocket.h` API.
0 commit comments