primereact
primereact copied to clipboard
The Most Complete React UI Component Library
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 15.3.1 to 16.0.3. Changelog Sourced from @rollup/plugin-node-resolve's changelog. v16.0.3 2025-10-13 Bugfixes fix: resolve bare targets of package "imports" using export maps; avoid fileURLToPath(null) (#1908) v16.0.2 2025-10-04 Bugfixes...
Bumps [@rollup/plugin-replace](https://github.com/rollup/plugins/tree/HEAD/packages/replace) from 5.0.7 to 6.0.3. Changelog Sourced from @rollup/plugin-replace's changelog. v6.0.3 2025-10-29 Bugfixes fix: update delimiters to respect valid js identifier chars (#1938) v6.0.2 2024-12-15 Bugfixes fix: add missing...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.21.0 to 8.48.0. Release notes Sourced from @typescript-eslint/eslint-plugin's releases. v8.48.0 8.48.0 (2025-11-24) 🚀 Features eslint-plugin: [no-redundant-type-constituents] use assignability checking for redundancy checks (#10744) rule-tester: remove workaround for...
Bumps [@rollup/plugin-alias](https://github.com/rollup/plugins/tree/HEAD/packages/alias) from 5.1.1 to 6.0.0. Changelog Sourced from @rollup/plugin-alias's changelog. v6.0.0 2025-10-28 Breaking Changes feat!: ESM only. Update Node and Rollup minimum versions (#1926) Commits See full diff in...
### Describe the bug We are experiencing an issue with PrimeReact dropdowns in the Chrome browser. When the browser's inspect dock is open (either docked or in a separate window),...
### Describe the bug When using `showTime` and `disabled`, Calendar repeats an async request. ### Reproducer https://stackblitz.com/edit/vitejs-vite-2dwbgufr?file=src%2FApp.jsx ### System Information ```Shell System: OS: Linux 5.0 undefined CPU: (8) x64 Intel(R)...
### Describe the bug Hello, we found an issue where the replace method make the toaster component loose its z-index value when there is a single message being show. When...
### Describe the bug When using global tooltip with `showOnDisabled=true`, the tooltip does not appear on disabled component nor on enabled. When `showOnDisabled=false` is used it at least display tooltip...
### Describe the bug The initial value given to `expandedKeys` gets overridden if a filter field is present, even if the filter value is empty. In the reproducer, both trees...