Skip to content

Releases: lunit-io/insight-viewer

insight-viewer@5.10.0

04 Nov 01:29
Compare
Choose a tag to compare

5.10.0 (2022-10-19)

Features

  • viewer: add className (d0f28f3)
  • viewer: modify className (c7e2262)
  • viewer: modify EditPointer classname (a3517ea)

insight-viewer@5.9.2

27 Sep 04:34
Compare
Choose a tag to compare

5.9.2 (2022-09-27)

Features (Hotfix)

  • viewer: modify text point logic for editing text move mode (29211db)

insight-viewer@5.9.1

21 Sep 10:09
Compare
Choose a tag to compare

5.9.1 (2022-09-21)

Features

  • viewer: modify useImage Props type (0a253e7)

insight-viewer@5.9.0

21 Sep 08:28
Compare
Choose a tag to compare

5.9.0 (2022-09-21)

Features

  • add circle center calculation (aa47736)
  • add getCircleRadiusByCenter logic (5c8d6b3)
  • change centerPoint generate logic (90adf0f)
  • change drawingRadius function of circle (1c269d3)
  • change edit mode handling logic of circle (4db1ca4)
  • change points handling logic of circle (d0107c8)
  • docs: add image selector on annotation and measurement (b2cb1f0)
  • docs: add usage for new useImage in Basic page (ac2fb6e)
  • viewer: add getCircleStartPoint function (8bbf73b)
  • viewer: add validation util functions of points (8477751)
  • viewer: apply validation of same points when drawing (3d9592f)
  • viewer: change ruler text position (17f6387)
  • viewer: modify getRulerTextPosition (62ca329)
  • viewer: modify validation logic to Annotation, Measurement (51e2c79)
  • viewer: modify zoom feature (71091e0)
  • viewer: parameterize useImage's HTTP client (65fc366)

Bug Fixes

  • docs: remove not exist type export (ee4667a)
  • viewer: add drawingMode to getEditPointPosition (5b51d8c)
  • viewer: add isStartedFromCenter to calculateRadius (8189d04)
  • viewer: change wrong constant name (760be30)
  • viewer: modify conditional statement (4eb9e07)
  • viewer: scale logic (760857d)
  • viewer: text default position (3dd8ecb)

insight-viewer@5.8.3

21 Sep 08:27
Compare
Choose a tag to compare

5.8.3 (2022-09-16)

Features

  • docs: add label mode switch button to Annotation Drawer docs (fd4414c)
  • viewer: add showAnnotationLabel prop to Annotation Drawer (d90bb32)

insight-viewer@5.8.2

21 Sep 08:27
Compare
Choose a tag to compare

5.8.2 (2022-09-15)

Features

  • viewer: delete pointerEvents to svg root style and apply to Viewer (2124d07)

insight-viewer@5.8.1

21 Sep 08:26
Compare
Choose a tag to compare

5.8.1 (2022-09-15)

Features

  • viewer: add pointer event none style to svg root (7ea0b3e)

insight-viewer@5.8.0 / deprecated

21 Sep 08:26
Compare
Choose a tag to compare

5.8.0 (2022-09-13)

Features

  • add Viewer common style (3e8ba9b)
  • apply extended area to EditPointer (2352634)
  • apply extendedAnnotation to Viewer, Drawer (e8a5133)
  • apply extendedMeasurement to Viewer, Drawer (35f54a3)
  • modify extended area stroke width 20px to 12px (36f711c)
  • viewer-docs: change logo (968b600)
  • viewer: add checkIsInitialAnnotation util function and unit test (5c9cf79)
  • viewer: add getAnnotationPoints util function and unit test code (cda1358)
  • viewer: add getDrawingAnnotation util function and unit test code (8b8be2d)
  • viewer: add getExistingAnnotationPoints util function, test code (041fd5d)
  • viewer: add getInitialAnnotation util function and unit test code (750235c)
  • viewer: apply label position update logic to getDrawingAnnotation (c938e13)
  • viewer: delete label prop to TextDrawer (336e41b)
  • viewer: delete unused getDrewAnnotation util function (4f73f3a)
  • viewer: modify return value points to annotation, apply to Drawer (0a025da)

