Skip to content

Releases: MrIsaacs/ocrjs

v1.0.1

15 Sep 01:00
Compare
Choose a tag to compare

⚠️ Breaking Changes

This upgrade introduces breaking changes due to framework and API updates to leverage the latest Nuxt3 features. The project structure now includes layouts, pages, and public directories specific to Nuxt3. SCSS and usebootstrap support has been integrated for enhanced styling capabilities, and Pinia is now used for more efficient state management. The dist folder has been removed as its generation will be managed by the CI/CD pipeline.

Additionally, TypeScript support has been introduced with updated configuration to improve development and type safety.

🚀 Enhancements

  • nuxt: Migrate project to Nuxt3 framework (2d2633e)
  • nuxt: Add layouts, pages and public directories (0364fa4)
  • scss: Integrate SCSS into project (246afda)
  • store: Add Pinia for state management (743be8d)
  • frontend: Add usebootstrap for template development (0ceddcd)

🩹 Fixes

  • component: Rename PictureHandler to ImageHandler (ae23d8c)
  • template: Adjust components and correct missing parts (8ea54ce)

💅 Refactors

  • Remove and reorganize files and folders (a48fe8c)

📖 Documentation

  • Introduce changelogs to enhance project documentation (8a27f03)

🏡 Chore

  • Update base URL configuration (ed18976)
  • build: Remove dist folder for CI deployment (9b1cf18)
  • deps: Update dependecies for Nuxt3 changes (0ceddcd)

❤️ Contributors

v0.3.1

10 Sep 08:52
Compare
Choose a tag to compare

🚀 Enhancements

  • PictureHandler: Add an upload file button (ce05f43)
  • Modal: Add component modal (ea5df54)
  • Modal: Add Modal to view and scan images (a24e7da)

🩹 Fixes

  • ocrjs: Change props to data (0154358)
  • mobile-view: No scalable view on mobile (f6ebe86)
  • PictureHandler: Remove heading from component (85f12e5)
  • PictureHandler: Change props to data (18fd35a)
  • lang: Remove not used language package (a1e88e0)
  • Modal: Seperate save and exit button (a22b3bb)
  • Modal: Allow save if scanned text exists (9a08620)

💅 Refactors

  • Update code according to rules (5fa6016)
  • Rename file- and component-variables (ade02cd)

🏡 Chore

  • deps: Update version and dependencies (f8052f6, a7a8652)
  • eslint: Customize coding rules (06a0e1c)
  • page: Change name and title in page (46646ae)

❤️ Contributors

v0.2.0

09 Nov 11:59
Compare
Choose a tag to compare

Features

  • vue-cropper: with cropper images can be partially scanned 6edb996 (#1)
  • ux/ui: buttons are now reachable in the right bottom corner 17cfc56
  • scanned image-texts are appended to the last scanned content e696242

v0.1.0

13 Oct 12:56
Compare
Choose a tag to compare

First release of OCRjs