Merged
Conversation
7145210 to
b9df655
Compare
b9df655 to
d325958
Compare
Add detailed peer dependency requirements table (antd, React, Node), clarify React 19 is supported but not required, and include import path migration guide for users of deep dist/ imports. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
Author
|
🤖 Created releases: 🌻 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
6.0.0 (2026-04-03)
⚠ BREAKING CHANGES
Peer dependency requirements
* * * * *now treated as empty* * * * *is now considered an empty value. WithallowEmpty='never'or the default'for-default-value', all-wildcard cron values will trigger an error. SetallowEmpty='always'to preserve previous behavior. Per-dropdownallowEmptyis also now available viadropdownsConfig. (#89)Migration: import paths
Standard imports are unaffected — these work exactly as before:
If you import directly from
dist/paths, you must update:react-js-cron/dist/cjs/index.jsreact-js-cron/dist/index.cjsreact-js-cron/dist/esm/index.jsreact-js-cron/dist/index.mjsreact-js-cron/dist/index.d.tsreact-js-cron/dist/index.d.mtsreact-js-cron/dist/styles.cssreact-js-cron/dist/styles.css(unchanged)The package now uses an
exportsmap, so bundlers will only resolve the declared entry points. Directdist/imports are discouraged — use the package name instead. (#84)Features
* * * * *as empty and add per-dropdownallowEmptyindropdownsConfig(#89) (1b7ba7c)Bug Fixes
This PR was generated with Release Please. See documentation.