From 19e5fe1dfe480d9a0decc35ec8154d824aeb34cd Mon Sep 17 00:00:00 2001 From: Yehonatan Daniv Date: Sun, 3 May 2026 10:56:11 +0300 Subject: [PATCH 1/4] Updated keywords in package.jsons --- package.json | 8 +++++++- packages/interact/package.json | 11 ++++++++++- packages/motion-presets/package.json | 11 ++++++++++- packages/motion/package.json | 12 ++++++++---- 4 files changed, 35 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 3ffb2eb7..f97d2296 100644 --- a/package.json +++ b/package.json @@ -21,9 +21,15 @@ }, "keywords": [ "animation", + "waapi", + "web-animations-api", "javascript", "css", - "waapi" + "scroll-driven", + "motion", + "interaction", + "web-components", + "wix" ], "author": { "name": "wow!Team", diff --git a/packages/interact/package.json b/packages/interact/package.json index 4ae7eb70..a9e62756 100644 --- a/packages/interact/package.json +++ b/packages/interact/package.json @@ -40,9 +40,18 @@ }, "keywords": [ "animation", + "waapi", + "web-animations-api", "javascript", "css", - "waapi" + "scroll-driven", + "motion", + "interaction", + "react", + "web-components", + "declarative", + "config-driven", + "wix" ], "author": { "name": "wow!Team", diff --git a/packages/motion-presets/package.json b/packages/motion-presets/package.json index 0e8f18da..0e976426 100644 --- a/packages/motion-presets/package.json +++ b/packages/motion-presets/package.json @@ -29,8 +29,17 @@ "keywords": [ "animation", "presets", + "motion", "interact", - "motion" + "waapi", + "web-animations-api", + "javascript", + "css", + "scroll-driven", + "pointer-animation", + "declarative", + "config-driven", + "wix" ], "author": { "name": "wow!Team", diff --git a/packages/motion/package.json b/packages/motion/package.json index e60f91ff..b3b11021 100644 --- a/packages/motion/package.json +++ b/packages/motion/package.json @@ -34,10 +34,14 @@ "keywords": [ "animation", "motion", - "web-animations", - "browser", - "effects", - "typescript" + "javascript", + "css", + "waapi", + "web-animations-api", + "scroll-driven", + "view-timeline", + "pointer-animation", + "wix" ], "author": { "name": "wow!Team", From 9387ca7da980dde251b7ec55918152ec69084818 Mon Sep 17 00:00:00 2001 From: Yehonatan Daniv Date: Sun, 3 May 2026 18:48:04 +0300 Subject: [PATCH 2/4] Added descriptions --- package.json | 1 + packages/interact/package.json | 2 +- packages/motion-presets/package.json | 2 +- packages/motion/package.json | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f97d2296..127248b0 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "type": "git", "url": "git+https://github.com/wix/interact.git" }, + "description": "Monorepo for the Interact animation and interaction libraries, built on web-native, AI-ready, framework-agnostic.", "keywords": [ "animation", "waapi", diff --git a/packages/interact/package.json b/packages/interact/package.json index a9e62756..87669479 100644 --- a/packages/interact/package.json +++ b/packages/interact/package.json @@ -1,7 +1,7 @@ { "name": "@wix/interact", "version": "2.2.1", - "description": "A powerful, declarative interaction library for creating engaging web apps.", + "description": "Declarative, configuration-driven interaction library built — web-native, AI-ready, and framework-agnostic.", "license": "MIT", "main": "dist/cjs/index.js", "module": "dist/es/index.js", diff --git a/packages/motion-presets/package.json b/packages/motion-presets/package.json index 0e976426..bb321ddd 100644 --- a/packages/motion-presets/package.json +++ b/packages/motion-presets/package.json @@ -1,7 +1,7 @@ { "name": "@wix/motion-presets", "version": "1.0.1", - "description": "Animation presets for @wix/motion", + "description": "Ready-made animation presets for @wix/motion effects — entrance, scroll, background-scroll, mouse-tracking, loop, and micro-interactions.", "license": "MIT", "main": "dist/cjs/motion-presets.js", "module": "dist/es/motion-presets.js", diff --git a/packages/motion/package.json b/packages/motion/package.json index b3b11021..96992f5e 100644 --- a/packages/motion/package.json +++ b/packages/motion/package.json @@ -1,7 +1,7 @@ { "name": "@wix/motion", "version": "2.1.4", - "description": "High-performance animation toolkit for the web, powering Wix motion presets and tooling.", + "description": "Low-level, web-first, animation toolkit, with support for scroll-driven, pointer-tracking, and WAAPI & CSS animations.", "license": "MIT", "main": "dist/cjs/motion.js", "module": "dist/es/motion.js", From 9143c684f70549fd350ce9988b07ff447b9143a9 Mon Sep 17 00:00:00 2001 From: Yehonatan Daniv Date: Mon, 4 May 2026 10:33:11 +0300 Subject: [PATCH 3/4] Updated descriptions and keywords --- package.json | 2 +- packages/interact/package.json | 2 +- packages/motion-presets/package.json | 2 +- packages/motion/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 127248b0..d2b6edd9 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "type": "git", "url": "git+https://github.com/wix/interact.git" }, - "description": "Monorepo for the Interact animation and interaction libraries, built on web-native, AI-ready, framework-agnostic.", + "description": "Monorepo for the Interact animation and interaction libraries - web-native, AI-ready, framework-agnostic.", "keywords": [ "animation", "waapi", diff --git a/packages/interact/package.json b/packages/interact/package.json index 87669479..70184f6f 100644 --- a/packages/interact/package.json +++ b/packages/interact/package.json @@ -1,7 +1,7 @@ { "name": "@wix/interact", "version": "2.2.1", - "description": "Declarative, configuration-driven interaction library built — web-native, AI-ready, and framework-agnostic.", + "description": "Declarative, configuration-driven interaction library — web-native, AI-ready, and framework-agnostic.", "license": "MIT", "main": "dist/cjs/index.js", "module": "dist/es/index.js", diff --git a/packages/motion-presets/package.json b/packages/motion-presets/package.json index bb321ddd..133f259c 100644 --- a/packages/motion-presets/package.json +++ b/packages/motion-presets/package.json @@ -1,7 +1,7 @@ { "name": "@wix/motion-presets", "version": "1.0.1", - "description": "Ready-made animation presets for @wix/motion effects — entrance, scroll, background-scroll, mouse-tracking, loop, and micro-interactions.", + "description": "Ready-made animation presets for @wix/motion effects — entrance, scroll, pointer, loop, and micro-interactions.", "license": "MIT", "main": "dist/cjs/motion-presets.js", "module": "dist/es/motion-presets.js", diff --git a/packages/motion/package.json b/packages/motion/package.json index 96992f5e..8acfe73f 100644 --- a/packages/motion/package.json +++ b/packages/motion/package.json @@ -1,7 +1,7 @@ { "name": "@wix/motion", "version": "2.1.4", - "description": "Low-level, web-first, animation toolkit, with support for scroll-driven, pointer-tracking, and WAAPI & CSS animations.", + "description": "Low-level, web-first, animation toolkit, with support for triggered, scroll-driven, pointer-tracking, WAAPI & CSS animations.", "license": "MIT", "main": "dist/cjs/motion.js", "module": "dist/es/motion.js", From 54bb340999249777b02a9e5f13b41c4c7eac5219 Mon Sep 17 00:00:00 2001 From: Yehonatan Daniv Date: Mon, 4 May 2026 10:40:10 +0300 Subject: [PATCH 4/4] Updated CHANGELOG --- CHANGELOG.md | 35 ++++++++++++++++++++++++++++------- 1 file changed, 28 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28213751..66833cbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## @wix/interact +### [2.2.2] - 2026-05-04 + +#### Fixed + +- Attach adopted constructed stylesheets to the element's root (`document` or `ShadowRoot`) so dynamically injected CSS applies when Interact runs inside shadow DOM (#173) +- Register sequence effect selectors on the source interaction so sequence steps resolve selectors when the animated target differs from the source element (#173) + +#### Changed + +- Allow React 19 in `peerDependencies` for `react` and `react-dom` (#194) +- Revise package description and expand npm keywords + +#### Added + +- Added a Playground app and publish it under `/playground`. + ### [2.2.1] - 2026-04-21 #### Added @@ -112,6 +128,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## @wix/motion +### [2.1.5] - 2026-05-04 + +#### Changed + +- Revise package description and expand npm keywords + ### [2.1.4] - 2026-04-15 #### Fixed @@ -166,6 +188,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## @wix/motion-presets +### [1.0.2] - 2026-05-04 + +#### Changed + +- Revise package description and expand npm keywords + ### [1.0.1] - 2026-04-15 #### Added @@ -176,13 +204,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Fix `fadeIn` for ShuttersIn and GlideIn presets (#177) -### [Unreleased] - -#### Changed - -- Documentation cleanup (presets, entrance, mouse, ongoing) (#122) -- Move to wix org on GitHub (#126) - ### [1.0.0] - 2026-02-13 - Initial release.