Releases: skwasjer/skwas-cordova-plugin-datetimepicker
Releases · skwasjer/skwas-cordova-plugin-datetimepicker
v3.0.2
v3.0.1
What's Changed
- Removed unnecessary artifacts from npm release package, making the package smaller.
Full Changelog: v3.0.0...v3.0.1
v3.0.0
v2.1.0
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, thesuccess
callback will be called with anundefined
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 andallowOldDates
orallowFutureDates
is set tofalse
.