-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added support for advanced semver strings * Update CHANGELOG/release-notes (#181) Looks good to me, thanks! * Updated vulnerable versions of react-scripts, standard, and webpack-dev-server. Ran standardjs linter to cleanup code. (#182) * Added support for advanced semver strings * Fixed remaining linter issues * Bumped electron builder to be compatible with Catalina * v3.1.4 * Updated to electron 7, fixed issues related to upgrade. Cleaned up App.js code * Fixing issues related to electron update * Electron 7 doesn't seem to refocus the app when clicking on the taskbar icon, change to destroy the previous window and reload. * Updated spectron and fixed issues with testing * Added accessibility audit to spectron unit tests. Fixed accessibility issue (low contrast) * Added footer test, removed unused App test * 4.0.0 * changelog for v4.0 * Added support for advanced semver strings * Fixed remaining linter issues * Bumped electron builder to be compatible with Catalina * v3.1.4 * Updated to electron 7, fixed issues related to upgrade. Cleaned up App.js code * Fixing issues related to electron update * Electron 7 doesn't seem to refocus the app when clicking on the taskbar icon, change to destroy the previous window and reload. * Updated spectron and fixed issues with testing * Added accessibility audit to spectron unit tests. Fixed accessibility issue (low contrast) * Added footer test, removed unused App test * 4.0.0 * changelog for v4.0 * - Removed assets from yarnclean (was breaking coverage reports) - moved app load code from `UNSAFE_componentWillMount` to `componentDidMount` - return `mainWindow` after restoring from minimized state
- Loading branch information
1 parent
a586324
commit e1f4981
Showing
20 changed files
with
704 additions
and
468 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ docs | |
doc | ||
website | ||
images | ||
assets | ||
# assets | ||
|
||
# examples | ||
example | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.