Skip to content

Commit 75ed866

Browse files
committed
Version bump
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
1 parent 05a5c7a commit 75ed866

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
# 2.1.4
2+
3+
General improvements, server auto-reload feature, updates to some API methods.
4+
5+
Relevant:
6+
7+
* https://community.os-js.org/t/update-version-bump-2-1-4/162
8+
9+
Digest:
10+
11+
* CoreWM: Moved buttons panelitem config into src/conf
12+
* client: Split cookie util methods into cookies.js
13+
* client: Split color util methods into colors.js
14+
* client: Moved misc->cleanHTML to dom->$clean
15+
* css: Copy some 'iframe' rules for 'object'
16+
* auth: Separated some code in 'createUI()'
17+
* auth: Renamed 'onRequestLogin()' to 'requestLogin()'
18+
* auth: Renamed 'onCreateUI()' to 'createUI()'
19+
* auth: Moved login template to client
20+
* auth: User object in demo auth now set in config
21+
* server-node: Code watcher now a service, improvements
22+
* server-node: New '--reload' feature
23+
* server-node: Added 'getSession' to connection module
24+
* server: Now possible to mix connection modules
25+
* bin: Allow override OSJS_ROOT in cli
26+
* misc: Updated dependencies
27+
128
# 2.1.3
229

330
Did a pass of the event handling, making significant improvements on

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "OS.js",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"description": "JavaScript Cloud/Web Desktop Platform",
55
"url": "https://www.os-js.org",
66
"email": "[email protected]",

src/conf/000-base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"storage": "demo",
55

66
"client" : {
7-
"Version" : "2.1.3",
7+
"Version" : "2.1.4",
88
"SettingsManager": {},
99
"PackageManager": {},
1010
"Preloads": {},

0 commit comments

Comments
 (0)