Releases: esphome/device-builder-frontend
Releases · esphome/device-builder-frontend
0.1.139
0.1.138
Immutable
release. Only release title and notes can be modified.
0.1.137
0.1.136
Immutable
release. Only release title and notes can be modified.
🚀 New features
- Show a leading domain glyph on ungrouped navigator rows (by @bdraco in #732)
- Add a domain glyph to navigator subgroup headers (by @bdraco in #723)
- Group the navigator Components by domain (by @bdraco in #716)
🐛 Bug fixes
- Read tagged !lambda block scalars in the section editor (by @bdraco in #735)
- Pass the unsaved draft yaml to automations/get_available (by @bdraco in #734)
- Fix navigator section lock-out after YAML cursor reveal (by @bdraco in #733)
- Reveal the selected component in the navigator (by @bdraco in #729)
- Resolve same-file substitutions in the navigator and form fields (by @bdraco in #730)
- Map navigator glyphs for ~250 top-level domains, aligned to the docs icons (by @bdraco in #731)
- Fill navigator subgroup glyphs for the bluetooth family and other top-level domains (by @bdraco in #728)
- Re-lint the open YAML editor on a secrets save (by @bdraco in #724)
- Write secrets through the atomic config/set_secret command (by @bdraco in #722)
- Report a remote build server by name when no binaries come back (by @bdraco in #721)
- Render UNKNOWN config fields as YAML-only (by @bdraco in #720)
- Render a lambda delay value in the editor instead of 0 Seconds (by @bdraco in #717)
- Localize the CodeMirror search/replace panel (by @bdraco in #718)
🔄 Refactor
- Split automation-editor styles into four concern files (by @bdraco in #727)
- Split dashboard styles into four concern files (by @bdraco in #726)
- Consolidate shared CodeMirror scaffolding between the editors (by @bdraco in #725)
🙇 Contributors
0.1.135
Immutable
release. Only release title and notes can be modified.
🚀 New features
- Flag and offer to create missing !secret references in the structured editor (by @bdraco in #706)
- Trim the redundant Component suffix from core navigator rows (by @bdraco in #715)
- Add a filter box to the device navigator (by @bdraco in #704)
🐛 Bug fixes
- Parse ESPHome's Ohm spelling in the float-with-unit picker (by @bdraco in #712)
- Title the browser tab ESPHome Device Builder (by @bdraco in #713)
- Use the normal UI font for terminal dialog titles and buttons (by @bdraco in #711)
- Hide Archived Devices in the kebab menu off the dashboard route (by @bdraco in #708)
🔄 Refactor
- Extract a shared reactive controller for session-blob-cache lifecycle (by @esphbot in #709)
- Split label, bucket, and section-render logic out of the navigator (by @bdraco in #714)
🙇 Contributors
0.1.134
Immutable
release. Only release title and notes can be modified.
0.1.133
Immutable
release. Only release title and notes can be modified.
🐛 Bug fixes
- Truncate navigator card titles so long names don't overlap the chevron (by @bdraco in #699)
- Keep an id-reference value defined outside the scanned YAML (by @bdraco in #697)
- Preserve the !lambda tag through the lambda value sentinel (by @bdraco in #696)
- Render the value input + lambda toggle for scalar filters (by @bdraco in #694)
🔄 Refactor
🙇 Contributors
0.1.132
0.1.131
Immutable
release. Only release title and notes can be modified.
🐛 Bug fixes
- Hydrate action catalog in script and api-action editors (by @bdraco in #687)
- Support list-form device triggers (on_boot priorities) (by @bdraco in #686)
- Fix favicon to match ESPHome brand guidelines (by @bdraco in #685)
🔄 Refactor
- Split config-entry-form styles to clear the size cap (by @esphbot in #682)
- Split yaml-completion into catalog, providers, and source layers (by @esphbot in #680)
- Extract pure helpers from registry-list to get under size cap (by @esphbot in #681)
- Migrate automation-editor onto CatalogLoadController (by @bdraco in #691)