|
1 | 1 | # 2.30.1-0 / Unreleased |
2 | | - * Apply and enforce 'prettier' codestyle |
| 2 | + * [Changed] Apply and enforce 'prettier' codestyle |
| 3 | + * [Changed] #897 Set font for table extension |
3 | 4 | * [Fixed] #894: Fancytree assertion failed: scrollParent should be a simple element or `window`, not document or body. |
4 | 5 | * [Fixed] #896 _requireExtension: order managment |
5 | 6 | * [Fixed] #899 Creating duplicate icon when removing node using extension columnview |
6 | 7 | * [Fixed] #900 ColumnView Extension - Toggle between parent and children not working |
7 | | - * [Changed] #897 Set font for table extension |
8 | 8 |
|
9 | 9 | # 2.30.0 / 2018-09-02 |
10 | 10 | * [Changed] ext-edit trigger 'clickActive' now only triggers if no modifier keys |
11 | 11 | (shift, meta, control, ...) are pressed.<br> |
12 | 12 | Trigger 'shift+click' now only triggers if no other modifier key (control, ...) |
13 | 13 | is pressed. |
| 14 | + * [Changed] #879 Rename ext-debug to ext-logger |
| 15 | + (jquery.fancytree.debug.js => jquery.fancytree.logger.js) |
14 | 16 | * [Added] ext-multi is now deployed with jquery.fancytree-all.js (still experimental) |
15 | 17 | * [Added] tree.activateKey(key, opts) now has an `opts` argument |
16 | 18 | * [Added] `nodata` option (bool, string, or callback) |
|
23 | 25 | * [Fixed] #877 postProcess may now also return the object form `{..., children: []}` |
24 | 26 | * [Fixed] #884 ReferenceError: jQuery is not defined at _simpleDeepMerge |
25 | 27 | * [Fixed] autoScroll, node.scrollIntoView(), and .makeVisible() now work for tables as well. |
26 | | - * [Changed] #879 Rename ext-debug to ext-logger |
27 | | - (jquery.fancytree.debug.js => jquery.fancytree.logger.js) |
28 | 28 |
|
29 | 29 | # 2.29.1 / 2018-06-27 |
30 | 30 | * [Fixed] #848 Drag End Error with dnd5 extension (again): |
|
0 commit comments