Skip to content

Commit

Permalink
2.0.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
xrutayisire committed Jun 26, 2022
1 parent 0cc65ad commit 5323881
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Changelog

#### 2.0.0

- **(Breaking change!)** Issue [#19](https://github.com/xrutayisire/react-js-cron/issues/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](https://github.com/xrutayisire/react-js-cron/issues/22): periodicityOnDoubleClick is not ignored anymore when single mode is active
- **(New feature)** Issue [#22](https://github.com/xrutayisire/react-js-cron/issues/22): Automatically close a dropdown when single mode is active and periodicityOnDoubleClick is false
- **(New feature)** Issue [#28](https://github.com/xrutayisire/react-js-cron/issues/28): Add the possibility to restrict visible dropdowns and periods

#### 1.4.0

- **(New feature)** Issue [#22](https://github.com/xrutayisire/react-js-cron/issues/22): "Add the possibility to choose a single selection mode"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-js-cron",
"version": "1.4.0",
"version": "2.0.0",
"description": "A React cron editor with antd inspired by jqCron",
"author": "Xavier Rutayisire <xavier.rutayisire@gmail.com> (https://github.com/xrutayisire/)",
"license": "MIT",
Expand Down

0 comments on commit 5323881

Please sign in to comment.