Releases: primefaces/primeng
Releases · primefaces/primeng
17.18.8
What's Changed
- fix: open colorpicker on label click in docs by @navedqb in #16194
- Fixed #16191 - Accessibility: Tree not selectable via Keyboard after … by @mehmetcetin01140 in #16192
- Fixed #16169 - Component: colorPicker - inline=true property doesnt s… by @mehmetcetin01140 in #16186
- Fixed #16156 - Tree: Accessibility issues by @mehmetcetin01140 in #16187
- Fixed #16152 - ListBox component accessibility issues by @mehmetcetin01140 in #16183
- Fix template names, fixes #16180 by @cetincakiroglu in #16198
- Fixed #16176 - Calendar | add checks on panelStyle width and min-width before applying alignOverlay styles by @Khalil-Khaled in #16178
- Fix typo in calendar documentation by @Khalil-Khaled in #16171
- When scrollHeight is '100%' setSpacerSize() should not set static height to the scroller by @ymg2006 in #16166
- fix(autocomplete): enter keypress event by @LoaderB0T in #16161
- fix(autocomplete): not opening on second click by @LoaderB0T in #16155
- Change .innerHTML assignments in table.ts to .textContent by @aaronshim in #16154
- Fixes #16201 by @cetincakiroglu in #16202
New Contributors
- @Khalil-Khaled made their first contribution in #16178
- @aaronshim made their first contribution in #16154
Full Changelog: 17.18.7...17.18.8
17.18.7
What's Changed
- Contribution guide by @mehmetcetin01140 in #16119
- Fixed #16139 - Breadcrumb | tabindex property not working by @mehmetcetin01140 in #16140
- Fixed #16133 - pBadge | Add missing badgeStyle & badgeStyleClass to d… by @mehmetcetin01140 in #16134
- closes #16070 Table> double call to (onLazyLoad) event by @ymg2006 in #16130
- docs(typo): from files to here to files here by @Matthiasbrat in #16129
- Fixed #16125 - Breadcrumb | Disabled breadcrumbs should have aria-dis… by @mehmetcetin01140 in #16126
- tabmenu: fix emitting change event twice when clicking on item by @noureddine-taleb in #16122
- Fixed #14916 - Dialog | Material Design close button regression by @mehmetcetin01140 in #16117
- Fixed #16076 - TabView | When closing a tab, the marking indicating t… by @mehmetcetin01140 in #16110
- fix: tabview demo code for TabViewDynamic by @navedqb in #16150
- Fixed #15969 - Calendar | p-datepicker-current-day is not applied to … by @mehmetcetin01140 in #16109
- Fixed #16106 - Password | Tooltip with tooltipEvent='focus' is never … by @mehmetcetin01140 in #16107
- Fixed #15852 - Table: Frozen columns are displaced by @ranthonissen in #15854
New Contributors
- @Matthiasbrat made their first contribution in #16129
- @noureddine-taleb made their first contribution in #16122
- @ranthonissen made their first contribution in #15854
Full Changelog: 17.18.6...17.18.7
17.18.6
What's Changed
- Fixed #16063 - Autocomplete: with virtual scroll and item selected, i… by @mehmetcetin01140 in #16095
- chore(prettier): format all files by @BGBRWR in #16087
- Fixed #16079 - Breadcrumb | HomeBreadcrumb can still receive focus fr… by @mehmetcetin01140 in #16080
- fix(tieredmenu): show submenu on mouse hover by @bjsawyer in #16077
- Fix popup menu cannot be opened on new target when already opened by @Kisters-BS in #16067
- Fixed #16064 - Button | Add focus() method by @mehmetcetin01140 in #16065
- fix(keyfilter): regex test with the correct value onKeyPress by @BGBRWR in #16085
- Fixed #15800 - Dropdown | onBlur event is emitted when the user clicks… by @leonidasdel in #16023
- Fixed #15973 - TabMenu doesn't scroll to active item when it's set pr… by @mehmetcetin01140 in #15982
- Fixed #15876 - TreeTable: Resizing one column resizes other columns a… by @B34v0n in #15927
- fixes #16020 Table: column-filter outside click does not close when it is inside a dialog component by @ymg2006 in #16021
New Contributors
Full Changelog: 17.18.5...17.18.6
17.18.5
What's Changed
- fix(primeng/documentation): unnecessary ripple effect on button in toast examples by @volvachev in #16036
- Fixed #16042 - pFocusTrap: aria-hidden-focus accessibility rule viola… by @mehmetcetin01140 in #16058
- fix: #16055, Tree: inputText in Template mode does not respond to a space key by @akshayaqburst in #16056
- fixes #15937 Table: columnFilter by @ymg2006 in #16019
- Fixed #15335 - Dropdown | Focus lost after using tab to select dropdo… by @mehmetcetin01140 in #16010
- fix(MultiSelect): Check for NaN values in isSelectionAllDisabled method by @dfernandez-elastic in #16041
- Fixed #16051 - Issue with ListBox and style since 17.18.4 by @mehmetcetin01140 in #16061
- Fixed #15885 - InputNumberModule: Variant filled is not applied by @mehmetcetin01140 in #16060
New Contributors
- @dfernandez-elastic made their first contribution in #16041
Full Changelog: 17.18.4...17.18.5
17.18.4
What's Changed
- Fixes #15965 - Fix order of actions for CSP by @cetincakiroglu in #15966
- p-image: Fix inline style not compliant with Strict CSP policy by @jlfrances in #15994
- dynamic-dialog: Fix order of actions CSP by @SoyDiego in #15990
- Fixes #15999 - Fix the order of methods to prevent strict CSP error by @cetincakiroglu in #16000
- Fixed #15550 - Table | Custom sort in table not working by @mehmetcetin01140 in #15996
- Fixed #15749 - Dialog: Focus to input element set before transition ends by @mehmetcetin01140 in #15992
- Fixed #15761 - Component: p-tree (selection) by @mehmetcetin01140 in #15991
- Fixed #15946 - ButtonComponent: routerLink accessible even when butto… by @mehmetcetin01140 in #15989
- Fixed #15680 - TabView | forward/backward buttons not showing up when… by @mehmetcetin01140 in #15986
- Fixed #15978 - Doesn't call this.focus infinitely. by @kubedan in #15979
- fix(Dropdown): Placeholder is overwritten by float-label by @LoaderB0T in #15976
- Fixed #15155 - Component: Dropdown Accessibility by @mehmetcetin01140 in #15980
- Fixed #15531 - KeyFilter | No longer working on chips component by @mehmetcetin01140 in #15967
- Fixed #15861 - Component: picklist scrolls to top by @mehmetcetin01140 in #15968
- fix(autocomplete): dropdown height with virtual scroll by @leonidasdel in #15971
- docu: Update Docu p-button (click) to (onClick) by @jjs98 in #15984
- Fixed #14454 - Listbox | filter is not working if options is bind to … by @mehmetcetin01140 in #15985
- Fixed #15869 - CascadeSelect | clicking a few times causes the compon… by @mehmetcetin01140 in #15955
- Fixed #15998 - Inline style not compliant with strict CSP by @mehmetcetin01140 in #16005
New Contributors
- @jlfrances made their first contribution in #15994
- @kubedan made their first contribution in #15979
- @leonidasdel made their first contribution in #15971
- @jjs98 made their first contribution in #15984
Full Changelog: 17.18.3...17.18.4
17.18.3
What's Changed
- Fixed #15903 - Table | Multiple Selection with dataKey shows wrong selected row count upon CTRL+A by @mehmetcetin01140 in #15917
- Revert "Fixed #15903 - Table | Multiple Selection with dataKey shows wrong selected row count upon CTRL+A" by @cetincakiroglu in #15920
- Revert "Fixed #15903 - Table | Multiple Selection with dataKey shows wrong se…" by @cetincakiroglu in #15921
- Message | Fix type mismatch by @cetincakiroglu in #15928
- Fixed #15930 - Accessibility: Selection in MultiSelect is not accessi… by @mehmetcetin01140 in #15931
- Fixed Issue #14721 (Add support for Quill 2.0) by @fabiancabau in #15764
- Fixes #15911 - Table | Add csp nonce to responsive style element by @cetincakiroglu in #15949
- Fixed #15954 - MultiSelect | MultiSelectChangeEvent wrong select value by @mehmetcetin01140 in #15956
- Fixed #15799 - InputNumber unneeded update model on blur by @mehmetcetin01140 in #15948
- fix(splitter): resize not working when iFrames are used in panels by @MaSch0212 in #15945
- fix(splitter): minSizes not working as expected by @MaSch0212 in #15944
- Fixed #15933 - Button Tooltip shows up after Dialog opens by @mehmetcetin01140 in #15934
- Fixed #15903 - Table | Multiple Selection with dataKey shows wrong se… by @mehmetcetin01140 in #15926
- add
p-disabled
to the chip icon if option is disabled by @Sinan997 in #15631 - Fixes #15959 - Splitter | Add missing rule by @cetincakiroglu in #15960
New Contributors
- @fabiancabau made their first contribution in #15764
- @MaSch0212 made their first contribution in #15945
Full Changelog: 17.18.2...17.18.3
17.18.2
What's Changed
- Fixed #15902 - PrimeNG Button Link stackblitz not working by @mehmetcetin01140 in #15910
- fix(p-password) add disabled atribute to inside input #15905 by @Pablo200206 in #15906
- Fixed #15903 - Table | Multiple Selection with dataKey shows wrong se… by @mehmetcetin01140 in #15904
- Fixed #15873 - Listbox | p-listbox triggers onChange multiple times by @mehmetcetin01140 in #15900
- Bump ws, engine.io and socket.io-adapter by @dependabot in #15914
- Fixed #15894 - DynamicDialog | Dynamic Dialog Errors If No Focusable … by @mehmetcetin01140 in #15899
- fixed 15862 - fixed loading button when using the pButton directive by @rosenthalj in #15893
- Fixed #15889 - Accessibility: Buttons within a Tree component can't b… by @mehmetcetin01140 in #15890
- Fixed #15886 - Tree | Tree hierarchy by @mehmetcetin01140 in #15887
- Fix alignment of popup menu for svg by @Kisters-BS in #15878
- Fixed #15851 - Component: Accordion by @mehmetcetin01140 in #15872
- Fixed #15779 - Closing nested dialog removes CSS class still needed f… by @mehmetcetin01140 in #15845
- Fixed #15762 p dropdown open style missing from dropdown by @willmca in #15866
- Bump braces and gulp by @dependabot in #15840
- Fixed #15012 - TabMenu: Highlight does not update when selecting rout… by @mehmetcetin01140 in #15819
- doc(Steps): fix the issue of menu closing when choosing steps component. by @ahmedwelhakim in #15850
New Contributors
- @willmca made their first contribution in #15866
- @ahmedwelhakim made their first contribution in #15850
Full Changelog: 17.18.1...17.18.2
17.18.1
What's Changed
- Fixed #15837 - Accessibility: Buttons within an accordion header temp… by @mehmetcetin01140 in #15838
- Update multiplecolumnssortdoc.ts by @khayo in #15836
- Fixed #15830 - Accessibility: Tree inside an Accordion (arrow navigat… by @mehmetcetin01140 in #15831
- Fixed #15828 - Tree | Accessibility within Tree Component by @mehmetcetin01140 in #15829
- Fixed #15714 - pTree: right click on treenode chevron down by @mehmetcetin01140 in #15821
- Fixed #15651 - Button | Opacity is applied twice on disabled state -… by @mehmetcetin01140 in #15822
- Fixed #15818 - Fix calendar range selection shown date by @Xylios13 in #15820
- Fix keyboard navigation problem in menu component by @Sinan997 in #15815
- docs(IconField): Add import to documentation by @SoyDiego in #15814
- Fixed #15781 - p-menu | pTemplate not working for p-menu alone by @mehmetcetin01140 in #15812
- Multiselect: selectionLimit not working if the value 0 is provided by @trigiacbmt in #15810
- Fixed #15326 - OrderList: Unable to insert space into input component by @mehmetcetin01140 in #15809
- Fixed #15804 - Advance Filtering is broken (revert PR #15594 changes) by @rosenthalj in #15808
- Fixed #15404 - Component: PrimeNG Slider with range values not workin… by @mehmetcetin01140 in #15805
- Fixed #15366 - Dropdown: when using selectedItem template if the sele… by @mehmetcetin01140 in #15806
- Fixed #15637 - P-Splitter: Does not respect minSizes array after upgr… by @mehmetcetin01140 in #15802
- fix(p-autocomplete) selectItem and multipleItems broken due to optionValue support by @sandrotonon in #15792
- Update badge.ts by @fabioplateroti in #15790
- fix broken unit tests by @dobanisola-scottlogic in #15788
- Fixed #15784 fix CheckIcon is taking precedence over templates, and error on just having checkicon template by @pete-mcwilliams in #15785
- fix: integer display when min/max fraction digits are set to 0 by @navedqb in #15775
- fix(Button): The icon is not shown by @SoyDiego in #15773
- Documentation Correction - Configuration by @khayo in #15766
- Fixed #15576 - Table | filter: templating filter as Calendar with sel… by @mehmetcetin01140 in #15600
New Contributors
- @khayo made their first contribution in #15836
- @trigiacbmt made their first contribution in #15810
- @fabioplateroti made their first contribution in #15790
Full Changelog: 17.18.0...17.18.1
17.18.0
What's Changed
- Fixed #15661 - Add angular 18 support by @cetincakiroglu in #15747
- fix: broken image link in contextmenu by @navedqb in #15744
- fix: fix hideOnDateTimeSelect for range mode calendar by @Xylios13 in #15740
- fix - Slider: Change range slider by keys does not trigger the onSlideEnd event by @robGardiner01 in #15738
- fix: disable paste functionality in disabled mode by @navedqb in #15733
- fix(fileupload): improve spacing where image preview doesn't exist by @dalenguyen in #15731
- FIX:PasswordDirective loss PrimeNGConfig in constructor by @passerbyflutter in #15728
- fix picklist unit tests by @dobanisola-scottlogic in #15723
- FIX - Autocomplete: Showing empty overlay when has no suggestions and showEmptyMessage is false by @robGardiner01 in #15720
- FIX: Calendar datepicker covers input component when there is 6 week displayed on by @robGardiner01 in #15692
- Fix dateAfter filter changing date object hours by @r3ps4J in #15685
- TreeNode | Fix jsdoc by @can-oezkan in #15683
- Update
prettier
version for new control flow by @Sinan997 in #15681 - fix(accordion): updateActiveIndex does not update _activeIndex by @LoaderB0T in #15675
- fix context menu unit tests by @dobanisola-scottlogic in #15665
- FIX - InputNumber Component: Default value for minFractionDigits is not correct when value explicitly set to null by @robGardiner01 in #15660
- fixed #15648 - fixed tooltip for custom component by @rosenthalj in #15654
- Fixed #15278 - SelectButton | accessibility issue: ARIA attribute is … by @mehmetcetin01140 in #15652
- Table: Reorderable column false still gives cursor move by @RogueTea in #15667
- fix Editor and Table unit test by @dobanisola-scottlogic in #15646
- Fixed #15118 - Multiselect | onRemove event not getting emitted by @mehmetcetin01140 in #15633
- fix: add null check to focus method parameter in dialog.ts by @Sinan997 in #15630
- fix: remove duplicate @component annotation from table filter basic demo by @Johnnyboy7781 in #15628
- Fixed Domhandler tests by @nbrown-ScottLogic in #15623
- Fixed #15194 - Table | Column Toggle example does not restore origina… by @mehmetcetin01140 in #15620
- Fixed #15608 - Add missing import & export of sharedModule by @cetincakiroglu in #15755
- fix(splitbutton): 15710 fix aria expanded issue by @tri-harmoney in #15753
- Fix tree table unit test by @dobanisola-scottlogic in #15618
- Backspace event issue in input otp control for mobile phone is fixed - #15613 by @Subhasreerajavel in #15614
- fix(chips): trigger itemClick event with 'Space' key by @f94e59 in #15612
- Calendar - add option to change step size in yearpicker by @bjuergens in #15419
- Fixed broken unit tests for Chips component by @nbrown-ScottLogic in #15595
- FileUpload: fix unit tests by @RogueTea in #15597
- Table: clear filter when dirty but not applied by @RogueTea in #15594
- fix: add tooltip to tieredmenu items by @Sinan997 in #15598
- Add tooltip option for main button of
SplitButtonModule
by @Sinan997 in #15601 - Input text area: fix unit test and expand on testing suite by @RogueTea in #15604
- Multiselect: Unit Test Fix by @robGardiner01 in #15602
- feat(button): make standalone by @alexciesielski in #15464
- fix(splitbutton): 15758 add show hide event emitters for the menu by @tri-harmoney in #15759
New Contributors
- @Xylios13 made their first contribution in #15740
- @passerbyflutter made their first contribution in #15728
- @r3ps4J made their first contribution in #15685
- @Sinan997 made their first contribution in #15681
- @Johnnyboy7781 made their first contribution in #15628
- @tri-harmoney made their first contribution in #15753
- @bjuergens made their first contribution in #15419
Full Changelog: 17.17.0...17.18.0
17.17.0
What's Changed
- Issue 15482 - Rework and update focustrap by @cetincakiroglu in #15519
- Fixed #15524 - Fix dialog bug by @cetincakiroglu in #15525
- Refactor on #15525 by @cetincakiroglu in #15528
- Issue 15560 - Introduces csp none by @cetincakiroglu in #15561
- Fixed #15546 - Galleria | Keyboard Trap within Galleria component by @mehmetcetin01140 in #15547
- Panelmenu Update by @mehmetcetin01140 in #15559
- Fixed #15545 - Tooltip visual issue by @mehmetcetin01140 in #15558
- fix steps component unit tests by @dobanisola-scottlogic in #15553
- fix: tieredMenuSub improve self-positioning in viewPort when viewPort… by @f94e59 in #15447
- fix dropdown unit test by @dobanisola-scottlogic in #15551
- Fix autocomplete unit test by @dobanisola-scottlogic in #15562
- fix(dropdown): apply ID to (editable) input element by @alexciesielski in #15543
- fix(treeselect): hide panel on selected option #15539 by @Pablo200206 in #15541
- fix(treeselect): #15537 ng-touch on treeselect by @Pablo200206 in #15538
- #15535 - skeleton value changed from a shape to string for rem values by @F3KTOR in #15540
- Accordion: fix broken unit test by @dobanisola-scottlogic in #15510
- fix(fileUplaod): template context aligned with apidocs: chooseCallbac… by @f94e59 in #15515
- Dialog: Fix broken unit test by @RogueTea in #15527
- Rating: fix unit tests by @RogueTea in #15523
- FIX: p-tree - Node which is not selectable shouldn't have focus by @robGardiner01 in #15520
- fix: disable paste function on readonly mode by @navedqb in #15568
- fix unit test by @dobanisola-scottlogic in #15565
- Fixed #15579 - TreeSelect | Add lazy support by @cetincakiroglu in #15580
- Fixes #15582 - Button | Remove wrapper span element from icon templates by @cetincakiroglu in #15583
- Fixed #15390 - Button/p-button and tooltip: Doesn't work correctly by @mehmetcetin01140 in #15587
- Fixed #15175 - Stepper | linear does not work with header template by @mehmetcetin01140 in #15575
- #15293 fixed inputNumber selection lost when selecting left prefix by @jpmBBconsult in #15569
- Fixed #15338 - Update condition by @cetincakiroglu in #15591
- Fixed #15512 - Fix typo and remove boolean attribute transform by @cetincakiroglu in #15592
- revert changes to inputmask component by @dobanisola-scottlogic in #15574
- fix inputswitch, inputmask, and breadcrumb unit test by @dobanisola-scottlogic in #15588
- Fixed panelmenu tests by @nbrown-ScottLogic in #15572
- Orderlist test fix by @robGardiner01 in #15577
- Prod by @cetincakiroglu in #15593
New Contributors
- @alexciesielski made their first contribution in #15543
- @Pablo200206 made their first contribution in #15541
- @F3KTOR made their first contribution in #15540
- @jpmBBconsult made their first contribution in #15569
Full Changelog: 17.16.1...17.17.0