Skip to content

v2.2.0

Compare
Choose a tag to compare
@WilliamDASILVA WilliamDASILVA released this 14 Sep 08:55
· 31 commits to dev since this release

The plugin has been on a stale state for some months but we, at Chronotruck will keep it up to date and bug-free as much as we can. Special thanks to the original author @LouisMazel.

Changelog

Fixes

  • The issue about the "Invalid date" (#196) has been fixed by #198. Thanks to @Tiarhai
    • The behaviour of clicking twice on either "PM" or "AM" to add/remove 12h has been removed.
  • We changed the ids from the picker to avoid multiple ids conflicts. You'll now have a id-wrapper, id-input and id-picker-container. Thanks again @alemagio

BREAKING CHANGES

  • We do not rely on the id and disabled props. Instead it will be considered as attributes because we're passing the attributes from the main component to the input. Every attribute you specify in the main component will be applied to the input (eg. type attribute). You can still use the id & disabled attributes of course.

Misc

We're adding new development policies to this plugin, specially regarding tests. We want to provide something that's reliable for ourselves (at Chronotruck) and other developers that rely on this plugin.
We'll answer more quickly to bug issues & pull-requests along with vulnerability reports.