|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
5 | | -## Upcoming [Main] - tbd |
| 5 | +## Upcoming [0.6.0] - tbd |
6 | 6 |
|
7 | 7 | > [!CAUTION] |
8 | 8 | > This update has breaking changes! |
@@ -42,9 +42,9 @@ All notable changes to this project will be documented in this file. |
42 | 42 | - MQTT library updated |
43 | 43 | - Analytics task was refactored into a loop() function which is called by the ESP32-sveltekit main task. |
44 | 44 | - Updated PsychicHttp to v1.2.1 incl. patches. |
45 | | -- Updated DaisyUI |
| 45 | +- Updated to DaisyUI 5 and Tailwind CSS 4 |
46 | 46 | - Updated Svelte 5 --> see [Svelte 5 Migration Guide](https://svelte.dev/docs/svelte/v5-migration-guide) |
47 | | -- Changed platform to [PIO Arduino](https://github.com/pioarduino/platform-espressif32) |
| 47 | +- Changed platform to [PIO Arduino](https://github.com/pioarduino/platform-espressif32) using Arduino 3 Core. Also upgrades ESP-IDF to v5. |
48 | 48 | - ESPD_LOGx: replace first argument with TAG and define TAG as 🐼 [#85](https://github.com/theelims/ESP32-sveltekit/pull/85) |
49 | 49 | - Replace rtc_get_reset_reason(0) with esp_reset_reason() [#86](https://github.com/theelims/ESP32-sveltekit/pull/86) |
50 | 50 |
|
@@ -77,13 +77,13 @@ npm install --force |
77 | 77 | npx sv migrate svelte-5 |
78 | 78 | ``` |
79 | 79 |
|
80 | | -Also DaisyUI and Tailwind CSS have been updated to their last major revision. Run the official Tailwind upgrade tool: |
| 80 | +Also DaisyUI and Tailwind CSS have been updated to their last major versions. Run the official Tailwind upgrade tool: |
81 | 81 |
|
82 | 82 | ``` |
83 | 83 | npx @tailwindcss/upgrade |
84 | 84 | ``` |
85 | 85 |
|
86 | | -This will migrate some of your svelte files to the new naming convention of Tailwind. For DaisyUI follow this [guide](https://daisyui.com/docs/upgrade/#changes-from-v4). Likely you'll need to redo all forms, as the components behave differently. Forms will need the a `fieldset` class. Inputs will need an additional `w-full` to have the same behavior as before. And [labels](https://daisyui.com/components/label/) have a different syntax, too. |
| 86 | +This will migrate some of your svelte files to the new naming convention of Tailwind. For DaisyUI follow this [guide](https://daisyui.com/docs/upgrade/#changes-from-v4). Likely you'll need to redo all forms, as the components behave differently. Forms will need the `fieldset` class. Inputs will need an additional `w-full` to have the same behavior as before. And [labels](https://daisyui.com/components/label/) have a different syntax, too. |
87 | 87 |
|
88 | 88 | The themes are to be found in `app.css` now. Add them back if they had been changed from the default. |
89 | 89 |
|
|
0 commit comments