Skip to content

Releases: skwasjer/skwas-cordova-plugin-datetimepicker

v3.0.2

24 Jun 15:44
Compare
Choose a tag to compare

What's Changed

  • Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #58
  • chore: bump build tools to v33 by @skwasjer in #61
  • Hide keyboard input when clicking on ios current datetime entry by @sybers in #60

Full Changelog: v3.0.1...v3.0.2

v3.0.1

02 Jan 08:40
Compare
Choose a tag to compare

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

01 Jan 18:31
Compare
Choose a tag to compare

What's Changed

  • chore: test add plugin with GH actions by @skwasjer in #54
  • AndroidX Support by @EchoNox in #51 closes #44
  • Added linter and test coverage for browser proxy scripts

New Contributors

Full Changelog: v2.1.2...v3.0.0

v2.1.0

14 Oct 09:17
5f8fcd5
Compare
Choose a tag to compare

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.

Build fix

04 May 12:50
Compare
Choose a tag to compare
Merge pull request #9 from turshija/master

Fix for @NonNull error when compiling .apk