You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
+
5
25
### 5.2.0
6
26
7
27
-**(New feature)** Export converter `parseCronString` function to allow third party use (@idpaterson)
0 commit comments