Skip to content

Latest commit

 

History

History
110 lines (51 loc) · 5.65 KB

CHANGELOG.md

File metadata and controls

110 lines (51 loc) · 5.65 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.2 (2020-05-29)

Bug Fixes

  • Address deprecated gradle config (c8e7b56), closes #18

1.0.1 (2019-12-29)

Bug Fixes

  • omit uneeded files from npm archive (425a0e3)

1.0.0 (2019-12-29)

Features

  • Add 12-hour timepicker example to Demo app (6f40500)
  • Document props & usage in README (6fb2fac)
  • remove deprecated custom ios picker extension from Demo app (05a7f1d)
  • Switch Demo app from yarn to npm (cda526f)

Bug Fixes

  • Remove duplicate package import in android Demo app (74e8a77)
  • Remove unneeded moment peerDependency. Moment is a full-on dependency already (f883338)
  • Scrollview height bug - android was glitching due to flex:1 limiting the height (834f8ad)
  • Update package names in Demo app (d6129dd)

0.0.232 (2019-12-28)

Bug Fixes

  • use "ViewProps.style" for the style type definitions (#12) (73ae46a)

0.0.231 (2019-12-08)

Bug Fixes

  • React deprecations and readme/demo app instructions (f6dc3b2)

0.0.230 (2019-11-03)

Features

0.0.229 (2019-11-03)

Bug Fixes

0.0.228 (2019-11-03)

Features

  • Added 12-hour AM/PM mode for Android (6f13ad5)

0.0.227 (2019-11-03)

Features

  • add ci builds, coverage, and initial test (067be9c)
  • basic coverage via snapshot & shallow render tests (8d54fed)

Bug Fixes

  • oneOf proptypes syntax error (9f88863)

0.0.226 (2019-11-02)

Features

  • implement minuteInterval on android (1ac13dc)

0.0.225 (2019-11-02)

Bug Fixes

0.0.224 (2019-11-02)

Bug Fixes

  • more current default for compileSdkVersion on android (40da618)

0.0.223 (2019-11-02)