Skip to content

Latest commit

 

History

History
159 lines (94 loc) · 12.1 KB

File metadata and controls

159 lines (94 loc) · 12.1 KB

9.13.2 (2019-10-23)

Bug Fixes

  • make css-select and css-tree dependencies instead of peers (957914d), closes #1166

9.13.1 (2019-10-23)

Bug Fixes

9.13.0 (2019-10-23)

Bug Fixes

  • camelCase css from style elements (9ee5a28)
  • don't overwrite inline styles when inlining style elements (6e1d825)
  • handle basic css media query selectors (168ee25)
  • handle style elements with CDATA (b3fca84)
  • improve style element inlining, support more selectors and optimize (8c9de72)
  • improve types for extractTransform (a37ebbb)
  • only compute selector specificity once per selector (9f53e31)
  • types for css support (c969159)
  • use correct import in test (a57963e)

Features

  • implement experiment to inline css from style elements (5f3852b)
  • implement SvgWithCss and SvgWithCssUri with Animated support (6fb8dd5)

9.12.0 (2019-10-19)

Bug Fixes

  • handle setting transform attribute on clipPath, fixes #1152 (73b21d1)
  • improve handling of transform attribute on clipPath, fixes #1152 (3aa126e)
  • ios: backwards compatible RCTImageLoader.h handling fixes #1141 (3c22c97)
  • ios: clipPath rendering, fixes #1131 (2534537)
  • ios: deprecation of RCTImageLoader fixes #1141 (5452144)
  • ios: fix changes in color/currentColor/tintColor, fixes #1151 (0c7e94d)
  • ios: image viewBox opposite handling of y alignment, fixes #1138 (c69e9e2)
  • js: allow setting stopColor/Opacity/Offset using styles, fix #1153 (5984e06)
  • getPointAtLength signature (2c57af2)
  • getScreenCTM calculation (5c5072d)
  • improve native method spec conformance (c63f9e2)
  • improve types for getBBox (cecde7d)
  • prepare script (9a3dc4e)
  • ios: memory leak in tspan, fixes #1073 (974f3a8)
  • fix native methods spec conformance (ecedb21)
  • Make native methods synchronous (8ce7611)
  • refine types for matrix helpers (409af91)
  • refine types for matrix helpers (7a3f867)
  • android: defineMarker/getDefinedMarker storage (e6eda84)
  • android: native method scaling and getScreenCTM offset (f3e0b19)
  • native method signatures web compatibility / spec conformance (8687a3d)
  • ios: optimize extractPathData, clear PathMeasure when no textPath (df69c26)

Features

  • flow: add flowgen to generate flow types from typescript, #1125 (fcd66fb)
  • implement getBBox, getCTM, getScreenCTM (f13d54a)
  • implement isPointInStroke (2ba64df)
  • initial implementation of isPointInFill (203e53b)
  • support using native methods using promises instead of callbacks (c28499b)
  • android: implement getTotalLength and getPointAtLength (cd667d0)
  • ios: implement getTotalLength and getPointAtLength (78c4f20)

9.11.1 (2019-10-03)

Bug Fixes

  • marker onPress & gestures (bff92f0)

9.11.0 (2019-10-03)

Features

  • implement support for context-fill and context-stroke color (f9a7238)

9.10.2 (2019-10-02)

Bug Fixes

  • marker viewBox translation (b111028)

9.10.1 (2019-10-01)

Bug Fixes

  • project.pbxproj for non cocoapods builds (cd70134), closes #1130

9.10.0 (2019-10-01)

Features

  • improve marker rendering (9628830)
  • improve marker rendering (2e3069d)
  • android: implement marker rendering (ceee5ff)
  • ios: implement marker rendering (589363d)
  • define marker attributes (61533c6)
  • define marker element (e7b5978)

9.9.9 (2019-09-28)

Bug Fixes

9.9.8 (2019-09-28)

Bug Fixes

  • android: mask height and vertical position calculation (74b42a7), closes #1097

9.9.7 (2019-09-28)

Bug Fixes

9.9.6 (2019-09-27)

Bug Fixes

9.9.5 (2019-09-25)

Bug Fixes

9.9.4 (2019-09-16)

Bug Fixes