Skip to content

Latest commit

 

History

History
102 lines (63 loc) · 4.87 KB

CHANGELOG.md

File metadata and controls

102 lines (63 loc) · 4.87 KB

CHANGELOG

Changelog is no longer maintained

Please see the releases page

2.6.0

  • Add time picker for Windows #206

2.5.0

  • feat: add minute interval on Android #177

2.4.3

  • Fix TS typings #197
  • document working with dark mode #204

2.4.2

  • Make react-native-windows optional #191

2.4.1

  • allow compiling with xcode 10 #186

2.4.0

  • Add Windows date picker #157
  • Update Example App to RN 0.62.2 #146
  • throw when invalid props are passed to android picker #148
  • Recommend npx pod-install for setup instructions #159

2.3.2

  • Fix android nougat display spinner #118

2.3.1

  • fix typescript compilation errors #138, #143
  • use yarn for managing deps (this should not influence consumers)

2.3.0

  • add textColor prop for iOS: #127

2.2.3

  • Fix iOS picker's styling bug where picker would be fixed to 216px height no matter what style was applied to the picker. This is because previously, the picker was always wrapped in a View which was now removed. Since style prop was never documented in this package, we do not consider this a breaking change. Now style can correctly apply specific height settings and flex. NOTE: this only works with View style property type. #120
  • update readme example code #124

2.2.2

  • Fix android time picker returning today's date instead of the given date #115

2.2.1

  • Fix missing return statement #107

2.2.0

  • Fix podspec to get source from tag #103
  • fix prettier usage #102
  • Introduce neutral button via neutralButtonLabel on Android pickers #93
  • update readme #100

2.1.2

  • Fix Android Nougat datetime picker mode="spinner" #47

2.1.1

  • Add countdown option to iOSMode types #31
  • Added TS type definition file path to package.json #77
  • Improved readme #33, #39, #46, #97

2.1.0

  • #25 Add typescript definitions.
  • #22 Fix backtick in documentation.

2.0.0

  • #13 Update to react-native@0.60

1.0.0

  • #7 Adding Readme.md and docs
  • #6 Detox tests added
  • #5 Adjust CHANGELOG.md to have links at bottom of markdown
  • #4 Fixing iOS React import and cleaning iOS example project
  • #3 Using @react-native-community/eslint-config