| ... |
... |
@@ -29,7 +29,7 @@ |
| 29 |
29 |
|
| 30 |
30 |
== Release Notes == |
| 31 |
31 |
|
| 32 |
|
-TheĀ 2014/05 release of KIELER Pragmatics continues our efforts to redesign our core APIs, KIML and KLighD. **It includes a number of API-breaking changes, so beware of upgrading to this release if you currently do not have time to adapt your code accordingly.** You can find a list of solved tickets for this release at [[our issue tracking system>>url:http://rtsys.informatik.uni-kiel.de/jira/secure/ReleaseNote.jspa?projectId=10400&version=10700||shape="rect"]]. Release notes of older releases can be found at our [[doc:KIELER.Home.Overview.Release Notes.WebHome]] page. |
|
32 |
+TheĀ 2014/05 release of KIELER Pragmatics continues our efforts to redesign our core APIs, KIML and KLighD. **It includes a number of API-breaking changes, so beware of upgrading to this release if you currently do not have time to adapt your code accordingly.** You can find a list of solved tickets for this release at [[our issue tracking system>>url:http://rtsys.informatik.uni-kiel.de/jira/secure/ReleaseNote.jspa?projectId=10400&version=10700||shape="rect"]]. Release notes of older releases can be found at our [[doc:Release Notes]] page. |
| 33 |
33 |
|
| 34 |
34 |
If you're wondering where components have gone that were traditionally a part of KIELER, you might not know yet that the KIELER was split into two separate projects, KIELER Pragmatics and KIELER Semantics, which release pretty much independently. |
| 35 |
35 |
|
| ... |
... |
@@ -37,7 +37,7 @@ |
| 37 |
37 |
|
| 38 |
38 |
This is a summary of the API changes introduced with version 2014/05: |
| 39 |
39 |
|
| 40 |
|
-* [[KIELER Lightweight Diagrams>>doc:KIELER.Home.Lightweight Diagrams (KLighD).WebHome]] |
|
40 |
+* [[KIELER Lightweight Diagrams>>doc:Lightweight Diagrams (KLighD)]] |
| 41 |
41 |
* ((( |
| 42 |
42 |
[[KIELER Infrastructure for Meta-Layout>>doc:KIELER.Home.Discontinued Projects.Infrastructure for Meta Layout (KIML).WebHome]]* |
| 43 |
43 |
|
| ... |
... |
@@ -62,7 +62,7 @@ |
| 62 |
62 |
|
| 63 |
63 |
Here's a few highlights of what's new in version 2014/05: |
| 64 |
64 |
|
| 65 |
|
-* [[KIELER Lightweight Diagrams>>doc:KIELER.Home.Lightweight Diagrams (KLighD).WebHome]] |
|
65 |
+* [[KIELER Lightweight Diagrams>>doc:Lightweight Diagrams (KLighD)]] |
| 66 |
66 |
* ((( |
| 67 |
67 |
[[KIELER Infrastructure for Meta-Layout>>doc:KIELER.Home.Discontinued Projects.Infrastructure for Meta Layout (KIML).WebHome]]* |
| 68 |
68 |
|
| ... |
... |
@@ -82,7 +82,7 @@ |
| 82 |
82 |
** When in hierarchical layout mode, KLay Layered now properly places edge labels of cross-hierarchy edges. |
| 83 |
83 |
** When in hierarchical layout mode, KLay Layered can now compact cross-hierarchy edges as it can compact regular edges ({{code language="none"}}Properties.MERGE_HIERARCHICAL_PORTS{{/code}}): |
| 84 |
84 |
[[image:attach:merge_hierarchy.png]] |
| 85 |
|
-* [[KGraph Text>>doc:KIELER.Home.KIELER Pragmatics.KGraph Text (KGT).WebHome]] |
|
85 |
+* [[KGraph Text>>doc:KGraph Text (KGT)]] |
| 86 |
86 |
** The textual language for defining KGraphs now has a lot more defaults. Node and port labels are automatically extracted from the node's and port's ID. Nodes and ports also have a default size. This makes for shorter diagram descriptions. |
| 87 |
87 |
|
| 88 |
88 |
== Quickstart == |