Bug Fixes

  • fix getDrawer e2e test (7023257)
  • viewer: drawer error (ad5360f)
  • viewer: error in calculateDistance (ca294b6)
  • viewer: fix getMeasurement test (2c6f316)
  • viewer: use jsx: react for backward compatibility (32774f9)

insight-viewer@5.7.0

12 Aug 05:02
Compare
Choose a tag to compare

Bug Fixes

  • viewer: build error (42722b1)
  • viewer: build error (fc69196)
  • viewer: delete optional type to connectingLine (a63f9ed)
  • viewer: type error (54bf772)
  • viewer: type error about Image (afcf368)
  • viewer: type error in useLoadImage (934c2da)
  • viewer: undefined ruler error (9a3f1b8)

Features

  • viewer: add a comma in a circle area measurement (666a533)
  • viewer: add arrow outline style to LineViewer, PolylineDrawer (1517acb)
  • viewer: add calculate default textPoint logic to Viewer, Drawer (6b6806c)
  • viewer: add connectingLine to Measurement Viewer, Drawer (9ed2914)
  • viewer: add connectingLine to Ruler Viewer, Drawer (466870d)
  • viewer: add connectingLine type and util function (09cceb1)
  • viewer: add currentEditMode to points hook return value (9d32d03)
  • viewer: add dashLine style to Measurement (c56019f)
  • viewer: add g tag of circle wrapper to CIrcleViewer (deccb7b)
  • viewer: add g tag of polyline wrapper to RulerViewer (264340c)
  • viewer: add line spacing and apply line annotation label position (ed0c179)
  • viewer: add textMove mode and text move util function (8b2c744)
  • viewer: add timeout option to useImage (3cbe226)
  • viewer: apply connectingLine logic to Circle Viewer, Drawer (1c83a98)
  • viewer: apply isSelectedMode isHighlightMode to EditPointer (ed2eb47)
  • viewer: apply isSelectedMode prop to CircleDrawer (a1b95df)
  • viewer: apply null type to textPoint field (e6e35da)
  • viewer: apply optional type to Line Annotation hasArrowHead field (3644052)
  • viewer: apply pixelToCanvas before getting arrow position (ca7ce1f)
  • viewer: apply selectedAnnotation Id to addDrewAnnotation logic (f2c0740)
  • viewer: change decimal places (75c3583)
  • viewer: change display circle measurement (77917b6)
  • viewer: delete calculate textPoint logic to util function, hook (084a826)
  • viewer: delete connectingLine field to type, util, hook, viewer (e9a5635)
  • viewer: delete connectingPoints field to types, Drawer, util (1bc5682)
  • viewer: delete headPoints field and add hasArrowHead field (ea9f744)
  • viewer: delete isEditingTextPoint field to type, util function (18f9b2e)
  • viewer: delete measurement paramter to getTextPosition (f88f1e8)
  • viewer: delete pixelToCanvas logic to measurement center (55b8b29)
  • viewer: fix fraction digits (80c4417)
  • viewer: modify arrow degree, length, center position for scale (6cc533f)
  • viewer: modify calculateDistance (826d6ca)
  • viewer: modify circle text position x spacing 45 to 75 (052ab30)
  • viewer: modify Circle text position x spacing 60 to 45 (a8a2acf)
  • viewer: modify CircleDrawer style and add outline (4cb36b6)
  • viewer: modify CircleViewer style and add outline (26670b3)
  • viewer: modify MINIMUM_LENGTH of line annotation (c31ea94)
  • viewer: modify ruler text position x spacing 20 to 15 (4f8284c)
  • viewer: modify RulerDrawer style, add outline style (0530796)
  • viewer: modify RulerViewer style, add outline (52632df)
  • viewer: remove selected annotation with delete key (15216b9)
  • viewer: set or or delete data-cy-attribute to Measurement (fc130c0)

insight-viewer@5.5.1

02 May 00:55
@lunit/insight-viewer@5.5.1
9101345
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/lunit-io/frontend-components/compare/@lunit/insight-viewer@5.1.0-alpha.7...@lunit/insight-viewer@5.5.1