Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 1.1 KB

CHANGELOG.md

File metadata and controls

57 lines (36 loc) · 1.1 KB

1.6.3

  • Fix iOS source files [#45]

1.6.2

  • Actually fix podspec [#44]

1.6.1

  • Fix podspec by adding a "summary" to package.json [#44]

1.6.0

  • Various dependency updates from SecurityBot [#37] [#39] [#40] [#41]
  • Remove tintColor: blue, so that iOS light/dark mode behave better [#43]
  • Fix possible NPE on Android [#35]

1.5.0

  • Support for RN 0.62 [#27] [#29]

1.4.0

  • Multi-layer Modals [#30]

1.3.2

  • Revert 1.3.1, picker on main thread... IOS build issues [#24]

1.3.1

  • Using picker from main thread [#23]

1.3.0

  • Loosen react-native version restriction to >= 0.51
  • Update react-native-action-sheet dependency
  • Updated mixin-deep dependency
  • Android warnings fixes
  • Instructions updates

1.2.1

  • Add Podfile for RN 0.60+

1.2.0

  • Add recordId to contacts [#5]

1.1.1

  • Updated typescript typings with postal address fields

1.1.0

  • Returning postal address data with contact's now
  • New API call to select a contact's postal address
  • Returning separate name elements for givenName, familyName, and middleName

1.0.0

  • Initial release