Rappid v3.4.1

Released: Sep 29, 2021

v3.4.1 での更新項目

機能

  • Added a new demo on how to build a shape with a vertical list of items.
  • apps.Database - Added remove and arrowhead link tools.
  • Various TypeScript improvements.
  • dia.Paper - Added the ability to skip updating connected links when isolate flag has been used.
  • dia.LinkView - Optimized connector only update.
  • dia.Cell - Added support for preinitilize() lifecycle method.
  • connectors.jumpover - Prevented unnecessary route calculation to improve performance.

不具合の修正

  • apps.Chatbot - Various fixes:
    • Use useModelGeometry for “Resize To Fit” to work as expected.
    • Hide the JSON Editor with ngIf (Angular) to prevent parsing the JSON when it’s hidden.
    • Update JSON Editor on dia.CommandManager change.
  • ui.SelectBox - Fixed CSS syntax error.
  • ui.Stencil - Fixed paperDragOptions defined as a function.
  • ui.Toolbar - Fixed zoom-to-fit options.
  • dia.Cell - Fixed toJSON() when defaults() is defined as a method.
  • Vectorizer - Fixed multi-line text line heights when 100% of the line is annotated.
  • Prevent prototype pollution - Fixed util.setByPath().