Releases: primefaces/primeng
Releases · primefaces/primeng
21.1.3
Full Changelog: 21.1.2...21.1.3
21.1.2
What's Changed
- fix(19443): TieredMenu items should not ignore MenuItem.tooltip if provided by @Cr3aHal0 in #19444
- fix: #19362 - Menu | Problems with overlay positioning by @mehmetcetin01140 in #19448
- fix: #19438 - AutoComplete: selected option is not cleared when force… by @mehmetcetin01140 in #19449
- fix: #19367 - Drawer Regression; Flicker when clicking the close butt… by @mehmetcetin01140 in #19450
- fix: #19442 - p-select: with virtual scroll and filter, option list gets hidden after clearing clearing letter one by one by @mehmetcetin01140 in #19451
- fix: #17674 - Consider mousedown to hide overlays by @mehmetcetin01140 in #19452
- refactor: #17674 by @mehmetcetin01140 in #19453
Full Changelog: 21.1.1...21.1.2
21.1.1
Full Changelog: 21.1.0...21.1.1
21.1.0
What's Changed
- fix: #19305 - Docs: Missing type "both" on tooltipEvent by @mehmetcetin01140 in #19339
- fix: #12246 - Tooltip. Add ability to enable tooltip only if element … by @mehmetcetin01140 in #19337
- fix: #19218 - Autocomplete v21.0.2 with ForceSelection does not work … by @mehmetcetin01140 in #19332
- fix: #1426 - Mask support for Calendar by @mehmetcetin01140 in #19331
- fix: #8454 - Touch events support for Tooltip by @mehmetcetin01140 in #19330
- fix: #19313 - p-menu Keyboard Navigation broken by @mehmetcetin01140 in #19322
- fix: #19276 - Block UI doesn't work with Card with ngtemplate #header by @mehmetcetin01140 in #19283
- fix: #19251 by @mehmetcetin01140 in #19282
- chore(deps-dev): bump pnpm from 10.28.1 to 10.28.2 by @dependabot[bot] in #19327
- Pass the ariaLabelledBy as context to the header template by @chdanielmueller in #19334
- fix: Add filter icon template support to TreeSelect by @navedqb in #19328
- Docs: Remove provideAnimationsAsync from list of providers by @iv0rye in #19319
- Fix keyboard navigation issues on tree by @AdamJStacey in #19291
- fix #19227, fixes Dynamic Dialog memory leak by @rosenthalj in #19228
New Contributors
- @iv0rye made their first contribution in #19319
- @AdamJStacey made their first contribution in #19291
Full Changelog: 21.0.4...21.1.0
21.0.4
What's Changed
- fix(menu): add pBind directive to menu item elements to fix binding by @Ionaru in #19287
- fix(table): correct column resize direction in RTL mode by @O2sa in #19289
- fix: #19213 - p-menu popup breaks when appendTo=body [popup]=true and… by @mehmetcetin01140 in #19284
- fix: #19297 - pSize property in pInputText directive should allow und… by @mehmetcetin01140 in #19298
- fix: #19231 - v20 AutoComplete onAdd not triggering on Enter by @mehmetcetin01140 in #19285
- fix: #19252 - Picklist showSourceFilter/showTargetFilter not working by @mehmetcetin01140 in #19281
- fix: #19272 - MultiSelect: It is not possible to disable maxSelectedL… by @mehmetcetin01140 in #19280
New Contributors
Full Changelog: 21.0.3...21.0.4
21.0.3
What's Changed
- Doc update by @cetincakiroglu in #19271
- fix: cell navigation #19236 by @yelhouti in #19265
- chore: update TreeNode interface to clarify loading property by @leulabay1 in #19189
- chore(deps): bump @angular/compiler from 21.0.5 to 21.0.7 by @dependabot[bot] in #19268
- chore(deps-dev): bump pnpm from 9.15.9 to 10.27.0 by @dependabot[bot] in #19256
- chore(deps): bump @angular/core from 21.0.5 to 21.0.7 by @dependabot[bot] in #19269
- chore(deps-dev): bump jspdf from 3.0.4 to 4.0.0 by @dependabot[bot] in #19244
New Contributors
- @leulabay1 made their first contribution in #19189
Full Changelog: 21.0.2...21.0.3
21.0.2
What's Changed
- Mcp Server by @mertsincan in #19201
- fix : chatgpt llm file request issue by @atkntepe in #19207
- fix(autocomplete): onClear event not emitted when input loses focus by @eduardheller in #18593
- fix: empty message template logic in TreeTable by @navedqb in #19185
- fix: #19196 - Ensure onClose fires on close icon click and ESC key press by @johnson-jnr in #19209
New Contributors
- @atkntepe made their first contribution in #19207
- @eduardheller made their first contribution in #18593
- @johnson-jnr made their first contribution in #19209
Full Changelog: 21.0.1...21.0.2
21.0.1
Full Changelog: 21.0.0...21.0.1
21.0.0
What's Changed
- docs(#19066): fix link to passthrough guide by @gianluca-moro in #19072
- Autocomplete - Fix updateModel when option is null by @CazzanigaGianluca in #18977
- fix: #19083 - InputOTP integerOnly does not use numeric inputmode by @mehmetcetin01140 in #19086
- fix(tooltip): set tooltip role again by @makepanic in #19046
- Fix #18947: Update "for" and "id" attributes in floatlabeldoc.ts by @lNaymonl in #18946
- fix: #18997 - Picklist Target Not Updated by @mehmetcetin01140 in #19077
- fix: #19078 - Blank MultiSelect with VirtualScroll after selecting op… by @mehmetcetin01140 in #19079
- fix: #19070 - Button: SSR error after passthrough changes by @mehmetcetin01140 in #19092
- chore(deps-dev): bump glob from 10.4.5 to 10.5.0 by @dependabot[bot] in #19098
- fix #19123, fixed button dynamic labels and icons by @rosenthalj in #19124
- fix: #19118 - v21beta1 Table Column Filters dropdowns fail to reset by @mehmetcetin01140 in #19127
- fix: #19129 - confirmpopup alignment and change detection issues when… by @mehmetcetin01140 in #19130
- fix: #19104 - ConfirmPopup issue with focusTrap by @mehmetcetin01140 in #19131
- Mark for ChangeDetection to update Classes by @chdanielmueller in #19097
- fix(#19156): properly hides toggle-all checkbox when showToggleAll is combined with filter by @flxgde in #19157
New Contributors
- @CazzanigaGianluca made their first contribution in #18977
- @makepanic made their first contribution in #19046
- @lNaymonl made their first contribution in #18946
- @chdanielmueller made their first contribution in #19097
- @flxgde made their first contribution in #19157
Full Changelog: 20.3.0...21.0.0
20.4.0
What's Changed
- docs(#19066): fix link to passthrough guide by @gianluca-moro in #19072
- Autocomplete - Fix updateModel when option is null by @CazzanigaGianluca in #18977
- fix: #19083 - InputOTP integerOnly does not use numeric inputmode by @mehmetcetin01140 in #19086
- fix(tooltip): set tooltip role again by @makepanic in #19046
- Fix #18947: Update "for" and "id" attributes in floatlabeldoc.ts by @lNaymonl in #18946
- fix: #18997 - Picklist Target Not Updated by @mehmetcetin01140 in #19077
- fix: #19078 - Blank MultiSelect with VirtualScroll after selecting op… by @mehmetcetin01140 in #19079
- fix: #19070 - Button: SSR error after passthrough changes by @mehmetcetin01140 in #19092
- chore(deps-dev): bump glob from 10.4.5 to 10.5.0 by @dependabot[bot] in #19098
New Contributors
- @CazzanigaGianluca made their first contribution in #18977
- @makepanic made their first contribution in #19046
- @lNaymonl made their first contribution in #18946
Full Changelog: 20.3.0...20.4.0