Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
General improvements, server auto-reload feature, updates to some API methods.

Relevant:

* https://community.os-js.org/t/update-version-bump-2-1-4/162

Digest:

* CoreWM: Moved buttons panelitem config into src/conf
* client: Split cookie util methods into cookies.js
* client: Split color util methods into colors.js
* client: Moved misc->cleanHTML to dom->$clean
* css: Copy some 'iframe' rules for 'object'
* auth: Separated some code in 'createUI()'
* auth: Renamed 'onRequestLogin()' to 'requestLogin()'
* auth: Renamed 'onCreateUI()' to 'createUI()'
* auth: Moved login template to client
* auth: User object in demo auth now set in config
* server-node: Code watcher now a service, improvements
* server-node: New '--reload' feature
* server-node: Added 'getSession' to connection module
* server: Now possible to mix connection modules
* bin: Allow override OSJS_ROOT in cli
* misc: Updated dependencies
  • Loading branch information
andersevenrud committed Sep 10, 2017
1 parent 05a5c7a commit 75ed866
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# 2.1.4

General improvements, server auto-reload feature, updates to some API methods.

Relevant:

* https://community.os-js.org/t/update-version-bump-2-1-4/162

Digest:

* CoreWM: Moved buttons panelitem config into src/conf
* client: Split cookie util methods into cookies.js
* client: Split color util methods into colors.js
* client: Moved misc->cleanHTML to dom->$clean
* css: Copy some 'iframe' rules for 'object'
* auth: Separated some code in 'createUI()'
* auth: Renamed 'onRequestLogin()' to 'requestLogin()'
* auth: Renamed 'onCreateUI()' to 'createUI()'
* auth: Moved login template to client
* auth: User object in demo auth now set in config
* server-node: Code watcher now a service, improvements
* server-node: New '--reload' feature
* server-node: Added 'getSession' to connection module
* server: Now possible to mix connection modules
* bin: Allow override OSJS_ROOT in cli
* misc: Updated dependencies

# 2.1.3

Did a pass of the event handling, making significant improvements on
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "OS.js",
"version": "2.1.3",
"version": "2.1.4",
"description": "JavaScript Cloud/Web Desktop Platform",
"url": "https://www.os-js.org",
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion src/conf/000-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"storage": "demo",

"client" : {
"Version" : "2.1.3",
"Version" : "2.1.4",
"SettingsManager": {},
"PackageManager": {},
"Preloads": {},
Expand Down

0 comments on commit 75ed866

Please sign in to comment.