diff --git a/CHANGES.md b/CHANGES.md index 5b3c3b847fc..80e58185b63 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,34 +1,61 @@ ## V1.2024.8 (Nov 15, 2024) +- [Nwdiag: Allow line border for group](https://github.com/plantuml/plantuml/issues/1226) +- [Style: Allow all style for regex diagram](https://github.com/plantuml/plantuml/issues/1445) +- [Compact clocks in timing diagrams not rendered correctly](https://github.com/plantuml/plantuml/issues/1578) +- [Mindmap: node MaximumWidth: weird latex result](https://github.com/plantuml/plantuml/issues/1606) +- [Style: Improve HorizontalAlignment management](https://github.com/plantuml/plantuml/issues/1640) +- [Can I center the description text at the bottom the state box?](https://forum.plantuml.net/16978) +- [Style: HorizontalAlignment management for diamond [Activity diagram]](https://forum.plantuml.net/14271) +- [Text alignment for components in component diagram](https://forum.plantuml.net/11429) +- [How to align text to the left in a container (for example a rectangle)?](https://forum.plantuml.net/10658) +- [LaTeX labels not centered](https://github.com/plantuml/plantuml/issues/1734) +- [State: Exception on two transitions to the same deep history node](https://github.com/plantuml/plantuml/issues/1788) +- [Stereotype with plain circle: text should be elided](https://github.com/plantuml/plantuml/issues/1854) +- [Can't get bottom half arrow style to work when a macro is used](https://github.com/plantuml/plantuml/issues/1867) +- [Sometimes difficult to detect to which arrow a text in a Chen diagram belongs](https://github.com/plantuml/plantuml/issues/1890) - [Allow MinimumWidth on all nested elements](https://github.com/plantuml/plantuml/issues/1893) -- [fix: improve edge cases for JSON diagram (manage null and empty Array/Object)](https://github.com/plantuml/plantuml/commit/37e5eb66fa946671c23506fc24811f1bae8a7a04) -- [use latex to get string bounder](https://github.com/plantuml/plantuml/commit/0ef877f9ffe0f83763aaff617fc5e907485583a3) -- [tikz: make all fonts with the same baseline](https://github.com/plantuml/plantuml/commit/3a56c55ef1d502a8a5548c694de5a5406c113a9b) -- [tikz: avoid latex manager crash for special characters](https://github.com/plantuml/plantuml/commit/bbe905eeb16ddbb20fc7ab242607fb043a1564dd) -- [tikz: use the same protectText when calc dimension and render](https://github.com/plantuml/plantuml/commit/f186e7a6864933629014681345017e6f42ddce8e) -- [tikz: optimize latex render](https://github.com/plantuml/plantuml/commit/bc0becdb83acda69904066e745821032a7690740) -- [optimize tikz render](https://github.com/plantuml/plantuml/commit/593d821f3fd596b01967baf42d1901542ad90009) -- [upd: uniformisation of dirpath](https://github.com/plantuml/plantuml/commit/4318369c7236e556ee4418971a1963bb697d3b55) -- [feat: reintroduction of filedate and filename_no_extension builtin function](https://github.com/plantuml/plantuml/commit/176da3c73e39f2d5506906e48a95e3189a3d1b9f) -- [feat: Allow Unicode ASCII Art for class, component](https://github.com/plantuml/plantuml/commit/1617a4065b849a9032b9177054a847d55b2609af) -- [fix: error in namespace management](https://github.com/plantuml/plantuml/commit/15d63c28e601fdfa9e985d6d2057db31b95a7079) +- [MinimumWidth doesnt work when there's a nested object](https://forum.plantuml.net/18302) - [Style: Improve map and json style in order to manage header style](https://github.com/plantuml/plantuml/issues/1896) +- [Improve edge cases for JSON diagram (manage null and empty Array/Object)](https://github.com/plantuml/plantuml/pull/1900) +- [JSON object: changing background color of Header line](https://forum.plantuml.net/19233) - [Gantt with monthly scale doesn't show named regions](https://github.com/plantuml/plantuml/issues/1902) -- [fixing proprietary licenses in PlantUML software package of Replicant project](https://github.com/plantuml/plantuml/issues/1949) -- [Allow stereotype for arrow, on sequence diagram](https://forum.plantuml.net/15614/style-sequence-allow-stereotype-for-arrow-sequence-diagram) -- [Allow LineStyle for arrow, on sequence diagram](https://forum.plantuml.net/15612/style-sequence-allow-linestyle-for-arrow-sequence-diagram) -- [feat: Allow stereotype for Clock on Timing diagram](https://github.com/plantuml/plantuml/pull/1960) -- [Allow stereotype on Timing diagram](https://forum.plantuml.net/15873/style-timing-allow-stereotype-on-timing-diagram?show=18866#c18866) -- [Style: Allow stereotype on note for **all** diagram type](https://github.com/plantuml/plantuml/issues/1950) -- [State machine invalid generation for SVG](https://github.com/plantuml/plantuml/issues/1951) -- [Update C4-PlantUML to v2.11.0](https://github.com/plantuml/plantuml-stdlib/pull/110) +- [Add support for colors in Chen EER diagrams](https://github.com/plantuml/plantuml/pull/1909) +- [Dirpath built in preprocessor function returns empty in pipe mode](https://github.com/plantuml/plantuml/issues/1910) +- [Add `overrideDirPath` method](https://github.com/plantuml/plantuml/pull/1916) +- [Uniformisation of dirpath](https://github.com/plantuml/plantuml/commit/4318369c7236e556ee4418971a1963bb697d3b55) +- [Regex: Allow to expand a `[]` element with the corresponding alternative `|` element](https://github.com/plantuml/plantuml/issues/1929) +- [Reintroduction of `filedate` and `filename_no_extension` builtin function](https://github.com/plantuml/plantuml/pull/1933) +- [Crash with IllegalStateException](https://github.com/plantuml/plantuml/issues/1934) +- [Allow Unicode ASCII Art for class, component, ...](https://github.com/plantuml/plantuml/pull/1938) +- [`-tutxt` switch does not produce unicode but simple ascii](https://forum.plantuml.net/3356) +- [Request for adding a copy of the LGPLv3 as a COPYING.LESSER file along side the GPLv3 COPYING file?](https://github.com/plantuml/plantuml/issues/1944) - [Style: Allow all style for Cardinality, Generic, Qualified associations on Class diagram](https://github.com/plantuml/plantuml/issues/1945) -- [nwdiag: Allow line border for group](https://github.com/plantuml/plantuml/issues/1226) -- [Style: Allow all style for regex diagram](https://github.com/plantuml/plantuml/issues/1445) +- [Styling of qualified associations](https://forum.plantuml.net/19300) - [Style: Allow theme and style for files list diagram](https://github.com/plantuml/plantuml/issues/1946) -- [feat: allow all JSON Values on JSON ](https://github.com/plantuml/plantuml/pull/1970) -- [Compact clocks in timing diagrams not rendered correctly](https://github.com/plantuml/plantuml/issues/1578) - +- [Fixing proprietary licenses in PlantUML software package of Replicant project](https://github.com/plantuml/plantuml/issues/1949) +- [Style: Allow stereotype on note for **all** diagram type](https://github.com/plantuml/plantuml/issues/1950) +- [State machine invalid generation for SVG](https://github.com/plantuml/plantuml/issues/1951) _[partial]_ +- [State: Composite state error with namespace](https://github.com/plantuml/plantuml/issues/1952) +- [Allow stereotype for Clock on Timing diagram](https://github.com/plantuml/plantuml/pull/1960) +- [Allow stereotype on Timing diagram](https://forum.plantuml.net/15873/style-timing-allow-stereotype-on-timing-diagram) +- [Can we have 2 or more colors for clocks in timing diagrams?](https://forum.plantuml.net/18864) +- [Allow all JSON Values on JSON ](https://github.com/plantuml/plantuml/pull/1970) +- [JSON-type component breaks](https://forum.plantuml.net/16563) +- [Use latest graphviz version in docker image](https://github.com/plantuml/plantuml/pull/1976) +- [Allow (or skip) skin command on YAML diagram](https://github.com/plantuml/plantuml/issues/1978) +- [Fix: error in namespace management](https://github.com/plantuml/plantuml/commit/15d63c28e601fdfa9e985d6d2057db31b95a7079) +- [Allow stereotype for arrow, on sequence diagram](https://forum.plantuml.net/15614/style-sequence-allow-stereotype-for-arrow-sequence-diagram) +- [Allow LineStyle for arrow, on sequence diagram](https://forum.plantuml.net/15612/style-sequence-allow-linestyle-for-arrow-sequence-diagram) +- [Use latex to get string bounder](https://github.com/plantuml/plantuml/pull/1914) +- [tikz: make all fonts with the same baseline](https://github.com/plantuml/plantuml/pull/1919) +- [tikz: avoid latex manager crash for special characters](https://github.com/plantuml/plantuml/pull/1921) +- [tikz: use the same protectText when calc dimension and render](https://github.com/plantuml/plantuml/pull/1922) +- [tikz: optimize latex render](https://github.com/plantuml/plantuml/pull/1923) +- [Optimize tikz render](https://github.com/plantuml/plantuml/pull/1928) +- [Stdlib: Update Cloudogu to v1.0.2](https://github.com/plantuml/plantuml-stdlib/pull/109) +- [Stdlib: Update C4-PlantUML to v2.11.0](https://github.com/plantuml/plantuml-stdlib/pull/110) +- [Stdlib: Update DomainStory-PlantUML to v0.3.1](https://github.com/plantuml/plantuml-stdlib/pull/111) ## V1.2024.7 (Sep 9, 2024)