This repository has been archived by the owner on Nov 4, 2023. It is now read-only.
v2.3.0
Features
- GRID groupAlignment option (#662) #662 (Rafał Chłodnicki)
- WEATHER: localized number values and support "pressure" key (#666) #666 (Rafał Chłodnicki)
- support sensors which are timestamps (like uptime sensor) (#677) #677 (akloeckner)
Bug Fixes
- locales: make moment follow the locale set in the config (#680) #680 (Rafał Chłodnicki)
- don't include custom.css in the release (#686) #686 (Rafał Chłodnicki)
- deps: update dependency hls.js to v1 (#683) #683 (renovate[bot])
Chores
- update renovate settings (Rafał Chłodnicki)
- deps: lock file maintenance (#665) #665 (renovate[bot])
- deps: lock file maintenance (#668) #668 (renovate[bot])
- deps: lock file maintenance (#674) #674 (renovate[bot])
- deps: lock file maintenance (#679) #679 (renovate[bot])
- docs: update locale copying instructions (Rafał Chłodnicki)
- deps: lock file maintenance (#687) #687 (renovate[bot])
- deps: update dependency @rollup/plugin-commonjs to v18 (#675) #675 (renovate[bot])
- release: 2.3.0 (Rafał Chłodnicki)
Commits
- [69dc923]: - Used Weather state instead of summary (no more used) in HEADER_ITEMS.WEATHER (mikyjazz) #661
- [fc765cc]: Updated TILE_EXAMPLES.md (mikyjazz) #661
- [486e467]: - changed tile width calculation (mikyjazz) #661
- [c98e9c6]: minor formatting fixes (Rafał Chłodnicki) #661
- [c35f445]: Added GRID groupAlignment (mikyjazz) #662
- [706208d]: Merge branch 'master' into nested_groups (Michele Perniola) #662
- [e20b757]: minor formatting/naming changes (Rafał Chłodnicki) #662
- [2992d1a]: spacing (Rafał Chłodnicki) #662
- [a76e426]: changed group alignment to top (Michele Perniola) #662
- [7b29fad]: moved rowIndexes calculation logic (Michele Perniola) #662
- [191e5db]: - fixed wrong behaviour of GRID alignment for some themes; excluded for MOBILE and WINPHONE themes (Michele Perniola) #662
- [a005e07]: - localized number formats for weather (Michele Perniola) #666
- [ee0365d]: update example (Michele Perniola) #666
- [8f9360f]: removed extra div (Michele Perniola) #662
- [1c0d333]: removed extra div (Michele Perniola) #666
- [a2f880c]: changed table to div (Michele Perniola) #662
- [e0676d3]: changed table to div (Michele Perniola) #666
- [34f297a]: petty changes ;) (Rafał Chłodnicki) #662
- [ccd7408]: DRY (Rafał Chłodnicki) #662
- [ce847bd]: possibly better class naming (Rafał Chłodnicki) #662
- [2458fd3]: Prefer function with no side effects (Rafał Chłodnicki) #662
- [d496efa]: Update main-utilities.js (Michele Perniola) #662
- [9117383]: Merge branch 'localized_numbers' into master (Michele Perniola) #666
- [2fc9a75]: fixed spacing and some values (Michele Perniola) #666
- [fd41c12]: Examples that don't require real entities (Rafał Chłodnicki) #666
- [ae07b7f]: remove unnecessary override (Rafał Chłodnicki) #666
- [76ab2de]: added missing spaces (Michele Perniola) #666
- [7d9e398]: cleanup (Rafał Chłodnicki) #666
- [b946079]: fix icon margin (Rafał Chłodnicki) #666
- [0a94dfb]: update readme and example (Rafał Chłodnicki) #666
- [1d7fdb1]: makes sense to have no space before some units (Rafał Chłodnicki) #666
- [a82020c]: one more (Rafał Chłodnicki) #666
- [b3e390b]: inserted spaces between numbers and units as requested from SI (Michele Perniola) #666
- [aa728d8]: Revert "inserted spaces between numbers and units as requested from SI" (Rafał Chłodnicki) #666
- [4b07e40]: remove spaces again and add non-breaking spaces for other units (Rafał Chłodnicki) #666
- [c3e6f6d]: missed one place (Rafał Chłodnicki) #666
- [1f5f541]: fix(WEATHER, WEATHER_LIST): replace darksky with openweathermap in examples (#676) (Rafał Chłodnicki) #676