Skip to content

Commit d325958

Browse files
chore(master): release 6.0.0
1 parent 1b7ba7c commit d325958

3 files changed

Lines changed: 22 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.2.0"
2+
".": "6.0.0"
33
}

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
`react-js-cron` follows [Semantic Versioning 2.0.0](http://semver.org/).
44

5+
## [6.0.0](https://github.com/xrutayisire/react-js-cron/compare/v5.2.0...v6.0.0) (2026-04-03)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* treat `* * * * *` as empty and add per-dropdown `allowEmpty` in `dropdownsConfig` ([#89](https://github.com/xrutayisire/react-js-cron/issues/89))
11+
* v6.0.0 — full dependency modernization ([#84](https://github.com/xrutayisire/react-js-cron/issues/84))
12+
13+
### Features
14+
15+
* treat `* * * * *` as empty and add per-dropdown `allowEmpty` in `dropdownsConfig` ([#89](https://github.com/xrutayisire/react-js-cron/issues/89)) ([1b7ba7c](https://github.com/xrutayisire/react-js-cron/commit/1b7ba7c8937adc2e15b901d5efbfd54762c12e3e))
16+
* v6.0.0 — full dependency modernization ([#84](https://github.com/xrutayisire/react-js-cron/issues/84)) ([ce47fbc](https://github.com/xrutayisire/react-js-cron/commit/ce47fbc91ecb0077d6b3bb68faad229c25f088ed))
17+
18+
19+
### Bug Fixes
20+
21+
* **cron:** prevent infinite re-render loop with dropdownsConfig ([#86](https://github.com/xrutayisire/react-js-cron/issues/86)) ([df4965a](https://github.com/xrutayisire/react-js-cron/commit/df4965aa8f0d826c4b1e631dedd0425fdec90a52))
22+
* respect defaultPeriod and allowedPeriods in period detection ([#87](https://github.com/xrutayisire/react-js-cron/issues/87)) ([41a797d](https://github.com/xrutayisire/react-js-cron/commit/41a797d73675ac708c95b6c7bec2981532ce9651))
23+
* round-trip */N notation for large step intervals ([#88](https://github.com/xrutayisire/react-js-cron/issues/88)) ([d069ff0](https://github.com/xrutayisire/react-js-cron/commit/d069ff03acfd8bf266823c4621668d33888ef617))
24+
525
### 5.2.0
626

727
- **(New feature)** Export converter `parseCronString` function to allow third party use (@idpaterson)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-js-cron",
3-
"version": "5.2.0",
3+
"version": "6.0.0",
44
"description": "A React cron editor with antd inspired by jqCron",
55
"author": "Xavier Rutayisire <xavier.rutayisire@gmail.com> (https://github.com/xrutayisire/)",
66
"license": "MIT",

0 commit comments

Comments
 (0)