| 4 | |
| 5 | ---- |
| 6 | |
| 7 | == 2012-05-??: DeepaMehta 4.0.11 == |
| 8 | |
| 9 | Improvements: |
| 10 | * Saving is implicit (#243). |
| 11 | * Extended data model: the "many" cardinality is supported (#76). |
| 12 | * Nested detail panel rendering: The detail panel visualizes the composite structure as nested boxes, filled with a distinct color for each nesting-level. (#104). |
| 13 | * The detail panel's type editor is fully functional. Select a type and press "Edit" (#77). |
| 14 | |
| 15 | Bug Fixes: |
| 16 | * Links in the detail panel's Associations list are truncated (#247). |
| 17 | * Invalid association definitions doesn't prevent the Webclient from starting (#253). |
| 18 | |
| 19 | Plugin development framework: |
| 20 | * Webclient: revised FieldRenderer and PageRenderer APIs make the plugin code more clean [ebcbb429][7e5cdfd0][d0a960cc][d3f656e2]. |
| 21 | * Core: An ObjectFactory supports the development of system-near plugins, like e.g. the Type Editor [c57ca5fb][c0034f0c][2b77e475]. |
| 22 | * The core service accepts update requests in 2 formats: the canonic format and a simplified format. The former contains full topic models and is required for cardinality "many" associations. The latter contains just the topic values and is sufficient for cardinality "one" associations. Within one request both formats can be mixed (#237). |
| 23 | * The updateTopicType() core service call returns a set of directives [377ed738]. |
| 24 | * New directive DELETE_TOPIC_TYPE [37c66c51]. |