-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency framer-motion to v10 #1040
Merged
Merged
Conversation
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
renovate
bot
added
📝 dependencies 📦
Pull requests that update a dependency file
deps: javascript
labels
Apr 11, 2023
renovate
bot
force-pushed
the
renovate/framer-motion-10.x
branch
5 times, most recently
from
April 11, 2023 05:36
0843060
to
5895e4c
Compare
renovate
bot
force-pushed
the
renovate/framer-motion-10.x
branch
from
April 11, 2023 10:04
5895e4c
to
c59b221
Compare
leonardo-fan
approved these changes
Apr 11, 2023
ollibowers
added a commit
that referenced
this pull request
Mar 29, 2024
* chore(deps): update dependency eslint to v8.36.0 (#957) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @testing-library/dom to v8.20.0 (#961) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: olli <[email protected]> * chore(deps): update `renovate` config Group minor, patches together. * chore(deps): update mikefarah/yq action to v4.32.2 (#978) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): lock file maintenance (#945) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update weekly patch updates (#944) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): group `mypy` * feat(frontend): cache course descriptions (#1004) * cache `GET /courses/*` requests * put types in `src/types` * rename the cache ref variables * chore(deps): update mypy to v1 (major) (#1029) * chore(deps): update mypy to v1 * update tuple[int, int] -> tuple[int, optional[int]] for mypy --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: imagine-hussain <[email protected]> * chore(deps): update dependency @testing-library/dom to v9 (#1020) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @testing-library/react to v14 (#1021) * chore(deps): update dependency @testing-library/react to v14 * chore(fe-test): use act, fix degree search test --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Leonardo Fan <[email protected]> * chore(deps): update dependency eslint-plugin-simple-import-sort to v10 (#1022) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency jsdom to v21 (#1023) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency typescript to v5 (#1028) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update dependency @ant-design/colors to v7 (#1030) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update dependency @ant-design/icons to v5 (#1031) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update dependency framer-motion to v10 (#1040) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * feat: CF-400: dark mode improvements (#1003) * feat: dark mode functionality added for editMarkModal's input and button elements * feat: dark mode improvement for editMarkModal's cancel button * feat: dark mode improvements for OptionHeader icons underneath the 'Term Planner' tab * feat: dark mode added for the select menu in the settingsMenu tooltip under the TermPlanner tab * feat: dark mode added to SettingMenu's DatePicker element * feat: dark mode for export button done + editModalMark bug fixed * fix: making sure the css for the select element in settingsMenu does not affect other select elements * feat: dark mode improvement for popconfirm for unplan wanring, import tooltip, also moved the button for import and export tooltip to common styles * feat: dark mode scrollbar added * feat: dark mode scrollbar on courseSelector menu had ugly white padding, fixed it to be #333 color instead * fix: href in courseSelector not very readable in dark mode, made the text a bit brighter and made a styled component for it * feat: dark mode added for search bar * feat: dark mode added for remove planner button * fix: forgot to add the new styles.ts file * feat: progressBar's text color and trailing color fixed * feat: dividing line in courseDescription changed from white to a dark grey * feat: bug icon turned into dark mode * feat: dark mode added for quick add and remove buttons in course menu * feat: courseProgression progress bar trailing color changed to dark grey * feat: progress on dark mode for graph, need to save this commit before I merge in the latest changes since the graph was changed * feat: dark mode for graph complete (nodes, arrows, hover states) + label now changes on hover (non-dark mode feature) * feat: buttons on graphical selector are dark mode * feat: saving progress on converting courseDescription panel to dark mode * feat: dark mode added to the sidebar * feat: sidebardrawer color changed, box shadow added to tabs so it looks more visible in dark mode * feat: new images added in help menu in course selector, dark mode versions added too * feat: TermPlanner's help menu tooltips now have dark mode pics and gifs --------- Co-authored-by: Daysure <[email protected]> * feat: CF-423: additional styling on course node hover (#1034) * feat: dark mode functionality added for editMarkModal's input and button elements * feat: dark mode improvement for editMarkModal's cancel button * feat: dark mode improvements for OptionHeader icons underneath the 'Term Planner' tab * feat: dark mode added for the select menu in the settingsMenu tooltip under the TermPlanner tab * feat: dark mode added to SettingMenu's DatePicker element * feat: dark mode for export button done + editModalMark bug fixed * fix: making sure the css for the select element in settingsMenu does not affect other select elements * feat: dark mode improvement for popconfirm for unplan wanring, import tooltip, also moved the button for import and export tooltip to common styles * feat: dark mode scrollbar added * feat: dark mode scrollbar on courseSelector menu had ugly white padding, fixed it to be #333 color instead * fix: href in courseSelector not very readable in dark mode, made the text a bit brighter and made a styled component for it * feat: dark mode added for search bar * feat: dark mode added for remove planner button * fix: forgot to add the new styles.ts file * feat: progressBar's text color and trailing color fixed * feat: dividing line in courseDescription changed from white to a dark grey * feat: bug icon turned into dark mode * feat: dark mode added for quick add and remove buttons in course menu * feat: courseProgression progress bar trailing color changed to dark grey * feat: progress on dark mode for graph, need to save this commit before I merge in the latest changes since the graph was changed * feat: dark mode for graph complete (nodes, arrows, hover states) + label now changes on hover (non-dark mode feature) * feat: buttons on graphical selector are dark mode * feat: saving progress on converting courseDescription panel to dark mode * feat: dark mode added to the sidebar * feat: sidebardrawer color changed, box shadow added to tabs so it looks more visible in dark mode * feat: new images added in help menu in course selector, dark mode versions added too * feat: TermPlanner's help menu tooltips now have dark mode pics and gifs * feat: highlight adjacent nodes and edges on hover * feat: highlight adjacent nodes opacity updated * refactor: graph.ts, changing function names and object names to be more readable: * feat: implemented a function that checks if a course is a prereq based on GraphData without calling the backend * fix: two graphs get rendered if you switch tabs fast enough * feat: created a function to store a hashmap of prereqs for later use for node styling * fix: updated the function that checks for coursePrerequisite Other options are: 1. Rely on GraphData, however it gets laggy when you hover over too many nodes 2. API call - would get slow with multiple requests 3. CourseEdge info gets stored into a hashmap at initialisation, so checking for prereqs is fast afterwards * refactor: graph.ts function and object names made more readable * refactor: rewriting the returns and using spread operator to reduce repetition in graph.ts * feat: highlight prerequisite nodes on hover * refactor: splitting functions up as they were getting too long * fix: if the dark mode button is toggled on and off, it repaints the canvas more than one time * feat: highlighted incoming edge if it's a prerequisite as well * feat: forgot to add pics into the HelpMenu for the new graphical selector hover node feature --------- Co-authored-by: Daysure <[email protected]> Co-authored-by: Leonardo Fan <[email protected]> * chore(deps): update dependency mypy to v1.2.0 (#1049) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): remove react-svg as not used (#1044) * chore(deps): group `vite` * chore(deps): update dependency requests to v2.31.0 [security] (#1055) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Make course menu bar resizeable (#1042) * hotfix: fix the type err in the run script * feat: CF-356: unlocked course nodes added to graphical selector (#1035) Different course node stylings added for the following states: - course node is added to the planner - course node is unlocked (i.e. meets the prereqs for that course) - course node that is locked https://csesoc.atlassian.net/browse/CF-356 --------- Co-authored-by: Daysure <[email protected]> Co-authored-by: Leonardo Fan <[email protected]> * fix(deps): update weekly minor updates (#1050) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): bump tough-cookie from 4.1.2 to 4.1.3 in /frontend (#1065) Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3. - [Release notes](https://github.com/salesforce/tough-cookie/releases) - [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md) - [Commits](salesforce/tough-cookie@v4.1.2...v4.1.3) --- updated-dependencies: - dependency-name: tough-cookie dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix: CF-421: adding or removing courses now reflect in the graphical selector (#1037) * feat: dark mode functionality added for editMarkModal's input and button elements * feat: dark mode improvement for editMarkModal's cancel button * feat: dark mode improvements for OptionHeader icons underneath the 'Term Planner' tab * feat: dark mode added for the select menu in the settingsMenu tooltip under the TermPlanner tab * feat: dark mode added to SettingMenu's DatePicker element * feat: dark mode for export button done + editModalMark bug fixed * fix: making sure the css for the select element in settingsMenu does not affect other select elements * feat: dark mode improvement for popconfirm for unplan wanring, import tooltip, also moved the button for import and export tooltip to common styles * feat: dark mode scrollbar added * feat: dark mode scrollbar on courseSelector menu had ugly white padding, fixed it to be #333 color instead * fix: href in courseSelector not very readable in dark mode, made the text a bit brighter and made a styled component for it * feat: dark mode added for search bar * feat: dark mode added for remove planner button * fix: forgot to add the new styles.ts file * feat: progressBar's text color and trailing color fixed * feat: dividing line in courseDescription changed from white to a dark grey * feat: bug icon turned into dark mode * feat: dark mode added for quick add and remove buttons in course menu * feat: courseProgression progress bar trailing color changed to dark grey * feat: progress on dark mode for graph, need to save this commit before I merge in the latest changes since the graph was changed * feat: dark mode for graph complete (nodes, arrows, hover states) + label now changes on hover (non-dark mode feature) * feat: buttons on graphical selector are dark mode * feat: saving progress on converting courseDescription panel to dark mode * feat: dark mode added to the sidebar * feat: sidebardrawer color changed, box shadow added to tabs so it looks more visible in dark mode * feat: new images added in help menu in course selector, dark mode versions added too * feat: TermPlanner's help menu tooltips now have dark mode pics and gifs * feat: highlight adjacent nodes and edges on hover * feat: highlight adjacent nodes opacity updated * refactor: graph.ts, changing function names and object names to be more readable: * feat: implemented a function that checks if a course is a prereq based on GraphData without calling the backend * fix: two graphs get rendered if you switch tabs fast enough * feat: created a function to store a hashmap of prereqs for later use for node styling * fix: updated the function that checks for coursePrerequisite Other options are: 1. Rely on GraphData, however it gets laggy when you hover over too many nodes 2. API call - would get slow with multiple requests 3. CourseEdge info gets stored into a hashmap at initialisation, so checking for prereqs is fast afterwards * refactor: graph.ts function and object names made more readable * refactor: rewriting the returns and using spread operator to reduce repetition in graph.ts * feat: highlight prerequisite nodes on hover * refactor: splitting functions up as they were getting too long * fix: if the dark mode button is toggled on and off, it repaints the canvas more than one time * feat: highlighted incoming edge if it's a prerequisite as well * feat: forgot to add pics into the HelpMenu for the new graphical selector hover node feature * feat: unlocked course nodes are now distinct from planned and locked courses feat: HelpMenu pictures were also updated * fix: adding and removing courses in graphical selector, updates the node in the graph without re-render refactor: graph.ts duplicate function removed * fix: endArrow opacity of graph was not changing on hover * fix: instead of using courseSlicer, used axios request to update unlocked nodes after adding to planner --------- Co-authored-by: Daysure <[email protected]> * fix: CF-425: cleaning graph loading screen (#1039) * feat: dark mode functionality added for editMarkModal's input and button elements * feat: dark mode improvement for editMarkModal's cancel button * feat: dark mode improvements for OptionHeader icons underneath the 'Term Planner' tab * feat: dark mode added for the select menu in the settingsMenu tooltip under the TermPlanner tab * feat: dark mode added to SettingMenu's DatePicker element * feat: dark mode for export button done + editModalMark bug fixed * fix: making sure the css for the select element in settingsMenu does not affect other select elements * feat: dark mode improvement for popconfirm for unplan wanring, import tooltip, also moved the button for import and export tooltip to common styles * feat: dark mode scrollbar added * feat: dark mode scrollbar on courseSelector menu had ugly white padding, fixed it to be #333 color instead * fix: href in courseSelector not very readable in dark mode, made the text a bit brighter and made a styled component for it * feat: dark mode added for search bar * feat: dark mode added for remove planner button * fix: forgot to add the new styles.ts file * feat: progressBar's text color and trailing color fixed * feat: dividing line in courseDescription changed from white to a dark grey * feat: bug icon turned into dark mode * feat: dark mode added for quick add and remove buttons in course menu * feat: courseProgression progress bar trailing color changed to dark grey * feat: progress on dark mode for graph, need to save this commit before I merge in the latest changes since the graph was changed * feat: dark mode for graph complete (nodes, arrows, hover states) + label now changes on hover (non-dark mode feature) * feat: buttons on graphical selector are dark mode * feat: saving progress on converting courseDescription panel to dark mode * feat: dark mode added to the sidebar * feat: sidebardrawer color changed, box shadow added to tabs so it looks more visible in dark mode * feat: new images added in help menu in course selector, dark mode versions added too * feat: TermPlanner's help menu tooltips now have dark mode pics and gifs * feat: highlight adjacent nodes and edges on hover * feat: highlight adjacent nodes opacity updated * refactor: graph.ts, changing function names and object names to be more readable: * feat: implemented a function that checks if a course is a prereq based on GraphData without calling the backend * fix: two graphs get rendered if you switch tabs fast enough * feat: created a function to store a hashmap of prereqs for later use for node styling * fix: updated the function that checks for coursePrerequisite Other options are: 1. Rely on GraphData, however it gets laggy when you hover over too many nodes 2. API call - would get slow with multiple requests 3. CourseEdge info gets stored into a hashmap at initialisation, so checking for prereqs is fast afterwards * refactor: graph.ts function and object names made more readable * refactor: rewriting the returns and using spread operator to reduce repetition in graph.ts * feat: highlight prerequisite nodes on hover * refactor: splitting functions up as they were getting too long * fix: if the dark mode button is toggled on and off, it repaints the canvas more than one time * feat: highlighted incoming edge if it's a prerequisite as well * feat: forgot to add pics into the HelpMenu for the new graphical selector hover node feature * feat: unlocked course nodes are now distinct from planned and locked courses feat: HelpMenu pictures were also updated * fix: adding and removing courses in graphical selector, updates the node in the graph without re-render refactor: graph.ts duplicate function removed * fix: endArrow opacity of graph was not changing on hover * fix: instead of using courseSlicer, used axios request to update unlocked nodes after adding to planner * fix: searchbar hidden while graph loads fix: random course node that pops up is hidden now feat: show all courses toggle has a loading screen now too * docs: forgot to update comment which I copy pasted in * fix: no-non-null-assertion warning fixed in graph.ts --------- Co-authored-by: Daysure <[email protected]> * feat(frontend): add option to ignore course in progression checks (#1059) * Add option to ignore course in progression checks * Fix progression check page * Remove eslint-disable * Address PR comments * feat: CTF Challenge for 2023 Projects Fair (#1081) Added CTF challenge for the 2023 Projects Fair. More information on https://levelup-ctf.csesoc.app/ --------- Co-authored-by: Bahnschrift <[email protected]> Co-authored-by: Leonardo Fan <[email protected]> * chore: fix CD manfiest branch * chore: fix CD manfiest pull branch * in the arena trying stuff (#1082) * hotfix(ctf): fixing even terms (#1083) * hotfix(ctf): ensure that even check term starts evens * hotfix(ctf): ensure that even check term starts evens * mypy * minor comment * chore(deps): update dependency python-dotenv to v1 (#1026) * chore(deps): update ci-actions (#1070) * chore(deps): update dependency types-paramiko to v3 (#1027) * chore(deps): update dependency eslint-config-prettier to v9 (#1085) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * data/2024_handbook_migration (#1091) * change LIVE_YEAR to 2024 * add 2023 to archive data * update 2024 programs * update 2024 specialisations - NEED TO FIX any_level * update courses * update conditions to 2024 and manual fixes * finalise data-fix * some autotests fix * rerun datafix with new handbook in DB * fix indirect unlock test * more validation test fixes * CI but shorter ignore times * mypy * skip test_validation * fix get_followups * fix: commented out ctf code (#1096) * feat: Add devsoc logo and replace most csesoc references (#1097) * feat: Add devsoc logo and replace most csesoc references * fix: changed all csesoc styled component names * feat: add UNSW branding --------- Co-authored-by: ollibowers <[email protected]> * fix: moved UNSW to front of label (#1098) * feat: the devsocening (#1100) * chore: update CODEOWNERS for 2024 devsoc (#1102) * chore: update CODEOWNERS for 2024 devsoc * feat: a notification for our ongoing subcommittee recruitment (#1103) * feat: recruitment notification on page load * fix: made the notification only appear every 23 hours * add sponsors to landing page (#1104) * add sponsors to landing page * fix: add more gap between the sponsors --------- Co-authored-by: ollibowers <[email protected]> * feat/contribution notif+branding (#1107) * fix: Update Devsoc branding in footer * feat: open source contribution notification * fix: update branding and features * changed notification icon from smile to megaphone * fix compilation errors * fix small issue * fix: some frontend bugs - no longer refetches on focus loss - primary colour is now brighter - term planner loads when zero courses * small fixes * add tokeignore to stop the lines of code thingo from crashing so much * fix: graph styles not resetting properly * fix: bad effect dependency in CourseMenu causing infinite recalls and added a memo * fix: added key props to tabs and course attributes * fix: tried to get progression checker as best as i could * fix: progression checker button styles * fix: term boxes shrinking and refresh bug on term planner page * fix: brought back the export/import planner menus but commented out --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: olli <[email protected]> Co-authored-by: Jared L <[email protected]> Co-authored-by: Martin <[email protected]> Co-authored-by: imagine-hussain <[email protected]> Co-authored-by: Leonardo Fan <[email protected]> Co-authored-by: Sandeep Das <[email protected]> Co-authored-by: Daysure <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lucas <[email protected]> Co-authored-by: imagine-hussain <[email protected]> Co-authored-by: Bahnschrift <[email protected]> Co-authored-by: sachk <[email protected]> Co-authored-by: Bob Chen <[email protected]> Co-authored-by: sacha <[email protected]> Co-authored-by: Jeremy Le <[email protected]> Co-authored-by: Peter Derias <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^7.6.19
->^10.0.0
Release Notes
framer/motion
v10.11.4
Compare Source
Fixed
v10.11.3
Compare Source
Fixed
.play()
on finished animations now correctly restarts them.v10.11.2
Compare Source
Fixed
v10.11.1
Compare Source
v10.11.0
Compare Source
Added
Fixed
v10.10.0
Compare Source
Fixed
.duration
toanimate()
. sequences.v10.9.4
Compare Source
Fixed
useSpring
.v10.9.3
Compare Source
Fixed
v10.9.2
Compare Source
Fixed
v10.9.1
Compare Source
Fixed
v10.9.0
Compare Source
Added
v10.8.5
Compare Source
Fixed
v10.8.4
Compare Source
Changed
from
option instagger()
.v10.8.3
Compare Source
Changed
duration: 0
animations never ending.v10.8.2
Compare Source
Changed
animate()
overloads.v10.8.1
Compare Source
Changed
animate()
overloads.v10.8.0
Compare Source
Added
stagger()
Fixed
animate()
.v10.7.0
Compare Source
Changed
default
.v10.6.1
Compare Source
Fixed
v10.6.0
Compare Source
Added
cancel()
,complete()
andspeed
toanimate()
.Changed
"easeIn"
,"easeOut"
and"easeInOut"
easing functions are now WAAPI spec-compliant.Fixed
.stop()
stops animations permanently.useSpring
timing.animate()
withrepeat: 1
andrepeatType
"reverse"
or"mirror"
correctly applies final keyframe.v10.5.0
Compare Source
Added
useAnimate()
provides a composable way to useanimate()
.v10.4.0
Compare Source
Added
animate()
now supports DOM elements and DOM selectors.v10.3.4
Compare Source
Fixed
v10.3.3
Compare Source
Fixed
v10.3.2
Compare Source
Fixed
v10.3.1
Compare Source
Fixed
time
Promise
on instant animation.v10.3.0
Compare Source
Added
time
,play()
,pause()
andthen()
to animations created withanimate()
.v10.2.5
Compare Source
Fixed
v10.2.4
Compare Source
Changed
animate
to resolve fortime
instead oftimeDelta
.Fixed
delay
will now apply to"inertia"
animations.v10.2.3
Compare Source
Fixed
AnimationPlaybackControls
types.Feature
type to fix Next build errors.v10.2.2
Compare Source
Fixed
DeprecatedLayoutGroupContext
for legacy Smart Components in Framer.v10.2.1
Compare Source
Fixed
restSpeed
andrestDelta
touseSpring()
.v10.2.0
Compare Source
Added
framer-motion/dom
.v10.1.0
Compare Source
Added
v10.0.2
Compare Source
Fixed
offset
" error in older browsers.v10.0.1
Compare Source
Changed
v10.0.0
Compare Source
Added
background-color
animations are now hardware accelerated.Removed
IntersectionObserver
. Use a polyfill for support in older browsers.DeprecatedLayoutGroupContext
.Changed
exitBeforeEnter
withAnimatePresence
now throws an error.value.onChange
will now throw a warning with instructions to change tovalue.on("change", callback)
.AnimateSharedLayout
now throws an error.Fixed
repeat: Infinity
no longer de-opts from pre-generated WAAPI animations.v9.1.7
Compare Source
Fixed
const enum
for types.v9.1.6
Compare Source
Added
scroll
for internal use inside Framer.v9.1.5
Compare Source
Fixed
Feature<any>
toFeature<unknown>
.v9.1.4
Compare Source
Fixed
useScroll
.v9.1.3
Compare Source
Updated
v9.1.2
Compare Source
Updated
type enum
withconst enum
for smaller bundlesize.v9.1.1
Compare Source
Updated
v9.1.0
Compare Source
Added
clipPath
,filter
andtransform
styles.v9.0.7
Compare Source
Fixed
color.parse()
.v9.0.6
Compare Source
Added
v9.0.5
Compare Source
Added
v9.0.4
Compare Source
Updated
v9.0.3
Compare Source
Updated
motion
component features to load without React components.IntersectionObserver
.v9.0.2
Compare Source
Changed
Reorder.Item
no longer throws an error withinMotionConfig strict
.v9.0.1
Compare Source
Removed
tabindex
attribute for the duration of the gesture.v9.0.0
Compare Source
Added
Changed
whileFocus
only triggers according tofocus-visible
rules.v8.5.5
Compare Source
Fixed
Animation.cancel()
is called on finished WAAPI animations.v8.5.4
Compare Source
Fixed
v8.5.3
Compare Source
Fixed
startTime
to fix inaccuracies of Firefox'sAnimation.currentTime
.v8.5.2
Compare Source
Fixed
v8.5.0
Compare Source
Added
layoutRoot
prop. When component haslayout
andlayoutRoot
props, it will perform layout animations instantly but all children will perform layout animations relative to it.v8.4.7
Compare Source
Fixed
v8.4.6
Compare Source
Fixed
while-
props.v8.4.5
Compare Source
Fixed
animateChanges
in auseLayoutEffect
when optimised appear animations are present.v8.4.4
Compare Source
Fixed
values
prop.v8.4.3
Compare Source
Fixed
transition
no longer overrides instant transitions.v8.4.2
Compare Source
Fixed
pointercancel
no longer being added to pan gesture history.v8.4.1
Compare Source
Fixed
delay
no longer getting doubled with pregenerated WAAPI keyframes.v8.4.0
Compare Source
Added
frameData
andsync
for internal Framer use.v8.3.4
Compare Source
Fixed
v8.3.3
Compare Source
Fixed
pen
hover events.v8.3.2
Compare Source
Fixed
useMotionTemplate
to accept static values.v8.3.1
Compare Source
Fixed
v8.3.0
Compare Source
Added
motion
components can accept aMotionValue
aschildren
.v8.2.4
Compare Source
Fixed
v8.2.3
Compare Source
Changed
v8.2.2
Compare Source
Fixed
useAnimationControls()
during render lifecycle. This would be a source of silent or subtle errors.v8.2.0
Compare Source
Added
v8.1.9
Compare Source
Fixed
v8.1.8
Compare Source
Fixed
v8.1.7
Compare Source
Fixed
style
value betweenMotionValue
and static value.v8.1.6
Compare Source
Fixed
process.env.NODE_ENV
.v8.1.5
Compare Source
Changed
v8.1.4
Compare Source
Fixed
onAnimationStart
when an animation is triggered by a parent.v8.1.3
Compare Source
Fixed
times
.v8.1.1
Compare Source
Fixed
Transition.type
is invalid.v8.1.0
Compare Source
Added
MotionValue.jump
can be used to "jump" aMotionValue
to a new value, bypassing active springs, ending current animations and resetting tovelocity
to0
.v8.0.4
Compare Source
Fixed
MotionValue
has no active"change"
subscribers.useMotionValueEvent
subscription touseInsertionEffect
.v8.0.3
Compare Source
Fixed
v8.0.2
Compare Source
Fixed
v8.0.1
Compare Source
Added
useScroll()
options.v8.0.0
Compare Source
Removed
<select />
elements.Changed
DragControls.start
now acceptsPointerEvent
only.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 has been generated by Mend Renovate. View repository job log here.