diff --git a/changelog.md b/changelog.md index 8d86db30..951029a4 100644 --- a/changelog.md +++ b/changelog.md @@ -104,3 +104,5 @@ # Next - Typo fixes for de +- Bugfix: Month navigation only visible for current year when inside a month archive page [GH-24] +- Bugfix: Encoding issues in Data tables [GH-26] diff --git a/package.json b/package.json index c21048b7..612b12c4 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@react-hook/media-query": "^1.1.1", "carbon-components": "10.25.0", "carbon-components-react": "7.50.0", - "carbon-data-table-state-manager": "^1.0.2", + "carbon-data-table-state-manager": "^1.0.3", "carbon-icons": "7.0.7", "d3-scale": "^4.0.2", "moment": "^2.29.3", diff --git a/skins/weewx-wdc/includes/data-table-tile.inc b/skins/weewx-wdc/includes/data-table-tile.inc index ecf746bc..e6665312 100644 --- a/skins/weewx-wdc/includes/data-table-tile.inc +++ b/skins/weewx-wdc/includes/data-table-tile.inc @@ -9,7 +9,7 @@