Skip to content

Commit

Permalink
4.1.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
xrutayisire committed Aug 1, 2023
1 parent d7cb2ea commit 1521675
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

#### 4.1.0

- **(New feature)** Issue [#36](https://github.com/xrutayisire/react-js-cron/issues/36): Dropdowns specific configuration (mode, allowClear, filterOption, ...)
- Fix dropdowns popover style

#### 4.0.0

- **(Breaking change!)** Fix issue [#55](https://github.com/xrutayisire/react-js-cron/issues/55): react-js-cron now only support antd >= v5.5.0, change antd Select property "dropdownMatchSelectWidth" to "popupMatchSelectWidth"
Expand Down
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": "4.0.0",
"version": "4.1.0",
"description": "A React cron editor with antd inspired by jqCron",
"author": "Xavier Rutayisire <[email protected]> (https://github.com/xrutayisire/)",
"license": "MIT",
Expand Down

0 comments on commit 1521675

Please sign in to comment.