Releases: baseten/react-css-transform
Releases · baseten/react-css-transform
v2.1.1
What's Changed
- Update API by @baseten in #2
- Expose
Transform2d
internals asuse2dTransformations
hook - Expose
Transform3d
internals asuse3dTransformations
hook - Expose
get2dCSSMatrixString
,get3dCSSMatrixString
,getCSSMatrixString
,merge2dMatrixWithStyles
,merge3dMatrixWithStyles
utilities publicly
- Expose
- Improve 3D Cubes Example by @baseten in #3
- Use new exposed hooks for less magic matrix code
- Add
useFlatShading
hook and use in newFace
Component replacing oldFlatMaterial
- Add React Context for window width/height and lighting state
Full Changelog: v2.0.1...v2.1.1
v2.0.1
v2.0.0
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