Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

primereact

Package Overview
Dependencies
Maintainers
2
Versions
168
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

primereact - npm Package Versions

1
17

9.6.0

Diff

Changelog

Source

9.6.0 (2023-06-27)

Full Changelog

Implemented New Features and Enhancements:

  • TreeSelect: Support custom expand/collapse icons #4525
  • FileUpload: Uploaded files ref methods #4516
  • Carousel: Add start/stop autoplay to exposed methods #4513
  • TreeTable: Row hover event #4502
  • TreeTable: Add toggler template (same as Tree component) #4499
  • Dropdown: VirtualScrollerRef access for scrollToIndex #4489
  • New passthrough(pt) property implementation for Data Components #4432
  • New passthrough(pt) property implementation for Form Components #4431
  • InputNumber should support global locale #4291
  • TreeSelect: nodeTemplate property #3678

Fixed bugs:

  • FileUpload component does not pass file information in the onSelect event #4557
  • Calendar: Mask prop does not work #4548
  • ContextMenu: Global not working in Strict Mode #4543
  • PickList: Error when Transferring Unselected Values in Pick List Functionality #4540
  • MultiSelect (group) SelectAll checked when all items in first group are selected #4535
  • FileUpload: input passthrough not working when mode="basic" #4533
  • MultiSelect: Dropdown closes on deselect #4523
  • Skeleton: children prop not rendering #4512
  • ScrollTop: doesn't work #4505
  • BreadCrumb: label home prop doesn't work #4504
  • DataTable: Checkbox/Radio not respecting isDataSelectable #4492
  • SplitButton: menu icon not visible in large size #4483
  • Menubar: Cannot use useRef #4467
  • TabView: On initial load, the page will scroll down to the Tab if it's below the scroll window #4462
  • Calendar: showMinMaxRange property is broken in multiple ways #4456
  • Calendar: Navigation broken when defining min and max values #4449
habubey
published 9.5.0 •

Changelog

Source

9.5.0 (2023-05-24)

Full Changelog

Implemented New Features and Enhancements:

  • Add hideOverlaysOnDocumentScrolling option to PrimeReact config #4448
  • Icons: clipPath improvements #4441
  • AutoComplete: panelFooterTemplate prop #4426
  • MultiSelect: No way to disable filter auto focus #4423
  • New passthrough(pt) property implementation for Media Components #4393
  • New passthrough(pt) property implementation for Chart & FileUpload & Message Components #4392
  • New passthrough(pt) property implementation for Menu Components #4391
  • Mention: suggestion panel to hide when scrolling away #4223
  • Messages-Toast: Inconsistency #4077
  • Menu: Add ability to right align #3753

Fixed bugs:

  • Dropdown: Footer using incorrect style name #4446
  • InputNumber: preventing ripple on buttons #4443
  • Datatable: filterIcon and filterClearIcon not propagated #4439
  • BreadCrumb: SVG location of the DOM #4438
  • DataTable: Filter Clear icon is missing #4437
  • Datatable: Setting rowEditorInitIcon has no effect. #4430
  • MultiSelect clear icon not aligned correctly #4427
  • TriStateCheckbox: "undefined" value render checkbox highlighted but without value #4422
  • Checkbox: Toggling value by clicking the label broken #4402
  • Image: Zoom out action disabled when fully zoomed in #4400
  • ConfirmDialog: Missing dialog header #4397
  • Autocomplete: multiple + forceSelection #4363
  • DataTable: resizableColumns with stateStorage will not adjust saved column width after refresh. #4211
  • Autocomplete clears selected values onBlur when forceSelection and multiple are true #4203
  • Dropdown: rendering problem when used in a Dialog #2683
mert.sincan
published 9.4.0 •

Changelog

Source

9.4.0 (2023-05-12)

Full Changelog

Implemented New Features and Enhancements:

  • New passthrough(pt) property implementation for Button Components #4360
  • New passthrough(pt) property implementation for Overlay Components #4359
  • New passthrough(pt) property implementation for Misc Components #4352
  • New passthrough(pt) property implementation for Panel Components #4293
  • Events: Forward preventDefault, stopPropagation from original event #4375
  • MultiSelect: expose selected value in onChange event #4366
  • RadioButton/Checkbox: Add onClick event #4356
  • Toast/Messages: Fix updates incorrectly updating older version of the state #4350
  • DataTable: event.preventDefault() not working in cell edit events #4339
  • DataTable: showHeaders={false} option #4337
  • DataTable: Custom icon prop for filter icon #4327
  • Dialog: Maximized should not have rounded borders? #4310
  • ColorPicker: Styling the Input #4267
  • Panel: Footer Option #4200
  • EmptyFilterMessage does not work on Dropdown with virtualscroll #4193
  • Dropdown: Footer Template #4026
  • Toast+Sidebar: Closing toast closes sidebar #3977
  • Datatable : Export custom header export to CSV #3975
  • DataTable - Impossible to implement Expandable Row Groups with Row Expansion #2213

