v5.0.0
What's Changed
💥 Breaking Changes
After HA version 2024.7.4 there was an update to the rules that determine the use of legacy or modern builds. The browser minimum versions that support the modern build were increased. This means that older devices and older browser version no longer support the modern build. The problem with the legacy build is it does not support dynamic cascading style sheets (CSS) or dynamic styles. This custom card makes extensive use of both of these features and will not render properly when using the legacy build. Unfortunately the only practical workaround is to update your device/browser to a version that HA considers modern or stay on HA version 2024.7.4. If you are using the companion app it is also a good idea to make sure you have updated to the latest version. For reference the following are the browser versions that support the modern build:
Browser | Legacy | Modern |
---|---|---|
Android | 63 | 115 |
Chrome | 63 | 109 |
Edge | 79 | 115 |
Firefox | 67 | 115 |
iOS | 13 | 15.6 |
Safari | 13 | 16.6 |
Opera | 50 | 101 |
Opera Mobile* | - | 80 |
Samsung | 8.2 | 22 |
🚀 Exciting New Features
- locale: add Swedish translation
- locale: update Catalan translation. Thanks @pacoculebras
🐛 Patches & Bug Fixes
- fix: title size on lite and compact card not working
Full Changelog: v4.44.0...v5.0.0