- fix pnpm version in package.json
- bump the supported React to v19
- bump the supported React to v18
- πΈ updated to support dragging on shapes in annotation viewer
- β¬οΈ downgrade pdfjs-dist to support older browser versions
- remove beta tag
- use legacy build of pdfjs-dist
- β¬οΈ update pdfjs-dist to v4.10.38
- π remove console.log
- π¨ disable cache when fetching annotation image
- β¨ Add support to HEIC and TIFF formats
- π· add lint & publish workflow with GA
- π§ 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
- π handle getImagesFromPDF exceptions
- π π fix multi-selection behavior
- π rework getImagesFromPDF function to filter rejected pages
- π change license to MIT
- β¨ add dynamic zoom
- π add image cross origin header
- β¨ add toBase64 utility function
chg: πΈ AnnotationViewer - add OS X support to multi selection event key
- π₯ replace web-components by pure React components
- π₯ Change AnnotationViewer & AnnotationLens props
- β»οΈ refactor utility functions code
- β‘οΈ improve canvas rendering performance
- π replace docs library - use docusaurus
- β add visual testing using cypress
- π· add github test workflow
- π change the website docs url in README
- π 1.2.0 official release
- π§ update configuration files
- π¦ update packages
- π change docs
- β¨ add AnnotationForm
- π add .gitignore and .eslintignore
- πΈ add typescript support
- π₯ re-create base components using mindee-js
- π₯ change components API
- π update documentation
- π₯ delete legacy files
- πΈ update generateImagesFromShapes resolution
- π Rework promises in getImagesFromPDF function
- πΈ AnnotationSidebar - prevent event propagation on item click
- πΈ Add more options for user
- πΈ Add "active" className to annotationExplorer items
- π AnnotationViewer should resize correctly
- β‘οΈ Fire resize event on canvas on fullscreen change
- β‘οΈ Allow drag with zomm outside canvas
- π First release