Skip to content

Latest commit

 

History

History
63 lines (38 loc) · 1.43 KB

CHANGELOG.md

File metadata and controls

63 lines (38 loc) · 1.43 KB

Change Log

All notable changes to @homebridge/plugin-ui-utils will be documented in this file. This project tries to adhere to Semantic Versioning.

v2.0.2 (2025-03-30)

Homebridge UI Bootstrap Version

Please note that the Boostrap version in the UI was recently updated from v4 to v5. This may cause some style changes to your custom UIs.

For more information about the changes, please refer to the Bootstrap v5 migration guide.

Changes

  • update README to document updated UI bootstrap version
  • updated dependencies
  • improve typings

v2.0.1 (2025-01-21)

Changes

  • fix: package.json not export ui.interface (#23) (@baranwang)
  • updated dependencies

v2.0.0 (2024-11-22)

Notable Changes

  • ⚠️ update to esm package
  • add methods for enabling and disabling save button
    • requires homebridge ui ^5.0.0-beta.4

v1.0.3 (2024-04-06)

Other Changes

  • update CHANGELOG to match hb repo formats
  • update example folder package json files
  • update LICENSE file to match hb repo formats
  • spelling and grammar in code comments
  • update README with hb logo and formatting
  • update dependencies

v1.0.2 (2024-03-30)

Other Changes

  • update dependencies

v1.0.1 (2024-01-08)

Other Changes

  • Add discord webhook to notify developers of new updates
  • update dependencies

v1.0.0 (2023-10-23)

Other Changes

  • Initial release