Skip to content
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

Merged
merged 1 commit into from
Mar 29, 2024
Merged

Version Packages #1325

merged 1 commit into from
Mar 29, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Mar 29, 2024

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

All 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

  • button: fix: polymorphic component return types button, dropdown item (f8775d8), closes #962

0.7.3 (2024-03-12)

Features

Bug Fixes

  • alert: blue color on alert is cyan (#1282) (c52184e)
  • badge: blue color on badge is cyan (#1227) (ee3749f)
  • button: Button ring on focus (#1238) (406ebe5)
  • button: Fixed Typescript error when using Next.js Link in the button as prop (#1244) (a6698d4), closes #1002 #1107
  • ButtonGroup: dynamic generated button with group wasn't styled properly (#1273) (d0dc810), closes #1269 #1269
  • homepage - use Link for internal links (#1246) (4fd01e5)
  • modal: modal overflowing bottom in chrome on ios (#1270) (3671ced)
  • navbar: on Mobile Screen Navbar remains open even page is changed (#1247) (ce25791)
  • storybook: fix the argTypes.weekStart.mapping on Datepicker.stories.tsx (#1254) (79f6316), closes #1167
  • toggleswitch component: added forwardRef to ToggleSwitch component (#1198) (8e0b658), closes #1078
  • typo in fileInput.dropzone.tsx (#1291) (2c2fa52)

0.7.2 (2023-12-12)

Bug Fixes

0.7.1 (2023-12-12)

⚠ BREAKING CHANGES

  • datepicker: As the WeekStart enum changed order to be aligned with Javascript Date object, now
    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

  • list component: develop new horizontal state of list component (#1178) (1fbe6ca)
  • list.stories.tsx: add horizontal stories (#1180) (7db683d)

Bug Fixes

  • add empty space to <Checkbox> ring in dark mode (#1160) (d0ccfde)
  • component: fix <DarkThemeToggle> console warning (#1172) (bdd7cdf)
  • datepicker: fix the inconsistent weekday labels (#1173) (770ab9d), closes #1044
  • footer>theme.ts: adding margin to right in footer links (#1153) (7c1275e), closes #1085
  • pagination: updating lastPage variable correctly for table layout (#1151) (2259bf5), closes #1150

Copy link

vercel bot commented Mar 29, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
flowbite-react ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 29, 2024 2:03pm
flowbite-react-storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 29, 2024 2:03pm

Copy link

stackblitz bot commented Mar 29, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link
Contributor

coderabbitai bot commented Mar 29, 2024

Important

Auto Review Skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

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?

Share

Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit-tests for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit tests for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit tests.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • The JSON schema for the configuration file is available here.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json

CodeRabbit Discord Community

Join our Discord Community to get help, request features, and share feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment