Skip to content

Commit 59f18b4

Browse files
committed
Update collapse blocks
1 parent 3ede343 commit 59f18b4

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

content/changelog/2025.8.0.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ or advanced configurations may need updates.
158158

159159
## Release 2025.8.1 - August 25
160160

161-
{{< collapse true >}}
161+
<details open>
162+
<summary></summary>
162163

163164
- [api] Add zero-copy StringRef methods for compilation_time and effect_name [esphome#10257](https://github.com/esphome/esphome/pull/10257) by [@bdraco](https://github.com/bdraco)
164165
- [esp32_ble_client] Add log helper functions to reduce flash usage by 120 bytes [esphome#10243](https://github.com/esphome/esphome/pull/10243) by [@bdraco](https://github.com/bdraco)
@@ -176,7 +177,7 @@ or advanced configurations may need updates.
176177
- [test] Add integration test for light effect memory corruption fix [esphome#10417](https://github.com/esphome/esphome/pull/10417) by [@bdraco](https://github.com/bdraco)
177178
- [web_server] Use oi.esphome.io for css and js assets [esphome#10296](https://github.com/esphome/esphome/pull/10296) by [@clydebarrow](https://github.com/clydebarrow)
178179

179-
{{< /collapse >}}
180+
</details>
180181

181182
## Full list of changes
182183

@@ -233,7 +234,8 @@ or advanced configurations may need updates.
233234

234235
### All changes
235236

236-
{{< collapse >}}
237+
<details>
238+
<summary></summary>
237239

238240
- [web_server] fix `Arudino` typo {{< pr number="9404" repo="esphome" >}} by {{< ghuser name="ximex" >}}
239241
- Speed up clang-tidy CI by 80%+ with incremental checking {{< pr number="9396" repo="esphome" >}} by {{< ghuser name="bdraco" >}}
@@ -602,11 +604,12 @@ or advanced configurations may need updates.
602604
- [pipsolar] fix faults_present, fix update interval {{< pr number="10289" repo="esphome" >}} by {{< ghuser name="patagonaa" >}}
603605
- [bluetooth_proxy] Fix connection slot race by deferring slot release until GATT close {{< pr number="10303" repo="esphome" >}} by {{< ghuser name="bdraco" >}}
604606

605-
{{< /collapse >}}
607+
</details>
606608

607609
### Dependency Changes
608610

609-
{{< collapse >}}
611+
<details>
612+
<summary></summary>
610613

611614
- Bump ruff from 0.12.2 to 0.12.3 {{< pr number="9446" repo="esphome" >}} by {{< ghuser name="dependabot[bot]" >}}
612615
- Bump aioesphomeapi from 34.2.1 to 35.0.1 {{< pr number="9474" repo="esphome" >}} by {{< ghuser name="dependabot[bot]" >}}
@@ -649,13 +652,14 @@ or advanced configurations may need updates.
649652
- Bump aioesphomeapi from 38.2.1 to 39.0.0 {{< pr number="10222" repo="esphome" >}} by {{< ghuser name="dependabot[bot]" >}}
650653
- Bump esphome-dashboard from 20250514.0 to 20250814.0 {{< pr number="10227" repo="esphome" >}} by {{< ghuser name="dependabot[bot]" >}}
651654

652-
{{< /collapse >}}
655+
</details>
653656

654657
<!-- markdownlint-enable MD013 -->
655658

656659
## Past Changelogs
657660

658-
{{< collapse >}}
661+
<details>
662+
<summary></summary>
659663

660664
- {{< docref "2025.7.0/" >}}
661665
- {{< docref "2025.6.0/" >}}
@@ -716,4 +720,4 @@ or advanced configurations may need updates.
716720
- {{< docref "v1.8.0/" >}}
717721
- {{< docref "v1.7.0/" >}}
718722

719-
{{< /collapse >}}
723+
</details>

0 commit comments

Comments
 (0)