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 edeab36 commit 08782bdCopy full SHA for 08782bd
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
`react-js-cron` follows [Semantic Versioning 2.0.0](http://semver.org/).
4
5
+#### 5.1.1
6
+
7
+- Fix issue [#71](https://github.com/xrutayisire/react-js-cron/issues/71): Fix empty space in each field with no selection
8
9
#### 5.1.0
10
11
- **(New feature)** Issue [#75](https://github.com/xrutayisire/react-js-cron/issues/75): Add `getPopupContainer` from antd to Select component.
package.json
@@ -1,6 +1,6 @@
1
{
"name": "react-js-cron",
- "version": "5.1.0",
+ "version": "5.1.1",
"description": "A React cron editor with antd inspired by jqCron",
"author": "Xavier Rutayisire <[email protected]> (https://github.com/xrutayisire/)",
"license": "MIT",
0 commit comments