Skip to content

Latest commit

 

History

History
167 lines (94 loc) · 2.7 KB

File metadata and controls

167 lines (94 loc) · 2.7 KB

CHANGELOG

v1.6.1 (10/10/2023)

Changes

  • 🔇 remove console.log

v1.6.0 (05/10/2023)

Changes

  • 🔨 disable cache when fetching annotation image

v1.5.1 (05/09/2023)

New

  • ✨ Add support to HEIC and TIFF formats

v1.4.0 (31/07/2023)

New

  • 👷 add lint & publish workflow with GA

Changes

  • 🔧 move to vite
  • ✅ improve test coverage
  • ⬆️ update typescript, react and cypress
  • 🔧 migrate from yarn to pnpm
  • ✅ rework tests
  • 🏷️ remove unnecessary any types
  • 🔧 update eslint and prettier configs

v1.3.9 (19/08/2022)

Fixes

  • 🐛 handle getImagesFromPDF exceptions

v1.3.8 (20/07/2022)

Fixes

  • 🐛 🐛 fix multi-selection behavior

v1.3.7 (12/05/2022)

Fixes

  • 🐛 rework getImagesFromPDF function to filter rejected pages

v1.3.4 (22/04/2022)

New

  • 📄 change license to MIT

v1.3.3 (04/04/2022)

New

  • ✨ add dynamic zoom

Fixes

  • 🐛 add image cross origin header

v1.3.2 (06/01/2022)

New

  • ✨ add toBase64 utility function

Changes

chg: 🚸 AnnotationViewer - add OS X support to multi selection event key

v1.3.0 (07/09/2021)

Changes

  • 💥 replace web-components by pure React components
  • 💥 Change AnnotationViewer & AnnotationLens props
  • ♻️ refactor utility functions code
  • ⚡️ improve canvas rendering performance
  • 📝 replace docs library - use docusaurus

New

  • ✅ add visual testing using cypress
  • 👷 add github test workflow

v1.2.1 (31/08/2021)

Changes

  • 📝 change the website docs url in README

v1.2.0 (20/08/2021)

New

  • 🎉 1.2.0 official release

v1.2.0-rc3 (16/02/2021)

Changes

  • 🔧 update configuration files
  • 📦 update packages
  • 📝 change docs

v1.2.0-rc2 (16/12/2020)

New

  • ✨ add AnnotationForm
  • 🙈 add .gitignore and .eslintignore
  • 🚸 add typescript support

Change

  • 💥 re-create base components using mindee-js
  • 💥 change components API
  • 📝 update documentation
  • 🔥 delete legacy files

v1.1.4 (14/10/2020)

Change

  • 🚸 update generateImagesFromShapes resolution

v1.1.2 (05/08/2020)

Fix

  • 🐛 Rework promises in getImagesFromPDF function

v1.1.1 (28/07/2020)

Change

  • 🚸 AnnotationSidebar - prevent event propagation on item click

v1.1.0 (24/07/2020)

New

  • 🚸 Add more options for user
  • 🚸 Add "active" className to annotationExplorer items

Fix

  • 🐛 AnnotationViewer should resize correctly

Changes

  • ⚡️ Fire resize event on canvas on fullscreen change
  • ⚡️ Allow drag with zomm outside canvas

v1.0.0 (20/07/2020)

  • 🎉 First release