Releases: xrutayisire/react-js-cron
Releases · xrutayisire/react-js-cron
v5.0.1
- Fix
dropdownsConfig
filterOption
prop not working for months and week-days.
v5.0.0
- (Breaking change!) Fix issue #60: react-js-cron now only support antd >= v5.8.0, use "suffixIcon" instead of deprecated "showArrow" for Select component
v4.1.0
- (New feature) Issue #36: Dropdowns specific configuration (mode, allowClear, filterOption, ...)
- Fix dropdowns popover style
v4.0.0
- (Breaking change!) Fix issue #55: react-js-cron now only support antd >= v5.5.0, change antd Select property "dropdownMatchSelectWidth" to "popupMatchSelectWidth"
v3.2.0
- Add themes support for antd v5 with ConfigProvider (@nefedov-dm)
v3.0.1
- (Important) Issue #40: Antd v5 compatibility
- (Breaking change!) Fix issue #35: react-js-cron now only support antd >= v4.23.0, change antd props dropdownClassName
- Fix issue #41: Fix broken build with react-js-cron v3.0.0
v3.0.0
❌ Do not use this release, broken build ❌
v2.1.2
- Fix issue #31: "Fix cron parsing accepting incorrect values"
v2.1.1
- Fix issue #30: "Fix invalid expression parsing with multiple ranges"