chore: merged with canary

This commit is contained in:
Junior Garcia 2025-01-18 18:00:14 -03:00
commit bae4ff829a
213 changed files with 1344 additions and 459 deletions

View File

@ -2,7 +2,7 @@
"$schema": "https://unpkg.com/@changesets/config@2.3.0/schema.json",
"changelog": [
"@changesets/changelog-github",
{ "repo": "frontio-ai/heroui" }
{ "repo": "heroui-inc/heroui" }
],
"commit": false,
"fixed": [],

View File

@ -1,5 +0,0 @@
---
"@heroui/navbar": patch
---
fixed NavbarMenu React.Fragment prop error when animation is disabled (#4501)

View File

@ -1,5 +0,0 @@
---
"@heroui/theme": patch
---
add missing shadow none (#4586)

View File

@ -3,7 +3,7 @@ const conventional = require("@commitlint/config-conventional");
module.exports = {
extends: ["@commitlint/config-conventional"],
plugins: ["commitlint-plugin-function-rules"],
helpUrl: "https://github.com/frontio-ai/heroui/blob/main/CONTRIBUTING.md#commit-convention",
helpUrl: "https://github.com/heroui-inc/heroui/blob/main/CONTRIBUTING.md#commit-convention",
rules: {
...conventional.rules,
"type-enum": [

View File

@ -8,17 +8,17 @@ body:
value: |
Thank you for reporting an issue :pray:.
This issue tracker is for reporting bugs found in [HeroUI github repository](https://github.com/frontio-ai/heroui/)
This issue tracker is for reporting bugs found in [HeroUI github repository](https://github.com/heroui-inc/heroui/)
If you have a question about how to achieve something and are struggling, please post a question
inside of either of the following places:
- HeroUI's [Discussion's tab](https://github.com/frontio-ai/heroui/discussions)
- HeroUI's [Discussion's tab](https://github.com/heroui-inc/heroui/discussions)
- HeroUI's [Discord channel](https://discord.gg/9b6yyZKmH4)
Before submitting a new bug/issue, please check the links below to see if there is a solution or question posted there already:
- HeroUI's [Issue's tab](https://github.com/frontio-ai/heroui/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-desc)
- HeroUI's [closed issues tab](https://github.com/frontio-ai/heroui/issues?q=is%3Aissue+sort%3Aupdated-desc+is%3Aclosed)
- HeroUI's [Discussions tab](https://github.com/frontio-ai/heroui/discussions)
- HeroUI's [Issue's tab](https://github.com/heroui-inc/heroui/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-desc)
- HeroUI's [closed issues tab](https://github.com/heroui-inc/heroui/issues?q=is%3Aissue+sort%3Aupdated-desc+is%3Aclosed)
- HeroUI's [Discussions tab](https://github.com/heroui-inc/heroui/discussions)
The more information you fill in, the better the community can help you.
- type: input

View File

@ -1,7 +1,7 @@
blank_issues_enabled: true
contact_links:
- name: 🤔 Long question or ideas?
url: https://github.com/frontio-ai/heroui/discussions
url: https://github.com/heroui-inc/heroui/discussions
about: Ask long-form questions and discuss ideas.
- name: 💬 Discord Community Chat
url: https://discord.gg/9b6yyZKmH4

View File

@ -12,7 +12,7 @@ body:
attributes:
value: |
This issue form is for requesting features only! For example, requesting a new component, behavior ... etc
If you want to report a bug, please use the [bug report form](https://github.com/frontio-ai/heroui/issues/new?assignees=&labels=&template=bug_report.yml).
If you want to report a bug, please use the [bug report form](https://github.com/heroui-inc/heroui/issues/new?assignees=&labels=&template=bug_report.yml).
- type: textarea
validations:
required: true

View File

@ -49,7 +49,7 @@ export const metadata: Metadata = {
url: "https://x.com/hero_ui",
},
],
creator: "frontio-ai",
creator: "heroui-inc",
alternates: {
canonical: "https://heroui.com",
types: {

View File

@ -8,7 +8,7 @@ const frameworks = [
description:
"A Next.js 13 with app directory template pre-configured with HeroUI (v2) and Tailwind CSS.",
icon: <NewNextJSIcon height={40} width={40} />,
href: "https://github.com/frontio-ai/next-app-template",
href: "https://github.com/heroui-inc/next-app-template",
},
{
title: "Next.js 13 (Pages) Template",
@ -16,7 +16,7 @@ const frameworks = [
description:
"A Next.js 13 with pages directory template pre-configured with HeroUI (v2) and Tailwind CSS.",
icon: <NewNextJSIcon height={40} width={40} />,
href: "https://github.com/frontio-ai/next-pages-template",
href: "https://github.com/heroui-inc/next-pages-template",
},
];

View File

@ -9,7 +9,7 @@ export function ScriptProviders({isKapaEnabled}: {isKapaEnabled?: boolean}) {
<>
<Script
defer
data-modal-disclaimer="This is a custom LLM for HeroUI with access to all developer docs (heroui.com/docs) and GitHub Issues and PRs (github.com/frontio-ai/heroui)."
data-modal-disclaimer="This is a custom LLM for HeroUI with access to all developer docs (heroui.com/docs) and GitHub Issues and PRs (github.com/heroui-inc/heroui)."
data-modal-example-questions="How do I install for Next.js?,How do I customize primary color?"
data-project-color="#000000"
data-project-logo="https://avatars.githubusercontent.com/u/86160567?s=280&v=4"

View File

@ -31,7 +31,7 @@ export const siteConfig = {
creator: "@hero_ui",
},
links: {
github: "https://github.com/frontio-ai/heroui",
github: "https://github.com/heroui-inc/heroui",
twitter: "https://x.com/hero_ui",
docs: "https://heroui.com",
discord: "https://discord.gg/9b6yyZKmH4",

View File

@ -103,4 +103,4 @@ Whether it's a feature request, bug report, or a project to showcase, please get
## Contributing
PR's on HeroUI are always welcome, please see our [contribution guidelines](https://github.com/frontio-ai/heroui/blob/main/CONTRIBUTING.md) to learn how you can contribute to this project.
PR's on HeroUI are always welcome, please see our [contribution guidelines](https://github.com/heroui-inc/heroui/blob/main/CONTRIBUTING.md) to learn how you can contribute to this project.

View File

@ -327,4 +327,4 @@ Whether it's a feature request, bug report, or a project to showcase, please get
## Contributing
PR's on HeroUI are always welcome, please see our [contribution guidelines](https://github.com/frontio-ai/heroui/blob/main/CONTRIBUTING.md) to learn how you can contribute to this project.
PR's on HeroUI are always welcome, please see our [contribution guidelines](https://github.com/heroui-inc/heroui/blob/main/CONTRIBUTING.md) to learn how you can contribute to this project.

View File

@ -164,4 +164,4 @@ Whether it's a feature request, bug report, or a project to showcase, please get
## Contributing
PR's on HeroUI are always welcome, please see our [contribution guidelines](https://github.com/frontio-ai/heroui/blob/main/CONTRIBUTING.md) to learn how you can contribute to this project.
PR's on HeroUI are always welcome, please see our [contribution guidelines](https://github.com/heroui-inc/heroui/blob/main/CONTRIBUTING.md) to learn how you can contribute to this project.

View File

@ -440,4 +440,4 @@ Whether it's a feature request, bug report, or a project to showcase, please get
## Contributing
PR's on HeroUI are always welcome, please see our [contribution guidelines](https://github.com/frontio-ai/heroui/blob/main/CONTRIBUTING.md) to learn how you can contribute to this project.
PR's on HeroUI are always welcome, please see our [contribution guidelines](https://github.com/heroui-inc/heroui/blob/main/CONTRIBUTING.md) to learn how you can contribute to this project.

View File

@ -61,7 +61,7 @@ Upgrade today by running one of the following commands:
## NextUI CLI
We are thrilled to introduce the [NextUI CLI](https://github.com/frontio-ai/heroui-cli), a command-line interface, It offers a comprehensive suite
We are thrilled to introduce the [NextUI CLI](https://github.com/heroui-inc/heroui-cli), a command-line interface, It offers a comprehensive suite
of commands to initialize, manage, and improve your NextUI projects. It enables you to `add`, `remove`, or
`upgrade` individual components, assess the health of your project, and more.
@ -144,7 +144,7 @@ nextui add --all
<Spacer y={4} />
> The CLI is currentl in `Alpha` stage, we're working on adding more features and improvements. If you find any issues or have any suggestions, please let us know by [opening an issue](https://github.com/frontio-ai/heroui-cli/issues/new).
> The CLI is currentl in `Alpha` stage, we're working on adding more features and improvements. If you find any issues or have any suggestions, please let us know by [opening an issue](https://github.com/heroui-inc/heroui-cli/issues/new).
To learn more about the CLI and its commands, please refer to the [CLI documentation](/docs/guide/cli) and the [CLI API reference](/docs/api-references/cli-api).
@ -367,38 +367,38 @@ That's it! Your project should now be using the latest version of TailwindCSS an
**Bug Fixes**:
- Fixed an HSL color rounding issue in the theme settings to ensure accurate color representation. [PR](https://github.com/frontio-ai/heroui/pull/2702) - [@wingkwong](https://github.com/wingkwong)
- Removed conflicting transition definitions affecting CSS classes. [PR](https://github.com/frontio-ai/heroui/pull/2677) - [@u3u](https://github.com/u3u)
- Patched the "@heroui/autocomplete" package to fix an issue where empty items with `allowCustomValue` would not render properly due to a null node problem. [PR](https://github.com/frontio-ai/heroui/pull/2674) - [@wingkwong](https://github.com/wingkwong)
- Implemented a fix in modal components to prevent carryover of IME (Input Method Editor) input when switching fields using the Tab key. [PR](https://github.com/frontio-ai/heroui/pull/2709) - [@ryo-manba](https://github.com/ryo-manba)
- Enhanced accessibility by handling Tab key press event in the `ModalContent` component. [PR](https://github.com/frontio-ai/heroui/pull/2709) - [@ryo-manba](https://github.com/ryo-manba)
- Fixed an issue where disabled select components could still be changed using blur and keyboard shortcuts. [PR](https://github.com/frontio-ai/heroui/pull/2649) - [@wingkwong](https://github.com/wingkwong)
- Patched issues in "@heroui/use-aria-multiselect" and "@heroui/stories-utils" packages to fix a warning about `SELECT defaultSelectedKeys`. [PR](https://github.com/frontio-ai/heroui/pull/2648) - [@wingkwong](https://github.com/wingkwong)
- Fixed an issue with incorrect `onChange` typing in Checkbox Group, ensuring it now correctly handles an array of strings as values. [PR](https://github.com/frontio-ai/heroui/pull/2595) - [@wingkwong](https://github.com/wingkwong)
- Fixed the `label` placement issue in `Select` component if a `description` prop is used [PR](https://github.com/frontio-ai/heroui/pull/2553) - [@novsource](https://github.com/novsource)
- Fixed the `originalProps` spread issue in the `Dropdown` component. [PR](https://github.com/frontio-ai/heroui/pull/2450) - [@wingkwong](https://github.com/wingkwong)
- Fixed an HSL color rounding issue in the theme settings to ensure accurate color representation. [PR](https://github.com/heroui-inc/heroui/pull/2702) - [@wingkwong](https://github.com/wingkwong)
- Removed conflicting transition definitions affecting CSS classes. [PR](https://github.com/heroui-inc/heroui/pull/2677) - [@u3u](https://github.com/u3u)
- Patched the "@heroui/autocomplete" package to fix an issue where empty items with `allowCustomValue` would not render properly due to a null node problem. [PR](https://github.com/heroui-inc/heroui/pull/2674) - [@wingkwong](https://github.com/wingkwong)
- Implemented a fix in modal components to prevent carryover of IME (Input Method Editor) input when switching fields using the Tab key. [PR](https://github.com/heroui-inc/heroui/pull/2709) - [@ryo-manba](https://github.com/ryo-manba)
- Enhanced accessibility by handling Tab key press event in the `ModalContent` component. [PR](https://github.com/heroui-inc/heroui/pull/2709) - [@ryo-manba](https://github.com/ryo-manba)
- Fixed an issue where disabled select components could still be changed using blur and keyboard shortcuts. [PR](https://github.com/heroui-inc/heroui/pull/2649) - [@wingkwong](https://github.com/wingkwong)
- Patched issues in "@heroui/use-aria-multiselect" and "@heroui/stories-utils" packages to fix a warning about `SELECT defaultSelectedKeys`. [PR](https://github.com/heroui-inc/heroui/pull/2648) - [@wingkwong](https://github.com/wingkwong)
- Fixed an issue with incorrect `onChange` typing in Checkbox Group, ensuring it now correctly handles an array of strings as values. [PR](https://github.com/heroui-inc/heroui/pull/2595) - [@wingkwong](https://github.com/wingkwong)
- Fixed the `label` placement issue in `Select` component if a `description` prop is used [PR](https://github.com/heroui-inc/heroui/pull/2553) - [@novsource](https://github.com/novsource)
- Fixed the `originalProps` spread issue in the `Dropdown` component. [PR](https://github.com/heroui-inc/heroui/pull/2450) - [@wingkwong](https://github.com/wingkwong)
**Improvements**
- Framer Motion was updated to the latest version, improving performance and reducing bundle size. [Docs](https://www.framer.com/motion/guide-reduce-bundle-size/) [PR](https://github.com/frontio-ai/heroui/pull/2464) - [@mezotv](https://github.com/mezotv)
- Framer Motion was updated to the latest version, improving performance and reducing bundle size. [Docs](https://www.framer.com/motion/guide-reduce-bundle-size/) [PR](https://github.com/heroui-inc/heroui/pull/2464) - [@mezotv](https://github.com/mezotv)
- `LazyMotion` was added to all components that use Framer Motion, improving performance by only loading the required motion components.
- We removed the custom `units` creation from the `nextui` plugin, it is no longer needed with TailwindCSS v3.4 and above. [PR](https://github.com/frontio-ai/heroui/pull/2713) - [@jrgarciadev](https://github.com/jrgarciadev)
- Updated `framer-motion` package across various components and utilities to version `11.0.22` for enhanced performance and consistency. [PR](https://github.com/frontio-ai/heroui/pull/2596) - [@wingkwong](https://github.com/wingkwong)
- Ensured compatibility with `react@18.2.0` and `react-dom@18.2.0` across the board. [PR](https://github.com/frontio-ai/heroui/pull/2596) - [@wingkwong](https://github.com/wingkwong)
- Introduced patches for NextUI components to improve animations, including support for keyframes with spring and inertia animations. [PR](https://github.com/frontio-ai/heroui/pull/2596) - [@wingkwong](https://github.com/wingkwong)
- Improved handling of numeric keys in the multi-select component to ensure consistent behavior. [PR](https://github.com/frontio-ai/heroui/pull/2589) - [@wingkwong](https://github.com/wingkwong)
- Updated the version of react-aria to include the latest changes as detailed in the [2024-02-13 release](https://react-spectrum.adobe.com/releases/2024-02-13.html). [PR](https://github.com/frontio-ai/heroui/pull/2561) - [@ryo-manba](https://github.com/ryo-manba)
- Added support for custom class names in the `AvatarGroup` component, enhancing flexibility in styling. [PR](https://github.com/frontio-ai/heroui/pull/2669) - [@wingkwong](https://github.com/wingkwong)
- Introduced a `count` slot to the `AvatarGroup` for more customized rendering. [PR](https://github.com/frontio-ai/heroui/pull/2669) - [@wingkwong](https://github.com/wingkwong)
- Improved the `AvatarGroup` component's count rendering logic for better performance and flexibility. [PR](https://github.com/frontio-ai/heroui/pull/2669) - [@wingkwong](https://github.com/wingkwong)
- Add RTL support to the kbd component. [PR](https://github.com/frontio-ai/heroui/pull/2482) - [@mrbadri](https://github.com/mrbadri)
- Add RTL support to the Select component. [PR](https://github.com/frontio-ai/heroui/pull/2485) - [@mrbadri](https://github.com/mrbadri)
- Add RTL support to the avatar group componen. [PR](https://github.com/frontio-ai/heroui/pull/2498) - [@mrbadri](https://github.com/mrbadri)
- Add RTL support to the Table component. [PR](https://github.com/frontio-ai/heroui/pull/2472) - [@mrbadri](https://github.com/mrbadri)
- We removed the custom `units` creation from the `nextui` plugin, it is no longer needed with TailwindCSS v3.4 and above. [PR](https://github.com/heroui-inc/heroui/pull/2713) - [@jrgarciadev](https://github.com/jrgarciadev)
- Updated `framer-motion` package across various components and utilities to version `11.0.22` for enhanced performance and consistency. [PR](https://github.com/heroui-inc/heroui/pull/2596) - [@wingkwong](https://github.com/wingkwong)
- Ensured compatibility with `react@18.2.0` and `react-dom@18.2.0` across the board. [PR](https://github.com/heroui-inc/heroui/pull/2596) - [@wingkwong](https://github.com/wingkwong)
- Introduced patches for NextUI components to improve animations, including support for keyframes with spring and inertia animations. [PR](https://github.com/heroui-inc/heroui/pull/2596) - [@wingkwong](https://github.com/wingkwong)
- Improved handling of numeric keys in the multi-select component to ensure consistent behavior. [PR](https://github.com/heroui-inc/heroui/pull/2589) - [@wingkwong](https://github.com/wingkwong)
- Updated the version of react-aria to include the latest changes as detailed in the [2024-02-13 release](https://react-spectrum.adobe.com/releases/2024-02-13.html). [PR](https://github.com/heroui-inc/heroui/pull/2561) - [@ryo-manba](https://github.com/ryo-manba)
- Added support for custom class names in the `AvatarGroup` component, enhancing flexibility in styling. [PR](https://github.com/heroui-inc/heroui/pull/2669) - [@wingkwong](https://github.com/wingkwong)
- Introduced a `count` slot to the `AvatarGroup` for more customized rendering. [PR](https://github.com/heroui-inc/heroui/pull/2669) - [@wingkwong](https://github.com/wingkwong)
- Improved the `AvatarGroup` component's count rendering logic for better performance and flexibility. [PR](https://github.com/heroui-inc/heroui/pull/2669) - [@wingkwong](https://github.com/wingkwong)
- Add RTL support to the kbd component. [PR](https://github.com/heroui-inc/heroui/pull/2482) - [@mrbadri](https://github.com/mrbadri)
- Add RTL support to the Select component. [PR](https://github.com/heroui-inc/heroui/pull/2485) - [@mrbadri](https://github.com/mrbadri)
- Add RTL support to the avatar group componen. [PR](https://github.com/heroui-inc/heroui/pull/2498) - [@mrbadri](https://github.com/mrbadri)
- Add RTL support to the Table component. [PR](https://github.com/heroui-inc/heroui/pull/2472) - [@mrbadri](https://github.com/mrbadri)
**Documentation**:
- Updated documentation to reflect the new features and changes in the `AvatarGroup` component.
- Added support for the "bun" package manager across documentation and components. [PR](https://github.com/frontio-ai/heroui/pull/2625) - [@sudongyuer](https://github.com/sudongyuer)
- [Kapa.ai](https://www.kapa.ai/) widget was added to the documentation to provide AI support for users. [PR](https://github.com/frontio-ai/heroui/pull/2428) - [@wingkwong](https://github.com/sudongyuer)
- Added support for the "bun" package manager across documentation and components. [PR](https://github.com/heroui-inc/heroui/pull/2625) - [@sudongyuer](https://github.com/sudongyuer)
- [Kapa.ai](https://www.kapa.ai/) widget was added to the documentation to provide AI support for users. [PR](https://github.com/heroui-inc/heroui/pull/2428) - [@wingkwong](https://github.com/sudongyuer)
- Layout docs updated to remove the `units` configuration from the `tailwind.config.(js|ts)` file.
@ -406,7 +406,7 @@ Special thanks to NextUI Team members [@kuri-sun](https://github.com/kuri-sun),
[@sudongyuer](https://github.com/sudongyuer), [@winchesHe](https://github.com/winchesHe), [@wingkwong](https://github.com/wingkwong),
[@tianenpang](https://github.com/tianenpang), [@smultar](https://github.com/smultar) and contributors for their contributions to this release.
For a full list of changes, please refer to the [release notes](https://github.com/frontio-ai/heroui/releases/tag/%40nextui-org%2Freact%402.3.0).
For a full list of changes, please refer to the [release notes](https://github.com/heroui-inc/heroui/releases/tag/%40nextui-org%2Freact%402.3.0).
<Spacer y={6} />
@ -425,4 +425,4 @@ Whether it's a feature request, bug report, or a project to showcase, please get
## Contributing
PR's on HeroUI are always welcome, please see our [contribution guidelines](https://github.com/frontio-ai/heroui/blob/main/CONTRIBUTING.md) to learn how you can contribute to this project.
PR's on HeroUI are always welcome, please see our [contribution guidelines](https://github.com/heroui-inc/heroui/blob/main/CONTRIBUTING.md) to learn how you can contribute to this project.

View File

@ -220,17 +220,17 @@ nextui --no-cache upgrade
You can now run the upgrade command and see the summary version of the package you are upgrading to.
![image](https://github.com/frontio-ai/heroui-cli/assets/96854855/2a5945dd-5187-4e20-81b8-4136e9791dde)
![image](https://github.com/heroui-inc/heroui-cli/assets/96854855/2a5945dd-5187-4e20-81b8-4136e9791dde)
### Upgrade And Remove Select View Optimization
The disabled option(s) will be displayed in the bottom of the list.
![image](https://github.com/frontio-ai/heroui-cli/assets/96854855/c7ddf9e4-3054-4bf1-b8e3-dc2f6226091a)
![image](https://github.com/heroui-inc/heroui-cli/assets/96854855/c7ddf9e4-3054-4bf1-b8e3-dc2f6226091a)
### Doctor Command add peerDependencies check
The `doctor` command now checks for peerDependencies and displays the incorrect peerDependencies. (See [frontio-ai/heroui#2954](https://github.com/frontio-ai/heroui/issues/2954) for more).
The `doctor` command now checks for peerDependencies and displays the incorrect peerDependencies. (See [heroui-inc/heroui#2954](https://github.com/heroui-inc/heroui/issues/2954) for more).
<Spacer y={4} />
@ -287,38 +287,38 @@ For those who use `validationBehavior="aria"`, `validate` will be no longer appl
**Bug Fixes**:
- Fixed popover-based focus behaviours. [PR](https://github.com/frontio-ai/heroui/pull/2889) - [@wingkwong](https://github.com/wingkwong)
- Fixed missing ref to input wrapper. [PR](https://github.com/frontio-ai/heroui/pull/3008) - [@wingkwong](https://github.com/wingkwong)
- Fixed react-hook-form uncontrolled switch component. [PR](https://github.com/frontio-ai/heroui/pull/3008) - [@wingkwong](https://github.com/wingkwong)
- Fixed focus on the first item when pressing Space / Enter key on dropdown menu open. [PR](https://github.com/frontio-ai/heroui/pull/2970) - [@wingkwong](https://github.com/wingkwong)
- Fixed inputting spaces in textarea inside a Table row. [PR](https://github.com/frontio-ai/heroui/pull/3020) - [@wingkwong](https://github.com/wingkwong)
- Fixed incorrect tailwind classnames. [PR](https://github.com/frontio-ai/heroui/pull/3018) - [@wingkwong](https://github.com/wingkwong)
- Fixed onSelectionChange can handle number [PR](https://github.com/frontio-ai/heroui/pull/2937) - [@ryo-manba](https://github.com/ryo-manba)
- Fixed update type definition to prevent primitive values as items [PR](https://github.com/frontio-ai/heroui/pull/2938) - [@ryo-manba](https://github.com/ryo-manba)
- Fixed display placeholder text when unselected for controlled. [PR](https://github.com/frontio-ai/heroui/pull/3081) - [@ryo-manba](https://github.com/ryo-manba)
- Fixed the inert attribute in `CalendarMonth` and `CalendarPicker`. [PR](https://github.com/frontio-ai/heroui/pull/3054) - [@ShrinidhiUpadhyaya](https://github.com/ShrinidhiUpadhyaya)
- Fixed hiding of unavailable dates in RangeCalendar. [PR](https://github.com/frontio-ai/heroui/pull/3054) - [@ShrinidhiUpadhyaya](https://github.com/ShrinidhiUpadhyaya)
- Fixed calendar header controlled state on DatePicker. [PR](https://github.com/frontio-ai/heroui/pull/2845) - [@chirokas](https://github.com/chirokas)
- Fixed 'Tap to click' behavior on macOS for Accordion and Tab. [PR](https://github.com/frontio-ai/heroui/pull/2725) - [@ericfabreu](https://github.com/ericfabreu)
- Fixed incorrect margin on labels for RTL required inputs. [PR](https://github.com/frontio-ai/heroui/pull/2781) - [@mrbadri](https://github.com/mrbadri)
- Fixed a type error in the onKeyDown event handler for the menu component. [PR](https://github.com/frontio-ai/heroui/pull/3064) - [@Gaic4o](https://github.com/Gaic4o)
- Fixed popover-based focus behaviours. [PR](https://github.com/heroui-inc/heroui/pull/2889) - [@wingkwong](https://github.com/wingkwong)
- Fixed missing ref to input wrapper. [PR](https://github.com/heroui-inc/heroui/pull/3008) - [@wingkwong](https://github.com/wingkwong)
- Fixed react-hook-form uncontrolled switch component. [PR](https://github.com/heroui-inc/heroui/pull/3008) - [@wingkwong](https://github.com/wingkwong)
- Fixed focus on the first item when pressing Space / Enter key on dropdown menu open. [PR](https://github.com/heroui-inc/heroui/pull/2970) - [@wingkwong](https://github.com/wingkwong)
- Fixed inputting spaces in textarea inside a Table row. [PR](https://github.com/heroui-inc/heroui/pull/3020) - [@wingkwong](https://github.com/wingkwong)
- Fixed incorrect tailwind classnames. [PR](https://github.com/heroui-inc/heroui/pull/3018) - [@wingkwong](https://github.com/wingkwong)
- Fixed onSelectionChange can handle number [PR](https://github.com/heroui-inc/heroui/pull/2937) - [@ryo-manba](https://github.com/ryo-manba)
- Fixed update type definition to prevent primitive values as items [PR](https://github.com/heroui-inc/heroui/pull/2938) - [@ryo-manba](https://github.com/ryo-manba)
- Fixed display placeholder text when unselected for controlled. [PR](https://github.com/heroui-inc/heroui/pull/3081) - [@ryo-manba](https://github.com/ryo-manba)
- Fixed the inert attribute in `CalendarMonth` and `CalendarPicker`. [PR](https://github.com/heroui-inc/heroui/pull/3054) - [@ShrinidhiUpadhyaya](https://github.com/ShrinidhiUpadhyaya)
- Fixed hiding of unavailable dates in RangeCalendar. [PR](https://github.com/heroui-inc/heroui/pull/3054) - [@ShrinidhiUpadhyaya](https://github.com/ShrinidhiUpadhyaya)
- Fixed calendar header controlled state on DatePicker. [PR](https://github.com/heroui-inc/heroui/pull/2845) - [@chirokas](https://github.com/chirokas)
- Fixed 'Tap to click' behavior on macOS for Accordion and Tab. [PR](https://github.com/heroui-inc/heroui/pull/2725) - [@ericfabreu](https://github.com/ericfabreu)
- Fixed incorrect margin on labels for RTL required inputs. [PR](https://github.com/heroui-inc/heroui/pull/2781) - [@mrbadri](https://github.com/mrbadri)
- Fixed a type error in the onKeyDown event handler for the menu component. [PR](https://github.com/heroui-inc/heroui/pull/3064) - [@Gaic4o](https://github.com/Gaic4o)
**Improvements**
- Added `destroyInactiveTabPanel` prop for Tabs component. [PR](https://github.com/frontio-ai/heroui/pull/2973) - [@wingkwong](https://github.com/wingkwong)
- Added pointer-events-none to skeleton base. [PR](https://github.com/frontio-ai/heroui/pull/2972) - [@wingkwong](https://github.com/wingkwong)
- Revised isInvalid input styles. [PR](https://github.com/frontio-ai/heroui/pull/3010) - [@wingkwong](https://github.com/wingkwong)
- Revised slider styles. [PR](https://github.com/frontio-ai/heroui/pull/2883) - [@wingkwong](https://github.com/wingkwong)
- Removed unnecessary origin-bottom in button. [PR](https://github.com/frontio-ai/heroui/pull/2990) - [@wingkwong](https://github.com/wingkwong)
- Set overflow visible after skeleton loaded. [PR](https://github.com/frontio-ai/heroui/pull/2986) - [@wingkwong](https://github.com/wingkwong)
- Kept date picker style consistent for different variants. [PR](https://github.com/frontio-ai/heroui/pull/2901) - [@wingkwong](https://github.com/wingkwong)
- Calculated the correct value on mark click. [PR](https://github.com/frontio-ai/heroui/pull/3017) - [@wingkwong](https://github.com/wingkwong)
- Removed scrolling display during month change animation. [PR](https://github.com/frontio-ai/heroui/pull/2949) - [@novsource](https://github.com/novsource)
- Added the correct peerDep version [PR](https://github.com/frontio-ai/heroui/pull/3014) - [@winchesHe](https://github.com/winchesHe)
- Added missing export of TableRowProps type. [PR](https://github.com/frontio-ai/heroui/pull/2866) - [@sapkra](https://github.com/sapkra)
- Changed validationBehavior from native to aria by default, with the option to change via props. [PR](https://github.com/frontio-ai/heroui/pull/2987) - [@ryo-manba](https://github.com/ryo-manba)
- Made the VisuallyHidden elementType as span when the default parent element accepts only phrasing elements. [PR](https://github.com/frontio-ai/heroui/pull/3013) - [@kosmotema](https://github.com/kosmotema)
- Refactored the useScrollPosition hook to improve performance and stability by using useCallback for the handler function and useRef for throttleTimeout. [PR](https://github.com/frontio-ai/heroui/pull/3049) - [@Gaic4o](https://github.com/Gaic4o)
- Added `destroyInactiveTabPanel` prop for Tabs component. [PR](https://github.com/heroui-inc/heroui/pull/2973) - [@wingkwong](https://github.com/wingkwong)
- Added pointer-events-none to skeleton base. [PR](https://github.com/heroui-inc/heroui/pull/2972) - [@wingkwong](https://github.com/wingkwong)
- Revised isInvalid input styles. [PR](https://github.com/heroui-inc/heroui/pull/3010) - [@wingkwong](https://github.com/wingkwong)
- Revised slider styles. [PR](https://github.com/heroui-inc/heroui/pull/2883) - [@wingkwong](https://github.com/wingkwong)
- Removed unnecessary origin-bottom in button. [PR](https://github.com/heroui-inc/heroui/pull/2990) - [@wingkwong](https://github.com/wingkwong)
- Set overflow visible after skeleton loaded. [PR](https://github.com/heroui-inc/heroui/pull/2986) - [@wingkwong](https://github.com/wingkwong)
- Kept date picker style consistent for different variants. [PR](https://github.com/heroui-inc/heroui/pull/2901) - [@wingkwong](https://github.com/wingkwong)
- Calculated the correct value on mark click. [PR](https://github.com/heroui-inc/heroui/pull/3017) - [@wingkwong](https://github.com/wingkwong)
- Removed scrolling display during month change animation. [PR](https://github.com/heroui-inc/heroui/pull/2949) - [@novsource](https://github.com/novsource)
- Added the correct peerDep version [PR](https://github.com/heroui-inc/heroui/pull/3014) - [@winchesHe](https://github.com/winchesHe)
- Added missing export of TableRowProps type. [PR](https://github.com/heroui-inc/heroui/pull/2866) - [@sapkra](https://github.com/sapkra)
- Changed validationBehavior from native to aria by default, with the option to change via props. [PR](https://github.com/heroui-inc/heroui/pull/2987) - [@ryo-manba](https://github.com/ryo-manba)
- Made the VisuallyHidden elementType as span when the default parent element accepts only phrasing elements. [PR](https://github.com/heroui-inc/heroui/pull/3013) - [@kosmotema](https://github.com/kosmotema)
- Refactored the useScrollPosition hook to improve performance and stability by using useCallback for the handler function and useRef for throttleTimeout. [PR](https://github.com/heroui-inc/heroui/pull/3049) - [@Gaic4o](https://github.com/Gaic4o)
**Documentation**:
- Updated documentation to reflect the new features and changes in the components, API references, and CLI.
@ -327,7 +327,7 @@ Special thanks to NextUI Team members [@kuri-sun](https://github.com/kuri-sun),
[@sudongyuer](https://github.com/sudongyuer), [@winchesHe](https://github.com/winchesHe), [@wingkwong](https://github.com/wingkwong),
[@tianenpang](https://github.com/tianenpang), [@smultar](https://github.com/smultar) and contributors for their contributions to this release.
For a full list of changes, please refer to the [release notes](https://github.com/frontio-ai/heroui/releases/tag/%40nextui-org%2Freact%402.4.0).
For a full list of changes, please refer to the [release notes](https://github.com/heroui-inc/heroui/releases/tag/%40nextui-org%2Freact%402.4.0).
<Spacer y={6} />
@ -344,4 +344,4 @@ Whether it's a feature request, bug report, or a project to showcase, please get
## Contributing
PR's on HeroUI are always welcome, please see our [contribution guidelines](https://github.com/frontio-ai/heroui/blob/main/CONTRIBUTING.md) to learn how you can contribute to this project.
PR's on HeroUI are always welcome, please see our [contribution guidelines](https://github.com/heroui-inc/heroui/blob/main/CONTRIBUTING.md) to learn how you can contribute to this project.

View File

@ -665,20 +665,20 @@ The circular progress Tailwind variants have been moved from `circular-progress`
**Features**:
- Added Alert component by [@jrgarciadev](https://github.com/jrgarciadev) and [@abhinav700](https://github.com/abhinav700) in [PR #3982](https://github.com/frontio-ai/heroui/pull/3982), [PR #3680](https://github.com/frontio-ai/heroui/pull/3680), [PR #4071](https://github.com/frontio-ai/heroui/pull/4071), and [PR #4073](https://github.com/frontio-ai/heroui/pull/4073)
- Added Draggable modal by [@jrgarciadev](https://github.com/jrgarciadev) and [@wzc520pyfm](https://github.com/wzc520pyfm) in [PR #3983](https://github.com/frontio-ai/heroui/pull/3983) and [PR #2818](https://github.com/frontio-ai/heroui/pull/2818)
- Added Drawer component by [@jrgarciadev](https://github.com/jrgarciadev) and [@1111mp](https://github.com/1111mp) in [PR #3986](https://github.com/frontio-ai/heroui/pull/3986), [PR #2223](https://github.com/frontio-ai/heroui/pull/2223) and [PR #4057](https://github.com/frontio-ai/heroui/pull/4057)
- Added InputOTP component by [@macci001](https://github.com/macci001) in [PR #4052](https://github.com/frontio-ai/heroui/pull/4052)
- Added Form component by [@ryo-manba](https://github.com/ryo-manba) in [PR #3036](https://github.com/frontio-ai/heroui/pull/3036)
- Added `selectorButtonPlacement` prop to date-picker by [@ryo-manba](https://github.com/ryo-manba) in [PR #3248](https://github.com/frontio-ai/heroui/pull/3248)
- Added `tabRef` prop to tabs by [@winchesHe](https://github.com/winchesHe) in [PR #3974](https://github.com/frontio-ai/heroui/pull/3974)
- Added `shouldCloseOnScroll` prop to popover by [@awesome-pro](https://github.com/awesome-pro) in [PR #3595](https://github.com/frontio-ai/heroui/pull/3595)
- Added `showMonthAndYearPickers` prop to date-range-picker and range-calendar by [@ryo-manba](https://github.com/ryo-manba) in [PR #3302](https://github.com/frontio-ai/heroui/pull/3302)
- Added `use-theme` hook by [@wingkwong](https://github.com/wingkwong) in [PR #3169](https://github.com/frontio-ai/heroui/pull/3169)
- Added `isKeyboardNavigationDisabled` prop in Table by [@macci001](https://github.com/macci001) in [PR #3735](https://github.com/frontio-ai/heroui/pull/3735)
- Added `reducedMotion` to Provider by [@ryo-manba](https://github.com/ryo-manba) in [PR #3470](https://github.com/frontio-ai/heroui/pull/3470)
- Added `isClearable` to Textarea by [@jrgarciadev](https://github.com/jrgarciadev) and [@IsDyh01](https://github.com/IsDyh01) in [PR #4172](https://github.com/frontio-ai/heroui/pull/4172) and [PR #3477](https://github.com/frontio-ai/heroui/pull/3477)
- Added `hideEmptyContent` to Select by [@Peterl561](https://github.com/Peterl561) in [PR #4219](https://github.com/frontio-ai/heroui/pull/4219)
- Added Alert component by [@jrgarciadev](https://github.com/jrgarciadev) and [@abhinav700](https://github.com/abhinav700) in [PR #3982](https://github.com/heroui-inc/heroui/pull/3982), [PR #3680](https://github.com/heroui-inc/heroui/pull/3680), [PR #4071](https://github.com/heroui-inc/heroui/pull/4071), and [PR #4073](https://github.com/heroui-inc/heroui/pull/4073)
- Added Draggable modal by [@jrgarciadev](https://github.com/jrgarciadev) and [@wzc520pyfm](https://github.com/wzc520pyfm) in [PR #3983](https://github.com/heroui-inc/heroui/pull/3983) and [PR #2818](https://github.com/heroui-inc/heroui/pull/2818)
- Added Drawer component by [@jrgarciadev](https://github.com/jrgarciadev) and [@1111mp](https://github.com/1111mp) in [PR #3986](https://github.com/heroui-inc/heroui/pull/3986), [PR #2223](https://github.com/heroui-inc/heroui/pull/2223) and [PR #4057](https://github.com/heroui-inc/heroui/pull/4057)
- Added InputOTP component by [@macci001](https://github.com/macci001) in [PR #4052](https://github.com/heroui-inc/heroui/pull/4052)
- Added Form component by [@ryo-manba](https://github.com/ryo-manba) in [PR #3036](https://github.com/heroui-inc/heroui/pull/3036)
- Added `selectorButtonPlacement` prop to date-picker by [@ryo-manba](https://github.com/ryo-manba) in [PR #3248](https://github.com/heroui-inc/heroui/pull/3248)
- Added `tabRef` prop to tabs by [@winchesHe](https://github.com/winchesHe) in [PR #3974](https://github.com/heroui-inc/heroui/pull/3974)
- Added `shouldCloseOnScroll` prop to popover by [@awesome-pro](https://github.com/awesome-pro) in [PR #3595](https://github.com/heroui-inc/heroui/pull/3595)
- Added `showMonthAndYearPickers` prop to date-range-picker and range-calendar by [@ryo-manba](https://github.com/ryo-manba) in [PR #3302](https://github.com/heroui-inc/heroui/pull/3302)
- Added `use-theme` hook by [@wingkwong](https://github.com/wingkwong) in [PR #3169](https://github.com/heroui-inc/heroui/pull/3169)
- Added `isKeyboardNavigationDisabled` prop in Table by [@macci001](https://github.com/macci001) in [PR #3735](https://github.com/heroui-inc/heroui/pull/3735)
- Added `reducedMotion` to Provider by [@ryo-manba](https://github.com/ryo-manba) in [PR #3470](https://github.com/heroui-inc/heroui/pull/3470)
- Added `isClearable` to Textarea by [@jrgarciadev](https://github.com/jrgarciadev) and [@IsDyh01](https://github.com/IsDyh01) in [PR #4172](https://github.com/heroui-inc/heroui/pull/4172) and [PR #3477](https://github.com/heroui-inc/heroui/pull/3477)
- Added `hideEmptyContent` to Select by [@Peterl561](https://github.com/Peterl561) in [PR #4219](https://github.com/heroui-inc/heroui/pull/4219)
**Documentation**:
@ -688,71 +688,71 @@ The circular progress Tailwind variants have been moved from `circular-progress`
- Moved descriptions into tooltips that appear right after titles
- Decreased font size for better scanning
- Improved color scheme for better contrast
- Fixed broken links by [@wingkwong](https://github.com/wingkwong) in [PR #3796](https://github.com/frontio-ai/heroui/pull/3796)
- Fixed canary storybook links by [@wingkwong](https://github.com/wingkwong) in [PR #4030](https://github.com/frontio-ai/heroui/pull/4030)
- Fixed typos in dark mode page by [@wingkwong](https://github.com/wingkwong) in [PR #3823](https://github.com/frontio-ai/heroui/pull/3823)
- Fixed types for classNames and itemClasses by [@wingkwong](https://github.com/wingkwong) in [PR #4209](https://github.com/frontio-ai/heroui/pull/4209)
- Fixed typos in landing page by [@PentSec](https://github.com/PentSec) in [PR #3928](https://github.com/frontio-ai/heroui/pull/3928)
- Fixed typos in date picker page by [@dperconti](https://github.com/dperconti) in [PR #3516](https://github.com/frontio-ai/heroui/pull/3516)
- Fixed incorrect highlighted line in Select page by [@Choneas](https://github.com/Choneas) in [PR #3838](https://github.com/frontio-ai/heroui/pull/3838)
- Fixed unexpected translation in code block by [@nnmax](https://github.com/nnmax) in [PR #3878](https://github.com/frontio-ai/heroui/pull/3878)
- Fixed yarn command in installation page by [@AzpektDev](https://github.com/AzpektDev) in [PR #4132](https://github.com/frontio-ai/heroui/pull/4132)
- Added ethical ads by [@jrgarciadev](https://github.com/jrgarciadev) in [PR #3803](https://github.com/frontio-ai/heroui/pull/3803)
- Added Form guide by [@ryo-manba](https://github.com/ryo-manba) in [PR #3882](https://github.com/frontio-ai/heroui/pull/3882)
- Enhanced overall DX for all pages by [@wingkwong](https://github.com/wingkwong) in [PR #4055](https://github.com/frontio-ai/heroui/pull/4055)
- Supported virtualization for Autocomplete by [@jrgarciadev](https://github.com/jrgarciadev) and [@vinroger](https://github.com/vinroger) in [PR #4094](https://github.com/frontio-ai/heroui/pull/4094) and [PR #3444](https://github.com/frontio-ai/heroui/pull/3444)
- Supported virtualization for Select by [@vinroger](https://github.com/vinroger) in [PR #4203](https://github.com/frontio-ai/heroui/pull/4203)
- Supported virtualization for Listbox by [@vinroger](https://github.com/vinroger) in [PR #4206](https://github.com/frontio-ai/heroui/pull/4206)
- Optimized code fold by [@winchesHe](https://github.com/winchesHe) in [PR #4202](https://github.com/frontio-ai/heroui/pull/4202)
- Synced API from heroui-cli v0.3.5 by [@winchesHe](https://github.com/winchesHe) in [PR #4173](https://github.com/frontio-ai/heroui/pull/4173)
- Fixed broken links by [@wingkwong](https://github.com/wingkwong) in [PR #3796](https://github.com/heroui-inc/heroui/pull/3796)
- Fixed canary storybook links by [@wingkwong](https://github.com/wingkwong) in [PR #4030](https://github.com/heroui-inc/heroui/pull/4030)
- Fixed typos in dark mode page by [@wingkwong](https://github.com/wingkwong) in [PR #3823](https://github.com/heroui-inc/heroui/pull/3823)
- Fixed types for classNames and itemClasses by [@wingkwong](https://github.com/wingkwong) in [PR #4209](https://github.com/heroui-inc/heroui/pull/4209)
- Fixed typos in landing page by [@PentSec](https://github.com/PentSec) in [PR #3928](https://github.com/heroui-inc/heroui/pull/3928)
- Fixed typos in date picker page by [@dperconti](https://github.com/dperconti) in [PR #3516](https://github.com/heroui-inc/heroui/pull/3516)
- Fixed incorrect highlighted line in Select page by [@Choneas](https://github.com/Choneas) in [PR #3838](https://github.com/heroui-inc/heroui/pull/3838)
- Fixed unexpected translation in code block by [@nnmax](https://github.com/nnmax) in [PR #3878](https://github.com/heroui-inc/heroui/pull/3878)
- Fixed yarn command in installation page by [@AzpektDev](https://github.com/AzpektDev) in [PR #4132](https://github.com/heroui-inc/heroui/pull/4132)
- Added ethical ads by [@jrgarciadev](https://github.com/jrgarciadev) in [PR #3803](https://github.com/heroui-inc/heroui/pull/3803)
- Added Form guide by [@ryo-manba](https://github.com/ryo-manba) in [PR #3882](https://github.com/heroui-inc/heroui/pull/3882)
- Enhanced overall DX for all pages by [@wingkwong](https://github.com/wingkwong) in [PR #4055](https://github.com/heroui-inc/heroui/pull/4055)
- Supported virtualization for Autocomplete by [@jrgarciadev](https://github.com/jrgarciadev) and [@vinroger](https://github.com/vinroger) in [PR #4094](https://github.com/heroui-inc/heroui/pull/4094) and [PR #3444](https://github.com/heroui-inc/heroui/pull/3444)
- Supported virtualization for Select by [@vinroger](https://github.com/vinroger) in [PR #4203](https://github.com/heroui-inc/heroui/pull/4203)
- Supported virtualization for Listbox by [@vinroger](https://github.com/vinroger) in [PR #4206](https://github.com/heroui-inc/heroui/pull/4206)
- Optimized code fold by [@winchesHe](https://github.com/winchesHe) in [PR #4202](https://github.com/heroui-inc/heroui/pull/4202)
- Synced API from heroui-cli v0.3.5 by [@winchesHe](https://github.com/winchesHe) in [PR #4173](https://github.com/heroui-inc/heroui/pull/4173)
**Bug Fixes**:
- Fixed avatar flashing issues by [@jrgarciadev](https://github.com/jrgarciadev) and [@rkkautsar](https://github.com/rkkautsar) in [PR #3987](https://github.com/frontio-ai/heroui/pull/3987) and [PR #3444](https://github.com/frontio-ai/heroui/pull/3444)
- Fixed image ReferenceError in SSR by [@wingkwong](https://github.com/wingkwong) in [PR #4122](https://github.com/frontio-ai/heroui/pull/4122)
- Fixed navigate parameters by [@wingkwong](https://github.com/wingkwong) in [PR #4163](https://github.com/frontio-ai/heroui/pull/4163)
- Fixed missing peer / dev dependency for framer-motion by [@wingkwong](https://github.com/wingkwong) in [PR #4161](https://github.com/frontio-ai/heroui/pull/4161)
- Fixed menu item classNames by [@winchesHe](https://github.com/winchesHe) in [PR #4156](https://github.com/frontio-ai/heroui/pull/4156)
- Fixed controlled IsInvalid prop by [@chirokas](https://github.com/chirokas) in [PR #4082](https://github.com/frontio-ai/heroui/pull/4082)
- Fixed inert value with boolean type for React 19 by [@wingkwong](https://github.com/wingkwong) in [PR #4039](https://github.com/frontio-ai/heroui/pull/4039)
- Fixed typecheck errors by [@wingkwong](https://github.com/wingkwong) in [PR #4171](https://github.com/frontio-ai/heroui/pull/4171)
- Fixed tw nested group by [@wingkwong](https://github.com/wingkwong) in [PR #3909](https://github.com/frontio-ai/heroui/pull/3909)
- Fixed select styles consistent with input by [@macci001](https://github.com/macci001) in [PR #3881](https://github.com/frontio-ai/heroui/pull/3881)
- Fixed missing li tag when href is specified by [@macci001](https://github.com/macci001) in [PR #4168](https://github.com/frontio-ai/heroui/pull/4168)
- Fixed sliding issue caused by the helper wrapper by [@mstfblci](https://github.com/mstfblci) in [PR #3966](https://github.com/frontio-ai/heroui/pull/3966)
- Fixed element.ref warning in React 19 by [@jrgarciadev](https://github.com/jrgarciadev) in [PR #4003](https://github.com/frontio-ai/heroui/pull/4003)
- Fixed image load on NextJS by [@jrgarciadev](https://github.com/jrgarciadev) in [PR #3998](https://github.com/frontio-ai/heroui/pull/3998)
- Fixed squish textarea label by [@Peterl561](https://github.com/Peterl561) in [PR #4197](https://github.com/frontio-ai/heroui/pull/4197)
- Fixed forwardRef render functions by [@winchesHe](https://github.com/winchesHe) in [PR #4198](https://github.com/frontio-ai/heroui/pull/4198)
- Fixed collection based components ref by [@jrgarciadev](https://github.com/jrgarciadev) in [PR #4207](https://github.com/frontio-ai/heroui/pull/4207)
- Fixed data-slot for select error message by [@jubar](https://github.com/jubar) in [PR #4214](https://github.com/frontio-ai/heroui/pull/4214)
- Fixed selection functionality on touch by [@macci001](https://github.com/macci001) in [PR #4220](https://github.com/frontio-ai/heroui/pull/4220)
- Fixed cursor position when hidden on init by [@Peterl561](https://github.com/Peterl561) in [PR #4222](https://github.com/frontio-ai/heroui/pull/4222)
- Fixed avatar flashing issues by [@jrgarciadev](https://github.com/jrgarciadev) and [@rkkautsar](https://github.com/rkkautsar) in [PR #3987](https://github.com/heroui-inc/heroui/pull/3987) and [PR #3444](https://github.com/heroui-inc/heroui/pull/3444)
- Fixed image ReferenceError in SSR by [@wingkwong](https://github.com/wingkwong) in [PR #4122](https://github.com/heroui-inc/heroui/pull/4122)
- Fixed navigate parameters by [@wingkwong](https://github.com/wingkwong) in [PR #4163](https://github.com/heroui-inc/heroui/pull/4163)
- Fixed missing peer / dev dependency for framer-motion by [@wingkwong](https://github.com/wingkwong) in [PR #4161](https://github.com/heroui-inc/heroui/pull/4161)
- Fixed menu item classNames by [@winchesHe](https://github.com/winchesHe) in [PR #4156](https://github.com/heroui-inc/heroui/pull/4156)
- Fixed controlled IsInvalid prop by [@chirokas](https://github.com/chirokas) in [PR #4082](https://github.com/heroui-inc/heroui/pull/4082)
- Fixed inert value with boolean type for React 19 by [@wingkwong](https://github.com/wingkwong) in [PR #4039](https://github.com/heroui-inc/heroui/pull/4039)
- Fixed typecheck errors by [@wingkwong](https://github.com/wingkwong) in [PR #4171](https://github.com/heroui-inc/heroui/pull/4171)
- Fixed tw nested group by [@wingkwong](https://github.com/wingkwong) in [PR #3909](https://github.com/heroui-inc/heroui/pull/3909)
- Fixed select styles consistent with input by [@macci001](https://github.com/macci001) in [PR #3881](https://github.com/heroui-inc/heroui/pull/3881)
- Fixed missing li tag when href is specified by [@macci001](https://github.com/macci001) in [PR #4168](https://github.com/heroui-inc/heroui/pull/4168)
- Fixed sliding issue caused by the helper wrapper by [@mstfblci](https://github.com/mstfblci) in [PR #3966](https://github.com/heroui-inc/heroui/pull/3966)
- Fixed element.ref warning in React 19 by [@jrgarciadev](https://github.com/jrgarciadev) in [PR #4003](https://github.com/heroui-inc/heroui/pull/4003)
- Fixed image load on NextJS by [@jrgarciadev](https://github.com/jrgarciadev) in [PR #3998](https://github.com/heroui-inc/heroui/pull/3998)
- Fixed squish textarea label by [@Peterl561](https://github.com/Peterl561) in [PR #4197](https://github.com/heroui-inc/heroui/pull/4197)
- Fixed forwardRef render functions by [@winchesHe](https://github.com/winchesHe) in [PR #4198](https://github.com/heroui-inc/heroui/pull/4198)
- Fixed collection based components ref by [@jrgarciadev](https://github.com/jrgarciadev) in [PR #4207](https://github.com/heroui-inc/heroui/pull/4207)
- Fixed data-slot for select error message by [@jubar](https://github.com/jubar) in [PR #4214](https://github.com/heroui-inc/heroui/pull/4214)
- Fixed selection functionality on touch by [@macci001](https://github.com/macci001) in [PR #4220](https://github.com/heroui-inc/heroui/pull/4220)
- Fixed cursor position when hidden on init by [@Peterl561](https://github.com/Peterl561) in [PR #4222](https://github.com/heroui-inc/heroui/pull/4222)
**Enhancements**:
- Automatically focus first non-disabled item by [@juliesaia](https://github.com/juliesaia) in [PR #2186](https://github.com/frontio-ai/heroui/pull/2186)
- Refactored RTL-specific styles by [@macci001](https://github.com/macci001) in [PR #3868](https://github.com/frontio-ai/heroui/pull/3868)
- Upgraded React Aria and Support NextJS 15 by [@ryo-manba](https://github.com/ryo-manba) in [PR #3732](https://github.com/frontio-ai/heroui/pull/3732)
- Upgraded tailwind-merge version by [@wingkwong](https://github.com/wingkwong) in [PR #3657](https://github.com/frontio-ai/heroui/pull/3657)
- Upgraded Storybook to v8 by [@winchesHe](https://github.com/winchesHe) in [PR #3946](https://github.com/frontio-ai/heroui/pull/3946)
- Optimized performance by [@wingkwong](https://github.com/wingkwong) in [PR #3523](https://github.com/frontio-ai/heroui/pull/3523)
- Applied `useMenu` and `useMenuItem` from `@react-aria` by [@wingkwong](https://github.com/wingkwong) in [PR #3261](https://github.com/frontio-ai/heroui/pull/3261)
- Revised label font size for lg by [@wingkwong](https://github.com/wingkwong) in [PR #4141](https://github.com/frontio-ai/heroui/pull/4141)
- Improved Form component by [@jrgarciadev](https://github.com/jrgarciadev) in [PR #4224](https://github.com/frontio-ai/heroui/pull/4224)
- Automatically focus first non-disabled item by [@juliesaia](https://github.com/juliesaia) in [PR #2186](https://github.com/heroui-inc/heroui/pull/2186)
- Refactored RTL-specific styles by [@macci001](https://github.com/macci001) in [PR #3868](https://github.com/heroui-inc/heroui/pull/3868)
- Upgraded React Aria and Support NextJS 15 by [@ryo-manba](https://github.com/ryo-manba) in [PR #3732](https://github.com/heroui-inc/heroui/pull/3732)
- Upgraded tailwind-merge version by [@wingkwong](https://github.com/wingkwong) in [PR #3657](https://github.com/heroui-inc/heroui/pull/3657)
- Upgraded Storybook to v8 by [@winchesHe](https://github.com/winchesHe) in [PR #3946](https://github.com/heroui-inc/heroui/pull/3946)
- Optimized performance by [@wingkwong](https://github.com/wingkwong) in [PR #3523](https://github.com/heroui-inc/heroui/pull/3523)
- Applied `useMenu` and `useMenuItem` from `@react-aria` by [@wingkwong](https://github.com/wingkwong) in [PR #3261](https://github.com/heroui-inc/heroui/pull/3261)
- Revised label font size for lg by [@wingkwong](https://github.com/wingkwong) in [PR #4141](https://github.com/heroui-inc/heroui/pull/4141)
- Improved Form component by [@jrgarciadev](https://github.com/jrgarciadev) in [PR #4224](https://github.com/heroui-inc/heroui/pull/4224)
**Chore**:
- Added git hook to auto update dependencies by [@winchesHe](https://github.com/winchesHe) in [PR #3365](https://github.com/frontio-ai/heroui/pull/3365)
- Added pre-release workflow by [@wingkwong](https://github.com/wingkwong) in [PR #2910](https://github.com/frontio-ai/heroui/pull/2910)
- Updated testing libraries by [@ryo-manba](https://github.com/ryo-manba) in [PR #3886](https://github.com/frontio-ai/heroui/pull/3886)
- Replaced VA by Posthog by [@wingkwong](https://github.com/wingkwong) in [PR #4123](https://github.com/frontio-ai/heroui/pull/4123)
- Moved circular-progress tv to progress by [@winchesHe](https://github.com/winchesHe) in [PR #3321](https://github.com/frontio-ai/heroui/pull/3321)
- Added git hook to auto update dependencies by [@winchesHe](https://github.com/winchesHe) in [PR #3365](https://github.com/heroui-inc/heroui/pull/3365)
- Added pre-release workflow by [@wingkwong](https://github.com/wingkwong) in [PR #2910](https://github.com/heroui-inc/heroui/pull/2910)
- Updated testing libraries by [@ryo-manba](https://github.com/ryo-manba) in [PR #3886](https://github.com/heroui-inc/heroui/pull/3886)
- Replaced VA by Posthog by [@wingkwong](https://github.com/wingkwong) in [PR #4123](https://github.com/heroui-inc/heroui/pull/4123)
- Moved circular-progress tv to progress by [@winchesHe](https://github.com/winchesHe) in [PR #3321](https://github.com/heroui-inc/heroui/pull/3321)
Special thanks to NextUI Team members [@wingkwong](https://github.com/wingkwong), [@macci001](https://github.com/macci001), [@vinroger](https://github.com/vinroger),
[@ryo-manba](https://github.com/ryo-manba), [@winchesHe](https://github.com/winchesHe), [@tianenpang](https://github.com/tianenpang) and contributors for their contributions to this release.
For a full list of changes, please refer to the [release notes](https://github.com/frontio-ai/heroui/releases/tag/%40nextui-org%2Freact%402.6.2).
For a full list of changes, please refer to the [release notes](https://github.com/heroui-inc/heroui/releases/tag/%40nextui-org%2Freact%402.6.2).
<Spacer y={6} />
@ -769,4 +769,4 @@ Whether it's a feature request, bug report, or a project to showcase, please get
## Contributing
PR's on HeroUI are always welcome, please see our [contribution guidelines](https://github.com/frontio-ai/heroui/blob/main/CONTRIBUTING.md) to learn how you can contribute to this project.
PR's on HeroUI are always welcome, please see our [contribution guidelines](https://github.com/heroui-inc/heroui/blob/main/CONTRIBUTING.md) to learn how you can contribute to this project.

View File

@ -22,7 +22,7 @@ export default function App() {
</CardBody>
<Divider />
<CardFooter>
<Link isExternal showAnchorIcon href="https://github.com/frontio-ai/heroui">
<Link isExternal showAnchorIcon href="https://github.com/heroui-inc/heroui">
Visit source code on GitHub.
</Link>
</CardFooter>

View File

@ -29,7 +29,7 @@ export default function App() {
isExternal
showAnchorIcon
anchorIcon={<AnchorIcon />}
href="https://github.com/frontio-ai/heroui"
href="https://github.com/heroui-inc/heroui"
>
Custom Icon
</Link>

View File

@ -3,10 +3,10 @@ import {Link} from "@heroui/react";
export default function App() {
return (
<div className="flex gap-4">
<Link isExternal href="https://github.com/frontio-ai/heroui">
<Link isExternal href="https://github.com/heroui-inc/heroui">
External Link
</Link>
<Link isExternal showAnchorIcon href="https://github.com/frontio-ai/heroui">
<Link isExternal showAnchorIcon href="https://github.com/heroui-inc/heroui">
External Link Anchor
</Link>
</div>

View File

@ -6,7 +6,7 @@ export default function App() {
showAnchorIcon
as={Link}
color="primary"
href="https://github.com/frontio-ai/heroui"
href="https://github.com/heroui-inc/heroui"
variant="solid"
>
Button Link

View File

@ -188,7 +188,7 @@ export const ThemeSwitcher = () => {
## Using use-theme hook
In case you're using plain React with [Vite](/docs/frameworks/vite) or [Create React App](https://create-react-app.dev/)
you can use the [@heroui/use-theme](https://github.com/frontio-ai/heroui/tree/canary/packages/hooks/use-theme) hook to switch between themes.
you can use the [@heroui/use-theme](https://github.com/heroui-inc/heroui/tree/canary/packages/hooks/use-theme) hook to switch between themes.
<Steps>

View File

@ -25,10 +25,10 @@ If you are starting a new project, you can run one of the following commands to
<PackageManagers
commands={{
npm: 'npx create-laravel@latest --template https://github.com/frontio-ai/laravel-template',
yarn: 'yarn create laravel --template https://github.com/frontio-ai/laravel-template',
pnpm: 'pnpm create laravel --template https://github.com/frontio-ai/laravel-template',
bun: 'bunx create-laravel@latest --template https://github.com/frontio-ai/laravel-template',
npm: 'npx create-laravel@latest --template https://github.com/heroui-inc/laravel-template',
yarn: 'yarn create laravel --template https://github.com/heroui-inc/laravel-template',
pnpm: 'pnpm create laravel --template https://github.com/heroui-inc/laravel-template',
bun: 'bunx create-laravel@latest --template https://github.com/heroui-inc/laravel-template',
}}
/>

View File

@ -50,10 +50,10 @@ If you are starting a new project, you can run one of the following commands to
<PackageManagers
commands={{
npm: 'npx create-next-app -e https://github.com/frontio-ai/next-app-template',
yarn: 'yarn create next-app -e https://github.com/frontio-ai/next-app-template',
pnpm: 'pnpm create next-app -e https://github.com/frontio-ai/next-app-template',
bun: 'bunx create-next-app -e https://github.com/frontio-ai/next-app-template'
npm: 'npx create-next-app -e https://github.com/heroui-inc/next-app-template',
yarn: 'yarn create next-app -e https://github.com/heroui-inc/next-app-template',
pnpm: 'pnpm create next-app -e https://github.com/heroui-inc/next-app-template',
bun: 'bunx create-next-app -e https://github.com/heroui-inc/next-app-template'
}}
/>

View File

@ -23,10 +23,10 @@ If you are starting a new project, you can run one of the following commands to
<PackageManagers
commands={{
npm: 'npx create-remix@latest --template https://github.com/frontio-ai/remix-template',
yarn: 'yarn create remix --template https://github.com/frontio-ai/remix-template',
pnpm: 'pnpm create remix --template https://github.com/frontio-ai/remix-template',
bun: 'bunx create-remix@latest --template https://github.com/frontio-ai/remix-template',
npm: 'npx create-remix@latest --template https://github.com/heroui-inc/remix-template',
yarn: 'yarn create remix --template https://github.com/heroui-inc/remix-template',
pnpm: 'pnpm create remix --template https://github.com/heroui-inc/remix-template',
bun: 'bunx create-remix@latest --template https://github.com/heroui-inc/remix-template',
}}
/>

View File

@ -37,10 +37,10 @@ If you are starting a new project, you can run one of the following commands to
<PackageManagers
commands={{
npm: 'npx degit https://github.com/frontio-ai/vite-template my-vite-app',
yarn: 'yarn dlx degit https://github.com/frontio-ai/vite-template my-vite-app',
pnpm: 'pnpm dlx degit https://github.com/frontio-ai/vite-template my-vite-app',
bun: 'bunx degit https://github.com/frontio-ai/vite-template my-vite-app',
npm: 'npx degit https://github.com/heroui-inc/vite-template my-vite-app',
yarn: 'yarn dlx degit https://github.com/heroui-inc/vite-template my-vite-app',
pnpm: 'pnpm dlx degit https://github.com/heroui-inc/vite-template my-vite-app',
bun: 'bunx degit https://github.com/heroui-inc/vite-template my-vite-app',
}}
/>

View File

@ -109,7 +109,7 @@ Whether it's a feature request, bug report, or a project to showcase, please get
## Contributing
PRs on **HeroUI** are always welcome, please see our [contribution guidelines](https://github.com/frontio-ai/heroui/blob/main/CONTRIBUTING.md) to learn how you can contribute to this project.
PRs on **HeroUI** are always welcome, please see our [contribution guidelines](https://github.com/heroui-inc/heroui/blob/main/CONTRIBUTING.md) to learn how you can contribute to this project.
<Spacer y={4}/>

View File

@ -189,4 +189,4 @@ Join our Discord community in the **#nextui-to-heroui** channel [https://discord
---
If you encounter any issues during migration, please [open an issue](https://github.com/frontio-ai/heroui/issues) on our GitHub repository.
If you encounter any issues during migration, please [open an issue](https://github.com/heroui-inc/heroui/issues) on our GitHub repository.

View File

@ -6,7 +6,7 @@ export const GITHUB_API_URL = "https://api.github.com";
export const RAW_GITHUB_URL = "https://raw.githubusercontent.com";
export const REPO_NAME = "frontio-ai/heroui";
export const REPO_NAME = "heroui-inc/heroui";
export const ISSUE_REPORT_URL = `${GITHUB_URL}/${REPO_NAME}/issues/new?assignees=&labels=bug&template=bug_report.yml&title=%5BBUG%5D+-+`;

View File

@ -21,7 +21,7 @@ interface GithubInfo {
async function getGithubInfo() {
try {
const response = await fetch('https://api.github.com/repos/frontio-ai/heroui');
const response = await fetch('https://api.github.com/repos/heroui-inc/heroui');
const data = await response.json() as any;
const githubInfo: GithubInfo = {

View File

@ -9,7 +9,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/frontio-ai/heroui"
"url": "https://github.com/heroui-inc/heroui"
},
"scripts": {
"dev": "pnpm sb",

View File

@ -1,5 +1,21 @@
# @heroui/accordion
## 2.2.8
### Patch Changes
- [#4594](https://github.com/heroui-inc/heroui/pull/4594) [`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Org name changed
- Updated dependencies [[`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e)]:
- @heroui/use-aria-accordion@2.2.3
- @heroui/dom-animation@2.1.2
- @heroui/framer-utils@2.1.7
- @heroui/shared-icons@2.1.2
- @heroui/shared-utils@2.1.3
- @heroui/react-utils@2.1.4
- @heroui/aria-utils@2.2.8
- @heroui/divider@2.2.6
## 2.2.7
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/accordion",
"version": "2.2.7",
"version": "2.2.8",
"description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.",
"keywords": [
"react",
@ -24,11 +24,11 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/frontio-ai/heroui.git",
"url": "git+https://github.com/heroui-inc/heroui.git",
"directory": "packages/components/accordion"
},
"bugs": {
"url": "https://github.com/frontio-ai/heroui/issues"
"url": "https://github.com/heroui-inc/heroui/issues"
},
"scripts": {
"build": "tsup src --dts",

View File

@ -1,5 +1,17 @@
# @heroui/alert
## 2.2.10
### Patch Changes
- [#4594](https://github.com/heroui-inc/heroui/pull/4594) [`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Org name changed
- Updated dependencies [[`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e)]:
- @heroui/shared-icons@2.1.2
- @heroui/shared-utils@2.1.3
- @heroui/react-utils@2.1.4
- @heroui/button@2.2.10
## 2.2.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/alert",
"version": "2.2.9",
"version": "2.2.10",
"description": "Alerts are temporary notifications that provide concise feedback about an action or event.",
"keywords": [
"alert"
@ -22,11 +22,11 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/frontio-ai/heroui.git",
"url": "git+https://github.com/heroui-inc/heroui.git",
"directory": "packages/components/alert"
},
"bugs": {
"url": "https://github.com/frontio-ai/heroui/issues"
"url": "https://github.com/heroui-inc/heroui/issues"
},
"scripts": {
"build": "tsup src --dts",

View File

@ -1,5 +1,26 @@
# @heroui/autocomplete
## 2.3.11
### Patch Changes
- [#4594](https://github.com/heroui-inc/heroui/pull/4594) [`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Org name changed
- Updated dependencies [[`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e)]:
- @heroui/use-safe-layout-effect@2.1.2
- @heroui/scroll-shadow@2.3.6
- @heroui/shared-icons@2.1.2
- @heroui/shared-utils@2.1.3
- @heroui/use-aria-button@2.2.5
- @heroui/react-utils@2.1.4
- @heroui/aria-utils@2.2.8
- @heroui/listbox@2.3.10
- @heroui/popover@2.3.10
- @heroui/spinner@2.2.7
- @heroui/button@2.2.10
- @heroui/input@2.4.10
- @heroui/form@2.1.9
## 2.3.10
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/autocomplete",
"version": "2.3.10",
"version": "2.3.11",
"description": "An autocomplete combines a text input with a listbox, allowing users to filter a list of options to items matching a query.",
"keywords": [
"autocomplete"
@ -18,11 +18,11 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/frontio-ai/heroui.git",
"url": "git+https://github.com/heroui-inc/heroui.git",
"directory": "packages/components/autocomplete"
},
"bugs": {
"url": "https://github.com/frontio-ai/heroui/issues"
"url": "https://github.com/heroui-inc/heroui/issues"
},
"scripts": {
"build": "tsup src --dts",

View File

@ -430,7 +430,7 @@ export function useAutocomplete<T extends object>(originalProps: UseAutocomplete
} as ButtonProps);
// prevent use-input's useFormValidation hook from overwriting use-autocomplete's useFormValidation hook when there are uncommitted validation errors
// see https://github.com/frontio-ai/heroui/pull/4452
// see https://github.com/heroui-inc/heroui/pull/4452
const hasUncommittedValidation =
validationBehavior === "native" &&
state.displayValidation.isInvalid === false &&

View File

@ -1,5 +1,16 @@
# @heroui/avatar
## 2.2.7
### Patch Changes
- [#4594](https://github.com/heroui-inc/heroui/pull/4594) [`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Org name changed
- Updated dependencies [[`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e)]:
- @heroui/shared-utils@2.1.3
- @heroui/react-utils@2.1.4
- @heroui/use-image@2.1.3
## 2.2.6
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/avatar",
"version": "2.2.6",
"version": "2.2.7",
"description": "The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.",
"keywords": [
"avatar"
@ -18,11 +18,11 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/frontio-ai/heroui.git",
"url": "git+https://github.com/heroui-inc/heroui.git",
"directory": "packages/components/avatar"
},
"bugs": {
"url": "https://github.com/frontio-ai/heroui/issues"
"url": "https://github.com/heroui-inc/heroui/issues"
},
"scripts": {
"build": "tsup src --dts",

View File

@ -1,5 +1,15 @@
# @heroui/badge
## 2.2.6
### Patch Changes
- [#4594](https://github.com/heroui-inc/heroui/pull/4594) [`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Org name changed
- Updated dependencies [[`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e)]:
- @heroui/shared-utils@2.1.3
- @heroui/react-utils@2.1.4
## 2.2.5
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/badge",
"version": "2.2.5",
"version": "2.2.6",
"description": "Badges are used as a small numerical value or status descriptor for UI elements.",
"keywords": [
"badge"
@ -18,11 +18,11 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/frontio-ai/heroui.git",
"url": "git+https://github.com/heroui-inc/heroui.git",
"directory": "packages/components/badge"
},
"bugs": {
"url": "https://github.com/frontio-ai/heroui/issues"
"url": "https://github.com/heroui-inc/heroui/issues"
},
"scripts": {
"build": "tsup src --dts",

View File

@ -1,5 +1,16 @@
# @heroui/breadcrumbs
## 2.2.7
### Patch Changes
- [#4594](https://github.com/heroui-inc/heroui/pull/4594) [`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Org name changed
- Updated dependencies [[`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e)]:
- @heroui/shared-icons@2.1.2
- @heroui/shared-utils@2.1.3
- @heroui/react-utils@2.1.4
## 2.2.6
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/breadcrumbs",
"version": "2.2.6",
"version": "2.2.7",
"description": "Breadcrumbs display a hierarchy of links to the current page or resource in an application.",
"keywords": [
"breadcrumbs"
@ -18,11 +18,11 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/frontio-ai/heroui.git",
"url": "git+https://github.com/heroui-inc/heroui.git",
"directory": "packages/components/breadcrumbs"
},
"bugs": {
"url": "https://github.com/frontio-ai/heroui/issues"
"url": "https://github.com/heroui-inc/heroui/issues"
},
"scripts": {
"build": "tsup src --dts",

View File

@ -1,5 +1,18 @@
# @heroui/button
## 2.2.10
### Patch Changes
- [#4594](https://github.com/heroui-inc/heroui/pull/4594) [`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Org name changed
- Updated dependencies [[`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e)]:
- @heroui/shared-utils@2.1.3
- @heroui/use-aria-button@2.2.5
- @heroui/react-utils@2.1.4
- @heroui/spinner@2.2.7
- @heroui/ripple@2.2.8
## 2.2.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/button",
"version": "2.2.9",
"version": "2.2.10",
"description": "Buttons allow users to perform actions and choose with a single tap.",
"keywords": [
"button"
@ -18,11 +18,11 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/frontio-ai/heroui.git",
"url": "git+https://github.com/heroui-inc/heroui.git",
"directory": "packages/components/button"
},
"bugs": {
"url": "https://github.com/frontio-ai/heroui/issues"
"url": "https://github.com/heroui-inc/heroui/issues"
},
"scripts": {
"build": "tsup src --dts",

View File

@ -1,5 +1,20 @@
# @heroui/calendar
## 2.2.10
### Patch Changes
- [#4594](https://github.com/heroui-inc/heroui/pull/4594) [`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Org name changed
- Updated dependencies [[`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e)]:
- @heroui/dom-animation@2.1.2
- @heroui/framer-utils@2.1.7
- @heroui/shared-icons@2.1.2
- @heroui/shared-utils@2.1.3
- @heroui/use-aria-button@2.2.5
- @heroui/react-utils@2.1.4
- @heroui/button@2.2.10
## 2.2.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/calendar",
"version": "2.2.9",
"version": "2.2.10",
"description": "A calendar displays one or more date grids and allows users to select a single date.",
"keywords": [
"calendar"
@ -18,11 +18,11 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/frontio-ai/heroui.git",
"url": "git+https://github.com/heroui-inc/heroui.git",
"directory": "packages/components/calendar"
},
"bugs": {
"url": "https://github.com/frontio-ai/heroui/issues"
"url": "https://github.com/heroui-inc/heroui/issues"
},
"scripts": {
"build": "tsup src --dts",

View File

@ -1,5 +1,17 @@
# @heroui/card
## 2.2.10
### Patch Changes
- [#4594](https://github.com/heroui-inc/heroui/pull/4594) [`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Org name changed
- Updated dependencies [[`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e)]:
- @heroui/shared-utils@2.1.3
- @heroui/use-aria-button@2.2.5
- @heroui/react-utils@2.1.4
- @heroui/ripple@2.2.8
## 2.2.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/card",
"version": "2.2.9",
"version": "2.2.10",
"description": "Card is a container for text, photos, and actions in the context of a single subject.",
"keywords": [
"card"
@ -18,11 +18,11 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/frontio-ai/heroui.git",
"url": "git+https://github.com/heroui-inc/heroui.git",
"directory": "packages/components/card"
},
"bugs": {
"url": "https://github.com/frontio-ai/heroui/issues"
"url": "https://github.com/heroui-inc/heroui/issues"
},
"scripts": {
"build": "tsup src --dts",

View File

@ -118,7 +118,7 @@ const WithFooterTemplate = (args: CardProps) => (
<p>Make beautiful websites regardless of your design experience.</p>
</CardBody>
<CardFooter>
<Link isExternal showAnchorIcon href="https://github.com/frontio-ai/heroui">
<Link isExternal showAnchorIcon href="https://github.com/heroui-inc/heroui">
Visit source code on GitHub.
</Link>
</CardFooter>

View File

@ -1,5 +1,18 @@
# @heroui/checkbox
## 2.3.9
### Patch Changes
- [#4594](https://github.com/heroui-inc/heroui/pull/4594) [`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Org name changed
- Updated dependencies [[`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e)]:
- @heroui/use-safe-layout-effect@2.1.2
- @heroui/use-callback-ref@2.1.2
- @heroui/shared-utils@2.1.3
- @heroui/react-utils@2.1.4
- @heroui/form@2.1.9
## 2.3.8
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/checkbox",
"version": "2.3.8",
"version": "2.3.9",
"description": "Checkboxes allow users to select multiple items from a list of individual items, or to mark one individual item as selected.",
"keywords": [
"checkbox"
@ -18,11 +18,11 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/frontio-ai/heroui.git",
"url": "git+https://github.com/heroui-inc/heroui.git",
"directory": "packages/components/checkbox"
},
"bugs": {
"url": "https://github.com/frontio-ai/heroui/issues"
"url": "https://github.com/heroui-inc/heroui/issues"
},
"scripts": {
"build": "tsup src --dts",

View File

@ -1,5 +1,16 @@
# @heroui/chip
## 2.2.7
### Patch Changes
- [#4594](https://github.com/heroui-inc/heroui/pull/4594) [`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Org name changed
- Updated dependencies [[`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e)]:
- @heroui/shared-icons@2.1.2
- @heroui/shared-utils@2.1.3
- @heroui/react-utils@2.1.4
## 2.2.6
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/chip",
"version": "2.2.6",
"version": "2.2.7",
"description": "Chips help people enter information, make selections, filter content, or trigger actions.",
"keywords": [
"chip"
@ -18,11 +18,11 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/frontio-ai/heroui.git",
"url": "git+https://github.com/heroui-inc/heroui.git",
"directory": "packages/components/chip"
},
"bugs": {
"url": "https://github.com/frontio-ai/heroui/issues"
"url": "https://github.com/heroui-inc/heroui/issues"
},
"scripts": {
"build": "tsup src --dts",

View File

@ -1,5 +1,16 @@
# @heroui/code
## 2.2.7
### Patch Changes
- [#4594](https://github.com/heroui-inc/heroui/pull/4594) [`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Org name changed
- Updated dependencies [[`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e)]:
- @heroui/shared-utils@2.1.3
- @heroui/react-utils@2.1.4
- @heroui/system-rsc@2.3.6
## 2.2.6
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/code",
"version": "2.2.6",
"version": "2.2.7",
"description": "Code is a component used to display inline code.",
"keywords": [
"code"
@ -18,11 +18,11 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/frontio-ai/heroui.git",
"url": "git+https://github.com/heroui-inc/heroui.git",
"directory": "packages/components/code"
},
"bugs": {
"url": "https://github.com/frontio-ai/heroui/issues"
"url": "https://github.com/heroui-inc/heroui/issues"
},
"scripts": {
"build": "tsup src --dts",

View File

@ -1,5 +1,16 @@
# @heroui/date-input
## 2.3.9
### Patch Changes
- [#4594](https://github.com/heroui-inc/heroui/pull/4594) [`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Org name changed
- Updated dependencies [[`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e)]:
- @heroui/shared-utils@2.1.3
- @heroui/react-utils@2.1.4
- @heroui/form@2.1.9
## 2.3.8
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/date-input",
"version": "2.3.8",
"version": "2.3.9",
"description": "A date input allows users to enter and edit date and time values using a keyboard.",
"keywords": [
"date-field"
@ -18,11 +18,11 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/frontio-ai/heroui.git",
"url": "git+https://github.com/heroui-inc/heroui.git",
"directory": "packages/components/date-input"
},
"bugs": {
"url": "https://github.com/frontio-ai/heroui/issues"
"url": "https://github.com/heroui-inc/heroui/issues"
},
"scripts": {
"build": "tsup src --dts",

View File

@ -1,5 +1,22 @@
# @heroui/date-picker
## 2.3.10
### Patch Changes
- [#4594](https://github.com/heroui-inc/heroui/pull/4594) [`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Org name changed
- Updated dependencies [[`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e)]:
- @heroui/shared-icons@2.1.2
- @heroui/shared-utils@2.1.3
- @heroui/date-input@2.3.9
- @heroui/react-utils@2.1.4
- @heroui/aria-utils@2.2.8
- @heroui/calendar@2.2.10
- @heroui/popover@2.3.10
- @heroui/button@2.2.10
- @heroui/form@2.1.9
## 2.3.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/date-picker",
"version": "2.3.9",
"version": "2.3.10",
"description": "A date picker combines a DateInput and a Calendar popover to allow users to enter or select a date and time value.",
"keywords": [
"date-picker"
@ -18,11 +18,11 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/frontio-ai/heroui.git",
"url": "git+https://github.com/heroui-inc/heroui.git",
"directory": "packages/components/date-picker"
},
"bugs": {
"url": "https://github.com/frontio-ai/heroui/issues"
"url": "https://github.com/heroui-inc/heroui/issues"
},
"scripts": {
"build": "tsup src --dts",

View File

@ -1,5 +1,16 @@
# @heroui/divider
## 2.2.6
### Patch Changes
- [#4594](https://github.com/heroui-inc/heroui/pull/4594) [`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Org name changed
- Updated dependencies [[`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e)]:
- @heroui/react-rsc-utils@2.1.2
- @heroui/shared-utils@2.1.3
- @heroui/system-rsc@2.3.6
## 2.2.5
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/divider",
"version": "2.2.5",
"version": "2.2.6",
"description": ". A separator is a visual divider between two groups of content",
"keywords": [
"divider"
@ -18,11 +18,11 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/frontio-ai/heroui.git",
"url": "git+https://github.com/heroui-inc/heroui.git",
"directory": "packages/components/divider"
},
"bugs": {
"url": "https://github.com/frontio-ai/heroui/issues"
"url": "https://github.com/heroui-inc/heroui/issues"
},
"scripts": {
"build": "tsup src --dts",

View File

@ -1,5 +1,17 @@
# @heroui/drawer
## 2.2.8
### Patch Changes
- [#4594](https://github.com/heroui-inc/heroui/pull/4594) [`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Org name changed
- Updated dependencies [[`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e)]:
- @heroui/framer-utils@2.1.7
- @heroui/shared-utils@2.1.3
- @heroui/react-utils@2.1.4
- @heroui/modal@2.2.8
## 2.2.7
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/drawer",
"version": "2.2.7",
"version": "2.2.8",
"description": "Used to render a content that slides in from the side of the screen.",
"keywords": [
"drawer"
@ -18,11 +18,11 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/frontio-ai/heroui.git",
"url": "git+https://github.com/heroui-inc/heroui.git",
"directory": "packages/components/drawer"
},
"bugs": {
"url": "https://github.com/frontio-ai/heroui/issues"
"url": "https://github.com/heroui-inc/heroui/issues"
},
"scripts": {
"build": "tsup src --dts",

View File

@ -1,5 +1,18 @@
# @heroui/dropdown
## 2.3.10
### Patch Changes
- [#4594](https://github.com/heroui-inc/heroui/pull/4594) [`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Org name changed
- Updated dependencies [[`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e)]:
- @heroui/shared-utils@2.1.3
- @heroui/react-utils@2.1.4
- @heroui/aria-utils@2.2.8
- @heroui/popover@2.3.10
- @heroui/menu@2.2.10
## 2.3.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/dropdown",
"version": "2.3.9",
"version": "2.3.10",
"description": "A dropdown displays a list of actions or options that a user can choose.",
"keywords": [
"dropdown"
@ -18,11 +18,11 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/frontio-ai/heroui.git",
"url": "git+https://github.com/heroui-inc/heroui.git",
"directory": "packages/components/dropdown"
},
"bugs": {
"url": "https://github.com/frontio-ai/heroui/issues"
"url": "https://github.com/heroui-inc/heroui/issues"
},
"scripts": {
"build": "tsup src --dts",

View File

@ -1,5 +1,17 @@
# @heroui/form
## 2.1.9
### Patch Changes
- [#4594](https://github.com/heroui-inc/heroui/pull/4594) [`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Org name changed
- Updated dependencies [[`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e), [`f7e5d20`](https://github.com/heroui-inc/heroui/commit/f7e5d205b156060d2d06aa17af31007dbb9fc13c)]:
- @heroui/shared-utils@2.1.3
- @heroui/react-utils@2.1.4
- @heroui/system@2.4.7
- @heroui/theme@2.4.6
## 2.1.8
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/form",
"version": "2.1.8",
"version": "2.1.9",
"description": "A form is a group of inputs that allows users submit data to a server and supports field validation errors.",
"keywords": [
"form"
@ -18,11 +18,11 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/frontio-ai/heroui.git",
"url": "git+https://github.com/heroui-inc/heroui.git",
"directory": "packages/components/form"
},
"bugs": {
"url": "https://github.com/frontio-ai/heroui/issues"
"url": "https://github.com/heroui-inc/heroui/issues"
},
"scripts": {
"build": "tsup src --dts",

View File

@ -1,5 +1,16 @@
# @heroui/image
## 2.2.6
### Patch Changes
- [#4594](https://github.com/heroui-inc/heroui/pull/4594) [`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Org name changed
- Updated dependencies [[`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e)]:
- @heroui/shared-utils@2.1.3
- @heroui/react-utils@2.1.4
- @heroui/use-image@2.1.3
## 2.2.5
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/image",
"version": "2.2.5",
"version": "2.2.6",
"description": "A simple image component",
"keywords": [
"image"
@ -18,11 +18,11 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/frontio-ai/heroui.git",
"url": "git+https://github.com/heroui-inc/heroui.git",
"directory": "packages/components/image"
},
"bugs": {
"url": "https://github.com/frontio-ai/heroui/issues"
"url": "https://github.com/heroui-inc/heroui/issues"
},
"scripts": {
"build": "tsup src --dts",

View File

@ -1,5 +1,16 @@
# @heroui/input-otp
## 2.1.9
### Patch Changes
- [#4594](https://github.com/heroui-inc/heroui/pull/4594) [`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Org name changed
- Updated dependencies [[`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e)]:
- @heroui/shared-utils@2.1.3
- @heroui/react-utils@2.1.4
- @heroui/form@2.1.9
## 2.1.8
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/input-otp",
"version": "2.1.8",
"version": "2.1.9",
"description": "",
"keywords": [
"input-otp"
@ -18,11 +18,11 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/frontio-ai/heroui.git",
"url": "git+https://github.com/heroui-inc/heroui.git",
"directory": "packages/components/input-otp"
},
"bugs": {
"url": "https://github.com/frontio-ai/heroui/issues"
"url": "https://github.com/heroui-inc/heroui/issues"
},
"scripts": {
"build": "tsup src --dts",

View File

@ -1,5 +1,18 @@
# @heroui/input
## 2.4.10
### Patch Changes
- [#4594](https://github.com/heroui-inc/heroui/pull/4594) [`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Org name changed
- Updated dependencies [[`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e)]:
- @heroui/use-safe-layout-effect@2.1.2
- @heroui/shared-icons@2.1.2
- @heroui/shared-utils@2.1.3
- @heroui/react-utils@2.1.4
- @heroui/form@2.1.9
## 2.4.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/input",
"version": "2.4.9",
"version": "2.4.10",
"description": "The input component is designed for capturing user input within a text field.",
"keywords": [
"input"
@ -18,11 +18,11 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/frontio-ai/heroui.git",
"url": "git+https://github.com/heroui-inc/heroui.git",
"directory": "packages/components/input"
},
"bugs": {
"url": "https://github.com/frontio-ai/heroui/issues"
"url": "https://github.com/heroui-inc/heroui/issues"
},
"scripts": {
"build": "tsup src --dts",

View File

@ -1,5 +1,16 @@
# @heroui/kbd
## 2.2.7
### Patch Changes
- [#4594](https://github.com/heroui-inc/heroui/pull/4594) [`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Org name changed
- Updated dependencies [[`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e)]:
- @heroui/shared-utils@2.1.3
- @heroui/react-utils@2.1.4
- @heroui/system-rsc@2.3.6
## 2.2.6
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/kbd",
"version": "2.2.6",
"version": "2.2.7",
"description": "The keyboard key components indicates which key or set of keys used to execute a specificv action",
"keywords": [
"kbd"
@ -18,11 +18,11 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/frontio-ai/heroui.git",
"url": "git+https://github.com/heroui-inc/heroui.git",
"directory": "packages/components/kbd"
},
"bugs": {
"url": "https://github.com/frontio-ai/heroui/issues"
"url": "https://github.com/heroui-inc/heroui/issues"
},
"scripts": {
"build": "tsup src --dts",

View File

@ -1,5 +1,17 @@
# @heroui/link
## 2.2.8
### Patch Changes
- [#4594](https://github.com/heroui-inc/heroui/pull/4594) [`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Org name changed
- Updated dependencies [[`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e)]:
- @heroui/shared-icons@2.1.2
- @heroui/shared-utils@2.1.3
- @heroui/react-utils@2.1.4
- @heroui/use-aria-link@2.2.6
## 2.2.7
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/link",
"version": "2.2.7",
"version": "2.2.8",
"description": "Links allow users to click their way from page to page. This component is styled to resemble a hyperlink and semantically renders an &lt;a&gt;",
"keywords": [
"link"
@ -18,11 +18,11 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/frontio-ai/heroui.git",
"url": "git+https://github.com/heroui-inc/heroui.git",
"directory": "packages/components/link"
},
"bugs": {
"url": "https://github.com/frontio-ai/heroui/issues"
"url": "https://github.com/heroui-inc/heroui/issues"
},
"scripts": {
"build": "tsup src --dts",

View File

@ -1,5 +1,18 @@
# @heroui/listbox
## 2.3.10
### Patch Changes
- [#4594](https://github.com/heroui-inc/heroui/pull/4594) [`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Org name changed
- Updated dependencies [[`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e)]:
- @heroui/shared-utils@2.1.3
- @heroui/react-utils@2.1.4
- @heroui/aria-utils@2.2.8
- @heroui/use-is-mobile@2.2.3
- @heroui/divider@2.2.6
## 2.3.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/listbox",
"version": "2.3.9",
"version": "2.3.10",
"description": "A listbox displays a list of options and allows a user to select one or more of them.",
"keywords": [
"listbox"
@ -18,11 +18,11 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/frontio-ai/heroui.git",
"url": "git+https://github.com/heroui-inc/heroui.git",
"directory": "packages/components/listbox"
},
"bugs": {
"url": "https://github.com/frontio-ai/heroui/issues"
"url": "https://github.com/heroui-inc/heroui/issues"
},
"scripts": {
"build": "tsup src --dts",

View File

@ -65,7 +65,7 @@ export function useListboxItem<T extends object>(originalProps: UseListboxItemPr
if (deprecatedOnClick && typeof deprecatedOnClick === "function") {
warn(
"onClick is deprecated, please use onPress instead. See: https://github.com/frontio-ai/heroui/issues/4292",
"onClick is deprecated, please use onPress instead. See: https://github.com/heroui-inc/heroui/issues/4292",
"ListboxItem",
);
}

View File

@ -1,5 +1,18 @@
# @heroui/menu
## 2.2.10
### Patch Changes
- [#4594](https://github.com/heroui-inc/heroui/pull/4594) [`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Org name changed
- Updated dependencies [[`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e)]:
- @heroui/shared-utils@2.1.3
- @heroui/react-utils@2.1.4
- @heroui/aria-utils@2.2.8
- @heroui/use-is-mobile@2.2.3
- @heroui/divider@2.2.6
## 2.2.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/menu",
"version": "2.2.9",
"version": "2.2.10",
"description": "A menu displays a list of options and allows a user to select one or more of them.",
"keywords": [
"menu"
@ -18,11 +18,11 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/frontio-ai/heroui.git",
"url": "git+https://github.com/heroui-inc/heroui.git",
"directory": "packages/components/menu"
},
"bugs": {
"url": "https://github.com/frontio-ai/heroui/issues"
"url": "https://github.com/heroui-inc/heroui/issues"
},
"scripts": {
"build": "tsup src --dts",

View File

@ -79,7 +79,7 @@ export function useMenuItem<T extends object>(originalProps: UseMenuItemProps<T>
if (deprecatedOnClick && typeof deprecatedOnClick === "function") {
warn(
"onClick is deprecated, please use onPress instead. See: https://github.com/frontio-ai/heroui/issues/4292",
"onClick is deprecated, please use onPress instead. See: https://github.com/heroui-inc/heroui/issues/4292",
"MenuItem",
);
}

View File

@ -1,5 +1,22 @@
# @heroui/modal
## 2.2.8
### Patch Changes
- [#4594](https://github.com/heroui-inc/heroui/pull/4594) [`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Org name changed
- Updated dependencies [[`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e)]:
- @heroui/use-aria-modal-overlay@2.2.4
- @heroui/dom-animation@2.1.2
- @heroui/framer-utils@2.1.7
- @heroui/shared-icons@2.1.2
- @heroui/shared-utils@2.1.3
- @heroui/use-aria-button@2.2.5
- @heroui/react-utils@2.1.4
- @heroui/use-disclosure@2.2.3
- @heroui/use-draggable@2.1.3
## 2.2.7
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/modal",
"version": "2.2.7",
"version": "2.2.8",
"description": "Displays a dialog with a custom content that requires attention or provides additional information.",
"keywords": [
"modal"
@ -18,11 +18,11 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/frontio-ai/heroui.git",
"url": "git+https://github.com/heroui-inc/heroui.git",
"directory": "packages/components/modal"
},
"bugs": {
"url": "https://github.com/frontio-ai/heroui/issues"
"url": "https://github.com/heroui-inc/heroui/issues"
},
"scripts": {
"build": "tsup src --dts",

View File

@ -1,5 +1,20 @@
# @heroui/navbar
## 2.2.9
### Patch Changes
- [#4594](https://github.com/heroui-inc/heroui/pull/4594) [`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Org name changed
- [#4506](https://github.com/heroui-inc/heroui/pull/4506) [`61ad020`](https://github.com/heroui-inc/heroui/commit/61ad0205c5b4b5c3ccba3acc05cef88914b53a7e) Thanks [@Peterl561](https://github.com/Peterl561)! - fixed NavbarMenu React.Fragment prop error when animation is disabled (#4501)
- Updated dependencies [[`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e)]:
- @heroui/use-scroll-position@2.1.2
- @heroui/dom-animation@2.1.2
- @heroui/framer-utils@2.1.7
- @heroui/shared-utils@2.1.3
- @heroui/react-utils@2.1.4
## 2.2.8
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/navbar",
"version": "2.2.8",
"version": "2.2.9",
"description": "A responsive navigation header positioned on top side of your page that includes support for branding, links, navigation, collapse and more.",
"keywords": [
"navbar"
@ -18,11 +18,11 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/frontio-ai/heroui.git",
"url": "git+https://github.com/heroui-inc/heroui.git",
"directory": "packages/components/navbar"
},
"bugs": {
"url": "https://github.com/frontio-ai/heroui/issues"
"url": "https://github.com/heroui-inc/heroui/issues"
},
"scripts": {
"build": "tsup src --dts",

View File

@ -1,5 +1,18 @@
# @heroui/pagination
## 2.2.9
### Patch Changes
- [#4594](https://github.com/heroui-inc/heroui/pull/4594) [`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Org name changed
- Updated dependencies [[`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e)]:
- @heroui/use-intersection-observer@2.2.3
- @heroui/shared-icons@2.1.2
- @heroui/shared-utils@2.1.3
- @heroui/react-utils@2.1.4
- @heroui/use-pagination@2.2.4
## 2.2.8
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/pagination",
"version": "2.2.8",
"version": "2.2.9",
"description": "The Pagination component allows you to display active page and navigate between multiple pages.",
"keywords": [
"pagination"
@ -18,11 +18,11 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/frontio-ai/heroui.git",
"url": "git+https://github.com/heroui-inc/heroui.git",
"directory": "packages/components/pagination"
},
"bugs": {
"url": "https://github.com/frontio-ai/heroui/issues"
"url": "https://github.com/heroui-inc/heroui/issues"
},
"scripts": {
"build": "tsup src --dts",

View File

@ -1,5 +1,21 @@
# @heroui/popover
## 2.3.10
### Patch Changes
- [#4594](https://github.com/heroui-inc/heroui/pull/4594) [`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Org name changed
- Updated dependencies [[`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e)]:
- @heroui/use-safe-layout-effect@2.1.2
- @heroui/dom-animation@2.1.2
- @heroui/framer-utils@2.1.7
- @heroui/shared-utils@2.1.3
- @heroui/use-aria-button@2.2.5
- @heroui/react-utils@2.1.4
- @heroui/aria-utils@2.2.8
- @heroui/button@2.2.10
## 2.3.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/popover",
"version": "2.3.9",
"version": "2.3.10",
"description": "A popover is an overlay element positioned relative to a trigger.",
"keywords": [
"popover"
@ -18,11 +18,11 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/frontio-ai/heroui.git",
"url": "git+https://github.com/heroui-inc/heroui.git",
"directory": "packages/components/popover"
},
"bugs": {
"url": "https://github.com/frontio-ai/heroui/issues"
"url": "https://github.com/heroui-inc/heroui/issues"
},
"scripts": {
"build": "tsup src --dts",

View File

@ -1,5 +1,16 @@
# @heroui/progress
## 2.2.7
### Patch Changes
- [#4594](https://github.com/heroui-inc/heroui/pull/4594) [`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Org name changed
- Updated dependencies [[`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e)]:
- @heroui/shared-utils@2.1.3
- @heroui/react-utils@2.1.4
- @heroui/use-is-mounted@2.1.2
## 2.2.6
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/progress",
"version": "2.2.6",
"version": "2.2.7",
"description": "Progress bars show either determinate or indeterminate progress of an operation over time.",
"keywords": [
"progress"
@ -18,11 +18,11 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/frontio-ai/heroui.git",
"url": "git+https://github.com/heroui-inc/heroui.git",
"directory": "packages/components/progress"
},
"bugs": {
"url": "https://github.com/frontio-ai/heroui/issues"
"url": "https://github.com/heroui-inc/heroui/issues"
},
"scripts": {
"build": "tsup src --dts",

View File

@ -1,5 +1,16 @@
# @heroui/radio
## 2.3.9
### Patch Changes
- [#4594](https://github.com/heroui-inc/heroui/pull/4594) [`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Org name changed
- Updated dependencies [[`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e)]:
- @heroui/shared-utils@2.1.3
- @heroui/react-utils@2.1.4
- @heroui/form@2.1.9
## 2.3.8
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/radio",
"version": "2.3.8",
"version": "2.3.9",
"description": "Radios allow users to select a single option from a list of mutually exclusive options.",
"keywords": [
"radio"
@ -18,11 +18,11 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/frontio-ai/heroui.git",
"url": "git+https://github.com/heroui-inc/heroui.git",
"directory": "packages/components/radio"
},
"bugs": {
"url": "https://github.com/frontio-ai/heroui/issues"
"url": "https://github.com/heroui-inc/heroui/issues"
},
"scripts": {
"build": "tsup src --dts",

View File

@ -1,5 +1,16 @@
# @heroui/ripple
## 2.2.8
### Patch Changes
- [#4594](https://github.com/heroui-inc/heroui/pull/4594) [`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Org name changed
- Updated dependencies [[`7ebe0e6`](https://github.com/heroui-inc/heroui/commit/7ebe0e664feb777fe0cad311312d0e02b899319e)]:
- @heroui/dom-animation@2.1.2
- @heroui/shared-utils@2.1.3
- @heroui/react-utils@2.1.4
## 2.2.7
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/ripple",
"version": "2.2.7",
"version": "2.2.8",
"description": "A simple implementation to display a ripple animation when the source component is clicked",
"keywords": [
"ripple"
@ -18,11 +18,11 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/frontio-ai/heroui.git",
"url": "git+https://github.com/heroui-inc/heroui.git",
"directory": "packages/components/ripple"
},
"bugs": {
"url": "https://github.com/frontio-ai/heroui/issues"
"url": "https://github.com/heroui-inc/heroui/issues"
},
"scripts": {
"build": "tsup src --dts",

Some files were not shown because too many files have changed in this diff Show More