Skip to content

Releases: xrutayisire/react-js-cron

v2.1.0

27 Jun 18:35
Compare
Choose a tag to compare
  • (New feature) Issue #28: "Add an extra param in setValue function to always know the selected period"

v2.0.0

26 Jun 01:29
Compare
Choose a tag to compare
  • (Breaking change!) Issue #19: Remove CSS import in Cron component to support Next.js. It's now required to manually import "react-js-cron/dist/styles.css" file!
  • (Breaking change!) Issue #22: periodicityOnDoubleClick is not ignored anymore when single mode is active
  • (New feature) Issue #22: Automatically close a dropdown when single mode is active and periodicityOnDoubleClick is false
  • (New feature) Issue #28: Add the possibility to restrict visible dropdowns and periods

v1.4.0

06 Apr 05:46
Compare
Choose a tag to compare
  • (New feature) Issue #22: "Add the possibility to choose a single selection mode"

v1.3.1

13 Jan 19:11
Compare
Choose a tag to compare
  • Fix disabled mode broken since antd 13.0
  • Fix issue #15: "Fix double setValue function call that prevents changing value"

v1.3.0

09 Dec 21:44
Compare
Choose a tag to compare
  • (New feature) Issue #12: "Add the possibility to deactivate the double click feature"
  • Fix antd automatic tree-shaking not working in many cases (Missing Select import)
  • Fix to allow equal min and max range values

v1.2.1

05 Jan 23:45
Compare
Choose a tag to compare
  • Fix issue #6: "Display problem for Selects with antd 4.10.0"
  • Fix placeholder color that should not be gray but black as the value

v1.2.0

28 Nov 16:23
Compare
Choose a tag to compare
  • (New feature) Issue #3: "Add the possibility to translate alternative labels"
  • Fix typo in README

v1.1.1

12 Nov 18:51
Compare
Choose a tag to compare
  • Fix issue #2: "antd Select cannot work when using Cron component"
  • Add dependencies version in README
  • Add link in README to story for clear button action management

v1.1.0

14 Sep 00:56
Compare
Choose a tag to compare
  • (Breaking change!) Drop support of antd version anterior to 4.6.0 due to
    change on rc-virtual-list
  • (Breaking change!) Fix period change not handling new value, changing
    period now change the value
  • Add the possibility to choose clear button action, empty or fill-with-every
  • Fix issue #1 "Styling of popovers breaks with latest antd version"
  • Fix a problem with the onBlur function not triggered by Select component
  • Fix antd automatic tree-shaking not working in many cases