Possibly breaking changes
- ha-floorplan will now match images on basis of the browsers window size, not the desktop width size. If you face any problems after upgrading ha-floorplan, you can enforce the old logics by adding
use_screen_width: true
on config.image. See more in the documentation. ⚠️IMPORTANT ⚠️ : If you end up using theuse_screen_width: true
option, in order to fix your solution, remember to submit it here. We're planning to remove it again in the future, if no-body submits any issues, after a period of time.
Please check release note from v1.0.46.
From now on, versions will be tagged with vX.X.X. This is a maintenance release, and does not include any new features. Also from now on, you'll find floorplan.js as assets to each release.
What's Changed
- Update feature_request.md by @exetico in #475
- Update Minimal Mistakes and relates ressources by @exetico in #476
- Maintenance/gh actions by @exetico in #477
- Update and clean-up packages by @exetico in #478
- Maintenance/gh_workflow_with_build_and_node_bump by @exetico in #479
Full Changelog: 1.0.46...v1.0.47