Open renovate[bot] opened 1 month ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
wedding-invitation | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 14, 2024 4:52pm |
[!IMPORTANT]
Review skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai review
command.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
This PR contains the following updates:
11.5.4
->11.11.17
Release Notes
framer/motion (framer-motion)
### [`v11.11.17`](https://redirect.github.com/framer/motion/compare/v11.11.16...v11.11.17) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.11.16...v11.11.17) ### [`v11.11.16`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#111116-2024-11-13) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.11.15...v11.11.16) ##### Fixed - Ensuring animations passed to `scroll` are scrubbed linearly. - Fixing `mini` types entrypoint. - Exporting easing types from `"motion"`. ### [`v11.11.15`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#111115-2024-11-13) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.11.13...v11.11.15) ##### Fixed - Fixing `mini` and `react-mini` entrypoints. ### [`v11.11.13`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#111113-2024-11-12) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.11.12...v11.11.13) ##### Fixed - Fixing build and entry points for `"motion"`. ### [`v11.11.12`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#111112-2024-11-12) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.11.11...v11.11.12) ##### Changed - Adding `"motion"` package. ### [`v11.11.11`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#111111-2024-10-31) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.11.10...v11.11.11) ##### Fixed - Fixing double `update()` call on mount. ### [`v11.11.10`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#111110-2024-10-25) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.11.9...v11.11.10) ##### Fixed - Removing `will-change` from SSR. ### [`v11.11.9`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11119-2024-10-15) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.11.8...v11.11.9) ##### Changed - `will-change` is now no longer automatically managed without `useWillChange`. ### [`v11.11.8`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11118-2024-10-11) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.11.7...v11.11.8) ##### Fixed - Fixing fallback `package.json` for entrypoints in older versions of Node. ### [`v11.11.7`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11117-2024-10-09) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.11.6...v11.11.7) ##### Fixed - Improving generic value signature for `animate`. ### [`v11.11.6`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11116-2024-10-09) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.11.5...v11.11.6) ##### Fixed - Allowing generic motion value types in `animate`. ### [`v11.11.5`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11115-2024-10-09) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.11.4...v11.11.5) ##### Fixed - Removed ability to define CSS variables on `style` without casting, as this was conflicting with React `CSSProperties`. ### [`v11.11.4`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11114-2024-10-08) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.11.3...v11.11.4) ##### Fixed - Memoize `AnimatePresence` `safeToRemove`. - Remove duplicate `layout="size"` annotation. ### [`v11.11.3`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11113-2024-10-08) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.11.2...v11.11.3) ##### Fixed - Remove `as any` requirement for CSS variables. ### [`v11.11.2`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11112-2024-10-08) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.11.1...v11.11.2) ##### Fixed - Make `BezierDefinition` `readonly` for easier definition outside a `Transition`. ### [`v11.11.1`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11111-2024-10-04) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.11.0...v11.11.1) ##### Fix - Fixed optimised appear effects in granular Suspense environments. ### [`v11.11.0`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11110-2024-10-03) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.10.0...v11.11.0) ##### Added - `animate` can now animate any object. ### [`v11.10.0`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11100-2024-10-02) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.9.0...v11.10.0) ##### Added - `delay` with seconds now exported from `"framer-motion/dom"`. ##### Fixed - Only `transform` is added to `will-change` when a potentially layerising value is animated as `opacity` and `filter` will prematurely flatten `preserve-3d`. ### [`v11.9.0`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#1190-2024-09-27) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.8.0...v11.9.0) ##### Added - Mini `animate` and `useAnimate` functions. ### [`v11.8.0`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#1180-2024-09-25) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.7.0...v11.8.0) ##### Added - Easing functions now get compiled into `linear()` easings when animating via WAAPI. ### [`v11.7.0`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#1170-2024-09-25) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.6.0...v11.7.0) ##### Added - Added support for custom animation generators via `type`. ### [`v11.6.0`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#1160-2024-09-24) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.5.6...v11.6.0) ##### Added - Added `info` and element tracking to `scroll`. - Added `steps` easing. ##### Changed - Values added to `will-change` now stay there for their lifespan to prevent GPU thrashing and weird Safari subpixel jitters. ### [`v11.5.6`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#1156-2024-09-20) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.5.5...v11.5.6) ##### Fixed - Ensuring updating motion values during `render` doesn't lock rendering for an element. ### [`v11.5.5`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#1155-2024-09-19) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.5.4...v11.5.5) ##### Fixed - Changed values of child variants now animate even when the parent variant name hasn't changed.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.