Skip to content

0.1.125

Choose a tag to compare

@esphome esphome released this 05 Jun 22:12
Immutable release. Only release title and notes can be modified.
76b5718

๐Ÿš€ New features

  • Link the board wizard help to the new boards guide (by @bdraco in #654)
  • Suggest declared IDs at reference fields in the YAML editor (by @bdraco in #646)
  • Render a waiting hint for remote_pending compiles (by @bdraco in #645)
  • Add indentation guide lines to the YAML editor (by @bdraco in #644)

๐Ÿ› Bug fixes

  • Round-trip unicode escape sequences in font glyph fields (by @bdraco in #647)
  • Localize the component-catalog result counter (by @bdraco in #651)
  • Strip inline comments from section form values and preserve them on edit (by @bdraco in #649)
  • Hydrate component bodies for catalog-entry completion (by @bdraco in #648)
  • Splice only changed fields when saving a section form (by @bdraco in #643)
  • Don't echo programmatic value syncs as lambda-change (by @bdraco in #642)
  • Build offloader pairing row from OFFLOADER_PAIRING_ADDED event (by @esphbot in #637)
  • Reword pairing-requests section description (by @bdraco in #641)
  • Derive component category labels deterministically instead of translating (by @esphbot in #634)

๐Ÿ”„ Refactor

  • Split yaml-section-values.ts into lexer/list/reader/facade layers (by @bdraco in #653)

๐Ÿงน Maintenance

  • Document and pin comma-safety of the CSV / list splits (by @bdraco in #652)
  • Add tests for label-chip-template render + resolve helpers (by @esphbot in #640)
  • Add tests for automation body hydration helpers (by @esphbot in #639)
  • Lock enum-driven dynamic translation keys against en.json (by @esphbot in #638)

๐Ÿ™‡ Contributors

@bdraco and @esphbot