Skip to content

Releases: mizy/MMEditor

v3.1.0 - TypeScript Rewrite

Choose a tag to compare

@mizy mizy released this 03 Mar 10:52

v3.1.0

Full TypeScript rewrite based on nebulagraph-veditor.

Changes

  • Complete TypeScript rewrite (JS → TS)
  • Replaced Snap.svg with native SVG APIs
  • Added BrushSelector plugin
  • Added ForceLine support
  • Webpack 5 build system
  • Better type definitions

Breaking Changes

  • Package entry point changed, import from mmeditor
  • API largely compatible with v3.0.x

v3.0.9

Choose a tag to compare

@mizy mizy released this 01 Mar 05:59
477d171

What's Changed

  • update:生成线的uuid为随机生成 by @laobiyo in #5
  • fix:修复添加线uuid生成逻辑 by @laobiyo in #6

New Contributors

  • @laobiyo made their first contribution in #5

Full Changelog: v3.0.6...v3.0.9

v3.0.6

Choose a tag to compare

@mizy mizy released this 22 Feb 07:56
  • fix line arrow bug
  • add line:beforeAdd event
  • add typescript support