Socket
Socket
Sign inDemoInstall

primeng

Package Overview
Dependencies
8
Maintainers
4
Versions
320
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1245
32Next

17.10.0

Diff

Changelog

Source

17.10.0 (2024-03-07)

Full Changelog

Implemented New Features and Enhancements:

  • ColorPicker: Form elements must have labels #14941

Fixed bugs:

  • treetable, treeselect: wrong type information in jsdoc for node events #14939
  • Icons: Wrong value for PrimeIcons.SORT_ALPHA_ALT_DOWN and others #14965
  • Multiselect | TypeError: option.toLocaleLowerCase is not a function #14960
  • Dropdown: TypeError: this.getOptionLabel(...).toLocaleLowerCase is not a function #14865
  • Tree: If user filter tree nodes and then lazy load new children (with .key prop) - nodeClick event is not emitted [#14723 (https://github.com/primefaces/primeng/issues/14723)
  • Tree: Certain ARIA roles must be contained by particular parents #14913
  • Tree: Node drop points are not contained in a ul or ol #14911
  • Tree: ARIA attributes must conform to valid values #14912
  • Scroll bar for the base page reappears after closing a secondary modal despite one modal still being open #14933
  • Drag-and-Drop Functionality Disrupted by extra tag (div) in <td> Tag #14935
  • Table, pFrozenColumn: Frozen columns are extremely slow and kick off many change detection cycles #14579
  • Dropdown: Clicking on currently selected item no longer closes the list #14917
cetincakiroglu
published 17.9.0 •

Changelog

Source

17.9.0 (2024-02-29)

Full Changelog

Implemented New Features and Enhancements:

  • New Component | MeterGroup #14898
  • New Component | ButtonGroup #14897
  • New Component | FloatLabel #14899
  • New Components | IconField & InputIcon #14896

Fixed bugs:

  • Component: Autocomplete #14806
  • p-inputNumber: LeftArrowKey not working for selected input #14869
  • Reopen issue #11442 p-inputNumber cannot use the decimal separator of the digital keyboard when the separator is a comma #12626
  • Calendar, TreeSelect, MultiSelect, AutoComplete, CascadeSelect, Table | aria-expanded attribute is undefined and aria-controls attribute referencing a hidden element #14358
  • DropDown: aria-controls referencing an element that doesn't exist. #14851
  • Dropdown: aria-expanded attribute not present. #14850
  • Dropdown attr aria-expanded missing because undefined value #14832
  • multiselect: filter not working #14835
  • TabMenu: TabChange doesn't update Inkbar #14867
  • InputNumberInputEvent value type appears to be incorrect #14831
  • Theming: Wrong Icon in documentation #14872
cetincakiroglu
published 17.8.0 •

Changelog

Source

17.8.0 (2024-02-23)

Full Changelog

Implemented New Features and Enhancements:

  • Component: Chips. No ability to limit max length of chip #14592
  • Sidebar : Combination of role 'complementary' and aria-modal attribute causes accessibility violation. #14818

Fixed bugs:

  • DropDown: Making form touched on clearing pre filled values. #14836
  • Component: MultiSelect (p-multiSelect) no longer emits an event when all items are selected or deselected #14252
  • p-multiselect: onChange event is not triggered for multiselect's filter select all/unselect all #14252
  • Component: Multiselect onChange not called #14807
  • Tabview: Forward Button Visible with Fractions #14785
  • ContextMenu: appentTo w/ template variable causes error when ContextMenu is destroyed #14793
  • FileUpload Component #14789
  • Component: Table "Ctrl + A" selects all rows even in selectionMode "single" #14795
  • TabView: Scroll buttons are not displayed when adding tabPanel dynamically #13530
  • DomHandler: getFocusableElements returns elements with hidden parents #14691
  • Component: Dropdown - If editable = true and filter = true and you start typing, it will search by default but not start editing. #14567
  • dropdown: selected, disabled option not rendered when using selectedItem template #14809
  • Component: Dropdown Selected option not shown while typing in filter if it has value null, while having selectedItem template #14815
  • Dropdown: Placeholder is not displayed when using a combination of reactive forms and selectedItem template #14801
  • Dropdown: Dropdown no longer closes when clicking the currently selected option #14811
  • Table: ColumnFilter not hiding when another filter icon clicked and previously any input field clicked in still in focus #14775
  • Checkbox: Disabled checkboxes appear writable until they receive focus #14819
  • Calendar: Autofocus not working #14745
  • When p-chart is put into a p-fieldset, the chart is not responsive anymre #14739
cetincakiroglu
published 17.7.0 •

Changelog

Source

17.7.0 (2024-02-14)

Full Changelog

Implemented New Features and Enhancements:

  • Dropdown, MultiSelect, AutoComplete, CascadeSelect: aria-label missing from inner ul element #14790
  • Autocomplete: emptyMessage is not showed, when no item fit condition #14744
  • ProgressSpinner: Unable to set aria-label #14798

Fixed bugs:

  • Dropdown: invalid text after cleaning via ngModel #14784
  • Component: p-dropdown emits changes when selected option did not change #14788
  • Password: Hand/Pointer icon not displayed while hovering over the eye icon in password ToggleMask mode #14724
  • Component: p-dropdown filterValue initial value is ignored and binding not working #14586
  • ContextMenu: Double opacity applied to disabled items #14773
  • dropdown: selected, disabled option not rendered #14716
  • TreeSelect: Incorrect alignment in TreeSelect on filter #14764
  • Multiselect: headerCheckboxViewChild not found #14737
  • MultiSelect: Incorrect Alignment in multiselect dropdown on filter #14755
  • Multiselect with string array search not working #12854
  • Chips and Timeline: Typo error 'seperator' instead 'separator' #14783
  • Remove CodeSandbox from the examples. #14792
  • p-chips: [addOnTab] feature has no effect. Tab key should make a chip and keep focus in the text box. #14706
cetincakiroglu
published 16.9.5-lts •

Changelog

Source

LTS 16.9.5-LTS (2024-02-07)

Fixed bugs:

  • The scrollToIndex method on VirtualScroller does not scroll to the correct index when triggered twice. #14731
  • Checkbox: Disabled property does not work when it's used with formControlName #14693
cetincakiroglu
published 15.4.16-lts •

Changelog

Source

LTS 15.4.16-LTS (2024-02-07)

Fixed bugs:

  • The scrollToIndex method on VirtualScroller does not scroll to the correct index when triggered twice. #14731
  • Checkbox: Disabled property does not work when it's used with formControlName #14693
cetincakiroglu
published 17.6.0 •

Changelog

Source

17.6.0 (2024-02-07)

Full Changelog

Implemented New Features and Enhancements:

  • Dropdown | make clear method public for better DX #14641

Fixed bugs:

  • MultiSelect: selectedItemsLabel is not localized (re-opened) #14554
  • Component: Calendar isn't show initial value from FormControl/ngModel #14616
  • Component: Dropdown removing a letter from filter that comes after a whitespace ' ' removes the whitespace #14701
  • Component: p-multiselect - double click on multiselect "button" causes modal window to jump around before disappearing #14442
  • Virtual Scroll Jumping Backwards #14298
  • p-dropdown: dropdown options float to the top when searching #14659
  • Dropdown: Key events not correctly working when filter is enabled #14189
  • Component: Dropdown| closing overlay on pressing enter key on filter input #14708
  • Component: p-Dropdown placeholder/values not displayed #14695
  • TreeSelect: When using reactive form disabled input doesn't affect #14662
  • MultiSelect: dynamic text in placeholder is not displayed #14321
  • Dropdown: dynamic text in placeholder is not displayed #14320
  • Component: Dropdown TypeError: option.toLowerCase is not a function #14682
  • Dropdown: "0" Value in optionValue, causes Label to be replaced by Placeholder #14715
  • The scrollToIndex method on VirtualScroller does not scroll to the correct index when triggered twice. #14731
  • Checkbox: Disabled property does not work when it's used with formControlName #14693
  • PrimeNg p-columnFilter does not close on outside element click or scroll or search submit #14658
  • Showcase | Remove stateful config #14752
cetincakiroglu
published 17.5.0 •

Changelog

Source

17.5.0 (2024-02-01)

Full Changelog

Implemented New Features and Enhancements:

  • AutoComplete | Description in the accessibility section for tab not working #14641

Fixed bugs:

  • Component: InputNumber does not validate max on blur #14630
  • p-dropdown: Filtering all items incorrectly clears the dropdown's selected value #14596
  • Component: Dropdown #14367
  • paginator missing p-paginator-top/bottom class #14679
  • Component: Placeholder not working in dropdown Reactive Forms and Template #14679
  • TabView with scrollable throws an exception #13332
  • Component: TreeTable, dragging over table cells #14512
  • p-calendar: validation is triggered before calendar is even touched #14542
  • Referencing closed thread -> Responsive Stack and add [scrollable]="true" not working responsive stack #11331 #14667
  • Table: built-in Ctrl+A errors when "rows" parameter is defined #14634
  • p-autocomplete: maxlength doesn't work anymore #14595
  • Dropdown: autoOptionFocus property not working #14655
  • Dropdown: Unable to type in editable Dropdowns when filtering options onChange and current value is an option #14556
  • p-MultiSelect: Clear Button does not work #14585
  • Calendar: Calendar CSS breaks other Components #14606
cetincakiroglu
published 17.4.0 •

Changelog

Source

17.4.0 (2024-01-24)

Full Changelog

Implemented New Features and Enhancements:

  • MultiSelect: selectedItemsLabel is not localized #14554

Fixed bugs:

  • p-columnFilter: Missing icons to the table column filter dialog #14613
  • p-multiselect: Displaying the multiselect options dialog causes page to horizontally scroll #14611
  • p-calendar: Doesn't close on date selection in range mode #14558
  • ConfirmPopup arror right side rendering defect #14557
  • Dropdown: can't select input with Shift + Home / Shift + End #14540
  • TreeTable: StyleClass wont apply #14559
  • p-dropdown: optionValue is not working when object has property 'group' #14516
  • Table pSelectableRow: cannot type space into an pInputText component #14531
  • p-dropdown: Cannot clear dropdown programmatically #14544
cetincakiroglu
published 16.9.4-lts •

Changelog

Source

LTS 16.9.4-LTS (2024-01-19)

Fixed bugs:

  • Table Virtual Scroll with Fixed Columns and Lazy Loading Causes Erratic Scrolling and Incomplete Data Display #14488
  • TreeTable with scrollHeight="flex" shrinks the header as the table rows are expanded. #14523
  • GalleriaThumbnail afterViewInit use platformBrowser instead of isPlatformBrowser. #14534
  • Autocomplete: focus not being applied when clicking around input #14530
  • Button | StyleClass does not work as expected #14583
  • MegaMenu | Error: Cannot read properties of undefined #14476
  • Table: Apply and Clear text buttons for filter menu are missing #14289
  • Dropdown: Infinite loop dynamic options array #14319
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc