Releases: decompil3d/lovelace-hourly-weather
4.2.4
What's Changed
Fixes
- Wait to render templates until hass object is available by @decompil3d in #95
Dependencies
- Bump cypress from 10.3.1 to 10.4.0 by @dependabot in #89
- Bump @rollup/plugin-commonjs from 22.0.1 to 22.0.2 by @dependabot in #90
Full Changelog: 4.2.3...4.2.4
4.2.3
What's Changed
Oops, 4.2.2 didn't totally fix the locale
undefined issue. But this one should. Sorry about the false start.
- Fix other locale undefined issue by @decompil3d in #88
Full Changelog: 4.2.2...4.2.3
4.2.2
What's Changed
Fixes
- Fix locale undefined issue by @decompil3d in #87
Dependencies
- Bump eslint from 8.20.0 to 8.21.0 by @dependabot in #79
- Bump @babel/plugin-proposal-decorators from 7.18.9 to 7.18.10 by @dependabot in #81
- Bump @babel/core from 7.18.9 to 7.18.10 by @dependabot in #84
- Bump @typescript-eslint/eslint-plugin from 5.31.0 to 5.32.0 by @dependabot in #82
- Bump @typescript-eslint/parser from 5.31.0 to 5.32.0 by @dependabot in #83
Full Changelog: 4.2.1...4.2.2
4.2.1
What's Changed
Enhancements
- Attempt to use HA server language if no user language set by @decompil3d in #85
- Add machine-generated Dutch translation 🇳🇱
Code quality
- Add Cypress tests by @decompil3d in #75
- Tests to validate new languages by @decompil3d in #77
Dependencies
- Bump terser from 5.14.0 to 5.14.2 by @dependabot in #72
- Bump @lit-labs/scoped-registry-mixin from 1.0.0 to 1.0.1 by @dependabot in #74
- Bump rollup from 2.77.0 to 2.77.1 by @dependabot in #76
- Bump rollup from 2.77.1 to 2.77.2 by @dependabot in #78
Full Changelog: 4.2.0...4.2.1
4.2.0
What's Changed
New features
- Support templates on numeric options by @decompil3d in #71
Dependencies
- Bump rollup from 2.76.0 to 2.77.0 by @dependabot in #63
- Bump @babel/plugin-proposal-decorators from 7.18.6 to 7.18.9 by @dependabot in #65
- Bump @babel/core from 7.18.6 to 7.18.9 by @dependabot in #66
- Bump eslint from 8.19.0 to 8.20.0 by @dependabot in #67
- Bump @typescript-eslint/parser from 5.30.6 to 5.30.7 by @dependabot in #68
- Bump @typescript-eslint/eslint-plugin from 5.30.6 to 5.30.7 by @dependabot in #69
Full Changelog: 4.1.0...4.2.0
4.1.0
4.0.0
What's Changed
- MAJOR: migrate from num_hours to num_segments by @decompil3d in #61
In version 3.1.0, I tried to address some feedback around the num_hours
configuration option by attempting to make the card more aware of the number of hours per forecast segment in the entity data. This was foolish. As was brought to my attention in #60, there are forecast entities that provide weather in sub-hourly segments as well. Making the code handle this as well was going to make things overly complex and bug-prone.
As such, I've decided to essentially revert the change in 3.1.0 and, instead, rename the configuration option to num_segments
. This clarifies that you are choosing how may forecast segments to show -- whether those represent 1 hour, 3 hours, 15 minutes, or whatever.
This is a breaking change of sorts, since you may have your card setup to show 12 hours of data from an "every 3 hours" entity, for example. With this change, you'll now see 12 three-hour segments instead. I'm sorry. Luckily, it's easy to address. If you update the num_segments
option in the UI card editor, it will automatically remove your num_hours
configuration and replace it with a num_segments
one instead.
Here's hoping this makes things easier for us all. Enjoy the card, and keep the feedback coming 😄
Full Changelog: 3.3.0...4.0.0
3.3.0
What's Changed
- Allow hiding hour labels and temperatures by @decompil3d in #59
Full Changelog: 3.2.0...3.3.0
3.2.0
What's Changed
- Translate into Italian by @4Jolly in #57
- Support for offsetting start of forecast bar by @decompil3d in #58
New Contributors
Full Changelog: 3.1.0...3.2.0
3.1.0
What's Changed
- Handle entities with coarser hours per segment better by @decompil3d in #56
Full Changelog: 3.0.0...3.1.0