Skwas Cordova Plugin Datetimepicker Versions Save

Cordova Plugin for showing a native date, time or datetime picker.

v3.0.2

1 year ago

What's Changed

Full Changelog: https://github.com/skwasjer/skwas-cordova-plugin-datetimepicker/compare/v3.0.1...v3.0.2

v3.0.1

2 years ago

What's Changed

  • Removed unnecessary artifacts from npm release package, making the package smaller.

Full Changelog: https://github.com/skwasjer/skwas-cordova-plugin-datetimepicker/compare/v3.0.0...v3.0.1

v3.0.0

2 years ago

v2.1.0

4 years ago

New

  • iOS: added iOS 13 dark mode support (#35).
  • Android/iOS: add clearText property which - when specified - adds a button with intent to clear the current date. When the user taps this button, the success callback will be called with an undefined date and the picker is closed. Backwards compatible due to having to opt-in.
  • Android/iOS: add titleText property which when specified sets the dialog title.

Changes

  • Android/iOS: removed default button texts. Instead, now OS defaults are used.
  • iOS: removed default locale 'EN'. Instead, the user locale is used.
  • iOS: refactored to use UINavigationBar and Auto Layout.
  • iOS: made modal background slightly less opaque.

Fixes

  • iOS: (#33) fix picker sometimes showing 1 januari when using minuteInterval > 1 and allowOldDates or allowFutureDates is set to false.

v0.8.0

7 years ago