Merge branch 'develop' into vvzvlad_local

This commit is contained in:
vvzvlad
2018-02-07 14:10:43 +03:00
committed by GitHub
20 changed files with 5449 additions and 319 deletions

View File

@@ -2,11 +2,21 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [2.2.3] - 2018-02-05
## [2.3.0] - Unreleased
### Added
- Add new settings in compliments module: Setting time intervals for morning and afternoon
- Add new settings in compliments module: setting time intervals for morning and afternoon
- Add system notification `MODULE_DOM_CREATED` for notifying each module when their Dom has been fully loaded.
- Add types for module.
- Implement Danger.js to notify contributors when CHANGELOG.md is missing in PR.
- Allow to scroll in full page article view of default newsfeed module with gesture events from [MMM-Gestures](https://github.com/thobach/MMM-Gestures)
- Changed 'compliments.js' - update DOM if remote compliments are loaded instead of waiting one updateInterval to show custom compliments
### Fixed
- News article in fullscreen (iframe) is now shown in front of modules.
*This release is scheduled to be released on 2018-04-01.*
## [2.2.2] - 2018-01-02
@@ -14,10 +24,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Add missing `package-lock.json`.
### Changed
- Changed Electron dependency to v1.7.10.
## [2.2.1] - 2018-01-01
### Fixed
- Fixed linting errors.
## [2.2.0] - 2018-01-01