diff --git a/CHANGELOG.md b/CHANGELOG.md index 883dc70d75..49e6772a84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,45 @@ # Changelog +## [10.9.0](https://github.com/primefaces/primereact/tree/10.9.0) (2024-01-02) + +[Full Changelog](https://github.com/primefaces/primereact/compare/10.8.5...10.9.0) + +**Fixed Bugs:** + +- Filter: Does not work with space [#7529](https://github.com/primefaces/primereact/issues/7529) +- Dropdown: Editable Dropdown search not working as expected. [#7527](https://github.com/primefaces/primereact/issues/7527) +- ConfirmDialog: refs issue for react 19 [#7523](https://github.com/primefaces/primereact/issues/7523) +- How to format the selected item in Autocomplete [#7522](https://github.com/primefaces/primereact/issues/7522) +- Theming docs: configurator icon in the text does not match the referenced toolbar icon [#7518](https://github.com/primefaces/primereact/issues/7518) +- The InputTextarea component with the autoResize property shrinks within the TabView when renderActiveOnly={false} is set. [#7517](https://github.com/primefaces/primereact/issues/7517) +- DataTable is not displayed within the TabView when renderActiveOnly={false} is set. [#7516](https://github.com/primefaces/primereact/issues/7516) +- Dropdown: Lack of the p-inputwrapper-filled class for the null value [#7515](https://github.com/primefaces/primereact/issues/7515) +- [Dialog component] Warning: Accessing element.ref was removed in React 19 [#7510](https://github.com/primefaces/primereact/issues/7510) +- Calendar: yearNavigator + view="month" doesn't work [#7496](https://github.com/primefaces/primereact/issues/7496) +- ConfirmDialog: onHide prop is triggered immediately [#7494](https://github.com/primefaces/primereact/issues/7494) +- TreeTable : Console warning when customizing the toggler [#7490](https://github.com/primefaces/primereact/issues/7490) +- ScrollPanel: Null Reference Error in iOS Safari/WKWebView [#7489](https://github.com/primefaces/primereact/issues/7489) +- Toast remove function removes all toasts with the same message when action is done on toast with pId = 0 [#7483](https://github.com/primefaces/primereact/issues/7483) +- DataTable: Drag Selection Issue with Grouped Rows [#7480](https://github.com/primefaces/primereact/issues/7480) +- Password: Warning message related to aria-hidden displayed when clicking the toggleMask icon [#7473](https://github.com/primefaces/primereact/issues/7473) +- TreeTable: Multiple filters set at once only keeps the last applied [#7469](https://github.com/primefaces/primereact/issues/7469) +- Datatable: Sort with multiselect - wrong selection [#7468](https://github.com/primefaces/primereact/issues/7468) +- Accordion: Incorrect imports in templatedoc [#7466](https://github.com/primefaces/primereact/issues/7466) +- DataTable HeaderCell: menu-type text filter does not accept spaces if the column is sortable [#7459](https://github.com/primefaces/primereact/issues/7459) +- Checkbox: onBlur does not forward event object [#7440](https://github.com/primefaces/primereact/issues/7440) +- TabView: Unable to select closable icon of tabs through keyboard [#7437](https://github.com/primefaces/primereact/issues/7437) +- Button: Global esc key listener with priority [1200, 0] already exists [#7436](https://github.com/primefaces/primereact/issues/7436) +- Dropdown: warning when using useOptionAsValue [#7409](https://github.com/primefaces/primereact/issues/7409) +- Issue with PrimeReact Dialog on Next.js 15 and React 19 [#7403](https://github.com/primefaces/primereact/issues/7403) +- TreeTable: selected rows are not highlighted [#7387](https://github.com/primefaces/primereact/issues/7387) +- Accessibility: Improve Screenreader support [#7180](https://github.com/primefaces/primereact/issues/7180) + ## [10.8.5](https://github.com/primefaces/primereact/tree/10.8.5) (2024-11-28) [Full Changelog](https://github.com/primefaces/primereact/compare/10.8.4...10.8.5) +**Fixed Bugs:** + - The dropdown options panel stays open on focus lost [#7313](https://github.com/primefaces/primereact/issues/7313) - DataTable - Sort cannot be triggered via keyboard [#7451](https://github.com/primefaces/primereact/issues/7451) - Calendars docs are inaccurate about aria-labels [#7452](https://github.com/primefaces/primereact/issues/7452) @@ -40,6 +76,8 @@ [Full Changelog](https://github.com/primefaces/primereact/compare/10.8.3...10.8.4) +**Fixed Bugs:** + - TriStateCheckbox: Warning: value prop on input should not be null. Consider using an empty string to clear the component or undefined for uncontrolled components. [#7313](https://github.com/primefaces/primereact/issues/7313) - DataTable: onSelectionChange getting fired on column element click also [#7309](https://github.com/primefaces/primereact/issues/7309) - DOCS: Theme switcher don't show Material design indigo themes. Shows purple instead [#7304](https://github.com/primefaces/primereact/issues/7304) @@ -63,6 +101,8 @@ [Full Changelog](https://github.com/primefaces/primereact/compare/10.8.2...10.8.3) +**Fixed Bugs:** + - Fix #6987: Dropdown filter freezes screen [#6987](https://github.com/primefaces/primereact/pull/6991) - Fix #6997: MenuBar re-render on props.model changes [#6997](https://github.com/primefaces/primereact/pull/6999) - Fix #6993: fix Editor bullet issue when using Quill 2.0.2 [#6993](https://github.com/primefaces/primereact/pull/7004) @@ -141,6 +181,8 @@ [Full Changelog](https://github.com/primefaces/primereact/compare/10.8.1...10.8.2) +**Fixed Bugs:** + - Fixes Font Issues - Fix #6989: Datatable errors in console by @melloware [#6990](https://github.com/primefaces/primereact/pull/6990) - Fixes to undroppable tree nodes by @rpiaggio [#6988](https://github.com/primefaces/primereact/pull/6988) @@ -149,6 +191,8 @@ [Full Changelog](https://github.com/primefaces/primereact/compare/10.8.0...10.8.1) +**Fixed Bugs:** + - Fixed typo VUE => React by @sja-cslab [#6947](https://github.com/primefaces/primereact/pull/6947) - Editor doesn't show initial value in some cases by @avasuro [#6951](https://github.com/primefaces/primereact/pull/6951) - Update Transitions for unstyled Accordion in tailwinddoc.js by @samy-mssi [#6954](https://github.com/primefaces/primereact/pull/6954) @@ -174,6 +218,8 @@ [Full Changelog](https://github.com/primefaces/primereact/compare/10.7.0...10.8.0) +**Fixed Bugs:** + - Refactor Dropdown.js to improve optionLabel and optionValue retrieval by @Rekl0w [#6831](https://github.com/primefaces/primereact/pull/6831) - Update ToastMessage severity options by @Rekl0w [#6832](https://github.com/primefaces/primereact/pull/6832) - TreeTable onFilter type def by @melloware [#6837](https://github.com/primefaces/primereact/pull/6837) diff --git a/package-lock.json b/package-lock.json index 31234ea2b2..88f57a9ac6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "primereact", - "version": "10.8.6", + "version": "10.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "primereact", - "version": "10.8.6", + "version": "10.9.0", "dependencies": { "@docsearch/react": "3.6.2", "chart.js": "4.4.7", diff --git a/package.json b/package.json index d29a27c4b5..78007caafb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "primereact", "private": false, - "version": "10.8.6", + "version": "10.9.0", "scripts": { "dev": "next dev", "start": "next start",