You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+30-32Lines changed: 30 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,61 +5,59 @@ This project adheres to [Semantic Versioning](https://semver.org/).
5
5
6
6
❤️ **Donate:** Enjoying MagicMirror²? [Please consider a donation!](https://magicmirror.builders/donate) With your help we can continue to improve the MagicMirror²
7
7
8
-
## [2.16.0] - Unreleased (Develop Branch)
8
+
## [2.16.0] - 2021-07-01
9
9
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.
13
11
14
12
### Added
15
13
16
14
- Added French translations for "MODULE_CONFIG_ERROR" and "PRECIP".
17
15
- Added German translation for "PRECIP".
18
16
- Added Dutch translation for "WEEK", "PRECIP", "MODULE_CONFIG_CHANGED" and "MODULE_CONFIG_ERROR".
19
17
- 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).
25
23
- 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.
27
25
28
26
### Updated
29
27
30
28
- 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`).
39
37
- Update documentation.
40
38
- 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.
42
40
43
41
### Removed
44
42
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.
46
44
47
45
### Fixed
48
46
49
47
- Fix calendar start function logging inconsistency.
50
48
- 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.
63
61
- Workaround for dev_console test using getWindowCount.
0 commit comments