Skip to content

Commit

Permalink
Adding export for buildTransform
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed Nov 1, 2022
1 parent e362755 commit 6516866
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions packages/framer-motion/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"

/**
Expand Down

0 comments on commit 6516866

Please sign in to comment.