Merge branch 'develop' into async-dom

This commit is contained in:
Connor Christie
2018-01-02 18:08:55 -06:00
committed by GitHub
3 changed files with 23 additions and 12 deletions

View File

@@ -2,22 +2,27 @@
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-01-03
## [2.3.0] - Unreleased
### Added
- Add system notification `MODULE_DOM_CREATED` for notifying each module when their Dom has been fully loaded.
*This release is scheduled to be released on 2018-04-01.*
## [2.2.2] - 2018-01-02
### Added
- 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