From 92fa6f2dbd31c9fb8dae6f68ecda1b3b578cec6a Mon Sep 17 00:00:00 2001 From: mertsincan Date: Wed, 26 Apr 2023 16:05:55 +0100 Subject: [PATCH] set version --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 711b66a186..b12a5ac995 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## [9.3.1](https://github.com/primefaces/primereact/tree/9.3.1) (2023-04-26) + +[Full Changelog](https://github.com/primefaces/primereact/compare/9.3.0...9.3.1) + +**Implemented New Features and Enhancements:** + +- Messages: Cannot pass Id property [\#4281](https://github.com/primefaces/primereact/issues/4281) +- Image: missing `crossOrigin`, `referrerPolicy`, `loading` and `useMap` [\#4273](https://github.com/primefaces/primereact/issues/4273) +- Mention: autoResize wont resize back to starting height [\#4197](https://github.com/primefaces/primereact/issues/4197) +- DataTable: Cell edit support Dropdown. [\#2666](https://github.com/primefaces/primereact/issues/2666) + +**Fixed bugs:** + +- DataTable: Correct "Select All" behavior in checkbox selection mode [\#4284](https://github.com/primefaces/primereact/issues/4284) +- DataTable: multisortField - Cannot read properties of undefined \(reading 'field'\) [\#4269](https://github.com/primefaces/primereact/issues/4269) +- Image: No overload matches this call. [\#4268](https://github.com/primefaces/primereact/issues/4268) +- Uncaught reference error for icons. [\#4264](https://github.com/primefaces/primereact/issues/4264) +- Calendar: `numberOfMonths` \> 12 issue [\#4259](https://github.com/primefaces/primereact/issues/4259) +- DataTable: paginator with alwaysShowPaginator: false is displayed for empty table [\#4254](https://github.com/primefaces/primereact/issues/4254) +- PickList: source/target filterTemplate not working [\#4249](https://github.com/primefaces/primereact/issues/4249) +- DataTable: Data are not displayed when "Column" has no "field" attributes [\#4248](https://github.com/primefaces/primereact/issues/4248) +- Tooltip: Does not work if target is dynamic [\#4243](https://github.com/primefaces/primereact/issues/4243) +- TabView: Conditionally render TabPanel under TabView [\#4235](https://github.com/primefaces/primereact/issues/4235) +- Mention: wrong value when clicking on suggestion [\#4221](https://github.com/primefaces/primereact/issues/4221) +- Dropdown: with react-hook-form . Control prop doesn't exist [\#4215](https://github.com/primefaces/primereact/issues/4215) +- TieredMenu: Menu items in are assigned with id attribute with a value of \[object Object\] [\#4011](https://github.com/primefaces/primereact/issues/4011) + ## [9.3.0](https://github.com/primefaces/primereact/tree/9.3.0) (2023-04-19) [Full Changelog](https://github.com/primefaces/primereact/compare/9.2.3...9.3.0) diff --git a/package.json b/package.json index f8c75b64fe..2e99f2e061 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "primereact", "private": false, - "version": "9.3.0", + "version": "9.3.1", "scripts": { "dev": "next dev", "start": "next start",