Releases: fchancel/v-image-magnifier
Releases · fchancel/v-image-magnifier
V1.2.0
Release Notes for Version 1.2.0
New Features
- Updated Vue Peer Dependency: Updated the
peerDependencies
for Vue to^3.4.34
to ensure compatibility with the latest features and improvements in Vue 3.4.x.
Dev Dependencies Updates
- @vitejs/plugin-vue: Updated to
^5.1.1
to leverage the latest features, bug fixes, and performance improvements. - @vitest/coverage-v8: Updated to
^2.0.4
for better coverage reporting and compatibility with newer V8 versions. - @vue/test-utils: Updated to
^2.4.6
to ensure compatibility with the latest Vue testing utilities and features. - @vue/compiler-sfc: Updated to
3.4.34
to align with the updated Vue peer dependency. - jsdom: Updated to
^24.1.1
for improved support and fixes for simulating browser environments in tests. - typescript: Updated to
^5.5.4
for the latest TypeScript features, performance improvements, and bug fixes. - vitest: Updated to
^2.0.4
to leverage the latest testing features and improvements. - vite: Updated to
^5.3.5
for the latest build optimizations, features, and bug fixes. - vite-plugin-css-injected-by-js: Updated to
^3.5.1
to ensure compatibility with the latest Vite and improved CSS handling.
Bug Fixes
- Fixed
isDeactivated
Issue: Corrected a bug where changes to thedeactivate
prop were not reflected in the component state, ensuring proper reactivity and functionality.