12.0.0 (2020-03-04)
- fix!: #1262 default width and height on svg (1d6798b), closes #1262
- fix!: #1247 Animated view translation inside Svg tag (0288d95), closes #1247 #1258
Bug Fixes
- ios: handle gradient and pattern transform when null (715e9b8)
- ios: pod install error (675df92)
- web: #1274 Unable to build using babel-plugin-react-native-web (80b5064)
- removed missing unnecessary React headers import error caused by non-framework style import (f795029)
Performance Improvements
- optimize extraction of fill, stroke, responder, matrix & display (279c3fc)
- optimize handling of font properties in G elements (0fa4177)
- optimize handling of inherited styles (363c1b4)
- optimize svg root prop handling, simplify element development (f0cd11d)
BREAKING CHANGES
- default size might change if width or height is missing
- Behavior of native elements is reverted to pre v10