| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 10.9.8 source code.tar.gz | 2026-05-14 | 99.0 MB | |
| 10.9.8 source code.zip | 2026-05-14 | 100.6 MB | |
| README.md | 2026-05-14 | 8.8 kB | |
| Totals: 3 Items | 199.6 MB | 0 | |
What's Changed
- fix: block float paste in integeronly input by @navedqb in https://github.com/primefaces/primereact/pull/8222
- Removing aria-checked property for checkbox by @Aryan3902 in https://github.com/primefaces/primereact/pull/8230
- fix(OverlayPanel): outside-click dismiss not working when cssTransition=false by @KumJungMin in https://github.com/primefaces/primereact/pull/8255
- fix 8072: dropdown wrong behavior by @DDev-max in https://github.com/primefaces/primereact/pull/8243
- build(deps): bump jspdf from 3.0.1 to 3.0.2 by @dependabot[bot] in https://github.com/primefaces/primereact/pull/8267
- build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/primefaces/primereact/pull/8264
- fix [#8272]: bug in onSpaceKey with shift selection in PickList by @emmanuel-ferdman in https://github.com/primefaces/primereact/pull/8273
- fix [#8274] : InputNumber setting value doesn't trigger onChange by @tanerengiiin in https://github.com/primefaces/primereact/pull/8275
- fix: enable single-field editing in OTP input by @navedqb in https://github.com/primefaces/primereact/pull/8307
- [#8318] Fix the showHeader default value of Editor by @yunics-highfield in https://github.com/primefaces/primereact/pull/8319
- fix(Calendar): prevent auto-refocus on single selection mode (#8302) by @Coderxrohan in https://github.com/primefaces/primereact/pull/8323
- Handle null case for processedItem in Menubar.js by @ccbrown in https://github.com/primefaces/primereact/pull/8329
- fix component names in the title of documentation pages by @bognargabor99 in https://github.com/primefaces/primereact/pull/8332
- fix: missing properties in MenubarContext by @navedqb in https://github.com/primefaces/primereact/pull/8334
- Fix [#5975] by @kyybo in https://github.com/primefaces/primereact/pull/8335
- fix: [#8341], MenuBar: Up and down arrow key navigation not working with dropdown items in MenuBar by @akshayaqburst in https://github.com/primefaces/primereact/pull/8342
- fix: [#8343], PanelMenu: Up and down arrow key navigation not working with dropdown items in PanelMenu by @akshayaqburst in https://github.com/primefaces/primereact/pull/8344
- fix: [#8345], CascadeSelect: Cascade Submenu is not focussable with right and left arrow navigations by @akshayaqburst in https://github.com/primefaces/primereact/pull/8346
- fix(HeaderCell): improve left positioning logic for frozen multi-row scenarios by @kaylaa0 in https://github.com/primefaces/primereact/pull/8327
- fix(calendar): prevent rejection of input entry when date is within min/max range by @kaylaa0 in https://github.com/primefaces/primereact/pull/8321
- build(deps): bump actions/setup-node from 4 to 5 by @dependabot[bot] in https://github.com/primefaces/primereact/pull/8313
- build(deps): bump actions/stale from 9 to 10 by @dependabot[bot] in https://github.com/primefaces/primereact/pull/8311
- fix: [#8353], SpeedDial Linear invisible div overlay even when menu closed by @akshayaqburst in https://github.com/primefaces/primereact/pull/8354
- build(deps): bump actions/setup-node from 5 to 6 by @dependabot[bot] in https://github.com/primefaces/primereact/pull/8369
- build(deps): bump peter-evans/create-or-update-comment from 4.0.0 to 5.0.0 by @dependabot[bot] in https://github.com/primefaces/primereact/pull/8368
- fix: pdf export in table by @navedqb in https://github.com/primefaces/primereact/pull/8372
- fix(tree): trigger re-render when filter and onChange in Tree component by @kaylaa0 in https://github.com/primefaces/primereact/pull/8386
- fix(TieredMenu) ignores separator visibility property by @navedqb in https://github.com/primefaces/primereact/pull/8390
- build(deps): bump fs-extra from 11.3.1 to 11.3.2 by @dependabot[bot] in https://github.com/primefaces/primereact/pull/8371
- fix(InputNumber): fix decimal rounding on spin by @selfplusplus2 in https://github.com/primefaces/primereact/pull/8392
- build(deps-dev): bump js-yaml from 3.14.1 to 3.14.2 by @dependabot[bot] in https://github.com/primefaces/primereact/pull/8396
- build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/primefaces/primereact/pull/8417
- Fix [#8357]: Calendar closes correctly on scroll by @AbelNoble in https://github.com/primefaces/primereact/pull/8427
- Fix [#8449]: Nested SplitterPanel detection logic by @usrlocl in https://github.com/primefaces/primereact/pull/8448
- fix(datatable): prevent stale closures when cellMemo is enabled by @Coderxrohan in https://github.com/primefaces/primereact/pull/8451
- Fix Menu popup hover flicker by @Coderxrohan in https://github.com/primefaces/primereact/pull/8452
- Docs: Clarify locale precedence when using PrimeReactProvider by @Coderxrohan in https://github.com/primefaces/primereact/pull/8453
- Fix OrganizationChart connector layout for large child counts by @Coderxrohan in https://github.com/primefaces/primereact/pull/8454
- Fix: forward autoComplete prop to input-based components by @Coderxrohan in https://github.com/primefaces/primereact/pull/8456
- Fix Calendar displaying value when controlled state is not updated by @Coderxrohan in https://github.com/primefaces/primereact/pull/8457
- Fix Calendar mask not firing onInput event by @Coderxrohan in https://github.com/primefaces/primereact/pull/8458
- fix: show date selection onClick by @navedqb in https://github.com/primefaces/primereact/pull/8359
- docs(Calendar): fix first-click issue on documentation site by @Coderxrohan in https://github.com/primefaces/primereact/pull/8459
- Fix: DataTable issue loading prop true hides empty message [#8292] by @sarathkumarsasi in https://github.com/primefaces/primereact/pull/8297
- fix(DataTable): debounce global filter in Customers demo to improve performance by @Coderxrohan in https://github.com/primefaces/primereact/pull/8461
- fix(Tree): only toggle 'filter' expanded keys when the filter is used by @RolT in https://github.com/primefaces/primereact/pull/8409
- aria-controls on multiselect panel by @Aryan3902 in https://github.com/primefaces/primereact/pull/8241
- fix(docs): hide API tab when apiDocs are not available by @Coderxrohan in https://github.com/primefaces/primereact/pull/8462
- build(deps): bump jspdf from 3.0.2 to 4.0.0 by @dependabot[bot] in https://github.com/primefaces/primereact/pull/8466
- Fix: Unique id for MultiState checkbox by @Aryan3902 in https://github.com/primefaces/primereact/pull/8473
- Fix Datatable custom filter example documentation by @RolT in https://github.com/primefaces/primereact/pull/8481
- fix(datatable): restore state after locale initialization by @Coderxrohan in https://github.com/primefaces/primereact/pull/8494
- fix(orderlist): preserve original order when moving multi-selected items by @Coderxrohan in https://github.com/primefaces/primereact/pull/8497
- fix(InputNumber): correctly handle decimal point by @avasuro in https://github.com/primefaces/primereact/pull/8512
- fix: prevent unnecessary state updates in Tooltip by checking for value changes by @mustafajw07 in https://github.com/primefaces/primereact/pull/8525
- docs: add omitted types in paginationdoc.js by @13RTK in https://github.com/primefaces/primereact/pull/8529
- Fix bug of ConfirmDialog: closing animation is replaced by secondary dialog animation by @icenitipol in https://github.com/primefaces/primereact/pull/8535
New Contributors
- @DDev-max made their first contribution in https://github.com/primefaces/primereact/pull/8243
- @emmanuel-ferdman made their first contribution in https://github.com/primefaces/primereact/pull/8273
- @yunics-highfield made their first contribution in https://github.com/primefaces/primereact/pull/8319
- @Coderxrohan made their first contribution in https://github.com/primefaces/primereact/pull/8323
- @ccbrown made their first contribution in https://github.com/primefaces/primereact/pull/8329
- @bognargabor99 made their first contribution in https://github.com/primefaces/primereact/pull/8332
- @selfplusplus2 made their first contribution in https://github.com/primefaces/primereact/pull/8392
- @AbelNoble made their first contribution in https://github.com/primefaces/primereact/pull/8427
- @usrlocl made their first contribution in https://github.com/primefaces/primereact/pull/8448
- @RolT made their first contribution in https://github.com/primefaces/primereact/pull/8409
- @mustafajw07 made their first contribution in https://github.com/primefaces/primereact/pull/8525
- @13RTK made their first contribution in https://github.com/primefaces/primereact/pull/8529
- @icenitipol made their first contribution in https://github.com/primefaces/primereact/pull/8535
Full Changelog: https://github.com/primefaces/primereact/compare/10.9.7...10.9.8