Fixed bugs:

  • Calendar: disabledDates prop not working for month #4370
  • useSessionStorage Hook: initialization issue #4353
  • InputText/InputTextArea: .p-filled class/isFilled bool not resetting after setValue("") #4351
  • Dropdown: When using groups and filter options, if optionGroupChildren is set to a different name other than items, filter stops working properly #4348
  • DIalog: modal prop is not always respected #4334
  • DataTable preventDefault NOT WORKING #4333
  • Button: No margin/padding between button text and loading spinner #4320
  • Dialog: body scroll is not restored when closing maximized Dialog #4313
  • SpeedDial: buttonTemplate not working #4305
  • Carousel: onPageChange and autoplayInterval does not work together #4301
  • Image: Properties e.g. crossOrigin are only applied to the preview and not the full image #4300
  • Calendar: time select updates the parent component state through props.value #4298
  • FileUpload: console error #4294
  • DataTable: sort icon will be resized if the column title is multiline. #4283
  • ConfirmDialog: Event triggers multiple times if users spam Enter / Double click on button #4168
  • Calendar: disabledDays prop also disable months #4015
  • Galleria: Undefined imgSrc if autoplay with circular={false} #3973
  • DataTable: Resizing headers in expand mode does not work correctly #3970
  • Dialog: Performing "onMouseDown" inside the Dialog and "onMouseUp" outside of it closes the dialog when "dismissableMask" is true #3962
  • TreeTable : Support Custom Templating in Header #3946
  • DataTable: Resize column place is not correct #3795
  • Tooltip: registering show/hide events twice on each target #3701
mert.sincan
published 9.3.1 •

Changelog

Source

9.3.1 (2023-04-26)

Full Changelog

Implemented New Features and Enhancements:

  • Messages: Cannot pass Id property #4281
  • Image: missing crossOrigin, referrerPolicy, loading and useMap #4273
  • Mention: autoResize wont resize back to starting height #4197
  • DataTable: Cell edit support Dropdown. #2666

Fixed bugs:

  • DataTable: Correct "Select All" behavior in checkbox selection mode #4284
  • DataTable: multisortField - Cannot read properties of undefined (reading 'field') #4269
  • Image: No overload matches this call. #4268
  • Uncaught reference error for icons. #4264
  • Calendar: numberOfMonths > 12 issue #4259
  • DataTable: paginator with alwaysShowPaginator: false is displayed for empty table #4254
  • PickList: source/target filterTemplate not working #4249
  • DataTable: Data are not displayed when "Column" has no "field" attributes #4248
  • Tooltip: Does not work if target is dynamic #4243
  • TabView: Conditionally render TabPanel under TabView #4235
  • Mention: wrong value when clicking on suggestion #4221
  • Dropdown: with react-hook-form . Control prop doesn't exist #4215
  • TieredMenu: Menu items in are assigned with id attribute with a value of [object Object] #4011
cagatay.civici
published 9.3.0 •

Changelog

Source

9.3.0 (2023-04-19)

Full Changelog

Implemented New Features and Enhancements:

  • Improve icon implementation in core #4220
  • Add icon templating support to components #4226
  • Add new Icon components #4227
cagatay.civici
published 9.2.3 •

Changelog

Source

9.2.3 (2023-04-11)

Full Changelog

Fixed bugs:

  • Type missing for PrimeReact.changeTheme #4240
mert.sincan
published 9.2.2 •

Changelog

Source

9.2.2 (2023-03-28)

Full Changelog

Implemented New Features and Enhancements:

  • Slider: Change positioning of handles in range mode #4184

Fixed bugs:

  • OverlayEventOptions type inccorrect #4189
  • Mention: selected result to replace the search query #4188
  • Tree: Missing property dropNode in type signature of TreeDragDropEvent #4179
  • CodeSandbox demos are broken #4172
  • Sidebar: Unexpected component hide #4170
  • Calendar: view typescript missing year #4163
  • Ripple: first click on component has incorrect location #4160
  • primereact.min.css Error at background:transparent URL() with base64 image #4097
  • ConfirmDialog: is not loading inside a Shadow DOM #4096
mert.sincan
published 9.2.1 •

Changelog

Source

9.2.1 (2023-03-15)

Full Changelog

Implemented New Features and Enhancements:

  • Timeline: subgroups #4154
  • Add new style props to SplitButton component #4144
  • Using the tooltip attribute inside the Shadow Dom crashes Primereact on hover #4143
  • DataTable: responsiveLayout="stack" and scrollable not working together #3693

Fixed bugs:

  • Showcase: multiple pages have a typo of the word 'archive' #4146
  • MegaMenu: does not hide menuItem when visible = false #4140
  • Multiselect: Errors on types and behaviour not as documented #4129
  • DataTable with VirtualScroller: multi selection bug #4120
  • InputText: Tooltip and float-label incompatibility when using showOnDisabled #4110
  • useIntersectionObserver: Make the options parameter optional #4109
  • Button: Severity 'help' missing in TypeScript definition #4108
  • DataTable Virtual Scroller: Column Resize Not Working #4102
  • Dataview: Callback Documentation Typo #4099
  • Datatable: Duplicate events fire in paginatorPosition=both #4095
  • Button: Size 'large' vs 'lg' #4093
  • Theme: vela-blue TreeSelect inconsistent theming #3669
cagatay.civici
published 9.2.0 •

Changelog

Source

9.2.0 (2023-02-21)

Full Changelog

Breaking Changes:

  • DataTable CSS and responsive structure improvements #4078

Implemented New Features and Enhancements:

  • New Hook: useMatchMedia #4090
  • Add breakpoint and scrollHeight props to ContextMenu, MegaMenu and TieredMenu components. #4082
  • TreeTable CSS improvements #4081
  • Add when option to useResizeListener hook #4080
  • Add tabIndex, appendOnly and inline properties to VirtualScroller #4079

Fixed bugs:

  • Toast: Flick issue on toast-message-exit-active class #4084
  • Inplace is not working as expected #4070
  • PrimeIcons: can't use pi-arrow-right-arrow-left #4062
  • Calendar: Popup incorrect year in multiple month #4058
  • Avatar: Wrong className is getting used when image is undefined #4049
  • Inline Calendar inside DataTable filter error #4042
  • Toast: Summary Overflow Bug #4023
cagatay.civici
published 9.1.1 •

Changelog

Source

9.1.1 (2023-02-15)

Full Changelog

Fixed bugs:

  • primereact 9.1.0 it is not loaded using vite #4064
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc