Skip to content

Releases: baseten/react-css-transform

v2.1.1

30 Apr 11:37
Compare
Choose a tag to compare

What's Changed

  • Update API by @baseten in #2
    • Expose Transform2d internals as use2dTransformations hook
    • Expose Transform3d internals as use3dTransformations hook
    • Expose get2dCSSMatrixString, get3dCSSMatrixString, getCSSMatrixString, merge2dMatrixWithStyles, merge3dMatrixWithStyles utilities publicly
  • Improve 3D Cubes Example by @baseten in #3
    • Use new exposed hooks for less magic matrix code
    • Add useFlatShading hook and use in new Face Component replacing old FlatMaterial
    • Add React Context for window width/height and lighting state

Full Changelog: v2.0.1...v2.1.1

v2.0.1

27 Apr 14:02
Compare
Choose a tag to compare
  • Make sure JSX transform is not bundled

v2.0.0

27 Apr 13:50
Compare
Choose a tag to compare

What's Changed

  • Upgraded Dependencies
  • Ported to Typescript
  • Converted to Functional Components

Full Changelog: https://github.com/baseten/react-css-transform/commits/v2.0.0