diff --git a/CHANGELOG.md b/CHANGELOG.md index 00cd7e12cc..f75d3b2b2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ # Changelog +## [8.3.0](https://github.com/primefaces/primereact/tree/8.3.0) (2022-07-18) + +[Full Changelog](https://github.com/primefaces/primereact/compare/8.2.0...8.3.0) + +**Implemented New Features and Enhancements:** + +- Charts: Explicit import of chart.js dependency doesn't allow for single pages with inline scripting [\#3059](https://github.com/primefaces/primereact/issues/3059) +- FilterTemplate support for components [\#3039](https://github.com/primefaces/primereact/issues/3039) + +**Fixed bugs:** + +- maxDate & minDate are broken in month-picker on Calendar [\#3076](https://github.com/primefaces/primereact/issues/3076) +- Chips: UX issue [\#3072](https://github.com/primefaces/primereact/issues/3072) +- Tooltip: positioned incorrectly in React 18 [\#3065](https://github.com/primefaces/primereact/issues/3065) +- Calendar: decade selection can't be changed [\#3064](https://github.com/primefaces/primereact/issues/3064) +- ConfirmDialog: mismatch in new version [\#3063](https://github.com/primefaces/primereact/issues/3063) +- Calendar triggers onChange event twice when typing in React 18 Strict Mode [\#3062](https://github.com/primefaces/primereact/issues/3062) +- Tag/Badge: SeverityType incorrect [\#3056](https://github.com/primefaces/primereact/issues/3056) +- Checkbox/RadioButton: stops working in labels [\#3054](https://github.com/primefaces/primereact/issues/3054) +- DataTable: Checkbox Row Selection and VirtualScroller not working simultaneously [\#3053](https://github.com/primefaces/primereact/issues/3053) +- Datatable: Filter icon gets highlighted without even applying the filter [\#3051](https://github.com/primefaces/primereact/issues/3051) +- SplitButton: TypeScript Error "Cannot Find Name 'ButtonProps'" [\#3048](https://github.com/primefaces/primereact/issues/3048) +- DataTable: DataTable row reorder is not working [\#3046](https://github.com/primefaces/primereact/issues/3046) +- FileUpload: ref property does not show all the props [\#3045](https://github.com/primefaces/primereact/issues/3045) +- Dropdown: hard to identify error on non matching label [\#3038](https://github.com/primefaces/primereact/issues/3038) +- DataTable: custom filter icon is not updating [\#2976](https://github.com/primefaces/primereact/issues/2976) +- Components: Cannot access ref [\#2963](https://github.com/primefaces/primereact/issues/2963) +- InputNumber : Id not available in the OnChange [\#2908](https://github.com/primefaces/primereact/issues/2908) +- Hooks: useImperativeHandle is preventing the default behaviour of useRef hook [\#2893](https://github.com/primefaces/primereact/issues/2893) +- DataTable ignores sortFunction and sortField for initial sorting [\#2514](https://github.com/primefaces/primereact/issues/2514) + ## [8.2.0](https://github.com/primefaces/primereact/tree/8.2.0) (2022-07-06) [Full Changelog](https://github.com/primefaces/primereact/compare/8.1.1...8.2.0) diff --git a/package-build.json b/package-build.json index 89651a54e4..f1d770e87e 100644 --- a/package-build.json +++ b/package-build.json @@ -1,6 +1,6 @@ { "name": "primereact", - "version": "9.0.0", + "version": "8.3.0", "private": false, "author": "PrimeTek Informatics", "description": "PrimeReact is an open source UI library for React featuring a rich set of 80+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeBlock, which has 280+ ready to use UI blocks to build spectacular applications in no time.", diff --git a/package.json b/package.json index e172ac378a..5ccaf8f97d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "primereact", "private": false, - "version": "9.0.0-SNAPSHOT", + "version": "8.3.0", "scripts": { "dev": "next dev", "build": "next build && next export",