Something to mention
This version comes with an approach to customize style with a univeral syntax.
- @pre block allows for passing common information to the diagram, facilitating easier maintenance of grammar and parser across various types of diagrams.
- Custom Style with
@style
and@bindClass
directive, you can override style properties for some specific entities.
Generated Changelog
Breaking Changes
- d90c1be: Drop support node.js v16
Minor Changes
- f4163c7: Add simple StyleEngine in
@pre
block, and@bindClass
statement to diagrams - 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
- 0abf2d5: fix mindmap color
- 698c923: [componentDiagram] interface itemId and custom style; [classDiagram] some selectors for custom style
- 9653ccb: feat: [classDiagram] be able to add
title
- 417afeb: fix: parse texts prefix with
#
- a6111ff: feat: treat window assignment carefully
- 6c5ba5c: fix(diagrams): [mindmap] parsing error when
@param
comes with value with space - c6bffdb: [componentDiagram] fix parsing trailing spaces
- 6f14df9: fix(diagrams): [sequenceDiagram] parse note over with one actor
What's Changed
- chore: upgrade pnpm/action-setup by @hikerpig in #306
- feat: [activity] support quoted word as action message by @hikerpig in #309
- chore: refer obsidian-pintora in README by @hikerpig in #311
- 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
- chore(demo): upgrade percy visual test dependency by @hikerpig in #327
- 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
- Add docs and fix impl for some diagrams' selectors by @hikerpig in #354
- maintainance: update actions cache by @hikerpig in #362
- fix - Correction for running target-wintercg in browser service worker by @flowkclav in #371
- feat: treat window assignment carefully by @hikerpig in #373
- fix(diagrams): [mindmap] parsing error when
@param
comes with value with space by @hikerpig in #375 - fix(diagrams): [sequenceDiagram] parse note over with one actor by @hikerpig in #379
New Contributors
- @clabnet made their first contribution in #339
- @flowkclav made their first contribution in #371
Full Changelog: v0.7.6...v0.8.0