Releases: krisztianb/typedoc-umlclass
Releases · krisztianb/typedoc-umlclass
0.10.1
0.10.0
Added
- Added support for latest TypeDoc version 0.26.5 and above. (NOTE: older 0.26.x versions have a bug that breaks the plugin)
0.9.0
BREAKING CHANGES
- Removed the following options in favor of the new "style" option: backgroundColor, boxBackgroundColor, boxBorderColor, boxBorderRadius, boxBorderWidth, arrowColor, classFontName, classFontSize, classFontStyle, classFontColor, attributeFontName, attributeFontSize, attributeFontStyle and attributeFontColor
Added
- New option "style" which let's you specify individual font settings for specific parts (for example: class name, property type, method return type, etc.) of the diagram
- Option "style.arrow.width" can now be used the specify the thickness of the arrows in the class diagrams
Fixed
- Default value of option "hideShadow" adjusted to PlantUML's new default value: true
0.8.1
Fixed
- Plugin was not inserting diagrams into the documentation when using TypeDoc version 0.25.5 or above.
Changes
- Updated dependencies
0.8.0
BREAKING CHANGES
- Removed support for TypeDoc versions 0.23.x due to a change in TypeDoc's handling of asynchronous tasks.
Added
- Added support for latest TypeDoc version 0.25.x.
- The plugin now includes typings for its configuation that you can use in your TypeDoc config. (see example in README)
0.7.1
Changes
- Added support for latest TypeDoc version 0.24.x.
0.7.0
Changed
- Updated to TypeDoc version 0.23
Breaking Changes
- Support changed to TypeDoc versions 0.23.x due to a change in TypeDoc's HTML output.
0.6.1
Changed
- Updated dependencies to resolve their security vulnerabilities
0.6.0
Breaking Changes
- Support changed to TypeDoc versions 0.22.x due to a breaking change in TypeDoc's output folder structure.
Added
- New option "backgroundColor" to specify the background color of all class diagrams.
Changed
- Background color of class diagrams defaults to "transparent" to better integrate with TypeDoc's new dark theme.
0.5.0
Breaking Changes
- Support changed to TypeDoc versions >=0.21.0 due to a breaking change in TypeDoc's API.