Skip to content

Releases: pkissling/clock-weather-card

2.1.8

01 Dec 12:42
Compare
Choose a tag to compare

Important

Breaking Changes
If you are migrating from 1.x.x to 2.x.x, please follow this guide.

What's Changed

Bugfixes

Full Changelog: 2.1.6...2.1.8

2.1.7

30 Nov 09:17
Compare
Choose a tag to compare
2.1.7 Pre-release
Pre-release

Important

Breaking Changes
If you are migrating from 1.x.x to 2.x.x, please follow this guide.

What's Changed

Bugfixes

Full Changelog: 2.1.6...2.1.7

2.1.6

30 Nov 09:12
Compare
Choose a tag to compare

Important

Breaking Changes
If you are migrating from 1.x.x to 2.x.x, please follow this guide.

What's Changed

Bugfixes

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

16 Nov 21:09
3acdd32
Compare
Choose a tag to compare
2.1.5 Pre-release
Pre-release

Breaking changes

If you are migrating from 1.x.x to 2.x.x, please follow this guide.

What's Changed

Bugfixes

Dependencies

Full Changelog: 2.1.3...2.1.5

2.1.3

05 Nov 13:57
Compare
Choose a tag to compare

Breaking changes

If you are migrating from 1.x.x to 2.x.x, please follow this guide.

What's Changed

Bugfixes

Full Changelog: 2.1.2...2.1.3

2.1.2

01 Nov 18:51
Compare
Choose a tag to compare

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

30 Oct 20:10
6d6dc22
Compare
Choose a tag to compare

Breaking changes

If you are migrating from 1.x.x to 2.x.x, please follow this guide.

What's Changed

Bugfixes

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

Full Changelog: 2.1.0...2.2.0

2.1.0

17 Oct 18:13
Compare
Choose a tag to compare

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

10 Oct 14:14
0b46132
Compare
Choose a tag to compare

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

07 Oct 11:50
Compare
Choose a tag to compare

Breaking changes

  • Configuration property forecast_days was renamed to forecast_rows to indicate that this attribute does not only work for daily, but also for hourly forecasts.
  • date-fns has been replaced by luxon for date/time formatting. If you configure date_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 default false, so by default the card will show the time of the current HA time zone.

What's Changed

Features

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