Skip to content

Latest commit

 

History

History
71 lines (36 loc) · 3.24 KB

CHANGELOG.md

File metadata and controls

71 lines (36 loc) · 3.24 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.4.1 (2018-09-16)

Bug Fixes

  • RCTBlobManager: Fix Blob's native module name (171d9c4)
  • TextMetrics: Remove unecessary trimming from fast text measurement (fd816e5)

0.4.0 (2018-09-15)

Bug Fixes

  • LayoutAnimation: Fix layout animations with heirarchy optimizer (8a158af)
  • RCTScrollView: move scrolling logic back to host element (d629031)

Features

  • RCTNativeViewHierarchyOptimizer: Enable hierarchy optimization (5038e70)

0.3.0 (2018-09-13)

Bug Fixes

  • generator: Fix default body style to fix rendering in Firefox (87fd468)
  • More attempts to work around iOS's draconian insistance that the documentElement should be scro (391d50f)

Features

  • generator: Add --exact option in preparation for smoke tests (3e018d7)
  • RCTUIManager: Add rootTagForReactTag method to UIManager (1ceea98)
  • yoga-dom: Update yoga-dom to v0.0.12 (9093ff7)
  • Add support for RN 0.57 (#73) (313b00e)

0.2.0 (2018-06-03)

Bug Fixes

  • flow: Fix flow errors (0304c11)
  • RCTBridge: Silence bundle progress parse errors (62ddca5)
  • RCTPropsAnimatedNode: Fix iteration over prop config (cdabeb5)

Features

  • AsyncLocalStorage: Add clear method to native AsyncLocalStorage (6e72487)
  • RCTImage: Add Image resizeMode=repeat (3d441ca)
  • RCTRootView: Begin work on decoupling the root view from the document's body (79a02bc)
  • RCTVibration: Add Vibration API (9277d56)