Detects conflicts between optimised animations and rendered style.
Resumes optimised animations where possible once layout measurements are complete.
[11.3.30] 2024-08-23
Fixed
Removed double "change" handler on externally-provided MotionValues.
[11.3.29] 2024-08-21
Fixed
Selective cancellation of optimised appear animations.
[11.3.28] 2024-08-15
Fixed
Use startTime instead of elapsed to sync optimised animations.
[11.3.27] 2024-08-14
Changed
Allow manual setting of startTime via animation options (currently for internal use only).
[11.3.26] 2024-08-14
Fixed
Improving synchronisation between DOM animations on externally-provided MotionValues and internal MotionValues.
Fixing unit conversion on DOM animations with externally-provided MotionValues.
[11.3.25] 2024-08-14
Changed
Improve calculation of startTime to prefer the immediacy of animation creation over keyframe resolution, but fall back to the latter if the former would lead to a perceptual jump.
Rename unstable_patchRoutesOnMiss to unstable_patchRoutesOnNavigation to match new behavior (#11888)
Updated dependencies:
@remix-run/router@1.19.1
react-router@6.26.1
6.26.0
Minor Changes
Add a new replace(url, init?) alternative to redirect(url, init?) that performs a history.replaceState instead of a history.pushState on client-side navigation redirects (#11811)
Patch Changes
Fix initial hydration behavior when using future.v7_partialHydration along with unstable_patchRoutesOnMiss (#11838)
During initial hydration, router.state.matches will now include any partial matches so that we can render ancestor HydrateFallback components
centeredSlides with centeredSlidesBounds don't work correct when slidesPerView: 'auto' and width of the swiper-container bigger then width of slides (#7696) (c11172a)
element: fix element styles to have correct order override (f26036f), closes #7704
virtual: fix bypassing initial translate check if Virtual is enabled (df957bb), closes #7699
centeredSlides with centeredSlidesBounds don't work correct when slidesPerView: 'auto' and width of the swiper-container bigger then width of slides (#7696) (c11172a)
element: fix element styles to have correct order override (f26036f), closes #7704
virtual: fix bypassing initial translate check if Virtual is enabled (df957bb), closes #7699
Bumps the all-updates group with 20 updates in the /src/web directory:
5.0.19
5.0.20
5.0.13
5.0.14
0.5.7
0.5.8
1.7.2
1.7.7
11.3.21
11.3.31
8.5.1
8.6.0
5.2.1
5.3.0
6.25.1
6.26.1
11.1.5
11.1.12
18.3.3
18.3.5
7.16.1
8.3.0
7.16.1
8.3.0
10.4.19
10.4.20
13.13.1
13.14.1
8.57.0
9.9.1
0.4.9
0.4.11
8.4.39
8.4.43
3.4.6
3.4.10
5.5.3
5.5.4
5.3.4
5.4.2
Updates
@fontsource/inter
from 5.0.19 to 5.0.20Commits
Updates
@fontsource/roboto
from 5.0.13 to 5.0.14Commits
Updates
@tailwindcss/forms
from 0.5.7 to 0.5.8Release notes
Sourced from
@tailwindcss/forms
's releases.Changelog
Sourced from
@tailwindcss/forms
's changelog.Commits
9786ae1
Add missing release scripts7d0425e
Add stub test scriptaac934c
Add lockfileab73c9d
0.5.8c0c7944
Add CI pipeline for releases and clean up the workflows (#164)4c0d791
Update peer dependency version to include 4.0.0-alpha.20 (#163)c9d9da3
ci: add provenance to insider packages (#154)Updates
axios
from 1.7.2 to 1.7.7Release notes
Sourced from axios's releases.
... (truncated)
Changelog
Sourced from axios's changelog.
... (truncated)
Commits
5b8a826
chore(release): v1.7.7 (#6585)364993f
fix(http): fixed support for IPv6 literal strings in url (#5731)d198085
fix(fetch): fix stream handling in Safari by fallback to using a stream reade...d584fcf
chore(release): v1.7.6 (#6583)bc03c6c
chore(examples): fix module import (#6575)df9889b
fix(fetch): optimize signals composing logic; (#6582)ee208cf
chore(sponsor): update sponsor block (#6576)085f568
fix(fetch): fix content length calculation for FormData payload; (#6524)59cd6b0
chore(release): v1.7.5 (#6574)6700a8a
fix(core): add the missed implementation of AxiosError#status property; (#6573)Updates
framer-motion
from 11.3.21 to 11.3.31Changelog
Sourced from framer-motion's changelog.
... (truncated)
Commits
2947065
v11.3.31aee687f
Updating changelog45a1d06
Resume optimised animations where possible (#2774)689b247
Bump webpack from 5.76.1 to 5.94.0 (#2776)d2484a8
Ensure optimised appear animations are cancelled when styles differ (#2772)4c92d2f
Increasing bundlesizes9436cce
updating version7f7e430
v11.3.30a0f0573
Updating changelog828b8d9
Removing double update listenrs on externall provided motion values (#2773)Updates
mongoose
from 8.5.1 to 8.6.0Release notes
Sourced from mongoose's releases.
Changelog
Sourced from mongoose's changelog.
... (truncated)
Commits
69dacc2
chore: release 8.6.07923cd0
Merge pull request #14838 from Automattic/dependabot/npm_and_yarn/webpack-5.94.0473a636
Merge pull request #14831 from Automattic/8.60a93334
Merge branch 'master' into 8.65d3e9ee
chore(deps-dev): bump webpack from 5.93.0 to 5.94.0fb0febb
chore: release 8.5.505055f0
Merge pull request #14833 from Automattic/vkarpov15/gh-148279526e66
fix(discriminator): shallow cloneSchema.prototype.obj
before merging schem...be403ff
Merge pull request #14832 from shallow-beach/patch-116df3da
chore: remove extraneous headersUpdates
react-icons
from 5.2.1 to 5.3.0Release notes
Sourced from react-icons's releases.
Commits
6188fc0
v5.3.04c27624
update icons (#968)bfaef17
feat: update simple icons to 12.4.0 (#956)03c80d9
Bump ws from 7.5.9 to 7.5.10 (#954)b90a4b2
Bump braces from 3.0.2 to 3.0.3 (#953)4c39c24
Bump ejs from 3.1.9 to 3.1.10 (#942)Updates
react-router-dom
from 6.25.1 to 6.26.1Release notes
Sourced from react-router-dom's releases.
... (truncated)
Changelog
Sourced from react-router-dom's changelog.
Commits
04d09c3
chore: Update version for release (#11895)f806fa4
chore: Update version for release (pre) (#11889)5a6545b
Rename patchRoutesOnMiss to patchRoutesOnNavigation (#11888)91ef146
chore: Update version for release (#11863)7acbfbe
chore: Update version for release (pre) (#11860)8334033
chore: Update version for release (pre) (#11854)653d1a8
Fix hydration behavior of patchRoutesOnMiss when v7_partialHydration is enabl...01d0f41
Add support for replace() redirects (#11811)Updates
swiper
from 11.1.5 to 11.1.12Release notes
Sourced from swiper's releases.
Changelog
Sourced from swiper's changelog.
... (truncated)
Commits
6f33e3b
11.1.120be4c6a
fix(cards): fix cards effect styles leakd815ba2
chore: sponsorsSuperseded by #302.