Skip to content

Commit

Permalink
10.7.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrogenous committed Jul 3, 2024
1 parent 1892ce5 commit 9163fd0
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 36 deletions.
118 changes: 85 additions & 33 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,57 @@
# Changelog

## [10.7.0](https://github.com/primefaces/primereact/tree/10.7.0) (2024-07-03)

[Full Changelog](https://github.com/primefaces/primereact/compare/10.6.6...10.7.0)

**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)

## [10.6.6](https://github.com/primefaces/primereact/tree/10.6.6) (2024-05-24)

[Full Changelog](https://github.com/primefaces/primereact/compare/10.6.5...10.6.6)
Expand All @@ -8,39 +60,39 @@

**Fixed Bugs:**

- Add ariaLabel method to Typescript [#6582](https://github.com/primefaces/primereact/pull/6582)
- Locale fix [#6586](https://github.com/primefaces/primereact/pull/6586)
- Row reorder icon image won't break drag 'ghost' [#6581](https://github.com/primefaces/primereact/pull/6581)
- Add paste key [#6577](https://github.com/primefaces/primereact/pull/6577)
- Check meta key for MacOS [#6588](https://github.com/primefaces/primereact/pull/6588)
- InputOtp respect props.value change [#6595](https://github.com/primefaces/primereact/pull/6595)
- Fix typo in Scale doc [#6596](https://github.com/primefaces/primereact/pull/6596)
- Fix typo in PrimeFlex doc [#6597](https://github.com/primefaces/primereact/pull/6597)
- Password fix tab ordering of toggle mask [#6598](https://github.com/primefaces/primereact/pull/6598)
- Fix typo [#6601](https://github.com/primefaces/primereact/pull/6601)
- Show headless sidebar in all window sizes [#6605](https://github.com/primefaces/primereact/pull/6605)
- IconOptions typescript updated for FontAwesome [#6579](https://github.com/primefaces/primereact/pull/6579)
- PanelMenu MenuItem Id Prop Not Passed [#6607](https://github.com/primefaces/primereact/pull/6607)
- MeterGroup render items in percentage [#6612](https://github.com/primefaces/primereact/pull/6612)
- Minus sign after all selection - InputNumber [#6566](https://github.com/primefaces/primereact/pull/6566)
- Tabview Core Styles Moved to SASS Theme and Removed Inkbar for Lara [#6616](https://github.com/primefaces/primereact/pull/6616)
- Chart update TypeScript to inherit DIV [#6618](https://github.com/primefaces/primereact/pull/6618)
- Fix: Cannot npm link primereact on local project [#6619](https://github.com/primefaces/primereact/pull/6619)
- Added new capabilities and properties to Column and Dialog [#6611](https://github.com/primefaces/primereact/pull/6611)
- Dropdown fix checkIcon [#6630](https://github.com/primefaces/primereact/pull/6630)
- Feat: Stateful TreeTable [#6384](https://github.com/primefaces/primereact/pull/6384)
- InputOtp keyboard navigation [#6638](https://github.com/primefaces/primereact/pull/6638)
- DataTable: Column: onCellEditComplete is fired twice [#6641](https://github.com/primefaces/primereact/pull/6641)
- VirtualScroller improve useUpdate comparison [#6643](https://github.com/primefaces/primereact/pull/6643)
- Fixed typo [#6654](https://github.com/primefaces/primereact/pull/6654)
- BodyRow tab key handling [#6658](https://github.com/primefaces/primereact/pull/6658)
- Multiselect use unique label key [#6652](https://github.com/primefaces/primereact/pull/6652)
- Tooltip default position to 'right' if undefined [#6651](https://github.com/primefaces/primereact/pull/6651)
- PageLinks use totalPages [#6649](https://github.com/primefaces/primereact/pull/6649)
- Add missing components to primereact.all.js [#6637](https://github.com/primefaces/primereact/pull/6637)
- autocomplete value selection fix [#6664](https://github.com/primefaces/primereact/pull/6664)
- Galleria image in fullscreen mode not closing on escape button click [#6645](https://github.com/primefaces/primereact/pull/6645)
- DragDrop Tree keyboard navigation [#6646](https://github.com/primefaces/primereact/pull/6646)
- Add ariaLabel method to Typescript [\#6582](https://github.com/primefaces/primereact/pull/6582)
- Locale fix [\#6586](https://github.com/primefaces/primereact/pull/6586)
- Row reorder icon image won't break drag 'ghost' [\#6581](https://github.com/primefaces/primereact/pull/6581)
- Add paste key [\#6577](https://github.com/primefaces/primereact/pull/6577)
- Check meta key for MacOS [\#6588](https://github.com/primefaces/primereact/pull/6588)
- InputOtp respect props.value change [\#6595](https://github.com/primefaces/primereact/pull/6595)
- Fix typo in Scale doc [\#6596](https://github.com/primefaces/primereact/pull/6596)
- Fix typo in PrimeFlex doc [\#6597](https://github.com/primefaces/primereact/pull/6597)
- Password fix tab ordering of toggle mask [\#6598](https://github.com/primefaces/primereact/pull/6598)
- Fix typo [\#6601](https://github.com/primefaces/primereact/pull/6601)
- Show headless sidebar in all window sizes [\#6605](https://github.com/primefaces/primereact/pull/6605)
- IconOptions typescript updated for FontAwesome [\#6579](https://github.com/primefaces/primereact/pull/6579)
- PanelMenu MenuItem Id Prop Not Passed [\#6607](https://github.com/primefaces/primereact/pull/6607)
- MeterGroup render items in percentage [\#6612](https://github.com/primefaces/primereact/pull/6612)
- Minus sign after all selection - InputNumber [\#6566](https://github.com/primefaces/primereact/pull/6566)
- Tabview Core Styles Moved to SASS Theme and Removed Inkbar for Lara [\#6616](https://github.com/primefaces/primereact/pull/6616)
- Chart update TypeScript to inherit DIV [\#6618](https://github.com/primefaces/primereact/pull/6618)
- Fix: Cannot npm link primereact on local project [\#6619](https://github.com/primefaces/primereact/pull/6619)
- Added new capabilities and properties to Column and Dialog [\#6611](https://github.com/primefaces/primereact/pull/6611)
- Dropdown fix checkIcon [\#6630](https://github.com/primefaces/primereact/pull/6630)
- Feat: Stateful TreeTable [\#6384](https://github.com/primefaces/primereact/pull/6384)
- InputOtp keyboard navigation [\#6638](https://github.com/primefaces/primereact/pull/6638)
- DataTable: Column: onCellEditComplete is fired twice [\#6641](https://github.com/primefaces/primereact/pull/6641)
- VirtualScroller improve useUpdate comparison [\#6643](https://github.com/primefaces/primereact/pull/6643)
- Fixed typo [\#6654](https://github.com/primefaces/primereact/pull/6654)
- BodyRow tab key handling [\#6658](https://github.com/primefaces/primereact/pull/6658)
- Multiselect use unique label key [\#6652](https://github.com/primefaces/primereact/pull/6652)
- Tooltip default position to 'right' if undefined [\#6651](https://github.com/primefaces/primereact/pull/6651)
- PageLinks use totalPages [\#6649](https://github.com/primefaces/primereact/pull/6649)
- Add missing components to primereact.all.js [\#6637](https://github.com/primefaces/primereact/pull/6637)
- autocomplete value selection fix [\#6664](https://github.com/primefaces/primereact/pull/6664)
- Galleria image in fullscreen mode not closing on escape button click [\#6645](https://github.com/primefaces/primereact/pull/6645)
- DragDrop Tree keyboard navigation [\#6646](https://github.com/primefaces/primereact/pull/6646)

## [10.6.5](https://github.com/primefaces/primereact/tree/10.6.5) (2024-05-03)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "primereact",
"private": false,
"version": "10.6.6",
"version": "10.7.0",
"scripts": {
"dev": "next dev",
"start": "next start",
Expand Down

0 comments on commit 9163fd0

Please sign in to comment.