Skip to content

0.1.136

Choose a tag to compare

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

πŸš€ 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