Changes between Version 45 and Version 46 of ReleaseNotes


Ignore:
Timestamp:
20.12.2012 18:12:11 (12 years ago)
Author:
jri
Comment:

4.0.13 release notes, pt. 2

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes

    v45 v46  
    99* The Geomaps plugin is included in the DeepaMehta distribution (#379). 
    1010  Find usage info here: https://github.com/jri/dm4-geomaps 
    11 * Karaf Distribution 
    12  
    13 === Change Log === 
     11* Karaf Distribution (#349). 
     12* Server-side HTML generation with Thymeleaf templates (#365). 
     13* 3rd-party components are updated, most notably Neo4j 1.2 -> 1.8 (#350). 
    1414 
    1515New Features: 
     
    1919* More informative page panel: topics which are already visible on the canvas are displayed with an disabled icon. This provides a useful hint when revealing topics (#308). 
    2020* Differentiated gestures for revealing topics via the page panel: a) clicking the topic's icon reveals it, b) clicking the topic's label reveals ''and'' focuses it (#387). 
     21* When the user changes an association's type the form is updated immediately. New fields are displayed on the spot. The user must no longer leave and re-enter the form (#347). 
    2122 
    2223Improvements: 
     
    2728 
    2829Plugin Development Framework: 
     30* A plugin consumes services by annotation. The ''consumedServiceInterfaces'' setting in `plugin.properties` is no longer required (#367). 
     31* A plugin's provided service is automatically picked up by the Core. The ''providedServiceInterface'' setting in `plugin.properties` is no longer required (#368). 
     32* Flexible REST resources registration: a plugin which provides no Root Resource can still provide JAX-RS provider classes [2b464811]. 
     33* 3 new core events: `PreUpdateAssociation`, `PostUpdateAssociation`, `IntroduceAssociationType` [654d9c7b][3645932c]. 
     34* Data model: Meta Types are applicable as child types in association definitions (#363). 
    2935* Client-side load mechanism for auxiliary scripts: scripts located in `script/helper/` are loaded synchronously ''before'' the plugin is loaded (#372). 
    30 * 2 new core events: PreUpdateAssociation, PostUpdateAssociation [654d9c7b]. 
    3136 
    3237----