Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
[email protected]
Minor Changes
#1498
169b5dd
Thanks @SutuSebastian! - - Added new project templates:blitzjs
- Blitz.jsbun
- Bunesbuild
- ESBuildfarm
- Farmmeteorjs
- Meteor.jsmodernjs
- Modern.jsreact-router
- React Routerreact-server
- React Serverrsbuild
- Rsbuildrspack
- Rspacktanstack-router
- TanStack Routertanstack-start
- TanStack Startvike
- Vikewaku
- Wakuwebpack
- Webpack[email protected]
Minor Changes
#1498
169b5dd
Thanks @SutuSebastian! - ## SummaryThis release brings massive improvements to Flowbite React's capabilities, introducing the first automatic Tailwind CSS class generation system and native support for both Tailwind CSS v3 and v4. Key highlights include:
New Engine
Automatic Class Generation
Learn more about class generation in our CLI documentation.
One-Command Setup
This single command:
.flowbite-react
directorySee our quickstart guide for detailed setup instructions.
Smart Version Handling
Read more about version compatibility in our compatibility guide.
Major Features
1. Enhanced Integration Support
Explore all integration guides in our framework guides section.
2. Prefix Support System
Added support for customizing Tailwind CSS class prefixes
Different configuration options for Tailwind CSS v3 and v4:
Prefix configuration in
.flowbite-react/config.json
:ThemeConfig component support for prefix configuration:
Learn more about prefix configuration in our prefix documentation.
3. CLI Enhancements
New project initialization command:
Learn more about CLI features in our CLI documentation.
4. Tailwind CSS Version Compatibility
5. Configuration System
New
.flowbite-react/config.json
for centralized configuration (automatically generated):Learn more about configuration options in our config documentation.
6. Custom Components
Component Creation
Added CLI command for component generation:
Automatic setup based on
.flowbite-react/config.json
configuration:Theme System Integration
Technical Improvements
Build System
Component Updates
Developer Experience
Exports and Package Structure
Breaking Changes
Component Changes
Deprecated compound components in favor of simpler component primitives:
Removed
helperText
prop from all form components in favor of using theHelperText
component directlyDeprecated
href
prop inBadge
componentUpdated
Button
component to use new color system:default
andalternative
colorsblue
todefault
Theme System
ThemeProvider
with deep merging of themesclearTheme
primary
instead of specific colors (e.g.,cyan
)Learn more about theming in our theme documentation.
Package and Build System
module
react-icons
dependency in favor of custom icon componentsAPI Changes
<Flowbite>
component in favor ofThemeProvider
getStore()
export and limited to finite actions and gettersforwardRef
to almost all componentsFlowbite
prefix from type namesMigration Guide
Update to the latest version:
Initialize the new engine:
This will:
.flowbite-react
directoryClean up your Tailwind configuration:
Fixed Issues and Pull Requests
Resolved Issues
Resolved Pull Requests
Technical Requirements
For detailed documentation on all new features and integrations, visit:
Core Documentation
Customization