What's Changed
- Dynamic Dialog: Fixed errors when is opened by @SoyDiego in #13502
- 🐛 Fix: Resolves TypeError by renaming onKeyDown function to match its definition by @jhcpeixoto in #13490
- Editable Column: do not exit mode on shift enter by @123FLO321 in #11476
- Fixed #12706 - added isPlaying State and fixed usage of start- and stopAutoplay from outside of the component by @EnricoMessall in #12816
- fix(primeng/p-button): add disable class on host element by @volvachev in #12704
- fix(CI): remove outdated travis by @Rotzbua in #12611
- Pass autocomplete attribute into input element by @Salamek in #11020
- In primeng calendar, date can be lined through or disabled using date… there is no way to disable years by @faisal6699 in #12154
- Add overlayOptions properties to p-autocomplete, fixes #12600 by @JanST123 in #12601
- autofocus by default dynamic dialog by @brKlaus in #13113
- fix(primeng/p-chips): docs and type of property
separator
by @volvachev in #12651 - Fix issue 12713 - Toggleable Panel inside another toggleable panel by @creed-maxeta in #12721
- Fixed #12775: p-multiSelect - Check selection limit when limit changes by @kyjus25 in #12797
- Feature #3496: Tooltip optionally take a TemplateRef by @kyjus25 in #12805
- [04152023] | [dONE] | Add locale property to paginator component and … by @TaherShbnnzhd in #12898
- fix: formarray wrongly marked as touched by @davidediak in #12958
- fix(primeng/p-password): typo in template by @volvachev in #13031
- docs(primeng/p-speeddial): typos in tooltip and accessibility sections by @estellepicq in #13109
- (p-image) Add previewImageSrc attribute for preview image by @Adishone in #13185
- fix #13254 - TreeTable: selectionChange emitter type error by @ronozato in #13255
- Refactor dynamic dialog: Errors when is opened #13497 by @SoyDiego in #13538
- Fix #13522 - SplitButton [NG]: Menu is not closing when click on outside by @gucal in #13548
- Dropdown escape key event default prevented by @JanST123 in #13464
- Removed duplicated AppRoutingModule by @SoyDiego in #13535
- Add appendTo to Dynamic Dialog by @shayl29 in #12283
- feat(primeng/p-galleria): add new property for autoplay mode by @volvachev in #12965
- fix(primeng/p-chips): update the state of the
max
element when clear button is clicked by @volvachev in #13030 - Fix #13086 - KeyFilter.pattern type by @Menecats in #13087
- Fixed #13132 : Calendar: onModelChange not called with keepInvalid=true if user enters a well-formatted date but outside allowed range by @Siggen in #13133
- Fix #13246 - Do not prevent Enter key when using pKeyFilter by @driftfox in #13247
- fix(dialog): maximizable responsive dialog by @joreyaesh in #13269
- DynamicDialog missing prettier by @fbobbio in #13511
- 13519 fixed steps example broken by @SoyDiego in #13527
- jest test fixes via forwardRef by @umuero in #13429
- Remove duplicated code in selectRange method of Table component by @dylansyoung in #13543
- Fix (#13523) the problem of showing the badge in the components of Tieredmenu … by @mehrabisajad in #13533
- Fixed #12722 - Calendar: Error if using datatype string with selectionMode="range" and keepInvalid=true by @jase88 in #13524
- inputTextArea: Fixed on click, makes scroll up by @SoyDiego in #13495
- Fix #13323 - Splitter: added min-width: 0 to nested panels by @acekeeper93 in #13324
- [FIX] removed duplicated "inputId" attribuite. by @pouyababaie in #13550
- [#13348] - Fixed calendar component, added yearOptions onInit by @SoyDiego in #13349
- docs: fix incorrect class names for ProgressSpinner by @Aniruddha-Shriwant in #13556
- fix: #13559 || DropDown filter search not trimming text and search gone empty by @ashikjs in #13563
- Modify refactor selectButton by @Kisters-BS in #13010
- feat: Add custom style class to p-table p-dataview p-treeview by @steve3d in #13205
- Fix fileUpload: choose button is disabled #13566 by @dylansyoung in #13567
- fix: #13560 || DropDown clear or close icon on click dropDown option show by @ashikjs in #13564
- Fix #13525 inputNumber not showing clear when 0 by @dylansyoung in #13555
- Picklist: Added dragConfig to assign zIndex by @SoyDiego in #13515
- fix: dialog component drag behavior by @Algoritm211 in #13492
- Change in TableRowSelectEvent property data by @indulakshmikr in #13430
- TreeTable and TreeSelect: Output emits wrong type (TreeTable.onNodeExpand and TreeSelect.onNodeUnselect and .onNodeSelect) by @BeGj in #13416
- OverlayPanel: Fixed does not hide after scrolling by @SoyDiego in #13480
- [#13344] - Fixed double call autocomplete component by @SoyDiego in #13350
- Fixed menu component, links without items turned group by @SoyDiego in #13378
- Add LazyLoadOnInit flag for Data View (#12526) by @femangl in #13520
- fix: #13572 || AutoComplete showClear close icon overlap with loader icon by @ashikjs in #13574
- feat: override toast default life by @sjwall in #13570
- Fix for incorrect behaviour when a column is both sortable and filter… by @senasowseelya in #13392
- fix: #13578 || Autocomplete Force Selection case sensitive issue by @ashikjs in #13579
New Contributors
- @123FLO321 made their first contribution in #11476
- @Salamek made their first contribution in #11020
- @faisal6699 made their first contribution in #12154
- @JanST123 made their first contribution in #12601
- @brKlaus made their first contribution in #13113
- @creed-maxeta made their first contribution in #12721
- @TaherShbnnzhd made their first contribution in #12898
- @davidediak made their first contribution in #12958
- @estellepicq made their first contribution in #13109
- @Adishone made their first contribution in #13185
- @ronozato made their first contribution in #13255
- @shayl29 made their first contribution in #12283
- @Siggen made their first contribution in #13133
- @driftfox made their first contribution in #13247
- @joreyaesh made their first contribution in #13269
- @fbobbio made their first contribution in #13511
- @umuero made their first contribution in #13429
- @dylansyoung made their first contribution in #13543
- @mehrabisajad made their first contribution in #13533
- @acekeeper93 made their first contribution in #13324
- @pouyababaie made their first contribution in #13550
- @Aniruddha-Shriwant made their first contribution in #13556
- @ashikjs made their first contribution in #13563
- @Algoritm211 made their first contribution in #13492
- @BeGj made their first contribution in #13416
- @femangl made their first contribution in #13520
- @sjwall made their first contribution in #13570
- @senasowseelya made their first contribution in #13392
Full Changelog: 16.2.0...16.3.0