|
1 | 1 | # 2.0.0-alpha77
|
2 | 2 |
|
| 3 | +New event handling and touch system, VFS improvements, bugfixes and entire codebase now uses JSDoc. |
| 4 | + |
| 5 | +Digest: |
| 6 | + |
| 7 | +* UI: Entirely new touch event handling system |
| 8 | +* UI: Updated IE support |
| 9 | +* UI: General performance improvements |
| 10 | +* Utils: Added `$css()` method |
| 11 | +* Utils: Added extend and inherit methods |
| 12 | +* Core: XHR requests now always responds with correct errors |
| 13 | +* Core: Added `LocaleDetect` config for automatic locale detection |
| 14 | +* Core: Added `MountManager` Class for maintining mounts |
| 15 | +* CoreWM: Bugfixes |
| 16 | +* Themes: Added `@base_font_size` variable |
| 17 | +* API: `getConfig()` no longer throws errors and instead return defined default value |
| 18 | +* API: `open()` now supports directories |
| 19 | +* VFS: Added `LocalStorage` module |
| 20 | +* VFS: Added `Web Transport` module |
| 21 | +* VFS: Improvements to read-only mounts |
| 22 | +* VFS: Reworked internal Transport APIs |
| 23 | +* VFS: Better configuration support |
| 24 | +* VFS: Can now natively use http/https paths |
| 25 | +* VFS: `File` now guesses MIME type automatically |
| 26 | +* VFS: Fixes to `OneDrive` |
| 27 | +* Handler: More extension support |
| 28 | +* GUI: Added more helpers to `UIElement` |
| 29 | +* GUI: Reworked `gui-menu` event handling |
| 30 | +* GUI: Rewroked `gui-menu-bar` event handling |
| 31 | +* GUI: Reworked `DataView` event handling |
| 32 | +* GUI: Added programatic support for all menu elements |
| 33 | +* GUI: Rewrote expensive CSS rules |
| 34 | +* locales: Updated `vi_VN` |
| 35 | +* server-node: Now possible to override home path resolver |
| 36 | +* server-node: Application apis now loaded when server starts |
| 37 | +* server-node: Added pre-init support for application APIs |
| 38 | +* server-php: Better Windows support |
| 39 | +* misc: Updated `src/conf` organization |
| 40 | +* misc: Split up some namespaces/files |
| 41 | +* misc: General cleanups |
| 42 | +* misc: Removed unused and deprecated functions |
| 43 | +* misc: General bugfixes based on feedback from community |
| 44 | +* build: Improved package preload parsing in Grunt |
| 45 | +* doc: Entire codebase now uses JSDoc |
| 46 | +* doc: Added examples |
| 47 | + |
| 48 | +# 2.0.0-alpha77 |
| 49 | + |
3 | 50 | A ton of new features, massive amount of cleanups. General bugfixes and improvements
|
4 | 51 | to documentation and developer features.
|
5 | 52 |
|
|
0 commit comments