Skip to content

Releases: open-mmlab/labelbee

v1.6.0

16 May 14:59
Compare
Choose a tag to compare

1.6.0 (2022-05-16)

Features

  • Add a annotationPath display (caf671f)
  • I18next change init way (8842bf0)
  • Optimize edgeAbsorption of PolygonTool which can absorpts points (3a75b04)
  • pointTool: The distance between limit points can't be less than 0.2px (8e1d131)

Bug Fixes

  • Fix the problem that the edge of rectTool cannot be dragged (f6d3f11)
  • I18n fobid react-useSuspense (dce6bf0)
  • pointTool: DrawOutsideTarget doesn't work (0a71a00)
  • pointTool: The point still follows the mouse when mouse is released (8871e10)

@labelbee/[email protected]

28 Apr 08:59
Compare
Choose a tag to compare

v1.4.0

14 Jan 07:15
Compare
Choose a tag to compare

1.4.0 (2022-01-14)

Features

  • Add dragMove event trigger (e31b578)
  • Add tag dom rendering / adapt to Polygonal curve (ec0bfcc)
  • Add ToolStyleConverter in lb-utils (393e07e)
  • AnnotationView - text rendering added to graphics type (e673fb8)
  • AnnotationView add text annotation dispaly (1c21c06)
  • AnnotationView Text support Position (db6c9b3)
  • AnnotationView updates Label Render (484395e)
  • LineView adds Direction Render (b2a474e)
  • PointTool adds list-annotation feature (64ed73e)
  • PolygonView adds Direction Render (bba3248)
  • PolygonView/LineView adds special line/point render (cad0681)
  • Real-time update of text changes for ViewOperation (1bd807b)
  • Support Custom text-dom using Style (ae9031d)
  • ViewOperation adds reference pattern(lineDash) (5b2083b)

Bug Fixes

  • Adaptation of list annotations in the case of dependencies (6ea04c6)
  • Adapting to the case where textConfigurable does not exist (d084e7a)
  • Add viewOperation render data judgment (b35a123)
  • Change canvas Mount Position / Add forbidBasicResultRender (8020e3b)
  • Change the param of AnnotationView from color to stroke (027ced8)
  • Clear domMap in ViewOperation (643aed1)
  • Compatible with old config of PointOperation (2f0a4ae)
  • Fix getStyle2String function (33c17b9)
  • Fix invalid page size error caused by canvas size change (c958b71)
  • Fix invalid page size error caused by window size change (07784dd)
  • Fix lint - Unreachable code no-unreachable (59e5bc2)
  • Fix the accuracy of point-selected (10fc24c)
  • Fix the LowerLimitPoint of PointTool (6976a51)
  • Solve the problem caused by discontinuous steps in stepList (007ed21)
  • Update the ActiveHistory of the PointOperation (bcca28b)