Releases: codemonk-digital/vue-responsiveness
Releases · codemonk-digital/vue-responsiveness
v0.2.5
Fixes TypeScript declaration packaging for vue-responsiveness.
This release restores generated .d.ts files in the published package and exposes them through exports.types, so TypeScript consumers can resolve the package correctly.
Also includes:
- upgraded Vue/Vite/Vitest/ESLint/TypeScript tooling
- Vite 8 / Rolldown config updates
- explicit media query listener cleanup on app unmount
- SSR install coverage
- refreshed README and package badges
v0.1.5
What's Changed
- Improved typescript support.
- Upgraded dependencies.
- Bump tough-cookie from 4.1.2 to 4.1.3 by @dependabot in #14
- Bump vite from 4.2.1 to 4.2.3 by @dependabot in #13
- Bump semver from 5.7.1 to 5.7.2 by @dependabot in #15
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #16
New Contributors
- @dependabot made its first contribution in #14
Full Changelog: v0.1.1...v0.1.5
v0.1.1
- added SSR compatibility
v0.1.0
- moved repo to codemonk-digital
No breaking changes (safe to upgrade from 0.0.x). Version change means end of testing (stable release).
v0.0.4
- added
isMin,isMaxandisOnlyutilities to$matches.
v0.0.3
updated readme