From 152167547b131e20a79b5c3f105d5886a4878dbc Mon Sep 17 00:00:00 2001 From: Xavier Rutayisire Date: Tue, 1 Aug 2023 12:48:37 +0200 Subject: [PATCH] 4.1.0 changelog --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1855788..b4b230b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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" diff --git a/package.json b/package.json index 5a2709c..00640f8 100644 --- a/package.json +++ b/package.json @@ -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 (https://github.com/xrutayisire/)", "license": "MIT",