vue-screen
vue-screen copied to clipboard
Reactive screen size and media query states for VueJS
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.0.0-beta.65 to 2.9.15. Release notes Sourced from vite's releases. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to...
"vue-screen": "^2.3.2" "vite": "^4.4.11" grid is not reactive anymore? screen object is still reactive , eg ``` const grid = useGrid("bootstrap"); const screen = useScreen() ``` ``` {{ grid.breakpoint }}...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.2.0 to 4.5.3. Release notes Sourced from vite's releases. [email protected] Please refer to CHANGELOG.md for details. Changelog Sourced from vite's changelog. 4.5.3 (2024-03-24) fix: fs.deny with globs...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.12.9 to 7.24.1. Release notes Sourced from @babel/traverse's releases. v7.24.1 (2024-03-19) :bug: Bug Fix babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators #16350 Fix decorated class computed keys ordering (@JLHwung) #16344 Fix decorated...
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.21 to 8.4.38. Release notes Sourced from postcss's releases. 8.4.38 Fixed endIndex: 0 in errors and warnings (by @romainmenke). 8.4.37 Fixed original.column are not numbers error in...
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5. Release notes Sourced from word-wrap's releases. 1.2.5 Changes: Reverts default value for options.indent to two spaces ' '. Full Changelog: https://github.com/jonschlinkert/word-wrap/compare/1.2.4...1.2.5 1.2.4 What's Changed...
Bumps [ws](https://github.com/websockets/ws) from 7.5.9 to 7.5.10. Release notes Sourced from ws's releases. 7.5.10 Bug fixes Backported e55e5106 to the 7.x release line (22c28763). Commits d962d70 [dist] 7.5.10 22c2876 [security] Fix...
After [vuejs/core#11609](https://www.github.com/vuejs/core/pull/11609) vue supports adding custom properties using `declare module 'vue'` instead of `declare module '@vue/runtime-core'` Having libraries in a project that augment both `vue` and `@vue/runtime-core` breaks type checking....
Updates the Github actions to the latest versions.