-
-
Notifications
You must be signed in to change notification settings - Fork 631
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
7,887 additions
and
3,105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,7 @@ rollup-plugin-visualizer/ | |
statistics/ | ||
.scene_cache | ||
*.mp4 | ||
lerna-debug.log | ||
demo/storybook | ||
demo/storybook2 | ||
dist/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
|
||
## [1.0.0] - 2022 | ||
* `moveable` 1.0.0 | ||
* `react-moveable` 1.0.0 | ||
* `preact-moveable` 1.0.0 | ||
* `ngx-moveable` 1.0.0 | ||
* `svelte-moveable` 1.0.0 | ||
|
||
### Added | ||
* Support Original Transform | ||
* Add `onBeforeRenderStart`, `onBeforeRender`, `onBeforeRenderEnd` events. | ||
* Add `onBeforeRenderGroupStart`, `onBeforeRenderGroup`, `onBeforeRenderGroupEnd` events. | ||
* Add `setTransform`, `setTransformIndex` event properties. | ||
* Expand the functions of `translate` and `rotate` properties. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"packages": [ | ||
"packages/react-moveable", | ||
"packages/react-compat-moveable", | ||
"packages/moveable", | ||
"packages/vue-moveable", | ||
"packages/vue3-moveable", | ||
"packages/svelte-moveable", | ||
"packages/lit-moveable", | ||
"packages/ngx-moveable", | ||
"packages/storybook", | ||
"packages/ngx-moveable/projects/ngx-moveable" | ||
], | ||
"version": "independent", | ||
"command": { | ||
"version": { | ||
"push": false, | ||
"commitHooks": false, | ||
"private": false, | ||
"gitTagVersion": false, | ||
"preid": "beta" | ||
} | ||
}, | ||
"lernaHelperScripts": [ | ||
"npm run packages:dependencies", | ||
"npm run packages:publish", | ||
"npm run demo:build", | ||
"npm run demo:deploy", | ||
"npm run release" | ||
] | ||
} |
Oops, something went wrong.