Skip to content

v11.0.0

Compare
Choose a tag to compare
@msand msand released this 18 Jan 00:42
· 429 commits to main since this release

11.0.0 (2020-01-18)

Bug Fixes

  • compatibility with reanimated color, fixes #1241 (4983766)

  • android: NullPointerException when calling getBBox #1215 (3eb82a9)

  • android: support animating stroke color (c5dd62f)

  • android: support setting path null (2d34734)

  • ios: iOS 10.3 renders opaque background when drawRect is defined (61bc9bd), closes #1252

  • web: Allow createElement & unstable_createElement usage (#1240) (7a23968)

  • fix(android)!: pivot point for RN transform array syntax (db682f8)

BREAKING CHANGES

  • Makes android specific transform origin adjustments
    unnecessary / broken. Renders exactly the same as web and ios instead.