diff --git a/CHANGELOG.md b/CHANGELOG.md index e00c626137..ebabb4b08a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ Framer Motion adheres to [Semantic Versioning](http://semver.org/). Undocumented APIs should be considered internal and may change without warning. +## [7.6.3] 2022-11-01 + +### Added + +- Exposing `buildTransform` for internal use. + ## [7.6.2] 2022-10-27 ### Added diff --git a/packages/framer-motion/src/index.ts b/packages/framer-motion/src/index.ts index 95bd3a5d19..6a1d1f33db 100644 --- a/packages/framer-motion/src/index.ts +++ b/packages/framer-motion/src/index.ts @@ -82,6 +82,7 @@ export { addScaleCorrector } from "./projection/styles/scale-correction" export { useInstantTransition } from "./utils/use-instant-transition" export { useInstantLayoutTransition } from "./projection/use-instant-layout-transition" export { useResetProjection } from "./projection/use-reset-projection" +export { buildTransform } from "./render/html/utils/build-transform" export * from "./utils/delay" /**