Idraw Versions Save

A simple JavaScript framework for Drawing on the web.(一个面向Web绘图的JavaScript框架)

v0.4.0-beta.22

2 weeks ago

🚀 Features

  • feat: optimize render of circle element

v0.4.0-beta.21

3 weeks ago

🚀 Features

  • feat: rename disable* to disabled* of layout operations

v0.4.0-beta.20

1 month ago

🚀 Features

  • feat: add event to disable selecting in group

v0.4.0-beta.19

1 month ago

🚀 Features

  • feat(core): add middleware of layout selector
  • feat(types): enhance DataLayout
  • feat(util): improve centerContent to support DataLayout

🛠 Fix

v0.4.0-beta.18

1 month ago

🚀 Features

  • feat(core): add info middleware
  • feat(core): improve select middleware to control grid unit
  • feat(core): improve ruler and scroller middleware
  • feat(renderer): rename data.underlay to layout

v0.4.0-beta.17

1 month ago

🚀 Features

  • feat(core): add reference lines for middleware select
  • feat(idraw): add feature switch of scroll and scale
  • feat(board): add calculation cache data of viewRectInfo to calculator
  • feat(util): add calculation methods about viewRectInfo
  • feat(types): add types about viewRectInfo

v0.4.0-beta.16

2 months ago

💥 Breaking changes

  • refactor(idraw): refactor mode of selecting, dragging and readonly.

🚀 Features

  • feat(util): add tools of calc view range.
  • feat(util): deprecated deepclone data of Store.getSnapshot

🔧 Bug Fixes

  • fix(core): fix edit text keyboard of delete action.

v0.4.0-beta.15

2 months ago
  • feat(idraw): sort events and export eventKeys
  • feat(renderer): optimize render for reducing the number of redraws.
  • feat(core): initialize auxiliary lines for middleware selector

v0.4.0-beta.14

2 months ago
  • fix(idraw): fix the usage problem of dragging middleware

v0.4.0-beta.13

2 months ago
  • feat(core): rename event name
  • feat(util): add ModifyRecorder and common modify methods