Releases: pkissling/clock-weather-card
2.1.8
Important
Breaking Changes
If you are migrating from 1.x.x
to 2.x.x
, please follow this guide.
What's Changed
Bugfixes
- Unset
forecastSubscriber
after unsubscribing by @pkissling in #286 - Fix bug where error messages would not render by @pkissling in #289
- Fix subscription not working for openweathermap by @pkissling in #290
Full Changelog: 2.1.6...2.1.8
2.1.7
Important
Breaking Changes
If you are migrating from 1.x.x
to 2.x.x
, please follow this guide.
What's Changed
Bugfixes
- Unset forecastSubscriber after unsubscribing by @pkissling in #286
Full Changelog: 2.1.6...2.1.7
2.1.6
Important
Breaking Changes
If you are migrating from 1.x.x
to 2.x.x
, please follow this guide.
What's Changed
Bugfixes
- Check
supported_features
to identify legacy/modern weather by @pkissling in #285 - Downgrade from lit v3 to v2 by @pkissling in #274
- Downgrade from lit-element 3 to 2 by @pkissling in #275
Dependencies
- chore(deps): update minor-dependencies by @renovate in #277
- chore(deps): update dependency eslint-config-standard-with-typescript to v40 by @renovate in #278
- chore(deps): update minor-dependencies by @renovate in #284
Full Changelog: 2.1.3...2.1.6
2.1.5
Breaking changes
If you are migrating from 1.x.x
to 2.x.x
, please follow this guide.
What's Changed
Bugfixes
- Downgrade from lit v3 to v2 by @pkissling in #274
- Downgrade from lit-element 3 to 2 by @pkissling in #275
Dependencies
- chore(deps): update minor-dependencies by @renovate in #270
- chore(deps): update minor-dependencies by @renovate in #271
- chore(deps): update dependency rollup to v4.4.1 by @renovate in #272
Full Changelog: 2.1.3...2.1.5
2.1.3
Breaking changes
If you are migrating from 1.x.x
to 2.x.x
, please follow this guide.
What's Changed
Bugfixes
- Update internal date every second by @pkissling in #269
Full Changelog: 2.1.2...2.1.3
2.1.2
Breaking changes
If you are migrating from 1.x.x
to 2.x.x
, please follow this guide.
What's Changed
Bugfixes
- Fix bug where card did not subscribe to forecasts after HA reboot by @pkissling in #268
Dependencies
- fix(deps): update dependency home-assistant-js-websocket to v9 by @renovate in #267
- fix(deps): update minor-dependencies by @renovate in #266
- chore(deps): update dependency @rollup/plugin-babel to v6 by @renovate in #248
- chore(deps): update dependency @rollup/plugin-node-resolve to v15 by @renovate in #249
Full Changelog: 2.1.0...2.2.0
2.1.1
Breaking changes
If you are migrating from 1.x.x
to 2.x.x
, please follow this guide.
What's Changed
Bugfixes
- Fix stub config not suggesting weather entity by @pkissling in #261
- updated readme date formatting example by @myTselection in #265
Dependencies
- chore(deps): update dependency @types/luxon to v3.3.3 by @renovate in #256
- chore(deps): update dependency eslint to v8.52.0 by @renovate in #260
- chore(deps): update minor-dependencies by @renovate in #262
- chore(deps): update actions/setup-node action to v4 by @renovate in #264
New Contributors
- @myTselection made their first contribution in #265
Full Changelog: 2.1.0...2.2.0
2.1.0
Breaking changes
If you are migrating from 1.x.x
to 2.x.x
, please follow this guide.
What's Changed
Features
Dependencies
- chore(deps): update dependency rollup-plugin-serve to v2 by @renovate in #232
- chore(deps): update dependency @rollup/plugin-image to v3 by @renovate in #221
- chore(deps): update dependency @typescript-eslint/parser to v6 by @renovate in #230
- chore(deps): update dependency @rollup/plugin-json to v6 by @renovate in #222
- chore(deps): update dependency rollup to v4 by @renovate in #231
- chore(deps): replace dependency rollup-plugin-node-resolve with @rollup/plugin-node-resolve ^6.0.0 by @renovate in #220
- chore(deps): update minor-dependencies by @renovate in #246
- chore(deps): update minor-dependencies by @renovate in #253
New Contributors
Full Changelog: 2.0.1...2.1.0
2.0.1
Breaking changes
If you are migrating from 1.x.x
to 2.x.x
, please follow this guide.
What's Changed
Bugfixes
- Fix bug where temperature bar would overflow in Edge browser by @pkissling in #239
Dependencies
- chore(deps): update dependency eslint-config-standard-with-typescript to v39.1.1 by @renovate in #234
Full Changelog: 2.0.0...2.0.1
2.0.0
Breaking changes
- Configuration property
forecast_days
was renamed toforecast_rows
to indicate that this attribute does not only work for daily, but also for hourly forecasts. date-fns
has been replaced byluxon
for date/time formatting. If you configuredate_pattern
, make sure to migrate your pattern to comply with luxon. Additionally, the weekday is now not hardcoded anymore.- Configuration property
use_browser_time
is now by defaultfalse
, so by default the card will show the time of the current HA time zone.
What's Changed
Features
- Migrate
forecast_days
toforecast_rows
by @pkissling in #212 - Remove date-fns in favor of
luxon
by @pkissling in #212 - Set use_brower_time default to
false
by @pkissling in #212 - Add configuration property to specify a
time_zone
by @pkissling in #235
Dependencies
- chore(deps): update actions/checkout action to v4 by @renovate in #216
- chore(deps): update minor-dependencies by @renovate in #215
Full Changelog: 1.1.0...2.0.0