Changes between Version 45 and Version 46 of ReleaseNotes
- Timestamp:
- 20.12.2012 18:12:11 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes
v45 v46 9 9 * The Geomaps plugin is included in the DeepaMehta distribution (#379). 10 10 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). 14 14 15 15 New Features: … … 19 19 * 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). 20 20 * 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). 21 22 22 23 Improvements: … … 27 28 28 29 Plugin 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). 29 35 * 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].31 36 32 37 ----