Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

The project currently uses Tailwind CSS version 3.4 via CDN script. The goal is to upgrade to version 4.0. Fix any potential issues due to deprecated or modified classes.

Root Cause:
The project uses an older version of Tailwind CSS (3.4), which may not include performance improvements or new utility classes available in version 4.0. Could lead to compatibility issues with newer plugins and tools.

Expectation:
Review and update any deprecated or renamed classes in the project. Ensure all custom configurations in tailwind.config are compatible with version 4.0. Test the project thoroughly after the upgrade to validate UI consistency.

Outcome:
The project and showcase samples should be fully functional with Tailwind CSS 4.0. All UI components should render and behave as expected without breaking changes. Leverage new features and utilities provided by version 4.0 for better performance and maintainability.

Documentation and Handoff:
In UG Document any changes or updates made during the upgrade.