Commit 75ed866
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 dependencies1 parent 05a5c7a commit 75ed866
3 files changed
+29
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
1 | 28 | | |
2 | 29 | | |
3 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments