File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
packages/framer-motion/src Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,18 @@ Motion adheres to [Semantic Versioning](http://semver.org/).
4
4
5
5
Undocumented APIs should be considered internal and may change without warning.
6
6
7
+ ## [ 12.6.5] 2025-04-11
8
+
9
+ ### Fixed
10
+
11
+ - Polyfilled ` sync ` and ` cancelSync ` exports.
12
+
7
13
## [ 12.6.4] 2025-04-11
8
14
9
15
### Added
10
16
11
17
- Global injection of ` WillChangeMotionValue ` for internal Framer use.
12
18
13
- ### Fixed
14
-
15
- - Polyfilled ` sync ` and ` cancelSync ` exports.
16
-
17
19
## [ 12.6.3] 2025-04-01
18
20
19
21
### Changed
Original file line number Diff line number Diff line change 1
1
export {
2
2
cancelFrame ,
3
+ cancelSync ,
3
4
frame ,
4
5
frameData ,
5
6
hover ,
6
7
isDragActive ,
7
8
MotionValue ,
8
9
motionValue ,
9
10
press ,
11
+ sync ,
10
12
time ,
11
13
} from "motion-dom"
12
14
export { invariant , noop , progress } from "motion-utils"
You can’t perform that action at this time.
0 commit comments