Something to mention
This version comes with an approach to customize style. Check to docs of @pre
and @style
directive for more information.
Generated Changelog
0.8.0-alpha.1
Breaking Changes
- d90c1be: Drop support node.js v16
Minor Changes
- f4163c7: Add simple StyleEngine in
@pre
block, and@bindClass
statement to diagrams
0.8.0-alpha.0
Minor Changes
- f9014a5: Add ability to parse
@pre
block and merge configs
Patch Changes
- 0b31164: feat: [activity] support quoted word as action message
- 9653ccb: feat: [classDiagram] be able to add
title
What's Changed
- feat: [activity] support quoted word as action message by @hikerpig in #309
- add example for running pintora in deno by @hikerpig in #312
- feat: upgrade some demo dependencies by @hikerpig in #322
- feat: add font config to all diagrams by @hikerpig in #323
- fix: wrong mindmap background color by @hikerpig in #326
- feat: [classDiagram] be able to add
title
by @hikerpig in #328 - feat: Add ability to parse
@pre
block and merge configs by @hikerpig in #329 - fix(diagrams): parse text prefix with
#
by @hikerpig in #332 - Bump canvas to v3.0.1 and update packages by @clabnet in #339
- feat(cli): Upgrade to node-canvas v3 and drop node.js v16 by @hikerpig in #342
- feat(demo): adjust styles to daisyui v4 by @hikerpig in #347
- feat style engine by @hikerpig in #349
- fix: [componentDiagram] parse trailing spaces by @hikerpig in #351
New Contributors
Full Changelog: v0.7.6...v0.8.0-alpha.1