Skip to content

Releases: esphome/device-builder-frontend

0.1.139

09 Jun 19:39
Immutable release. Only release title and notes can be modified.
cb76150

Choose a tag to compare

🐛 Bug fixes

  • Hide unbuildable dashboards from Known Dashboards (by @bdraco in #743)

🙇 Contributors

@bdraco

0.1.138

09 Jun 06:23
Immutable release. Only release title and notes can be modified.
2e59aae

Choose a tag to compare

🚀 New features

  • Give core navigator rows specific glyphs instead of the generic cog (by @bdraco in #738)

🐛 Bug fixes

  • Let the dependency-detour banner flow as inline text (by @bdraco in #739)
  • Move first-paint state writes to willUpdate (by @bdraco in #737)

🙇 Contributors

@bdraco

0.1.137

09 Jun 05:23
Immutable release. Only release title and notes can be modified.
785c3f7

Choose a tag to compare

🐛 Bug fixes

  • Accept decimal or hex in integer fields, preserving notation (by @bdraco in #736)

🙇 Contributors

@bdraco

0.1.136

09 Jun 05:02
Immutable release. Only release title and notes can be modified.
4169e30

Choose a tag to compare

🚀 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

@bdraco

0.1.135

08 Jun 21:31
Immutable release. Only release title and notes can be modified.
f5a1de6

Choose a tag to compare

🚀 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

@bdraco and @esphbot

0.1.134

08 Jun 18:13
Immutable release. Only release title and notes can be modified.
5f4720b

Choose a tag to compare

🚀 New features

  • Declutter the device navigator and unify section icons (by @bdraco in #701)

🐛 Bug fixes

  • Show neutral hint for unsupported automation sections (by @esphbot in #700)

🧹 Maintenance

  • Honor BACKEND_PORT in the dev server proxy (by @bdraco in #702)

🙇 Contributors

@bdraco and @esphbot

0.1.133

08 Jun 16:19
Immutable release. Only release title and notes can be modified.
d3b0451

Choose a tag to compare

🐛 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

  • Extract getErrorMessage() helper for unknown-error narrowing (by @esphbot in #698)

🙇 Contributors

@bdraco and @esphbot

0.1.132

08 Jun 03:47
Immutable release. Only release title and notes can be modified.
036a11b

Choose a tag to compare

🚀 New features

  • Trim float-with-unit pickers to the field's value range (by @bdraco in #693)

🙇 Contributors

@bdraco

0.1.131

07 Jun 21:13
Immutable release. Only release title and notes can be modified.
b0510b7

Choose a tag to compare

🐛 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)

📚 Documentation

  • Fix stale doc reference in registry-list helper comment (by @bdraco in #692)

🧹 Maintenance

  • Add control-flow action param-rendering regression test (#1285) (by @bdraco in #690)

🙇 Contributors

@bdraco and @esphbot

0.1.130

07 Jun 07:08
Immutable release. Only release title and notes can be modified.
c591eea

Choose a tag to compare

🐛 Bug fixes

  • Stack Secrets header on mobile to remove dead space (by @bdraco in #684)

🙇 Contributors

@bdraco