-
-
Notifications
You must be signed in to change notification settings - Fork 430
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
Version Packages #1325
Version Packages #1325
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Run & review this pull request in StackBlitz Codeflow. |
Important Auto Review SkippedBot user detected. To trigger a single review, invoke the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
54bb978
to
520d04a
Compare
520d04a
to
864fbc8
Compare
864fbc8
to
3d60a34
Compare
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
flowbite-react@0.7.6
Patch Changes
7a8933d
- exportcreateTheme
APIAll notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.7.5 (2024-03-20)
Re-publish, broken build in
0.7.4
.0.7.4 (2024-03-20)
Bug Fixes
0.7.3 (2024-03-12)
Features
type="text"
on<TextInput>
(#1206) (fbd57c8)Bug Fixes
as
prop (#1244) (a6698d4), closes #1002 #1107argTypes.weekStart.mapping
onDatepicker.stories.tsx
(#1254) (79f6316), closes #11670.7.2 (2023-12-12)
Bug Fixes
0.7.1 (2023-12-12)
⚠ BREAKING CHANGES
you have to change your weekStart attribute to be -1, so for Monday you should put 1, instead of 2.
But it wasn't working before as the values were incorrectly rendered in the first place.
Features
Bug Fixes
<Checkbox>
ring in dark mode (#1160) (d0ccfde)<DarkThemeToggle>
console warning (#1172) (bdd7cdf)