vue-moveable
vue-moveable copied to clipboard
↔️ ↕️ 🔄 Vue.js wrapper for Moveable
This issue provides visibility into Renovate updates and their statuses. [Learn more](https://docs.renovatebot.com/key-concepts/dashboard/) ## Open These updates have all been created already. Click a checkbox below to force a retry/rebase of...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [moveable](https://daybrush.com/moveable/) ([source](https://togithub.com/daybrush/moveable)) | [`0.25.2` -> `0.27.0`](https://renovatebot.com/diffs/npm/moveable/0.25.2/0.27.0) |...
Fixes #114 With the edits in this PR is was able to use groupable in vue-moveable. Maybe more changes are necessary for full compatibility.
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-vue](https://eslint.vuejs.org) ([source](https://togithub.com/vuejs/eslint-plugin-vue)) | [`7.20.0` -> `8.0.3`](https://renovatebot.com/diffs/npm/eslint-plugin-vue/7.20.0/8.0.3) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`7.32.0` -> `8.2.0`](https://renovatebot.com/diffs/npm/eslint/7.32.0/8.2.0) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [core-js](https://togithub.com/zloirock/core-js) | [`3.19.0` -> `3.19.1`](https://renovatebot.com/diffs/npm/core-js/3.19.0/3.19.1) | [](https://docs.renovatebot.com/merge-confidence/)...
It has props of target in moveable. Each time the target changes, the moveable box changes. But only vue is different. * vanilla ```js moveable.target = document.querySelector("'target'); ``` * react...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | circleci/node | docker | major | `16` -> `17` | ---...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [sass-loader](https://togithub.com/webpack-contrib/sass-loader) | [`10.2.0` -> `12.3.0`](https://renovatebot.com/diffs/npm/sass-loader/10.2.0/12.3.0) | [](https://docs.renovatebot.com/merge-confidence/)...
` ables: { name: "mouseTest", props: {}, events: {}, render(moveable, React) { const CustomElement = moveable.useCSS( "div", ` { position: absolute; } ` ); // Add key (required) // Add...