| 4 | |
| 5 | ---- |
| 6 | |
| 7 | == //upcoming//: DeepaMehta 4.8.4 == |
| 8 | |
| 9 | Improvements: |
| 10 | * The !WebSockets server is configurable by `dm4.websockets.port` and `dm4.websockets.url`. Works in conjunction with the external //DM4 !WebSockets // module (#1019). |
| 11 | * The Topicmap menu is sorted alphabetically (#1035). |
| 12 | * When scrolling reaches top/bottom the DM browser window does not bounce (#1034). |
| 13 | |
| 14 | Bug fixes: |
| 15 | * Webclient starts successfully if stale cookies are present (#1017). |
| 16 | * Webclient does not throw `undefined is not an object` for multi-valued childs (#1033). |
| 17 | * Core: label calculation works for composite child references (#1032.) |
| 18 | * Files module: the disk quota is off (-1) by default also if DM is started via `feature:install` from Karaf (#812). |
| 19 | * The tests run successfully on Windows (#1016). |
| 20 | * Javadoc generation works with Java 8 (#1036). |
| 21 | |
| 22 | Plugin Development Framework: |
| 23 | * Core API: The `TypeModel`'s setLabelConfig() method returns the `TypeModel` itself in order to support chaining (#941). |
| 24 | * Core API: An update-type request is not required to contain a data type when the data type doesn't change (#1025). |