We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d0a4eb commit 1bfd015Copy full SHA for 1bfd015
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
`react-js-cron` follows [Semantic Versioning 2.0.0](http://semver.org/).
4
5
+#### 5.1.0
6
+
7
+- **(New feature)** Issue [#75](https://github.com/xrutayisire/react-js-cron/issues/75): Add `getPopupContainer` from antd to Select component.
8
9
#### 5.0.1
10
11
- Fix `dropdownsConfig` `filterOption` prop not working for months and week-days.
package.json
@@ -1,6 +1,6 @@
1
{
"name": "react-js-cron",
- "version": "5.0.1",
+ "version": "5.1.0",
"description": "A React cron editor with antd inspired by jqCron",
"author": "Xavier Rutayisire <[email protected]> (https://github.com/xrutayisire/)",
"license": "MIT",
0 commit comments