Releases: MrIsaacs/ocrjs
Releases · MrIsaacs/ocrjs
v1.0.1
⚠️ 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
andpublic
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
toImageHandler
(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
- Ivan Ilic (@MrIsaacs)
v0.3.1
🚀 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
🏡 Chore
- deps: Update version and dependencies (f8052f6, a7a8652)
- eslint: Customize coding rules (06a0e1c)
- page: Change name and title in page (46646ae)
❤️ Contributors
- Ivan Ilic (@MrIsaacs)