Skip to content

Commit 53ead20

Browse files
committed
Prepare v2.16.0
1 parent faee811 commit 53ead20

File tree

5 files changed

+10746
-84
lines changed

5 files changed

+10746
-84
lines changed

CHANGELOG.md

Lines changed: 30 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -5,61 +5,59 @@ This project adheres to [Semantic Versioning](https://semver.org/).
55

66
❤️ **Donate:** Enjoying MagicMirror²? [Please consider a donation!](https://magicmirror.builders/donate) With your help we can continue to improve the MagicMirror²
77

8-
## [2.16.0] - Unreleased (Develop Branch)
8+
## [2.16.0] - 2021-07-01
99

10-
_This release is scheduled to be released on 2021-07-01._
11-
12-
Special thanks to the following contributors: @B1gG, @codac, @ezeholz, @khassel, @KristjanESPERANTO, @rejas, @earlman, Faizan Ahmed.
10+
Special thanks to the following contributors: @210954, @B1gG, @codac, @Crazylegstoo, @daniel, @earlman, @ezeholz, @FrancoisRmn, @jupadin, @khassel, @KristjanESPERANTO, @njwilliams, @oemel09, @r3wald, @rejas, @rico24, Faizan Ahmed.
1311

1412
### Added
1513

1614
- Added French translations for "MODULE_CONFIG_ERROR" and "PRECIP".
1715
- Added German translation for "PRECIP".
1816
- Added Dutch translation for "WEEK", "PRECIP", "MODULE_CONFIG_CHANGED" and "MODULE_CONFIG_ERROR".
1917
- Added first test for Alert module.
20-
- Added support for `dateFormat` when not using `timeFormat: "absolute"`
21-
- Added custom-properties for colors and fonts for improved styling experience, see `custom.css.sample` file
22-
- Added custom-properties for gaps around body and between modules
23-
- Added test case for recurring calendar events
24-
- Added new Environment Canada provider for default WEATHER module (weather data for Canadian locations only)
18+
- Added support for `dateFormat` when not using `timeFormat: "absolute"`.
19+
- Added custom-properties for colors and fonts for improved styling experience, see `custom.css.sample` file.
20+
- Added custom-properties for gaps around body and between modules.
21+
- Added test case for recurring calendar events.
22+
- Added new Environment Canada provider for default WEATHER module (weather data for Canadian locations only).
2523
- Added list view for newsfeed module.
26-
- Added dev dependency jest, switching from mocha to jest
24+
- Added dev dependency jest, switching from mocha to jest.
2725

2826
### Updated
2927

3028
- Bump node-ical to v0.13.0 (now last runtime dependency using deprecated `request` package is removed).
31-
- Use codecov in informational mode
32-
- Refactor code into es6 where possible (e.g. var -> let/const)
33-
- Use node v16 in github workflow (replacing node v10)
34-
- Moved some files into better suited directories
35-
- Update dependencies in package.json, require node >= v12, remove `rrule-alt` and `rrule`
36-
- Update dependencies in package.json and migrate husky to v6, fix husky setup in prod environment
37-
- Cleaned up error handling in newsfeed and calendar modules for real
38-
- Updated default WEATHER module such that a provider can optionally set a custom unit-of-measure for precipitation (`weatherObject.precipitationUnits`)
29+
- Use codecov in informational mode.
30+
- Refactor code into es6 where possible (e.g. var -> let/const).
31+
- Use node v16 in github workflow (replacing node v10).
32+
- Moved some files into better suited directories.
33+
- Update dependencies in package.json, require node >= v12, remove `rrule-alt` and `rrule`.
34+
- Update dependencies in package.json and migrate husky to v6, fix husky setup in prod environment.
35+
- Cleaned up error handling in newsfeed and calendar modules for real.
36+
- Updated default WEATHER module such that a provider can optionally set a custom unit-of-measure for precipitation (`weatherObject.precipitationUnits`).
3937
- Update documentation.
4038
- Update jest tests: Reset changes on js/logger.js, mock logger.js in global_vars tests.
41-
- Update dependencies in package.json
39+
- Update dependencies in package.json.
4240

4341
### Removed
4442

45-
- switching from mocha to jest so removed following dev dependencies: chai, chai-as-promised, mocha, mocha-each, mocha-logger
43+
- Switching from mocha to jest so removed following dev dependencies: chai, chai-as-promised, mocha, mocha-each, mocha-logger.
4644

4745
### Fixed
4846

4947
- Fix calendar start function logging inconsistency.
5048
- Fix updatenotification start function logging inconsistency.
51-
- Checks and applies the showDescription setting for the newsfeed module again
52-
- Fix issue with openweathermap not showing current or forecast info when using onecall API
53-
- Fix tests in weather module and add one for decimalPoint in forecast
54-
- Fix decimalSymbol in the forecast part of the new weather module #2530
55-
- Fix wrong treatment of `appendLocationNameToHeader` when using `ukmetofficedatahub`
56-
- Fix alert not recognizing multiple alerts (#2522)
57-
- Fix fetch option httpsAgent to agent in calendar module (#466)
58-
- Fix module updatenotification which did not work for repos with many refs (#1907)
59-
- Fix config check failing when encountering let syntax ("Parsing error: Unexpected token config")
60-
- Fix calendar debug check
61-
- Really run prettier over all files
62-
- Fix logger.js after jest changes, use --forceExit running jest
49+
- Checks and applies the showDescription setting for the newsfeed module again.
50+
- Fix issue with openweathermap not showing current or forecast info when using onecall API.
51+
- Fix tests in weather module and add one for decimalPoint in forecast.
52+
- Fix decimalSymbol in the forecast part of the new weather module (#2530).
53+
- Fix wrong treatment of `appendLocationNameToHeader` when using `ukmetofficedatahub`.
54+
- Fix alert not recognizing multiple alerts (#2522).
55+
- Fix fetch option httpsAgent to agent in calendar module (#466).
56+
- Fix module updatenotification which did not work for repos with many refs (#1907).
57+
- Fix config check failing when encountering let syntax ("Parsing error: Unexpected token config").
58+
- Fix calendar debug check.
59+
- Really run prettier over all files.
60+
- Fix logger.js after jest changes, use --forceExit running jest.
6361
- Workaround for dev_console test using getWindowCount.
6462

6563
## [2.15.0] - 2021-04-01

fonts/package-lock.json

Lines changed: 15 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)