diff --git a/CHANGELOG.md b/CHANGELOG.md index d986bd4891..75b9fb914c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,51 +1,76 @@ # Changelog -## [10.8.0](https://github.com/primefaces/primereact/tree/10.7.0) (2024-07-29) +## [10.8.1](https://github.com/primefaces/primereact/tree/10.8.1) (2024-08-05) + +[Full Changelog](https://github.com/primefaces/primereact/compare/10.8.0...10.8.1) + +- 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) +- Autocomplete autoHighlight prop is inconsistent by @nitrogenous [#6958](https://github.com/primefaces/primereact/pull/6958) +- Inplace update doc for active and controlled mode by @melloware [#6959](https://github.com/primefaces/primereact/pull/6959) +- Added ((data: any) => string) to dataKey property definition by @sja-cslab [#6960](https://github.com/primefaces/primereact/pull/6960) +- InputOtp passthrough input correctly by @melloware [#6965](https://github.com/primefaces/primereact/pull/6965) +- Bump eslint-config-next from 14.2.4 to 14.2.5 by @dependabot [#6966](https://github.com/primefaces/primereact/pull/6966) +- Bump @docsearch/react from 3.6.0 to 3.6.1 by @dependabot [#6968](https://github.com/primefaces/primereact/pull/6968) +- Bump @stackblitz/sdk from 1.10.0 to 1.11.0 by @dependabot [#6969](https://github.com/primefaces/primereact/pull/6969) +- Bump @testing-library/jest-dom from 6.4.6 to 6.4.8 by @dependabot [#6970](https://github.com/primefaces/primereact/pull/6970) +- Fix calendar overlay requiring double click on date to select a value when mask is present by @frle10 [#6972](https://github.com/primefaces/primereact/pull/6972) +- Show how to preserve filter object when mixing column and row by @Et7f3 [#6974](https://github.com/primefaces/primereact/pull/6974) +- Fix failed to decode font by @KOliver94 [#6977](https://github.com/primefaces/primereact/pull/6977) +- Make sure header checkbox pt gets set properly in datatable by @peconomou929 [#6979](https://github.com/primefaces/primereact/pull/6979) +- DT HeaderCheckbox passthrough by @melloware [#6981](https://github.com/primefaces/primereact/pull/6981) +- Fix(InputNumber): Remove styled true option in useHandleStyle by @KumJungMin [#6980](https://github.com/primefaces/primereact/pull/6980) +- Stepper onChangeStep function not initially set by @meddvedev [#6982](https://github.com/primefaces/primereact/pull/6982) +- DataTable with Virtual Scroller and Multiselect; onSelection by @kl-nevermore [#6985](https://github.com/primefaces/primereact/pull/6985) +- Calendar does not display up-to-date value if date is manually entered by @avasuro [#6986](https://github.com/primefaces/primereact/pull/6986) + +## [10.8.0](https://github.com/primefaces/primereact/tree/10.8.0) (2024-07-29) [Full Changelog](https://github.com/primefaces/primereact/compare/10.7.0...10.8.0) -* 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) -* Add 'contrast' style option to ButtonProps by @Rekl0w [#6839](https://github.com/primefaces/primereact/pull/6839) -* Updating activeStep does not actually change the active step by @PuppetFoam [#6841](https://github.com/primefaces/primereact/pull/6841) -* TreeTableSelectionKeys type def by @melloware [#6847](https://github.com/primefaces/primereact/pull/6847) -* TreeTable Typescript for page event by @melloware [#6848](https://github.com/primefaces/primereact/pull/6848) -* Datatable loader unstyled non-boolean attribute warning by @meddvedev [#6849](https://github.com/primefaces/primereact/pull/6849) -* PanelMenu typedef for onOpen/onClose by @melloware [#6850](https://github.com/primefaces/primereact/pull/6850) -* Sort icons match PrimeVue by @melloware [#6853](https://github.com/primefaces/primereact/pull/6853) -* Fix panel style in DropdownBase.js by @Rekl0w [#6856](https://github.com/primefaces/primereact/pull/6856) -* Update z-index for submenu list in MenubarBase.js by @Rekl0w [#6869](https://github.com/primefaces/primereact/pull/6869) -* Re-rendering of Sidebar component by @jpranays [#6860](https://github.com/primefaces/primereact/pull/6860) -* Dropdown crashes when label is an empty string by @VytautasLozickas [#6871](https://github.com/primefaces/primereact/pull/6871) -* Return scalar values directly as a label for Dropdown by @VytautasLozickas [#6872](https://github.com/primefaces/primereact/pull/6872) -* Change the order of applying default values to props by @KumJungMin [#6879](https://github.com/primefaces/primereact/pull/6879) -* Hide clear button when options is empty in Dropdown by @KumJungMin [#6880](https://github.com/primefaces/primereact/pull/6880) -* Revert #6058 by @melloware [#6885](https://github.com/primefaces/primereact/pull/6885) -* Fix: Combine the className props in the Menu separator by @jijiseong [#6884](https://github.com/primefaces/primereact/pull/6884) -* TreeTable onResizeEnd incorrect column value by @melloware [#6886](https://github.com/primefaces/primereact/pull/6886) -* Update onDateSelect function to include isUpdateViewDate parameter by @Rekl0w [#6890](https://github.com/primefaces/primereact/pull/6890) -* Tree inputText's onChange in nodeTemplate does not respond to a space key by @akshayaqburst [#6891](https://github.com/primefaces/primereact/pull/6891) -* MultiSelect emptyMessage prop is not working by @ivanpajon [#6894](https://github.com/primefaces/primereact/pull/6894) -* MultiSelect internal value is never updated by @ivanpajon [#6896](https://github.com/primefaces/primereact/pull/6896) -* Related to PR #6896 by @ivanpajon [#6897](https://github.com/primefaces/primereact/pull/6897) -* FocusOnShow prop in Dialog component by @ivanpajon [#6899](https://github.com/primefaces/primereact/pull/6899) -* Custom passthrough options for bodyRow by @ivanpajon [#6902](https://github.com/primefaces/primereact/pull/6902) -* Missing rowGroupToggler and rowGroupTogglerIcon by @ivanpajon [#6904](https://github.com/primefaces/primereact/pull/6904) -* Missing props in MessagesPassThroughMethodOptions and MessagesProps by @ivanpajon [#6909](https://github.com/primefaces/primereact/pull/6909) -* Improve changeTheme logic and javadoc by @melloware [#6913](https://github.com/primefaces/primereact/pull/6913) -* Fix(Calendar): Reset the isOverlayClicked value after overlayVisibleState is set to false by @KumJungMin [#6921](https://github.com/primefaces/primereact/pull/6921) -* Fix(Calendar): Allow the end date to be the same as the start date using input by @KumJungMin [#6919](https://github.com/primefaces/primereact/pull/6919) -* Fix: Listbox crash in CI by @avasuro [#6925](https://github.com/primefaces/primereact/pull/6925) -* Autocomplete fix input passthrough TS by @melloware [#6926](https://github.com/primefaces/primereact/pull/6926) -* Unstyled prop forwarded to InputText by @melloware [#6930](https://github.com/primefaces/primereact/pull/6930) -* Removing chips in multiselect cause open/close multiselect by @meddvedev [#6933](https://github.com/primefaces/primereact/pull/6933) -* Radio Button Pass Through Options by @peconomou929 [#6935](https://github.com/primefaces/primereact/pull/6935) -* Editor get focus on init and on every value change by @avasuro [#6937](https://github.com/primefaces/primereact/pull/6937) -* Fix: Overlap icons in the dropdown filter component by @nitrogenous [#6865](https://github.com/primefaces/primereact/pull/6865) -* Fix input passthrough TS by @melloware [#6938](https://github.com/primefaces/primereact/pull/6938) -* Datatable fix row checkbox/radiobutton PT by @melloware [#6941](https://github.com/primefaces/primereact/pull/6941) -* Datatable reorderable rows in unstyled mode by @gcko [#6943](https://github.com/primefaces/primereact/pull/6943) +- 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) +- Add 'contrast' style option to ButtonProps by @Rekl0w [#6839](https://github.com/primefaces/primereact/pull/6839) +- Updating activeStep does not actually change the active step by @PuppetFoam [#6841](https://github.com/primefaces/primereact/pull/6841) +- TreeTableSelectionKeys type def by @melloware [#6847](https://github.com/primefaces/primereact/pull/6847) +- TreeTable Typescript for page event by @melloware [#6848](https://github.com/primefaces/primereact/pull/6848) +- Datatable loader unstyled non-boolean attribute warning by @meddvedev [#6849](https://github.com/primefaces/primereact/pull/6849) +- PanelMenu typedef for onOpen/onClose by @melloware [#6850](https://github.com/primefaces/primereact/pull/6850) +- Sort icons match PrimeVue by @melloware [#6853](https://github.com/primefaces/primereact/pull/6853) +- Fix panel style in DropdownBase.js by @Rekl0w [#6856](https://github.com/primefaces/primereact/pull/6856) +- Update z-index for submenu list in MenubarBase.js by @Rekl0w [#6869](https://github.com/primefaces/primereact/pull/6869) +- Re-rendering of Sidebar component by @jpranays [#6860](https://github.com/primefaces/primereact/pull/6860) +- Dropdown crashes when label is an empty string by @VytautasLozickas [#6871](https://github.com/primefaces/primereact/pull/6871) +- Return scalar values directly as a label for Dropdown by @VytautasLozickas [#6872](https://github.com/primefaces/primereact/pull/6872) +- Change the order of applying default values to props by @KumJungMin [#6879](https://github.com/primefaces/primereact/pull/6879) +- Hide clear button when options is empty in Dropdown by @KumJungMin [#6880](https://github.com/primefaces/primereact/pull/6880) +- Revert #6058 by @melloware [#6885](https://github.com/primefaces/primereact/pull/6885) +- Fix: Combine the className props in the Menu separator by @jijiseong [#6884](https://github.com/primefaces/primereact/pull/6884) +- TreeTable onResizeEnd incorrect column value by @melloware [#6886](https://github.com/primefaces/primereact/pull/6886) +- Update onDateSelect function to include isUpdateViewDate parameter by @Rekl0w [#6890](https://github.com/primefaces/primereact/pull/6890) +- Tree inputText's onChange in nodeTemplate does not respond to a space key by @akshayaqburst [#6891](https://github.com/primefaces/primereact/pull/6891) +- MultiSelect emptyMessage prop is not working by @ivanpajon [#6894](https://github.com/primefaces/primereact/pull/6894) +- MultiSelect internal value is never updated by @ivanpajon [#6896](https://github.com/primefaces/primereact/pull/6896) +- Related to PR #6896 by @ivanpajon [#6897](https://github.com/primefaces/primereact/pull/6897) +- FocusOnShow prop in Dialog component by @ivanpajon [#6899](https://github.com/primefaces/primereact/pull/6899) +- Custom passthrough options for bodyRow by @ivanpajon [#6902](https://github.com/primefaces/primereact/pull/6902) +- Missing rowGroupToggler and rowGroupTogglerIcon by @ivanpajon [#6904](https://github.com/primefaces/primereact/pull/6904) +- Missing props in MessagesPassThroughMethodOptions and MessagesProps by @ivanpajon [#6909](https://github.com/primefaces/primereact/pull/6909) +- Improve changeTheme logic and javadoc by @melloware [#6913](https://github.com/primefaces/primereact/pull/6913) +- Fix(Calendar): Reset the isOverlayClicked value after overlayVisibleState is set to false by @KumJungMin [#6921](https://github.com/primefaces/primereact/pull/6921) +- Fix(Calendar): Allow the end date to be the same as the start date using input by @KumJungMin [#6919](https://github.com/primefaces/primereact/pull/6919) +- Fix: Listbox crash in CI by @avasuro [#6925](https://github.com/primefaces/primereact/pull/6925) +- Autocomplete fix input passthrough TS by @melloware [#6926](https://github.com/primefaces/primereact/pull/6926) +- Unstyled prop forwarded to InputText by @melloware [#6930](https://github.com/primefaces/primereact/pull/6930) +- Removing chips in multiselect cause open/close multiselect by @meddvedev [#6933](https://github.com/primefaces/primereact/pull/6933) +- Radio Button Pass Through Options by @peconomou929 [#6935](https://github.com/primefaces/primereact/pull/6935) +- Editor get focus on init and on every value change by @avasuro [#6937](https://github.com/primefaces/primereact/pull/6937) +- Fix: Overlap icons in the dropdown filter component by @nitrogenous [#6865](https://github.com/primefaces/primereact/pull/6865) +- Fix input passthrough TS by @melloware [#6938](https://github.com/primefaces/primereact/pull/6938) +- Datatable fix row checkbox/radiobutton PT by @melloware [#6941](https://github.com/primefaces/primereact/pull/6941) +- Datatable reorderable rows in unstyled mode by @gcko [#6943](https://github.com/primefaces/primereact/pull/6943) ## [10.7.0](https://github.com/primefaces/primereact/tree/10.7.0) (2024-07-03) @@ -53,51 +78,51 @@ **Fixed Bugs:** -* Error in type definition [\#6670](https://github.com/primefaces/primereact/pull/6670) -* emptyMessage prop and default label in unstyled mode [\#6672](https://github.com/primefaces/primereact/pull/6672) -* Bump quill from 2.0.0 to 2.0.2 [\#6673](https://github.com/primefaces/primereact/pull/6673) -* Types in CalendarPassThroughOptions [\#6676](https://github.com/primefaces/primereact/pull/6676) -* Bump sass from 1.69.5 to 1.77.2 [\#6674](https://github.com/primefaces/primereact/pull/6674) -* Missing prop in SidebarPassThroughMethodOptions [\#6689](https://github.com/primefaces/primereact/pull/6689) -* Tooltip: Escape key not dismissing tooltip (WCAG 2.1 1.4.13) [\#6687](https://github.com/primefaces/primereact/pull/6687) -* onEditorCallback row data not being updated [\#6685](https://github.com/primefaces/primereact/pull/6685) -* colorpicker: Color picker popup not closing on escape button click in some specific scenarios [\#6694](https://github.com/primefaces/primereact/pull/6694) -* fix default editMode value [\#6692](https://github.com/primefaces/primereact/pull/6692) -* metergroup typos [\#6699](https://github.com/primefaces/primereact/pull/6699) -* TieredMenu remove aria-level [\#6705](https://github.com/primefaces/primereact/pull/6705) -* Datatable selection aria locale label [\#6707](https://github.com/primefaces/primereact/pull/6707) -* Dropdown: Select value with Enter when optionValue is set [\#6703](https://github.com/primefaces/primereact/pull/6703) -* DataTable: Tabulation is not working properly [\#6710](https://github.com/primefaces/primereact/pull/6710) -* escape key not working in dialog [\#6719](https://github.com/primefaces/primereact/pull/6719) -* InputNumber keydown bugfix [\#6728](https://github.com/primefaces/primereact/pull/6728) -* fix InputOtp keyDown [\#6731](https://github.com/primefaces/primereact/pull/6731) -* Datatable respect editMode to determine if editable [\#6736](https://github.com/primefaces/primereact/pull/6736) -* Calendar month navigator [\#6739](https://github.com/primefaces/primereact/pull/6739) -* Add content prop to Menubar component [\#6742](https://github.com/primefaces/primereact/pull/6742) -* Fix Calendar onDateSelect function [\#6748](https://github.com/primefaces/primereact/pull/6748) -* package.json security updates for braces [\#6750](https://github.com/primefaces/primereact/pull/6750) -* Bump @testing-library/jest-dom from 6.4.2 to 6.4.6 [\#6752](https://github.com/primefaces/primereact/pull/6752) -* Bump gulp from 4.0.2 to 5.0.0 [\#6713](https://github.com/primefaces/primereact/pull/6713) -* Fix TreeSelect filter for space key [\#6754](https://github.com/primefaces/primereact/pull/6754) -* React 19 support [\#6725](https://github.com/primefaces/primereact/pull/6725) -* incorrect default value for minFractionDigits when set to null [\#6762](https://github.com/primefaces/primereact/pull/6762) -* highlight range of month in datePicker [\#6759](https://github.com/primefaces/primereact/pull/6759) -* highlight range of year in datePicker [\#6760](https://github.com/primefaces/primereact/pull/6760) -* (Tooltip): not dynamically update align when position is mouse [\#6764](https://github.com/primefaces/primereact/pull/6764) -* Added checks for dragdropScope being defined before conversion [\#6767](https://github.com/primefaces/primereact/pull/6767) -* Rename previousButton to prevButton [\#6775](https://github.com/primefaces/primereact/pull/6775) -* (ColorPicker): apply s and b of previous hsb to hsbValue [\#6788](https://github.com/primefaces/primereact/pull/6788) -* apply year change in Calendar when input changed [\#6794](https://github.com/primefaces/primereact/pull/6794) -* check for visibleOptions existing before looking up the index [\#6797](https://github.com/primefaces/primereact/pull/6797) -* onMonthChange prop not being called when user increments / decrements month using arrow buttons [\#6799](https://github.com/primefaces/primereact/pull/6799) -* Fix a few typos in markdown files [\#6801](https://github.com/primefaces/primereact/pull/6801) -* Make sure editable dropdown opens when user types [\#6810](https://github.com/primefaces/primereact/pull/6810) -* DataTable column resize on touchscreens [\#6726](https://github.com/primefaces/primereact/pull/6726) -* Calendar's monthNavigatorTemplate Not Working [\#6818](https://github.com/primefaces/primereact/pull/6818) -* FocusTrap better handling of autoFocus property [\#6721](https://github.com/primefaces/primereact/pull/6721) -* Datatable radiobuttons and types [\#6698](https://github.com/primefaces/primereact/pull/6698) -* ListBox keyboard navigation like primevue [\#6570](https://github.com/primefaces/primereact/pull/6570) -* Checkbox: Component fail to render [\#6679](https://github.com/primefaces/primereact/pull/6679) +- Error in type definition [\#6670](https://github.com/primefaces/primereact/pull/6670) +- emptyMessage prop and default label in unstyled mode [\#6672](https://github.com/primefaces/primereact/pull/6672) +- Bump quill from 2.0.0 to 2.0.2 [\#6673](https://github.com/primefaces/primereact/pull/6673) +- Types in CalendarPassThroughOptions [\#6676](https://github.com/primefaces/primereact/pull/6676) +- Bump sass from 1.69.5 to 1.77.2 [\#6674](https://github.com/primefaces/primereact/pull/6674) +- Missing prop in SidebarPassThroughMethodOptions [\#6689](https://github.com/primefaces/primereact/pull/6689) +- Tooltip: Escape key not dismissing tooltip (WCAG 2.1 1.4.13) [\#6687](https://github.com/primefaces/primereact/pull/6687) +- onEditorCallback row data not being updated [\#6685](https://github.com/primefaces/primereact/pull/6685) +- colorpicker: Color picker popup not closing on escape button click in some specific scenarios [\#6694](https://github.com/primefaces/primereact/pull/6694) +- fix default editMode value [\#6692](https://github.com/primefaces/primereact/pull/6692) +- metergroup typos [\#6699](https://github.com/primefaces/primereact/pull/6699) +- TieredMenu remove aria-level [\#6705](https://github.com/primefaces/primereact/pull/6705) +- Datatable selection aria locale label [\#6707](https://github.com/primefaces/primereact/pull/6707) +- Dropdown: Select value with Enter when optionValue is set [\#6703](https://github.com/primefaces/primereact/pull/6703) +- DataTable: Tabulation is not working properly [\#6710](https://github.com/primefaces/primereact/pull/6710) +- escape key not working in dialog [\#6719](https://github.com/primefaces/primereact/pull/6719) +- InputNumber keydown bugfix [\#6728](https://github.com/primefaces/primereact/pull/6728) +- fix InputOtp keyDown [\#6731](https://github.com/primefaces/primereact/pull/6731) +- Datatable respect editMode to determine if editable [\#6736](https://github.com/primefaces/primereact/pull/6736) +- Calendar month navigator [\#6739](https://github.com/primefaces/primereact/pull/6739) +- Add content prop to Menubar component [\#6742](https://github.com/primefaces/primereact/pull/6742) +- Fix Calendar onDateSelect function [\#6748](https://github.com/primefaces/primereact/pull/6748) +- package.json security updates for braces [\#6750](https://github.com/primefaces/primereact/pull/6750) +- Bump @testing-library/jest-dom from 6.4.2 to 6.4.6 [\#6752](https://github.com/primefaces/primereact/pull/6752) +- Bump gulp from 4.0.2 to 5.0.0 [\#6713](https://github.com/primefaces/primereact/pull/6713) +- Fix TreeSelect filter for space key [\#6754](https://github.com/primefaces/primereact/pull/6754) +- React 19 support [\#6725](https://github.com/primefaces/primereact/pull/6725) +- incorrect default value for minFractionDigits when set to null [\#6762](https://github.com/primefaces/primereact/pull/6762) +- highlight range of month in datePicker [\#6759](https://github.com/primefaces/primereact/pull/6759) +- highlight range of year in datePicker [\#6760](https://github.com/primefaces/primereact/pull/6760) +- (Tooltip): not dynamically update align when position is mouse [\#6764](https://github.com/primefaces/primereact/pull/6764) +- Added checks for dragdropScope being defined before conversion [\#6767](https://github.com/primefaces/primereact/pull/6767) +- Rename previousButton to prevButton [\#6775](https://github.com/primefaces/primereact/pull/6775) +- (ColorPicker): apply s and b of previous hsb to hsbValue [\#6788](https://github.com/primefaces/primereact/pull/6788) +- apply year change in Calendar when input changed [\#6794](https://github.com/primefaces/primereact/pull/6794) +- check for visibleOptions existing before looking up the index [\#6797](https://github.com/primefaces/primereact/pull/6797) +- onMonthChange prop not being called when user increments / decrements month using arrow buttons [\#6799](https://github.com/primefaces/primereact/pull/6799) +- Fix a few typos in markdown files [\#6801](https://github.com/primefaces/primereact/pull/6801) +- Make sure editable dropdown opens when user types [\#6810](https://github.com/primefaces/primereact/pull/6810) +- DataTable column resize on touchscreens [\#6726](https://github.com/primefaces/primereact/pull/6726) +- Calendar's monthNavigatorTemplate Not Working [\#6818](https://github.com/primefaces/primereact/pull/6818) +- FocusTrap better handling of autoFocus property [\#6721](https://github.com/primefaces/primereact/pull/6721) +- Datatable radiobuttons and types [\#6698](https://github.com/primefaces/primereact/pull/6698) +- ListBox keyboard navigation like primevue [\#6570](https://github.com/primefaces/primereact/pull/6570) +- Checkbox: Component fail to render [\#6679](https://github.com/primefaces/primereact/pull/6679) ## [10.6.6](https://github.com/primefaces/primereact/tree/10.6.6) (2024-05-24) diff --git a/package.json b/package.json index 479fec6f11..a47998daf4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "primereact", "private": false, - "version": "10.8.0", + "version": "10.8.1", "scripts": { "dev": "next dev", "start": "next start",