Skip to content

v0.7.0

Compare
Choose a tag to compare
@hikerpig hikerpig released this 25 Feb 11:52
· 73 commits to master since this release
24d9684

Highlights

New classDiagram

This release comes with a new class diagram.

image

Breaking change in grammar of notes

A grammar change to make it possible for more kinds of characters in multiline note, you will need to use @start_note instead of @note for multiline note.

sequenceDiagram
  @start_note right of User
  multiline note
  is possible
  @end_note

New @pintora/target-wintercg

A new target apart from @pintora/standalone and @pintora/cli. Checkout #227 for more detail.

Special thanks

Generated Changelog

0.7.0

Breaking Changes

  • b180922: feat!: support more characters inside multiline notes

Minor Changes

Patch Changes

  • 3457b22: feat(diagrams): [activity] Should draw a no-action-line when there is no else block
    • a5d289b: fix: classDiagram relation direction, and add docs
    • bc811d0: feat(diagrams): [classDiagram] more comfort entity table sizing
    • 2df9693: [sequenceDiagram] remove unnecessary stroke in message text
    • 23a0053: [classDiagram] render {static} and {abstract}
    • 3a539be: feat: [classDiagram] add a prude implementation of note

What's Changed

  • feat(website): upgrade to docusaurus 3 and node to 18.x by @hikerpig in #218
  • chore(deps): update dependency vite-plugin-pwa to ^0.17.0 by @renovate in #166
  • chore(deps): update workbox monorepo to v7 (major) by @renovate in #196
  • chore(deps): update dependency lint-staged to v15 by @renovate in #186
  • fix(deps): update dependency jsdom to v23 by @renovate in #221
  • chore(deps): update dependency vite-tsconfig-paths to v4 by @renovate in #193
  • fix(deps): update dependency react-error-boundary to v4 by @renovate in #223
  • fix(cli): eliminate config side effects of render function by @hikerpig in #226
  • fix(deps): update dependency react-redux to v9 by @renovate in #224
  • fix(deps): update dependency dedent to v1 by @renovate in #220
  • chore(deps): update pnpm to v8.13.1 by @renovate in #203
  • ci: display bundle size by @hikerpig in #228
  • feat: [classDiagram] initial commit by @hikerpig in #229
  • feat: test build standalone with esbuild by @hikerpig in #231
  • feat wintercg runtime by @hikerpig in #233
  • fix(deps): update dependency browser-fs-access to ^0.35.0 by @renovate in #167
  • feat: adjust target-wintercg api, add some docs by @hikerpig in #238
  • fix(deps): update dependency clsx to v2 by @renovate in #204
  • chore(deps): update pnpm to v8.14.0 by @renovate in #235
  • feat(demo): Upgrade to reduxjs toolkit v2 by @hikerpig in #243
  • fix(diagrams): [sequenceDiagram] remove unnecessary stroke in message text by @hikerpig in #244
  • fix: classDiagram relation direction, and add docs by @hikerpig in #245
  • feat: pintora standalone providing .mjs file by @hikerpig in #246
  • feat: [classDiagram] draw modifier decorations by @hikerpig in #248
  • chore(deps): update dependency @types/jsdom to v21 by @renovate in #176
  • chore(deps): update dependency tsx to v4 by @renovate in #232
  • fix(deps): update dependency less-loader to v12 by @renovate in #250
  • fix(deps): update dependency jsdom to v24 by @renovate in #251
  • chore(deps): update dependency husky to v9 by @renovate in #252
  • chore(deps): update dependency esbuild to ^0.20.0 by @renovate in #253
  • feat(diagrams): [classDiagram] more comfort entity table sizing by @hikerpig in #257
  • feat!: support more characters inside multiline notes by @hikerpig in #258
  • feat(diagrams): [activity] Should draw a no-action-line when there is no else block by @hikerpig in #259

Full Changelog: v0.6.5...v0.7.0