-
-
Notifications
You must be signed in to change notification settings - Fork 825
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 'generic' node modules that loads on server start. Also updated mouse/pointer handling in some cases for better compability. Relevant: * http://community.os.js.org/t/update-version-bump-alpha94/129 Digest: * UI: Added PointerEvent compability * UI: Added MSPointerEvent compability * UI: Prevent Windows 8.x+ gesture events from blocking interactions * Themes: Some corrections to paddings in CoreWM * CoreWM: Removed some innerHTML usage * package-manager: Replaced a static path definition * server-node: Added support for 'generic' modules * server-node: Updated compability check * locales: Updated fr_FR * locales: Updated no_NO * misc: Updated some locales * misc: Removed some temporary files from codebase
- Loading branch information
1 parent
aba015d
commit e9a7832
Showing
3 changed files
with
32 additions
and
2 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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "OS.js", | ||
"version": "2.0.0-93", | ||
"version": "2.0.0-94", | ||
"description": "JavaScript Cloud/Web Desktop Platform", | ||
"url": "https://www.os-js.org", | ||
"email": "[email protected]", | ||
|
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