-
Notifications
You must be signed in to change notification settings - Fork 470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DONT MERGE: Primeng 18 with Lara Theme #31321
base: main
Are you sure you want to change the base?
Conversation
Semgrep found 1 Risk: Affected versions of rollup are vulnerable to Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting'). Manual Review Advice: A vulnerability from this advisory is reachable if you use Rollup to bundle JavaScript with Fix: Upgrade this library to at least version 4.22.4 at core/core-web/yarn.lock:20607. Reference(s): GHSA-gcx4-mw62-g8wm, CVE-2024-47068 |
@@ -19,7 +19,7 @@ export default [ | |||
'/api/vtl', | |||
'/tinymce' | |||
], | |||
target: 'http://localhost:8080', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Beware of this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That is the URL of the proxy.
Please use a Conventional Commit title format for this PR. For more information, see https://www.conventionalcommits.org/en/v1.0.0/ |
PrimeNG Components Modernization and UI Improvements
Summary
This PR includes a comprehensive update to modernize our PrimeNG implementation, improve component accessibility, and clean up legacy code. The changes focus on updating deprecated modules, enhancing UI consistency, and improving the overall developer experience.
Changes
p-tabs
classes across componentsInputTextareaModule
→TextareaModule
DynamicDialogModule
→DynamicDialog
ChipsModule
→Chip
in autocomplete tagsAdditional Notes
These changes are part of our ongoing effort to modernize our UI components and maintain consistency with PrimeNG's latest best practices. The updates should improve both the developer experience and end-user accessibility.