Changes between Version 92 and Version 93 of ReleaseNotes
- Timestamp:
- 18.02.2014 02:56:22 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes
v92 v93 14 14 15 15 2 new plugins (optional install): 16 * !WebSockets: allows plugins to push messages and to react on messages \\16 * !WebSockets: allows plugins to push messages and to react on messages received from clients.\\ 17 17 https://github.com/jri/dm4-websockets 18 * D3.js Renderer (experimental): a topicmap renderer based on D3/SVG that utilizes an animated force layout \\18 * D3.js Renderer (experimental): a topicmap renderer based on D3/SVG that utilizes an animated force layout.\\ 19 19 https://github.com/jri/dm4-d3js-renderer 20 20 … … 25 25 Bug fixes: 26 26 * Webclient: 27 * Pressing the "Create a Note instantly" button (Alt-N) while another topic is edited causes no lost edits (#595).27 * Pressing the "Create a Note instantly" button (Alt-N) while another topic is being edited causes no lost edits (#595). 28 28 * Deleted types disappear from type menus (#246). 29 29 * A Folder topic's content listing is sorted on all platforms (#605). 30 30 * On a Mac: ctrl-clicking a topic's type icon does not initiate association drawing (#604). 31 * Clicking on a long menu's scrollbar does not close the menu prematurely on mouse 31 * Clicking on a long menu's scrollbar does not close the menu prematurely on mouseup (Firefox, Chrome) (#609). 32 32 * Closed dialogs do not pollute the DOM (#583). 33 33 * Server-side: 34 34 * Deleting an Association Definition does not corrupt the DB (#615). 35 35 * Topic create/update logic: resolved topic references have a composite value (#614). 36 * Time plugin: when a child topic is updated the modification timestamp bubbles up to all composite parent objects. Thus the browser cache is invalidated and the up-to-date parent topic/association is retrieved .(#510).36 * Time plugin: when a child topic is updated the modification timestamp bubbles up to all composite parent objects. Thus the browser cache is invalidated and the up-to-date parent topic/association is retrieved (#510). 37 37 * When updating a topic/association its URI is not lost (#311). 38 38 … … 61 61 * The Topicmap plugin's `TopicmapViewmodel` class is reusable by 3rd-party webclients (#612). 62 62 * COMPATIBILITY NOTES 63 * There are breaking API changes in the Webclient's GUIToolkit: if your plugin display dialog boxes (`dm4c.ui.dialog()`) it must be adapted. See comments in #583 and #610.63 * There are breaking API changes in the Webclient's GUIToolkit: if your plugin displays dialog boxes (`dm4c.ui.dialog()`) it must be adapted. See comments in #583 and #610. 64 64 65 65 Further changes: 66 66 * Deleting topics perform faster (#617). 67 67 * 3rd-party components are updated: 68 * Jetty 6.1.2 -> 7.6.13 (#584) 69 * CKEditor 3.6.2 -> 4.3.2 (#585) 68 * Jetty 6.1.2 -> 7.6.13 (#584). 69 * CKEditor 3.6.2 -> 4.3.2 (#585). 70 70 71 71 ----