diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 01ca279359..f6eea0f540 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ Hello!, I am very excited that you are interested in contributing with HeroUI. However, before submitting your contribution, be sure to take a moment and read the following guidelines. -- [Code of Conduct](https://github.com/frontio-ai/heroui/blob/canary/CODE_OF_CONDUCT.md) +- [Code of Conduct](https://github.com/heroui-inc/heroui/blob/canary/CODE_OF_CONDUCT.md) - [Extraction request guidelines](#pull-request-guidelines) - [Development Setup](#development-setup) - [Tests](#tests) @@ -79,7 +79,7 @@ https://www.conventionalcommits.org/ or check out the commit type. `scope` is just a short id that describes the scope of work. 3. Make and commit your changes following the - [commit convention](https://github.com/frontio-ai/heroui/blob/main/CONTRIBUTING.md#commit-convention). + [commit convention](https://github.com/heroui-inc/heroui/blob/main/CONTRIBUTING.md#commit-convention). As you canary, you can run `pnpm build --filter=` and `pnpm test packages//` e.g. `pnpm build --filter=avatar & pnpm test packages/components/avatar` to make sure everything works as expected. @@ -235,7 +235,7 @@ best to be proactive in reaching out to those that are already helping out. GitHub by default does not publicly state that you are a member of the organization. Please feel free to change that setting for yourself so others will know who's helping out. That can be configured on the [organization -list](https://github.com/orgs/frontio-ai/people) page. +list](https://github.com/orgs/heroui-inc/people) page. Being a maintainer is not an obligation. You can help when you have time and be less active when you don't. If you get a new job and get busy, that's alright. diff --git a/packages/components/accordion/CHANGELOG.md b/packages/components/accordion/CHANGELOG.md index 20eefbbf4b..4bf3bed73a 100644 --- a/packages/components/accordion/CHANGELOG.md +++ b/packages/components/accordion/CHANGELOG.md @@ -20,7 +20,7 @@ ### Patch Changes -- Updated dependencies [[`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: +- Updated dependencies [[`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: - @heroui/react-utils@2.1.3 - @heroui/divider@2.2.5 - @heroui/aria-utils@2.2.7 @@ -30,7 +30,7 @@ ### Patch Changes -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: - @heroui/shared-utils@2.1.2 - @heroui/divider@2.2.5 - @heroui/aria-utils@2.2.6 @@ -41,16 +41,16 @@ ### Patch Changes -- Updated dependencies [[`78c0928`](https://github.com/frontio-ai/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f)]: +- Updated dependencies [[`78c0928`](https://github.com/heroui-inc/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f)]: - @heroui/aria-utils@2.2.5 ## 2.2.4 ### Patch Changes -- [#4258](https://github.com/frontio-ai/heroui/pull/4258) [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions +- [#4258](https://github.com/heroui-inc/heroui/pull/4258) [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions -- Updated dependencies [[`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: +- Updated dependencies [[`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: - @heroui/use-aria-accordion@2.2.2 - @heroui/aria-utils@2.2.4 - @heroui/divider@2.2.4 @@ -60,9 +60,9 @@ ### Patch Changes -- [#4255](https://github.com/frontio-ai/heroui/pull/4255) [`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) +- [#4255](https://github.com/heroui-inc/heroui/pull/4255) [`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) -- Updated dependencies [[`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: +- Updated dependencies [[`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: - @heroui/divider@2.2.3 - @heroui/aria-utils@2.2.3 - @heroui/framer-utils@2.1.3 @@ -71,9 +71,9 @@ ### Patch Changes -- [#4247](https://github.com/frontio-ai/heroui/pull/4247) [`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* +- [#4247](https://github.com/heroui-inc/heroui/pull/4247) [`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* -- Updated dependencies [[`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: +- Updated dependencies [[`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: - @heroui/divider@2.2.2 - @heroui/aria-utils@2.2.2 - @heroui/framer-utils@2.1.2 @@ -82,9 +82,9 @@ ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/divider@2.2.1 - @heroui/use-aria-accordion@2.2.1 - @heroui/aria-utils@2.2.1 @@ -98,7 +98,7 @@ ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -124,9 +124,9 @@ ### Patch Changes -- [#4226](https://github.com/frontio-ai/heroui/pull/4226) [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) +- [#4226](https://github.com/heroui-inc/heroui/pull/4226) [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) -- Updated dependencies [[`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/use-aria-accordion@2.2.0 - @heroui/aria-utils@2.2.0 - @heroui/divider@2.2.0 @@ -140,7 +140,7 @@ ### Patch Changes -- Updated dependencies [[`004c4a4b3`](https://github.com/frontio-ai/heroui/commit/004c4a4b3e44477f148937b12bb542e4b27fd322)]: +- Updated dependencies [[`004c4a4b3`](https://github.com/heroui-inc/heroui/commit/004c4a4b3e44477f148937b12bb542e4b27fd322)]: - @heroui/shared-icons@2.0.10-beta.8 - @heroui/divider@2.1.0-beta.9 @@ -148,7 +148,7 @@ ### Patch Changes -- [#4161](https://github.com/frontio-ai/heroui/pull/4161) [`17bf65799`](https://github.com/frontio-ai/heroui/commit/17bf65799c39c2ee44ea9c0b23aa80315b2a5083) Thanks [@wingkwong](https://github.com/wingkwong)! - fix missing peer / dev dependency for framer-motion +- [#4161](https://github.com/heroui-inc/heroui/pull/4161) [`17bf65799`](https://github.com/heroui-inc/heroui/commit/17bf65799c39c2ee44ea9c0b23aa80315b2a5083) Thanks [@wingkwong](https://github.com/wingkwong)! - fix missing peer / dev dependency for framer-motion - Updated dependencies []: - @heroui/divider@2.1.0-beta.9 @@ -159,9 +159,9 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/divider@2.1.0-beta.9 - @heroui/use-aria-accordion@2.1.0-beta.8 - @heroui/aria-utils@2.1.0-beta.10 @@ -175,9 +175,9 @@ ### Patch Changes -- [#3036](https://github.com/frontio-ai/heroui/pull/3036) [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3036](https://github.com/heroui-inc/heroui/pull/3036) [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version -- Updated dependencies [[`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: +- Updated dependencies [[`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: - @heroui/divider@2.1.0-beta.8 - @heroui/use-aria-accordion@2.1.0-beta.7 - @heroui/aria-utils@2.1.0-beta.9 @@ -195,9 +195,9 @@ ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/divider@2.1.0-beta.7 - @heroui/use-aria-accordion@2.1.0-beta.6 - @heroui/aria-utils@2.1.0-beta.7 @@ -211,9 +211,9 @@ ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/divider@2.1.0-beta.6 - @heroui/use-aria-accordion@2.1.0-beta.5 - @heroui/aria-utils@2.1.0-beta.6 @@ -227,9 +227,9 @@ ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/divider@2.1.0-beta.5 - @heroui/use-aria-accordion@2.1.0-beta.4 - @heroui/aria-utils@2.1.0-beta.5 @@ -243,7 +243,7 @@ ### Patch Changes -- Updated dependencies [[`0f55c491b`](https://github.com/frontio-ai/heroui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]: +- Updated dependencies [[`0f55c491b`](https://github.com/heroui-inc/heroui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]: - @heroui/shared-icons@2.0.10-beta.3 - @heroui/divider@2.1.0-beta.4 @@ -251,7 +251,7 @@ ### Patch Changes -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/shared-utils@2.0.9-beta.4 - @heroui/divider@2.1.0-beta.4 - @heroui/aria-utils@2.1.0-beta.4 @@ -262,9 +262,9 @@ ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/divider@2.1.0-beta.3 - @heroui/use-aria-accordion@2.1.0-beta.3 - @heroui/aria-utils@2.1.0-beta.3 @@ -278,9 +278,9 @@ ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/divider@2.1.0-beta.2 - @heroui/use-aria-accordion@2.1.0-beta.2 - @heroui/aria-utils@2.1.0-beta.2 @@ -294,9 +294,9 @@ ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/divider@2.1.0-beta.1 - @heroui/use-aria-accordion@2.1.0-beta.1 - @heroui/aria-utils@2.1.0-beta.1 @@ -310,15 +310,15 @@ ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ### Patch Changes -- [#3523](https://github.com/frontio-ai/heroui/pull/3523) [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - framer motion optimization (#3340) +- [#3523](https://github.com/heroui-inc/heroui/pull/3523) [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - framer motion optimization (#3340) -- [#3523](https://github.com/frontio-ai/heroui/pull/3523) [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - update `framer-motion` versions +- [#3523](https://github.com/heroui-inc/heroui/pull/3523) [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - update `framer-motion` versions -- Updated dependencies [[`0cf91395c`](https://github.com/frontio-ai/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/frontio-ai/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/frontio-ai/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/frontio-ai/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/frontio-ai/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/frontio-ai/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/frontio-ai/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/frontio-ai/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/frontio-ai/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/frontio-ai/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/frontio-ai/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/frontio-ai/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: +- Updated dependencies [[`0cf91395c`](https://github.com/heroui-inc/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/heroui-inc/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/heroui-inc/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/heroui-inc/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/heroui-inc/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/heroui-inc/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/heroui-inc/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/heroui-inc/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/heroui-inc/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/heroui-inc/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/heroui-inc/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/heroui-inc/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: - @heroui/theme@2.3.0-beta.0 - @heroui/divider@2.1.0-beta.0 - @heroui/system@2.3.0-beta.0 @@ -333,7 +333,7 @@ ### Patch Changes -- Updated dependencies [[`229388422`](https://github.com/frontio-ai/heroui/commit/2293884229541e363b1983fea88ba6e3bee6be14)]: +- Updated dependencies [[`229388422`](https://github.com/heroui-inc/heroui/commit/2293884229541e363b1983fea88ba6e3bee6be14)]: - @heroui/aria-utils@2.0.26 - @heroui/divider@2.0.32 @@ -341,7 +341,7 @@ ### Patch Changes -- Updated dependencies [[`123b7fbc9`](https://github.com/frontio-ai/heroui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae), [`f36df4362`](https://github.com/frontio-ai/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: +- Updated dependencies [[`123b7fbc9`](https://github.com/heroui-inc/heroui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae), [`f36df4362`](https://github.com/heroui-inc/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: - @heroui/aria-utils@2.0.25 - @heroui/shared-utils@2.0.8 - @heroui/divider@2.0.32 @@ -352,9 +352,9 @@ ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/divider@2.0.31 - @heroui/use-aria-accordion@2.0.7 - @heroui/aria-utils@2.0.24 @@ -376,13 +376,13 @@ ### Patch Changes -- [#3419](https://github.com/frontio-ai/heroui/pull/3419) [`106752aae`](https://github.com/frontio-ai/heroui/commit/106752aaefa4ef8bc7b7b1e97a7edcff13722ff6) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Fixed cursor navigation within text (#2152, #3364) +- [#3419](https://github.com/heroui-inc/heroui/pull/3419) [`106752aae`](https://github.com/heroui-inc/heroui/commit/106752aaefa4ef8bc7b7b1e97a7edcff13722ff6) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Fixed cursor navigation within text (#2152, #3364) -- [#3392](https://github.com/frontio-ai/heroui/pull/3392) [`8dce94e5f`](https://github.com/frontio-ai/heroui/commit/8dce94e5f03e1ac044bedd05b268b964f37316a7) Thanks [@chirokas](https://github.com/chirokas)! - Pass missing `dividerProps` to Divider (#3390) +- [#3392](https://github.com/heroui-inc/heroui/pull/3392) [`8dce94e5f`](https://github.com/heroui-inc/heroui/commit/8dce94e5f03e1ac044bedd05b268b964f37316a7) Thanks [@chirokas](https://github.com/chirokas)! - Pass missing `dividerProps` to Divider (#3390) -- [#3291](https://github.com/frontio-ai/heroui/pull/3291) [`e9a6a162e`](https://github.com/frontio-ai/heroui/commit/e9a6a162e8a26c6507938191c4e0b5bd94bdbf8d) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed variants for nested accordions (#3285) +- [#3291](https://github.com/heroui-inc/heroui/pull/3291) [`e9a6a162e`](https://github.com/heroui-inc/heroui/commit/e9a6a162e8a26c6507938191c4e0b5bd94bdbf8d) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed variants for nested accordions (#3285) -- Updated dependencies [[`60bb09fe6`](https://github.com/frontio-ai/heroui/commit/60bb09fe6455475a16225e776348e9acf0537f9b), [`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: +- Updated dependencies [[`60bb09fe6`](https://github.com/heroui-inc/heroui/commit/60bb09fe6455475a16225e776348e9acf0537f9b), [`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: - @heroui/aria-utils@2.0.22 - @heroui/shared-utils@2.0.6 - @heroui/divider@2.0.29 @@ -393,9 +393,9 @@ ### Patch Changes -- [#3240](https://github.com/frontio-ai/heroui/pull/3240) [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies +- [#3240](https://github.com/heroui-inc/heroui/pull/3240) [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies -- Updated dependencies [[`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`3500147d7`](https://github.com/frontio-ai/heroui/commit/3500147d7fbe53bc01ae24749fdeaf87c37c0d12), [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`b9bb06ff3`](https://github.com/frontio-ai/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: +- Updated dependencies [[`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`3500147d7`](https://github.com/heroui-inc/heroui/commit/3500147d7fbe53bc01ae24749fdeaf87c37c0d12), [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`b9bb06ff3`](https://github.com/heroui-inc/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: - @heroui/aria-utils@2.0.21 - @heroui/shared-icons@2.0.8 - @heroui/use-aria-accordion@2.0.6 @@ -407,9 +407,9 @@ ### Patch Changes -- [#3119](https://github.com/frontio-ai/heroui/pull/3119) [`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` +- [#3119](https://github.com/heroui-inc/heroui/pull/3119) [`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` -- Updated dependencies [[`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: +- Updated dependencies [[`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: - @heroui/use-aria-accordion@2.0.5 - @heroui/aria-utils@2.0.20 - @heroui/framer-utils@2.0.20 @@ -419,13 +419,13 @@ ### Patch Changes -- [#2265](https://github.com/frontio-ai/heroui/pull/2265) [`10497f1a9`](https://github.com/frontio-ai/heroui/commit/10497f1a97c0ecfec1cf699a1cd407be48553754) Thanks [@outputboy](https://github.com/outputboy)! - Make the accordion item heading tag customizable to satisfy a11y needs. Headings on web pages need to be consistent and semantic; this will help all users better find the content they are looking for. (#2950) +- [#2265](https://github.com/heroui-inc/heroui/pull/2265) [`10497f1a9`](https://github.com/heroui-inc/heroui/commit/10497f1a97c0ecfec1cf699a1cd407be48553754) Thanks [@outputboy](https://github.com/outputboy)! - Make the accordion item heading tag customizable to satisfy a11y needs. Headings on web pages need to be consistent and semantic; this will help all users better find the content they are looking for. (#2950) -- [#2929](https://github.com/frontio-ai/heroui/pull/2929) [`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. +- [#2929](https://github.com/heroui-inc/heroui/pull/2929) [`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. -- [#2725](https://github.com/frontio-ai/heroui/pull/2725) [`8048dcc0c`](https://github.com/frontio-ai/heroui/commit/8048dcc0c37455d2574c93d6f9fa505a936aedb5) Thanks [@ericfabreu](https://github.com/ericfabreu)! - Fix 'Tap to click' behavior on macOS for Accordion and Tab +- [#2725](https://github.com/heroui-inc/heroui/pull/2725) [`8048dcc0c`](https://github.com/heroui-inc/heroui/commit/8048dcc0c37455d2574c93d6f9fa505a936aedb5) Thanks [@ericfabreu](https://github.com/ericfabreu)! - Fix 'Tap to click' behavior on macOS for Accordion and Tab -- Updated dependencies [[`3b14c21e0`](https://github.com/frontio-ai/heroui/commit/3b14c21e02fedf15d7d22e911109dac60c4e780e), [`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2)]: +- Updated dependencies [[`3b14c21e0`](https://github.com/heroui-inc/heroui/commit/3b14c21e02fedf15d7d22e911109dac60c4e780e), [`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2)]: - @heroui/aria-utils@2.0.19 - @heroui/framer-utils@2.0.19 - @heroui/divider@2.0.28 @@ -434,7 +434,7 @@ ### Patch Changes -- Updated dependencies [[`10f2b8f42`](https://github.com/frontio-ai/heroui/commit/10f2b8f42b1d208e4edea366c6bbc37ef8614ef6)]: +- Updated dependencies [[`10f2b8f42`](https://github.com/heroui-inc/heroui/commit/10f2b8f42b1d208e4edea366c6bbc37ef8614ef6)]: - @heroui/use-aria-accordion@2.0.4 - @heroui/divider@2.0.27 @@ -442,7 +442,7 @@ ### Patch Changes -- Updated dependencies [[`eccc2f2f3`](https://github.com/frontio-ai/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: +- Updated dependencies [[`eccc2f2f3`](https://github.com/heroui-inc/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: - @heroui/aria-utils@2.0.18 - @heroui/framer-utils@2.0.18 - @heroui/react-utils@2.0.13 @@ -462,11 +462,11 @@ ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fixed the issue where only two keyframes were supported with spring and inertia animations. +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fixed the issue where only two keyframes were supported with spring and inertia animations. -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added @@ -475,11 +475,11 @@ - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- [#2219](https://github.com/frontio-ai/heroui/pull/2219) [`2c3be59df`](https://github.com/frontio-ai/heroui/commit/2c3be59dfb22a0059b814c63116606d5ec7345a0) Thanks [@ryo-manba](https://github.com/ryo-manba)! - fixed remove dividers from hidden accordion items (#2210) +- [#2219](https://github.com/heroui-inc/heroui/pull/2219) [`2c3be59df`](https://github.com/heroui-inc/heroui/commit/2c3be59dfb22a0059b814c63116606d5ec7345a0) Thanks [@ryo-manba](https://github.com/ryo-manba)! - fixed remove dividers from hidden accordion items (#2210) -- [#2464](https://github.com/frontio-ai/heroui/pull/2464) [`2894aecca`](https://github.com/frontio-ai/heroui/commit/2894aecca1a2ef0dfb3066b9b8df24ce48c99dae) Thanks [@mezotv](https://github.com/mezotv)! - Changes the motion important to the more lightweight m component in framer motion to only load the required features. +- [#2464](https://github.com/heroui-inc/heroui/pull/2464) [`2894aecca`](https://github.com/heroui-inc/heroui/commit/2894aecca1a2ef0dfb3066b9b8df24ce48c99dae) Thanks [@mezotv](https://github.com/mezotv)! - Changes the motion important to the more lightweight m component in framer motion to only load the required features. -- Updated dependencies [[`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: +- Updated dependencies [[`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: - @heroui/divider@2.0.26 - @heroui/use-aria-accordion@2.0.3 - @heroui/aria-utils@2.0.16 @@ -501,7 +501,7 @@ ### Patch Changes -- Updated dependencies [[`9189b3fbf`](https://github.com/frontio-ai/heroui/commit/9189b3fbf2d6d6cc6566009c71b37d5fcc566291)]: +- Updated dependencies [[`9189b3fbf`](https://github.com/heroui-inc/heroui/commit/9189b3fbf2d6d6cc6566009c71b37d5fcc566291)]: - @heroui/shared-icons@2.0.6 - @heroui/divider@2.0.24 - @heroui/aria-utils@2.0.14 @@ -511,9 +511,9 @@ ### Patch Changes -- [#1877](https://github.com/frontio-ai/heroui/pull/1877) [`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range +- [#1877](https://github.com/heroui-inc/heroui/pull/1877) [`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range -- Updated dependencies [[`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648)]: +- Updated dependencies [[`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648)]: - @heroui/divider@2.0.23 - @heroui/aria-utils@2.0.13 - @heroui/framer-utils@2.0.13 @@ -522,9 +522,9 @@ ### Patch Changes -- [#1874](https://github.com/frontio-ai/heroui/pull/1874) [`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. +- [#1874](https://github.com/heroui-inc/heroui/pull/1874) [`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. -- Updated dependencies [[`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0)]: +- Updated dependencies [[`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0)]: - @heroui/divider@2.0.22 - @heroui/system@2.0.12 - @heroui/aria-utils@2.0.12 @@ -534,9 +534,9 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/divider@2.0.21 - @heroui/system@2.0.11 - @heroui/theme@2.1.10 @@ -552,11 +552,11 @@ ### Patch Changes -- [#1630](https://github.com/frontio-ai/heroui/pull/1630) [`bc424948c`](https://github.com/frontio-ai/heroui/commit/bc424948c70ddbc5b00a9d732dafcd5008c78b1f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1405 and #1608 accordion is no longer preventing spacebar key for Input/Textarea components +- [#1630](https://github.com/heroui-inc/heroui/pull/1630) [`bc424948c`](https://github.com/heroui-inc/heroui/commit/bc424948c70ddbc5b00a9d732dafcd5008c78b1f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1405 and #1608 accordion is no longer preventing spacebar key for Input/Textarea components -- [#1639](https://github.com/frontio-ai/heroui/pull/1639) [`bb8ed5874`](https://github.com/frontio-ai/heroui/commit/bb8ed58749fa50666a1c8a5fa005376fec185710) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1402 controlled accordion +- [#1639](https://github.com/heroui-inc/heroui/pull/1639) [`bb8ed5874`](https://github.com/heroui-inc/heroui/commit/bb8ed58749fa50666a1c8a5fa005376fec185710) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1402 controlled accordion -- Updated dependencies [[`bc424948c`](https://github.com/frontio-ai/heroui/commit/bc424948c70ddbc5b00a9d732dafcd5008c78b1f), [`425a034bc`](https://github.com/frontio-ai/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: +- Updated dependencies [[`bc424948c`](https://github.com/heroui-inc/heroui/commit/bc424948c70ddbc5b00a9d732dafcd5008c78b1f), [`425a034bc`](https://github.com/heroui-inc/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: - @heroui/use-aria-accordion@2.0.1 - @heroui/theme@2.1.9 - @heroui/divider@2.0.20 @@ -569,9 +569,9 @@ ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy -- Updated dependencies [[`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: +- Updated dependencies [[`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: - @heroui/divider@2.0.19 - @heroui/system@2.0.9 - @heroui/theme@2.1.8 @@ -586,9 +586,9 @@ ### Patch Changes -- [#1589](https://github.com/frontio-ai/heroui/pull/1589) [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded +- [#1589](https://github.com/heroui-inc/heroui/pull/1589) [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded -- Updated dependencies [[`a3be419cb`](https://github.com/frontio-ai/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/frontio-ai/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: +- Updated dependencies [[`a3be419cb`](https://github.com/heroui-inc/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/heroui-inc/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: - @heroui/theme@2.1.7 - @heroui/use-aria-accordion-item@2.0.4 - @heroui/aria-utils@2.0.8 @@ -600,7 +600,7 @@ ### Patch Changes -- Updated dependencies [[`7c8341035`](https://github.com/frontio-ai/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: +- Updated dependencies [[`7c8341035`](https://github.com/heroui-inc/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: - @heroui/theme@2.1.6 - @heroui/divider@2.0.17 @@ -608,7 +608,7 @@ ### Patch Changes -- Updated dependencies [[`d61428d9e`](https://github.com/frontio-ai/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/frontio-ai/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: +- Updated dependencies [[`d61428d9e`](https://github.com/heroui-inc/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/heroui-inc/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: - @heroui/theme@2.1.5 - @heroui/divider@2.0.16 - @heroui/system@2.0.7 @@ -619,7 +619,7 @@ ### Patch Changes -- Updated dependencies [[`043b8420c`](https://github.com/frontio-ai/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/frontio-ai/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: +- Updated dependencies [[`043b8420c`](https://github.com/heroui-inc/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/heroui-inc/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: - @heroui/theme@2.1.4 - @heroui/system@2.0.6 - @heroui/divider@2.0.15 @@ -630,7 +630,7 @@ ### Patch Changes -- Updated dependencies [[`5702287e5`](https://github.com/frontio-ai/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: +- Updated dependencies [[`5702287e5`](https://github.com/heroui-inc/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: - @heroui/theme@2.1.3 - @heroui/divider@2.0.14 @@ -638,9 +638,9 @@ ### Patch Changes -- [#1458](https://github.com/frontio-ai/heroui/pull/1458) [`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles +- [#1458](https://github.com/heroui-inc/heroui/pull/1458) [`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles -- Updated dependencies [[`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: +- Updated dependencies [[`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: - @heroui/divider@2.0.13 - @heroui/theme@2.1.2 @@ -648,7 +648,7 @@ ### Patch Changes -- Updated dependencies [[`cc839cdd`](https://github.com/frontio-ai/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: +- Updated dependencies [[`cc839cdd`](https://github.com/heroui-inc/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: - @heroui/theme@2.1.1 - @heroui/divider@2.0.12 @@ -656,13 +656,13 @@ ### Patch Changes -- [#1313](https://github.com/frontio-ai/heroui/pull/1313) [`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New components: +- [#1313](https://github.com/heroui-inc/heroui/pull/1313) [`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New components: - Select - Listbox - ScrollShadow -- Updated dependencies [[`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: +- Updated dependencies [[`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: - @heroui/theme@2.1.0 - @heroui/shared-icons@2.0.3 - @heroui/divider@2.0.11 @@ -672,13 +672,13 @@ ### Patch Changes -- [#1433](https://github.com/frontio-ai/heroui/pull/1433) [`c186f37c9`](https://github.com/frontio-ai/heroui/commit/c186f37c98a95e1c74b640f2ae2a99bc2c9a2b74) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1430 hideIndicator fixed on AccordionItem +- [#1433](https://github.com/heroui-inc/heroui/pull/1433) [`c186f37c9`](https://github.com/heroui-inc/heroui/commit/c186f37c98a95e1c74b640f2ae2a99bc2c9a2b74) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1430 hideIndicator fixed on AccordionItem ## 2.0.12 ### Patch Changes -- [#1410](https://github.com/frontio-ai/heroui/pull/1410) [`6e7e834c2`](https://github.com/frontio-ai/heroui/commit/6e7e834c2dc14c21b087da792c0576ab464a4a4a) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Popover style prop merged with the one returned by react-aria, other components merge props improvements +- [#1410](https://github.com/heroui-inc/heroui/pull/1410) [`6e7e834c2`](https://github.com/heroui-inc/heroui/commit/6e7e834c2dc14c21b087da792c0576ab464a4a4a) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Popover style prop merged with the one returned by react-aria, other components merge props improvements ## 2.0.11 @@ -692,7 +692,7 @@ ### Patch Changes -- Updated dependencies [[`d0341020`](https://github.com/frontio-ai/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: +- Updated dependencies [[`d0341020`](https://github.com/heroui-inc/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: - @heroui/theme@2.0.5 - @heroui/divider@2.0.9 @@ -708,13 +708,13 @@ ### Patch Changes -- [#1359](https://github.com/frontio-ai/heroui/pull/1359) [`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n +- [#1359](https://github.com/heroui-inc/heroui/pull/1359) [`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n - react-aria packages upgraded to the latest version - image storybooks fixed - other bug fixes.. -- Updated dependencies [[`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: +- Updated dependencies [[`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: - @heroui/use-aria-accordion-item@2.0.3 - @heroui/framer-utils@2.0.5 - @heroui/aria-utils@2.0.5 @@ -725,7 +725,7 @@ ### Patch Changes -- Updated dependencies [[`710395f3`](https://github.com/frontio-ai/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: +- Updated dependencies [[`710395f3`](https://github.com/heroui-inc/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: - @heroui/system@2.0.4 - @heroui/aria-utils@2.0.4 - @heroui/framer-utils@2.0.4 @@ -734,7 +734,7 @@ ### Patch Changes -- [#1351](https://github.com/frontio-ai/heroui/pull/1351) [`d13a14fa`](https://github.com/frontio-ai/heroui/commit/d13a14facc1a92dac72e58a93e0452a86a2243c6) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - filterDOMProps function modified to filter non-default event/props this avoid passing non-valid props to HTML elements +- [#1351](https://github.com/heroui-inc/heroui/pull/1351) [`d13a14fa`](https://github.com/heroui-inc/heroui/commit/d13a14facc1a92dac72e58a93e0452a86a2243c6) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - filterDOMProps function modified to filter non-default event/props this avoid passing non-valid props to HTML elements - NavbarMenu onMenuOpenChange open state modified, undefined type removed - keepContentMounted prop added to accordion and accordion item - Some bug fixes.. @@ -754,9 +754,9 @@ ### Patch Changes -- [#1301](https://github.com/frontio-ai/heroui/pull/1301) [`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss +- [#1301](https://github.com/heroui-inc/heroui/pull/1301) [`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss -- Updated dependencies [[`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: +- Updated dependencies [[`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: - @heroui/divider@2.0.4 - @heroui/theme@2.0.4 @@ -764,14 +764,14 @@ ### Patch Changes -- [#1289](https://github.com/frontio-ai/heroui/pull/1289) [`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it +- [#1289](https://github.com/heroui-inc/heroui/pull/1289) [`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it - packages adapted to support RSC imports - filterDomProps function was modified to enable/disabled it -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports -- Updated dependencies [[`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: +- Updated dependencies [[`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: - @heroui/react-utils@2.0.2 - @heroui/divider@2.0.3 - @heroui/system@2.0.3 @@ -786,7 +786,7 @@ ### Patch Changes -- Updated dependencies [[`459ac5ed`](https://github.com/frontio-ai/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: +- Updated dependencies [[`459ac5ed`](https://github.com/heroui-inc/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: - @heroui/theme@2.0.2 - @heroui/divider@2.0.2 - @heroui/system@2.0.2 @@ -797,11 +797,11 @@ ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated -- Updated dependencies [[`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: +- Updated dependencies [[`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: - @heroui/use-aria-accordion-item@2.0.1 - @heroui/framer-utils@2.0.1 - @heroui/shared-icons@2.0.1 diff --git a/packages/components/accordion/README.md b/packages/components/accordion/README.md index 57a282d318..e72584032f 100644 --- a/packages/components/accordion/README.md +++ b/packages/components/accordion/README.md @@ -15,10 +15,10 @@ npm i @heroui/accordion ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/components/alert/CHANGELOG.md b/packages/components/alert/CHANGELOG.md index 3ad378603a..011c288a6d 100644 --- a/packages/components/alert/CHANGELOG.md +++ b/packages/components/alert/CHANGELOG.md @@ -16,9 +16,9 @@ ### Patch Changes -- [#4447](https://github.com/frontio-ai/heroui/pull/4447) [`a83388a`](https://github.com/frontio-ai/heroui/commit/a83388aaf4521f0ed8dfed99a54998156df1868b) Thanks [@wingkwong](https://github.com/wingkwong)! - mark description prop as optional (#4445) +- [#4447](https://github.com/heroui-inc/heroui/pull/4447) [`a83388a`](https://github.com/heroui-inc/heroui/commit/a83388aaf4521f0ed8dfed99a54998156df1868b) Thanks [@wingkwong](https://github.com/wingkwong)! - mark description prop as optional (#4445) -- Updated dependencies [[`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: +- Updated dependencies [[`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: - @heroui/react-utils@2.1.3 - @heroui/button@2.2.9 @@ -26,13 +26,13 @@ ### Patch Changes -- [#4383](https://github.com/frontio-ai/heroui/pull/4383) [`e15ef62`](https://github.com/frontio-ai/heroui/commit/e15ef62b6ccabc5aef2790c6f97d7457f204be92) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #4382 `hideIconWrapper` property wasn't removing the borded on `Alert` component +- [#4383](https://github.com/heroui-inc/heroui/pull/4383) [`e15ef62`](https://github.com/heroui-inc/heroui/commit/e15ef62b6ccabc5aef2790c6f97d7457f204be92) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #4382 `hideIconWrapper` property wasn't removing the borded on `Alert` component -- [#4365](https://github.com/frontio-ai/heroui/pull/4365) [`5946e90`](https://github.com/frontio-ai/heroui/commit/5946e90335c713e361e09927ab459445d707d7e4) Thanks [@wingkwong](https://github.com/wingkwong)! - fix alert slots & variantProps import (#4336) +- [#4365](https://github.com/heroui-inc/heroui/pull/4365) [`5946e90`](https://github.com/heroui-inc/heroui/commit/5946e90335c713e361e09927ab459445d707d7e4) Thanks [@wingkwong](https://github.com/wingkwong)! - fix alert slots & variantProps import (#4336) -- [#4354](https://github.com/frontio-ai/heroui/pull/4354) [`fa38828`](https://github.com/frontio-ai/heroui/commit/fa388283458602cd8e128486323472498a145fa2) Thanks [@wingkwong](https://github.com/wingkwong)! - replace decrepate onClick in Alert +- [#4354](https://github.com/heroui-inc/heroui/pull/4354) [`fa38828`](https://github.com/heroui-inc/heroui/commit/fa388283458602cd8e128486323472498a145fa2) Thanks [@wingkwong](https://github.com/wingkwong)! - replace decrepate onClick in Alert -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: - @heroui/shared-utils@2.1.2 - @heroui/button@2.2.8 - @heroui/react-utils@2.1.2 @@ -41,57 +41,57 @@ ### Patch Changes -- Updated dependencies [[`78c0928`](https://github.com/frontio-ai/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f)]: +- Updated dependencies [[`78c0928`](https://github.com/heroui-inc/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f)]: - @heroui/button@2.2.7 ## 2.2.6 ### Patch Changes -- Updated dependencies [[`5598806`](https://github.com/frontio-ai/heroui/commit/5598806216166dc9fff36cafd9112412486b747f)]: +- Updated dependencies [[`5598806`](https://github.com/heroui-inc/heroui/commit/5598806216166dc9fff36cafd9112412486b747f)]: - @heroui/button@2.2.6 ## 2.2.5 ### Patch Changes -- Updated dependencies [[`dfefdd6`](https://github.com/frontio-ai/heroui/commit/dfefdd6250eb81ae653e611a8dff12b2ae29a09c)]: +- Updated dependencies [[`dfefdd6`](https://github.com/heroui-inc/heroui/commit/dfefdd6250eb81ae653e611a8dff12b2ae29a09c)]: - @heroui/button@2.2.5 ## 2.2.4 ### Patch Changes -- [#4258](https://github.com/frontio-ai/heroui/pull/4258) [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions +- [#4258](https://github.com/heroui-inc/heroui/pull/4258) [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions -- Updated dependencies [[`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: +- Updated dependencies [[`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: - @heroui/button@2.2.4 ## 2.2.3 ### Patch Changes -- [#4255](https://github.com/frontio-ai/heroui/pull/4255) [`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) +- [#4255](https://github.com/heroui-inc/heroui/pull/4255) [`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) -- Updated dependencies [[`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: +- Updated dependencies [[`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: - @heroui/button@2.2.3 ## 2.2.2 ### Patch Changes -- [#4247](https://github.com/frontio-ai/heroui/pull/4247) [`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* +- [#4247](https://github.com/heroui-inc/heroui/pull/4247) [`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* -- Updated dependencies [[`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: +- Updated dependencies [[`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: - @heroui/button@2.2.2 ## 2.2.1 ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/button@2.2.1 - @heroui/react-utils@2.1.1 - @heroui/shared-icons@2.1.1 @@ -101,7 +101,7 @@ ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -127,9 +127,9 @@ ### Patch Changes -- [#4226](https://github.com/frontio-ai/heroui/pull/4226) [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) +- [#4226](https://github.com/heroui-inc/heroui/pull/4226) [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) -- Updated dependencies [[`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/button@2.2.0 - @heroui/react-utils@2.1.0 - @heroui/shared-icons@2.1.0 @@ -139,7 +139,7 @@ ### Patch Changes -- Updated dependencies [[`004c4a4b3`](https://github.com/frontio-ai/heroui/commit/004c4a4b3e44477f148937b12bb542e4b27fd322)]: +- Updated dependencies [[`004c4a4b3`](https://github.com/heroui-inc/heroui/commit/004c4a4b3e44477f148937b12bb542e4b27fd322)]: - @heroui/shared-icons@2.0.10-beta.8 - @heroui/button@2.1.0-beta.10 @@ -147,16 +147,16 @@ ### Patch Changes -- Updated dependencies [[`17bf65799`](https://github.com/frontio-ai/heroui/commit/17bf65799c39c2ee44ea9c0b23aa80315b2a5083)]: +- Updated dependencies [[`17bf65799`](https://github.com/heroui-inc/heroui/commit/17bf65799c39c2ee44ea9c0b23aa80315b2a5083)]: - @heroui/button@2.1.0-beta.10 ## 2.1.0-beta.12 ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/button@2.1.0-beta.9 - @heroui/react-utils@2.0.18-beta.8 - @heroui/shared-icons@2.0.10-beta.7 @@ -166,16 +166,16 @@ ### Patch Changes -- Updated dependencies [[`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: +- Updated dependencies [[`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: - @heroui/button@2.1.0-beta.8 ## 2.1.0-beta.10 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/button@2.1.0-beta.7 - @heroui/react-utils@2.0.18-beta.7 - @heroui/shared-icons@2.0.10-beta.6 @@ -185,9 +185,9 @@ ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/button@2.1.0-beta.6 - @heroui/react-utils@2.0.18-beta.6 - @heroui/shared-icons@2.0.10-beta.5 @@ -197,9 +197,9 @@ ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/button@2.1.0-beta.5 - @heroui/react-utils@2.0.18-beta.5 - @heroui/shared-icons@2.0.10-beta.4 @@ -209,7 +209,7 @@ ### Patch Changes -- [#4073](https://github.com/frontio-ai/heroui/pull/4073) [`70dc75983`](https://github.com/frontio-ai/heroui/commit/70dc7598388022fca04255c3c1623468a38a3803) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Alert compoentn styles improved +- [#4073](https://github.com/heroui-inc/heroui/pull/4073) [`70dc75983`](https://github.com/heroui-inc/heroui/commit/70dc7598388022fca04255c3c1623468a38a3803) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Alert compoentn styles improved - Updated dependencies []: - @heroui/button@2.1.0-beta.4 @@ -218,7 +218,7 @@ ### Patch Changes -- [#4071](https://github.com/frontio-ai/heroui/pull/4071) [`31349c178`](https://github.com/frontio-ai/heroui/commit/31349c178b9b2bd0be9856bc09126a37be68901a) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Alert styles improved +- [#4071](https://github.com/heroui-inc/heroui/pull/4071) [`31349c178`](https://github.com/heroui-inc/heroui/commit/31349c178b9b2bd0be9856bc09126a37be68901a) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Alert styles improved - Updated dependencies []: - @heroui/button@2.1.0-beta.4 @@ -227,9 +227,9 @@ ### Patch Changes -- [#4054](https://github.com/frontio-ai/heroui/pull/4054) [`0f55c491b`](https://github.com/frontio-ai/heroui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Alert design improved +- [#4054](https://github.com/heroui-inc/heroui/pull/4054) [`0f55c491b`](https://github.com/heroui-inc/heroui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Alert design improved -- Updated dependencies [[`0f55c491b`](https://github.com/frontio-ai/heroui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]: +- Updated dependencies [[`0f55c491b`](https://github.com/heroui-inc/heroui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]: - @heroui/shared-icons@2.0.10-beta.3 - @heroui/button@2.1.0-beta.4 @@ -237,7 +237,7 @@ ### Patch Changes -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/shared-utils@2.0.9-beta.4 - @heroui/button@2.1.0-beta.4 - @heroui/react-utils@2.0.18-beta.4 @@ -246,9 +246,9 @@ ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/button@2.1.0-beta.3 - @heroui/react-utils@2.0.18-beta.3 - @heroui/shared-icons@2.0.10-beta.2 @@ -258,9 +258,9 @@ ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/button@2.1.0-beta.2 - @heroui/react-utils@2.0.18-beta.2 - @heroui/shared-icons@2.0.10-beta.1 @@ -270,9 +270,9 @@ ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/button@2.1.0-beta.1 - @heroui/react-utils@2.0.18-beta.1 - @heroui/shared-icons@2.0.10-beta.0 @@ -282,13 +282,13 @@ ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ### Patch Changes -- [#3982](https://github.com/frontio-ai/heroui/pull/3982) [`d90ad05b1`](https://github.com/frontio-ai/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - introduced Alert component (#2250) +- [#3982](https://github.com/heroui-inc/heroui/pull/3982) [`d90ad05b1`](https://github.com/heroui-inc/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - introduced Alert component (#2250) -- Updated dependencies [[`0cf91395c`](https://github.com/frontio-ai/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/frontio-ai/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/frontio-ai/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/frontio-ai/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/frontio-ai/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/frontio-ai/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/frontio-ai/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/frontio-ai/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/frontio-ai/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/frontio-ai/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/frontio-ai/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/frontio-ai/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: +- Updated dependencies [[`0cf91395c`](https://github.com/heroui-inc/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/heroui-inc/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/heroui-inc/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/heroui-inc/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/heroui-inc/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/heroui-inc/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/heroui-inc/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/heroui-inc/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/heroui-inc/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/heroui-inc/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/heroui-inc/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/heroui-inc/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: - @heroui/theme@2.3.0-beta.0 - @heroui/button@2.1.0-beta.0 - @heroui/system@2.3.0-beta.0 diff --git a/packages/components/alert/README.md b/packages/components/alert/README.md index 2854e97226..2a00b80ca8 100644 --- a/packages/components/alert/README.md +++ b/packages/components/alert/README.md @@ -15,10 +15,10 @@ npm i @heroui/alert ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/components/autocomplete/CHANGELOG.md b/packages/components/autocomplete/CHANGELOG.md index c9642ac987..c96d59d99f 100644 --- a/packages/components/autocomplete/CHANGELOG.md +++ b/packages/components/autocomplete/CHANGELOG.md @@ -25,7 +25,7 @@ ### Patch Changes -- Updated dependencies [[`45b1d82`](https://github.com/frontio-ai/heroui/commit/45b1d82c391dac7f39609d492010164b6c2d6d38)]: +- Updated dependencies [[`45b1d82`](https://github.com/heroui-inc/heroui/commit/45b1d82c391dac7f39609d492010164b6c2d6d38)]: - @heroui/input@2.4.9 - @heroui/popover@2.3.9 @@ -33,15 +33,15 @@ ### Patch Changes -- [#4458](https://github.com/frontio-ai/heroui/pull/4458) [`7c2bc4a`](https://github.com/frontio-ai/heroui/commit/7c2bc4a18ef01424c7ff464cad3401dd6596e7b3) Thanks [@wingkwong](https://github.com/wingkwong)! - clear autocomplete value when pressing clear button (#4402) +- [#4458](https://github.com/heroui-inc/heroui/pull/4458) [`7c2bc4a`](https://github.com/heroui-inc/heroui/commit/7c2bc4a18ef01424c7ff464cad3401dd6596e7b3) Thanks [@wingkwong](https://github.com/wingkwong)! - clear autocomplete value when pressing clear button (#4402) -- [#4452](https://github.com/frontio-ai/heroui/pull/4452) [`0401f25`](https://github.com/frontio-ai/heroui/commit/0401f2548f525fc4194186b54f563cb91c6ccd0c) Thanks [@Peterl561](https://github.com/Peterl561)! - fixed autocomplete validate prop not working after hovering when validation behavior is native +- [#4452](https://github.com/heroui-inc/heroui/pull/4452) [`0401f25`](https://github.com/heroui-inc/heroui/commit/0401f2548f525fc4194186b54f563cb91c6ccd0c) Thanks [@Peterl561](https://github.com/Peterl561)! - fixed autocomplete validate prop not working after hovering when validation behavior is native -- [#4462](https://github.com/frontio-ai/heroui/pull/4462) [`16c57ec`](https://github.com/frontio-ai/heroui/commit/16c57ece6467d755645f109b8de810c9063e5665) Thanks [@vinroger](https://github.com/vinroger)! - add support for dataset with section, add support for scrollshadow +- [#4462](https://github.com/heroui-inc/heroui/pull/4462) [`16c57ec`](https://github.com/heroui-inc/heroui/commit/16c57ece6467d755645f109b8de810c9063e5665) Thanks [@vinroger](https://github.com/vinroger)! - add support for dataset with section, add support for scrollshadow -- [#4496](https://github.com/frontio-ai/heroui/pull/4496) [`0c45fed`](https://github.com/frontio-ai/heroui/commit/0c45fed420747b41a4d2a7bb07e9582f6f609287) Thanks [@wingkwong](https://github.com/wingkwong)! - fix missing popover props except content (#4484) +- [#4496](https://github.com/heroui-inc/heroui/pull/4496) [`0c45fed`](https://github.com/heroui-inc/heroui/commit/0c45fed420747b41a4d2a7bb07e9582f6f609287) Thanks [@wingkwong](https://github.com/wingkwong)! - fix missing popover props except content (#4484) -- Updated dependencies [[`d92468a`](https://github.com/frontio-ai/heroui/commit/d92468aa1e35d5022c071b5d2674f5bfb6408001), [`33e0418`](https://github.com/frontio-ai/heroui/commit/33e0418d08c29f829b00ee3bc41972dfce6a3370), [`16c57ec`](https://github.com/frontio-ai/heroui/commit/16c57ece6467d755645f109b8de810c9063e5665), [`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2), [`fb46df2`](https://github.com/frontio-ai/heroui/commit/fb46df2430f95cddef0c25fce4639c2078b34f62)]: +- Updated dependencies [[`d92468a`](https://github.com/heroui-inc/heroui/commit/d92468aa1e35d5022c071b5d2674f5bfb6408001), [`33e0418`](https://github.com/heroui-inc/heroui/commit/33e0418d08c29f829b00ee3bc41972dfce6a3370), [`16c57ec`](https://github.com/heroui-inc/heroui/commit/16c57ece6467d755645f109b8de810c9063e5665), [`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2), [`fb46df2`](https://github.com/heroui-inc/heroui/commit/fb46df2430f95cddef0c25fce4639c2078b34f62)]: - @heroui/listbox@2.3.9 - @heroui/popover@2.3.9 - @heroui/react-utils@2.1.3 @@ -56,7 +56,7 @@ ### Patch Changes -- Updated dependencies [[`b5943db`](https://github.com/frontio-ai/heroui/commit/b5943db1fdad3cacba54e10ef828bc24c740f01b), [`9e8a656`](https://github.com/frontio-ai/heroui/commit/9e8a656665464152c4d226fa520fc4219eca0a8d), [`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: +- Updated dependencies [[`b5943db`](https://github.com/heroui-inc/heroui/commit/b5943db1fdad3cacba54e10ef828bc24c740f01b), [`9e8a656`](https://github.com/heroui-inc/heroui/commit/9e8a656665464152c4d226fa520fc4219eca0a8d), [`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: - @heroui/listbox@2.3.8 - @heroui/input@2.4.7 - @heroui/shared-utils@2.1.2 @@ -73,7 +73,7 @@ ### Patch Changes -- Updated dependencies [[`78c0928`](https://github.com/frontio-ai/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f)]: +- Updated dependencies [[`78c0928`](https://github.com/heroui-inc/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f)]: - @heroui/use-aria-button@2.2.3 - @heroui/aria-utils@2.2.5 - @heroui/listbox@2.3.7 @@ -85,7 +85,7 @@ ### Patch Changes -- Updated dependencies [[`5598806`](https://github.com/frontio-ai/heroui/commit/5598806216166dc9fff36cafd9112412486b747f)]: +- Updated dependencies [[`5598806`](https://github.com/heroui-inc/heroui/commit/5598806216166dc9fff36cafd9112412486b747f)]: - @heroui/button@2.2.6 - @heroui/listbox@2.3.6 - @heroui/form@2.1.6 @@ -98,7 +98,7 @@ ### Patch Changes -- Updated dependencies [[`11eae5c`](https://github.com/frontio-ai/heroui/commit/11eae5cc808e10db07b509f4e06d30441bb1937a), [`dfefdd6`](https://github.com/frontio-ai/heroui/commit/dfefdd6250eb81ae653e611a8dff12b2ae29a09c)]: +- Updated dependencies [[`11eae5c`](https://github.com/heroui-inc/heroui/commit/11eae5cc808e10db07b509f4e06d30441bb1937a), [`dfefdd6`](https://github.com/heroui-inc/heroui/commit/dfefdd6250eb81ae653e611a8dff12b2ae29a09c)]: - @heroui/listbox@2.3.5 - @heroui/button@2.2.5 - @heroui/form@2.1.5 @@ -111,9 +111,9 @@ ### Patch Changes -- [#4258](https://github.com/frontio-ai/heroui/pull/4258) [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions +- [#4258](https://github.com/heroui-inc/heroui/pull/4258) [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions -- Updated dependencies [[`b16291b`](https://github.com/frontio-ai/heroui/commit/b16291b2200229f0d0a9ea910e38f3f100f7931f), [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: +- Updated dependencies [[`b16291b`](https://github.com/heroui-inc/heroui/commit/b16291b2200229f0d0a9ea910e38f3f100f7931f), [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: - @heroui/form@2.1.4 - @heroui/use-aria-button@2.2.2 - @heroui/aria-utils@2.2.4 @@ -128,9 +128,9 @@ ### Patch Changes -- [#4255](https://github.com/frontio-ai/heroui/pull/4255) [`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) +- [#4255](https://github.com/heroui-inc/heroui/pull/4255) [`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) -- Updated dependencies [[`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: +- Updated dependencies [[`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: - @heroui/scroll-shadow@2.3.3 - @heroui/listbox@2.3.3 - @heroui/popover@2.3.3 @@ -144,9 +144,9 @@ ### Patch Changes -- [#4247](https://github.com/frontio-ai/heroui/pull/4247) [`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* +- [#4247](https://github.com/heroui-inc/heroui/pull/4247) [`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* -- Updated dependencies [[`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: +- Updated dependencies [[`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: - @heroui/scroll-shadow@2.3.2 - @heroui/listbox@2.3.2 - @heroui/popover@2.3.2 @@ -160,9 +160,9 @@ ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/button@2.2.1 - @heroui/form@2.1.1 - @heroui/input@2.4.1 @@ -181,7 +181,7 @@ ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -207,13 +207,13 @@ ### Patch Changes -- [#4207](https://github.com/frontio-ai/heroui/pull/4207) [`6bc616c`](https://github.com/frontio-ai/heroui/commit/6bc616caea948431d05eec33c1784e0560524e97) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix the "forwardRef render functions accept exactly two parameters: props and ref. Did you forget to use the ref parameter?" on next.js by changing the way we manage collection base components refs +- [#4207](https://github.com/heroui-inc/heroui/pull/4207) [`6bc616c`](https://github.com/heroui-inc/heroui/commit/6bc616caea948431d05eec33c1784e0560524e97) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix the "forwardRef render functions accept exactly two parameters: props and ref. Did you forget to use the ref parameter?" on next.js by changing the way we manage collection base components refs -- [#4224](https://github.com/frontio-ai/heroui/pull/4224) [`26e478d`](https://github.com/frontio-ai/heroui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Added form support to input-otp, change default validationBehavior to "native" to avoid breaking changes, and fix select with form +- [#4224](https://github.com/heroui-inc/heroui/pull/4224) [`26e478d`](https://github.com/heroui-inc/heroui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Added form support to input-otp, change default validationBehavior to "native" to avoid breaking changes, and fix select with form -- [#4226](https://github.com/frontio-ai/heroui/pull/4226) [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) +- [#4226](https://github.com/heroui-inc/heroui/pull/4226) [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) -- Updated dependencies [[`6bc616c`](https://github.com/frontio-ai/heroui/commit/6bc616caea948431d05eec33c1784e0560524e97), [`44958bf`](https://github.com/frontio-ai/heroui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8), [`26e478d`](https://github.com/frontio-ai/heroui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52), [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`ffb1e55`](https://github.com/frontio-ai/heroui/commit/ffb1e554f7d6b5b1ede66d0838b3b1edeeccdf6b), [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201), [`44958bf`](https://github.com/frontio-ai/heroui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8)]: +- Updated dependencies [[`6bc616c`](https://github.com/heroui-inc/heroui/commit/6bc616caea948431d05eec33c1784e0560524e97), [`44958bf`](https://github.com/heroui-inc/heroui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8), [`26e478d`](https://github.com/heroui-inc/heroui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52), [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`ffb1e55`](https://github.com/heroui-inc/heroui/commit/ffb1e554f7d6b5b1ede66d0838b3b1edeeccdf6b), [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201), [`44958bf`](https://github.com/heroui-inc/heroui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8)]: - @heroui/listbox@2.3.0 - @heroui/popover@2.3.0 - @heroui/input@2.4.0 @@ -232,7 +232,7 @@ ### Patch Changes -- Updated dependencies [[`004c4a4b3`](https://github.com/frontio-ai/heroui/commit/004c4a4b3e44477f148937b12bb542e4b27fd322), [`0b5ceb93c`](https://github.com/frontio-ai/heroui/commit/0b5ceb93ce098e5d76409190f2d57cd89c06b7e9)]: +- Updated dependencies [[`004c4a4b3`](https://github.com/heroui-inc/heroui/commit/004c4a4b3e44477f148937b12bb542e4b27fd322), [`0b5ceb93c`](https://github.com/heroui-inc/heroui/commit/0b5ceb93ce098e5d76409190f2d57cd89c06b7e9)]: - @heroui/input@2.3.0-beta.12 - @heroui/shared-icons@2.0.10-beta.8 - @heroui/listbox@2.2.0-beta.14 @@ -245,7 +245,7 @@ ### Patch Changes -- Updated dependencies [[`17bf65799`](https://github.com/frontio-ai/heroui/commit/17bf65799c39c2ee44ea9c0b23aa80315b2a5083)]: +- Updated dependencies [[`17bf65799`](https://github.com/heroui-inc/heroui/commit/17bf65799c39c2ee44ea9c0b23aa80315b2a5083)]: - @heroui/button@2.1.0-beta.10 - @heroui/input@2.3.0-beta.11 - @heroui/listbox@2.2.0-beta.13 @@ -259,9 +259,9 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/button@2.1.0-beta.9 - @heroui/form@2.0.1-beta.1 - @heroui/input@2.3.0-beta.11 @@ -280,9 +280,9 @@ ### Patch Changes -- [#3036](https://github.com/frontio-ai/heroui/pull/3036) [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - support server validation with form +- [#3036](https://github.com/heroui-inc/heroui/pull/3036) [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - support server validation with form -- Updated dependencies [[`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00), [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00), [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: +- Updated dependencies [[`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00), [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00), [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: - @heroui/button@2.1.0-beta.8 - @heroui/listbox@2.2.0-beta.11 - @heroui/popover@2.2.0-beta.10 @@ -297,7 +297,7 @@ ### Patch Changes -- Updated dependencies [[`256d46277`](https://github.com/frontio-ai/heroui/commit/256d462771c19d6ca5b969d0ec44419fb560f0ac)]: +- Updated dependencies [[`256d46277`](https://github.com/heroui-inc/heroui/commit/256d462771c19d6ca5b969d0ec44419fb560f0ac)]: - @heroui/listbox@2.2.0-beta.10 - @heroui/button@2.1.0-beta.7 - @heroui/input@2.3.0-beta.9 @@ -321,9 +321,9 @@ ### Patch Changes -- [#4094](https://github.com/frontio-ai/heroui/pull/4094) [`b9d5d4925`](https://github.com/frontio-ai/heroui/commit/b9d5d492519778a4bf071748ec9f2b4e25d8373f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Virtualization support added to Listbox & Autocomplete +- [#4094](https://github.com/heroui-inc/heroui/pull/4094) [`b9d5d4925`](https://github.com/heroui-inc/heroui/commit/b9d5d492519778a4bf071748ec9f2b4e25d8373f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Virtualization support added to Listbox & Autocomplete -- Updated dependencies [[`b9d5d4925`](https://github.com/frontio-ai/heroui/commit/b9d5d492519778a4bf071748ec9f2b4e25d8373f)]: +- Updated dependencies [[`b9d5d4925`](https://github.com/heroui-inc/heroui/commit/b9d5d492519778a4bf071748ec9f2b4e25d8373f)]: - @heroui/listbox@2.2.0-beta.8 - @heroui/button@2.1.0-beta.7 - @heroui/input@2.3.0-beta.9 @@ -335,9 +335,9 @@ ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/button@2.1.0-beta.7 - @heroui/input@2.3.0-beta.9 - @heroui/listbox@2.2.0-beta.7 @@ -355,9 +355,9 @@ ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/button@2.1.0-beta.6 - @heroui/input@2.3.0-beta.8 - @heroui/listbox@2.2.0-beta.6 @@ -375,9 +375,9 @@ ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/button@2.1.0-beta.5 - @heroui/input@2.3.0-beta.7 - @heroui/listbox@2.2.0-beta.5 @@ -395,7 +395,7 @@ ### Patch Changes -- Updated dependencies [[`0f55c491b`](https://github.com/frontio-ai/heroui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]: +- Updated dependencies [[`0f55c491b`](https://github.com/heroui-inc/heroui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]: - @heroui/shared-icons@2.0.10-beta.3 - @heroui/button@2.1.0-beta.4 - @heroui/input@2.3.0-beta.6 @@ -408,7 +408,7 @@ ### Patch Changes -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/shared-utils@2.0.9-beta.4 - @heroui/button@2.1.0-beta.4 - @heroui/input@2.3.0-beta.5 @@ -423,9 +423,9 @@ ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/button@2.1.0-beta.3 - @heroui/input@2.3.0-beta.4 - @heroui/listbox@2.2.0-beta.3 @@ -443,9 +443,9 @@ ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/button@2.1.0-beta.2 - @heroui/input@2.3.0-beta.3 - @heroui/listbox@2.2.0-beta.2 @@ -463,14 +463,14 @@ ### Patch Changes -- Updated dependencies [[`563c1585a`](https://github.com/frontio-ai/heroui/commit/563c1585a3c1a32e8272ec4641cfabeaaac3296c)]: +- Updated dependencies [[`563c1585a`](https://github.com/heroui-inc/heroui/commit/563c1585a3c1a32e8272ec4641cfabeaaac3296c)]: - @heroui/popover@2.2.0-beta.2 ## 2.2.0-beta.2 ### Patch Changes -- Updated dependencies [[`a2d653137`](https://github.com/frontio-ai/heroui/commit/a2d653137d61465a88dfa3830bb3a44e3a7faa87)]: +- Updated dependencies [[`a2d653137`](https://github.com/heroui-inc/heroui/commit/a2d653137d61465a88dfa3830bb3a44e3a7faa87)]: - @heroui/input@2.3.0-beta.2 - @heroui/popover@2.2.0-beta.1 - @heroui/listbox@2.2.0-beta.1 @@ -479,9 +479,9 @@ ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/button@2.1.0-beta.1 - @heroui/input@2.3.0-beta.1 - @heroui/listbox@2.2.0-beta.1 @@ -498,19 +498,19 @@ ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ### Patch Changes -- [#3788](https://github.com/frontio-ai/heroui/pull/3788) [`2e82f165a`](https://github.com/frontio-ai/heroui/commit/2e82f165a98e1cdc8f0702d2971fc534b763fd15) Thanks [@abhinav700](https://github.com/abhinav700)! - Clicking the clear button clears the selected value without closing the dropdown. (#3788) +- [#3788](https://github.com/heroui-inc/heroui/pull/3788) [`2e82f165a`](https://github.com/heroui-inc/heroui/commit/2e82f165a98e1cdc8f0702d2971fc534b763fd15) Thanks [@abhinav700](https://github.com/abhinav700)! - Clicking the clear button clears the selected value without closing the dropdown. (#3788) -- [#3845](https://github.com/frontio-ai/heroui/pull/3845) [`780ba4316`](https://github.com/frontio-ai/heroui/commit/780ba43162dc7ceb3f7b46c68c8134473013c873) Thanks [@alexnguyennz](https://github.com/alexnguyennz)! - Return null if there are items for exit animation on popover close to work +- [#3845](https://github.com/heroui-inc/heroui/pull/3845) [`780ba4316`](https://github.com/heroui-inc/heroui/commit/780ba43162dc7ceb3f7b46c68c8134473013c873) Thanks [@alexnguyennz](https://github.com/alexnguyennz)! - Return null if there are items for exit animation on popover close to work -- [#2186](https://github.com/frontio-ai/heroui/pull/2186) [`557f10f5e`](https://github.com/frontio-ai/heroui/commit/557f10f5ec60f9f69bed098b3670046cd56d15da) Thanks [@juliesaia](https://github.com/juliesaia)! - automatically focus first non-disabled item +- [#2186](https://github.com/heroui-inc/heroui/pull/2186) [`557f10f5e`](https://github.com/heroui-inc/heroui/commit/557f10f5ec60f9f69bed098b3670046cd56d15da) Thanks [@juliesaia](https://github.com/juliesaia)! - automatically focus first non-disabled item -- [#3523](https://github.com/frontio-ai/heroui/pull/3523) [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - update `framer-motion` versions +- [#3523](https://github.com/heroui-inc/heroui/pull/3523) [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - update `framer-motion` versions -- Updated dependencies [[`0cf91395c`](https://github.com/frontio-ai/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`a2e562b03`](https://github.com/frontio-ai/heroui/commit/a2e562b03f79b52b0b35f07104b3585ea05e2cb6), [`781b85566`](https://github.com/frontio-ai/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/frontio-ai/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/frontio-ai/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/frontio-ai/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/frontio-ai/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/frontio-ai/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/frontio-ai/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/frontio-ai/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/frontio-ai/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`9f6839faf`](https://github.com/frontio-ai/heroui/commit/9f6839faf9fe05c766571bcb71028bd3236d6e3a), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/frontio-ai/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`606f75726`](https://github.com/frontio-ai/heroui/commit/606f75726c6b273ea25528ec3269fa6e82af3349), [`559436d46`](https://github.com/frontio-ai/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: +- Updated dependencies [[`0cf91395c`](https://github.com/heroui-inc/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`a2e562b03`](https://github.com/heroui-inc/heroui/commit/a2e562b03f79b52b0b35f07104b3585ea05e2cb6), [`781b85566`](https://github.com/heroui-inc/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/heroui-inc/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/heroui-inc/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/heroui-inc/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/heroui-inc/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/heroui-inc/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/heroui-inc/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/heroui-inc/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/heroui-inc/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`9f6839faf`](https://github.com/heroui-inc/heroui/commit/9f6839faf9fe05c766571bcb71028bd3236d6e3a), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/heroui-inc/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`606f75726`](https://github.com/heroui-inc/heroui/commit/606f75726c6b273ea25528ec3269fa6e82af3349), [`559436d46`](https://github.com/heroui-inc/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: - @heroui/theme@2.3.0-beta.0 - @heroui/listbox@2.2.0-beta.0 - @heroui/button@2.1.0-beta.0 @@ -528,9 +528,9 @@ ### Patch Changes -- [#3759](https://github.com/frontio-ai/heroui/pull/3759) [`229388422`](https://github.com/frontio-ai/heroui/commit/2293884229541e363b1983fea88ba6e3bee6be14) Thanks [@wingkwong](https://github.com/wingkwong)! - rollback pr3467. rescheduled to v2.5.0. +- [#3759](https://github.com/heroui-inc/heroui/pull/3759) [`229388422`](https://github.com/heroui-inc/heroui/commit/2293884229541e363b1983fea88ba6e3bee6be14) Thanks [@wingkwong](https://github.com/wingkwong)! - rollback pr3467. rescheduled to v2.5.0. -- Updated dependencies [[`4c01d1824`](https://github.com/frontio-ai/heroui/commit/4c01d1824d4dde22d89232968a3a4c48fe04678f), [`229388422`](https://github.com/frontio-ai/heroui/commit/2293884229541e363b1983fea88ba6e3bee6be14)]: +- Updated dependencies [[`4c01d1824`](https://github.com/heroui-inc/heroui/commit/4c01d1824d4dde22d89232968a3a4c48fe04678f), [`229388422`](https://github.com/heroui-inc/heroui/commit/2293884229541e363b1983fea88ba6e3bee6be14)]: - @heroui/popover@2.1.29 - @heroui/aria-utils@2.0.26 - @heroui/button@2.0.38 @@ -543,11 +543,11 @@ ### Patch Changes -- [#3467](https://github.com/frontio-ai/heroui/pull/3467) [`123b7fbc9`](https://github.com/frontio-ai/heroui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae) Thanks [@chirokas](https://github.com/chirokas)! - Refactor overlays to reduce its complexity, while improving stability. +- [#3467](https://github.com/heroui-inc/heroui/pull/3467) [`123b7fbc9`](https://github.com/heroui-inc/heroui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae) Thanks [@chirokas](https://github.com/chirokas)! - Refactor overlays to reduce its complexity, while improving stability. -- [#3000](https://github.com/frontio-ai/heroui/pull/3000) [`81da063d6`](https://github.com/frontio-ai/heroui/commit/81da063d6ab80e1b352ebfda78ed26a47a239c49) Thanks [@chirokas](https://github.com/chirokas)! - Improve clear button pointer events, keyboard reopen issue on mobile +- [#3000](https://github.com/heroui-inc/heroui/pull/3000) [`81da063d6`](https://github.com/heroui-inc/heroui/commit/81da063d6ab80e1b352ebfda78ed26a47a239c49) Thanks [@chirokas](https://github.com/chirokas)! - Improve clear button pointer events, keyboard reopen issue on mobile -- Updated dependencies [[`123b7fbc9`](https://github.com/frontio-ai/heroui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae), [`985c2e1dd`](https://github.com/frontio-ai/heroui/commit/985c2e1dd3642e3087aa0555a3c3ae4ea182b099), [`d621b2923`](https://github.com/frontio-ai/heroui/commit/d621b2923e7c90e73bea996e5918b744223e896c), [`19c331be7`](https://github.com/frontio-ai/heroui/commit/19c331be75f1d03048c7b2dc92c2c9b62865cc11), [`3d6865586`](https://github.com/frontio-ai/heroui/commit/3d6865586fe7cec850925c8e8ff42155a97c43ea), [`f36df4362`](https://github.com/frontio-ai/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: +- Updated dependencies [[`123b7fbc9`](https://github.com/heroui-inc/heroui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae), [`985c2e1dd`](https://github.com/heroui-inc/heroui/commit/985c2e1dd3642e3087aa0555a3c3ae4ea182b099), [`d621b2923`](https://github.com/heroui-inc/heroui/commit/d621b2923e7c90e73bea996e5918b744223e896c), [`19c331be7`](https://github.com/heroui-inc/heroui/commit/19c331be75f1d03048c7b2dc92c2c9b62865cc11), [`3d6865586`](https://github.com/heroui-inc/heroui/commit/3d6865586fe7cec850925c8e8ff42155a97c43ea), [`f36df4362`](https://github.com/heroui-inc/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: - @heroui/popover@2.1.28 - @heroui/input@2.2.5 - @heroui/listbox@2.1.26 @@ -561,9 +561,9 @@ ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/button@2.0.37 - @heroui/input@2.2.4 - @heroui/listbox@2.1.25 @@ -594,9 +594,9 @@ ### Patch Changes -- [#3311](https://github.com/frontio-ai/heroui/pull/3311) [`0462dde0a`](https://github.com/frontio-ai/heroui/commit/0462dde0a752e5ee5341c372834be5496296a6cc) Thanks [@wingkwong](https://github.com/wingkwong)! - add `disableDialogFocus` to free-solo-popover (#3225, #3124, #3203) +- [#3311](https://github.com/heroui-inc/heroui/pull/3311) [`0462dde0a`](https://github.com/heroui-inc/heroui/commit/0462dde0a752e5ee5341c372834be5496296a6cc) Thanks [@wingkwong](https://github.com/wingkwong)! - add `disableDialogFocus` to free-solo-popover (#3225, #3124, #3203) -- Updated dependencies [[`60bb09fe6`](https://github.com/frontio-ai/heroui/commit/60bb09fe6455475a16225e776348e9acf0537f9b), [`edd48a09c`](https://github.com/frontio-ai/heroui/commit/edd48a09ccab2b0b1c0371d1f3fe23447b07fb54), [`0462dde0a`](https://github.com/frontio-ai/heroui/commit/0462dde0a752e5ee5341c372834be5496296a6cc), [`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49), [`93f178781`](https://github.com/frontio-ai/heroui/commit/93f17878154a6351c38c8ef4806b5fb20e4fa217), [`444d320db`](https://github.com/frontio-ai/heroui/commit/444d320dbc146399eb937c219ce983d427675425)]: +- Updated dependencies [[`60bb09fe6`](https://github.com/heroui-inc/heroui/commit/60bb09fe6455475a16225e776348e9acf0537f9b), [`edd48a09c`](https://github.com/heroui-inc/heroui/commit/edd48a09ccab2b0b1c0371d1f3fe23447b07fb54), [`0462dde0a`](https://github.com/heroui-inc/heroui/commit/0462dde0a752e5ee5341c372834be5496296a6cc), [`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49), [`93f178781`](https://github.com/heroui-inc/heroui/commit/93f17878154a6351c38c8ef4806b5fb20e4fa217), [`444d320db`](https://github.com/heroui-inc/heroui/commit/444d320dbc146399eb937c219ce983d427675425)]: - @heroui/aria-utils@2.0.22 - @heroui/input@2.2.3 - @heroui/popover@2.1.25 @@ -611,15 +611,15 @@ ### Patch Changes -- [#3240](https://github.com/frontio-ai/heroui/pull/3240) [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - Fix popover focus issue (#3171, #2992) +- [#3240](https://github.com/heroui-inc/heroui/pull/3240) [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - Fix popover focus issue (#3171, #2992) -- [#3240](https://github.com/frontio-ai/heroui/pull/3240) [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies +- [#3240](https://github.com/heroui-inc/heroui/pull/3240) [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies -- [#2969](https://github.com/frontio-ai/heroui/pull/2969) [`255c641f9`](https://github.com/frontio-ai/heroui/commit/255c641f96903e0d6d29343774e9e7ae67fcdb34) Thanks [@chirokas](https://github.com/chirokas)! - Fix autocomplete controlled state (#2955) +- [#2969](https://github.com/heroui-inc/heroui/pull/2969) [`255c641f9`](https://github.com/heroui-inc/heroui/commit/255c641f96903e0d6d29343774e9e7ae67fcdb34) Thanks [@chirokas](https://github.com/chirokas)! - Fix autocomplete controlled state (#2955) -- [#3175](https://github.com/frontio-ai/heroui/pull/3175) [`2069a7a9d`](https://github.com/frontio-ai/heroui/commit/2069a7a9d00291266fef763c6817b3bdd3ed4707) Thanks [@wingkwong](https://github.com/wingkwong)! - Fix maximum update depth exceeded on Autocomplete component (#3094) +- [#3175](https://github.com/heroui-inc/heroui/pull/3175) [`2069a7a9d`](https://github.com/heroui-inc/heroui/commit/2069a7a9d00291266fef763c6817b3bdd3ed4707) Thanks [@wingkwong](https://github.com/wingkwong)! - Fix maximum update depth exceeded on Autocomplete component (#3094) -- Updated dependencies [[`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`3500147d7`](https://github.com/frontio-ai/heroui/commit/3500147d7fbe53bc01ae24749fdeaf87c37c0d12), [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`dbb4b8ee5`](https://github.com/frontio-ai/heroui/commit/dbb4b8ee564114bfb0ef93467ed9ef6a3ff7e2e7), [`b9bb06ff3`](https://github.com/frontio-ai/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: +- Updated dependencies [[`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`3500147d7`](https://github.com/heroui-inc/heroui/commit/3500147d7fbe53bc01ae24749fdeaf87c37c0d12), [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`dbb4b8ee5`](https://github.com/heroui-inc/heroui/commit/dbb4b8ee564114bfb0ef93467ed9ef6a3ff7e2e7), [`b9bb06ff3`](https://github.com/heroui-inc/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: - @heroui/popover@2.1.24 - @heroui/aria-utils@2.0.21 - @heroui/shared-icons@2.0.8 @@ -635,9 +635,9 @@ ### Patch Changes -- [#3119](https://github.com/frontio-ai/heroui/pull/3119) [`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` +- [#3119](https://github.com/heroui-inc/heroui/pull/3119) [`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` -- Updated dependencies [[`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: +- Updated dependencies [[`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: - @heroui/button@2.0.33 - @heroui/input@2.2.1 - @heroui/listbox@2.1.21 @@ -651,19 +651,19 @@ ### Minor Changes -- [#2987](https://github.com/frontio-ai/heroui/pull/2987) [`540aa2124`](https://github.com/frontio-ai/heroui/commit/540aa2124b45b65a40e73f5aea2b90405fe1fe9a) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Change validationBehavior from native to aria by default, with the option to change via props. +- [#2987](https://github.com/heroui-inc/heroui/pull/2987) [`540aa2124`](https://github.com/heroui-inc/heroui/commit/540aa2124b45b65a40e73f5aea2b90405fe1fe9a) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Change validationBehavior from native to aria by default, with the option to change via props. ### Patch Changes -- [#2889](https://github.com/frontio-ai/heroui/pull/2889) [`aba1716ed`](https://github.com/frontio-ai/heroui/commit/aba1716edc2a85c94e6baeb4acc481f67589d002) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Update React Aria packages +- [#2889](https://github.com/heroui-inc/heroui/pull/2889) [`aba1716ed`](https://github.com/heroui-inc/heroui/commit/aba1716edc2a85c94e6baeb4acc481f67589d002) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Update React Aria packages -- [#2854](https://github.com/frontio-ai/heroui/pull/2854) [`3b14c21e0`](https://github.com/frontio-ai/heroui/commit/3b14c21e02fedf15d7d22e911109dac60c4e780e) Thanks [@wingkwong](https://github.com/wingkwong)! - Revise popover-based focus behaviours (#2849, #2834, #2779, #2962, #2872, #2974, #1920, #1287, #3060) +- [#2854](https://github.com/heroui-inc/heroui/pull/2854) [`3b14c21e0`](https://github.com/heroui-inc/heroui/commit/3b14c21e02fedf15d7d22e911109dac60c4e780e) Thanks [@wingkwong](https://github.com/wingkwong)! - Revise popover-based focus behaviours (#2849, #2834, #2779, #2962, #2872, #2974, #1920, #1287, #3060) -- [#2953](https://github.com/frontio-ai/heroui/pull/2953) [`c8f792ccd`](https://github.com/frontio-ai/heroui/commit/c8f792ccd78a80000e6f5b15e6f22cac947fd531) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Fix update type definition to prevent primitive values as items (#2938) +- [#2953](https://github.com/heroui-inc/heroui/pull/2953) [`c8f792ccd`](https://github.com/heroui-inc/heroui/commit/c8f792ccd78a80000e6f5b15e6f22cac947fd531) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Fix update type definition to prevent primitive values as items (#2938) -- [#2929](https://github.com/frontio-ai/heroui/pull/2929) [`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. +- [#2929](https://github.com/heroui-inc/heroui/pull/2929) [`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. -- Updated dependencies [[`3b14c21e0`](https://github.com/frontio-ai/heroui/commit/3b14c21e02fedf15d7d22e911109dac60c4e780e), [`c8f792ccd`](https://github.com/frontio-ai/heroui/commit/c8f792ccd78a80000e6f5b15e6f22cac947fd531), [`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2), [`540aa2124`](https://github.com/frontio-ai/heroui/commit/540aa2124b45b65a40e73f5aea2b90405fe1fe9a)]: +- Updated dependencies [[`3b14c21e0`](https://github.com/heroui-inc/heroui/commit/3b14c21e02fedf15d7d22e911109dac60c4e780e), [`c8f792ccd`](https://github.com/heroui-inc/heroui/commit/c8f792ccd78a80000e6f5b15e6f22cac947fd531), [`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2), [`540aa2124`](https://github.com/heroui-inc/heroui/commit/540aa2124b45b65a40e73f5aea2b90405fe1fe9a)]: - @heroui/popover@2.1.22 - @heroui/aria-utils@2.0.19 - @heroui/listbox@2.1.20 @@ -676,7 +676,7 @@ ### Patch Changes -- Updated dependencies [[`355235320`](https://github.com/frontio-ai/heroui/commit/35523532030468837939d127b68bee30bbc4e2b0), [`1dacf52f3`](https://github.com/frontio-ai/heroui/commit/1dacf52f305a410cbf59d067d1977024d982ad03)]: +- Updated dependencies [[`355235320`](https://github.com/heroui-inc/heroui/commit/35523532030468837939d127b68bee30bbc4e2b0), [`1dacf52f3`](https://github.com/heroui-inc/heroui/commit/1dacf52f305a410cbf59d067d1977024d982ad03)]: - @heroui/input@2.1.21 - @heroui/popover@2.1.21 - @heroui/button@2.0.31 @@ -688,7 +688,7 @@ ### Patch Changes -- Updated dependencies [[`183a4a6cf`](https://github.com/frontio-ai/heroui/commit/183a4a6cfda193a076a4a30550ab93b72d51002d), [`eccc2f2f3`](https://github.com/frontio-ai/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: +- Updated dependencies [[`183a4a6cf`](https://github.com/heroui-inc/heroui/commit/183a4a6cfda193a076a4a30550ab93b72d51002d), [`eccc2f2f3`](https://github.com/heroui-inc/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: - @heroui/popover@2.1.20 - @heroui/aria-utils@2.0.18 - @heroui/react-utils@2.0.13 @@ -702,14 +702,14 @@ ### Patch Changes -- Updated dependencies [[`9e5dd8ce3`](https://github.com/frontio-ai/heroui/commit/9e5dd8ce37c94c9ca1ba7b2049a6e55f1803fee9)]: +- Updated dependencies [[`9e5dd8ce3`](https://github.com/heroui-inc/heroui/commit/9e5dd8ce37c94c9ca1ba7b2049a6e55f1803fee9)]: - @heroui/popover@2.1.19 ## 2.0.13 ### Patch Changes -- Updated dependencies [[`f89356691`](https://github.com/frontio-ai/heroui/commit/f89356691cecb8e54f5f820b2b4491537e7c11f3)]: +- Updated dependencies [[`f89356691`](https://github.com/heroui-inc/heroui/commit/f89356691cecb8e54f5f820b2b4491537e7c11f3)]: - @heroui/popover@2.1.18 ## 2.0.12 @@ -730,13 +730,13 @@ ### Patch Changes -- [#2674](https://github.com/frontio-ai/heroui/pull/2674) [`86a78c9b9`](https://github.com/frontio-ai/heroui/commit/86a78c9b91042f871a60a9a2d6e3e3acc636637d) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed empty items with allowCustomValue by avoiding null node in `ariaHideOutside` from `@react-aria/overlays` +- [#2674](https://github.com/heroui-inc/heroui/pull/2674) [`86a78c9b9`](https://github.com/heroui-inc/heroui/commit/86a78c9b91042f871a60a9a2d6e3e3acc636637d) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed empty items with allowCustomValue by avoiding null node in `ariaHideOutside` from `@react-aria/overlays` -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fixed the issue where only two keyframes were supported with spring and inertia animations. +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fixed the issue where only two keyframes were supported with spring and inertia animations. -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added @@ -745,23 +745,23 @@ - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- [#2536](https://github.com/frontio-ai/heroui/pull/2536) [`2b9f89023`](https://github.com/frontio-ai/heroui/commit/2b9f89023ac087016083dcc205703ae1b2bc9cb8) Thanks [@wingkwong](https://github.com/wingkwong)! - revise shouldCloseOnInteractOutside for FreeSoloPopover +- [#2536](https://github.com/heroui-inc/heroui/pull/2536) [`2b9f89023`](https://github.com/heroui-inc/heroui/commit/2b9f89023ac087016083dcc205703ae1b2bc9cb8) Thanks [@wingkwong](https://github.com/wingkwong)! - revise shouldCloseOnInteractOutside for FreeSoloPopover -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fixed react-hook-form uncontrolled components (#1969) +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fixed react-hook-form uncontrolled components (#1969) -- [#2100](https://github.com/frontio-ai/heroui/pull/2100) [`af877f7dd`](https://github.com/frontio-ai/heroui/commit/af877f7ddbfd0de5b2e025be077f22155762e93d) Thanks [@black197](https://github.com/black197)! - Fix #1909 overwrite `onKeyDown` to prevent meaningless error msg +- [#2100](https://github.com/heroui-inc/heroui/pull/2100) [`af877f7dd`](https://github.com/heroui-inc/heroui/commit/af877f7ddbfd0de5b2e025be077f22155762e93d) Thanks [@black197](https://github.com/black197)! - Fix #1909 overwrite `onKeyDown` to prevent meaningless error msg -- [#2654](https://github.com/frontio-ai/heroui/pull/2654) [`a1c112431`](https://github.com/frontio-ai/heroui/commit/a1c112431f211bb0417443e771a67bdd912f4d66) Thanks [@wingkwong](https://github.com/wingkwong)! - Removed unnecessary map after getting all collection keys +- [#2654](https://github.com/heroui-inc/heroui/pull/2654) [`a1c112431`](https://github.com/heroui-inc/heroui/commit/a1c112431f211bb0417443e771a67bdd912f4d66) Thanks [@wingkwong](https://github.com/wingkwong)! - Removed unnecessary map after getting all collection keys -- [#2716](https://github.com/frontio-ai/heroui/pull/2716) [`25640e42f`](https://github.com/frontio-ai/heroui/commit/25640e42ff2656440f0fc33b9b75150005b9086d) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixes incorrect prop name in getEmptyPopoverProps (#2715) +- [#2716](https://github.com/heroui-inc/heroui/pull/2716) [`25640e42f`](https://github.com/heroui-inc/heroui/commit/25640e42ff2656440f0fc33b9b75150005b9086d) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixes incorrect prop name in getEmptyPopoverProps (#2715) -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fixed autocomplete listbox keyboard navigation (#2680) +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fixed autocomplete listbox keyboard navigation (#2680) -- [#2429](https://github.com/frontio-ai/heroui/pull/2429) [`bae544d19`](https://github.com/frontio-ai/heroui/commit/bae544d1985dc093aedfa652578acdfcdae83983) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed isReadOnly logic in Autocomplete (#2420) +- [#2429](https://github.com/heroui-inc/heroui/pull/2429) [`bae544d19`](https://github.com/heroui-inc/heroui/commit/bae544d1985dc093aedfa652578acdfcdae83983) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed isReadOnly logic in Autocomplete (#2420) -- [#2458](https://github.com/frontio-ai/heroui/pull/2458) [`7263daca0`](https://github.com/frontio-ai/heroui/commit/7263daca08674338eb28529315070337ba0dfc17) Thanks [@wingkwong](https://github.com/wingkwong)! - fix(autocomplete): support isReadOnly for dynamic collections in Autocomplete +- [#2458](https://github.com/heroui-inc/heroui/pull/2458) [`7263daca0`](https://github.com/heroui-inc/heroui/commit/7263daca08674338eb28529315070337ba0dfc17) Thanks [@wingkwong](https://github.com/wingkwong)! - fix(autocomplete): support isReadOnly for dynamic collections in Autocomplete -- Updated dependencies [[`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`a05aef0ac`](https://github.com/frontio-ai/heroui/commit/a05aef0acb5a7b000c8131e8ba4f50f0adec01e5), [`2b9f89023`](https://github.com/frontio-ai/heroui/commit/2b9f89023ac087016083dcc205703ae1b2bc9cb8), [`c5049edfd`](https://github.com/frontio-ai/heroui/commit/c5049edfde7edaee2081d70e581739be9dcae2f9), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`52dafd08f`](https://github.com/frontio-ai/heroui/commit/52dafd08f178483e79dc847b61d1c761af26eb8e), [`8761168d3`](https://github.com/frontio-ai/heroui/commit/8761168d3459cd83ce571f4e65eb8ea6db8516ef), [`eb51bf226`](https://github.com/frontio-ai/heroui/commit/eb51bf226170e4bb37ae30990d1c3aa26d8c504b), [`7263daca0`](https://github.com/frontio-ai/heroui/commit/7263daca08674338eb28529315070337ba0dfc17), [`2894aecca`](https://github.com/frontio-ai/heroui/commit/2894aecca1a2ef0dfb3066b9b8df24ce48c99dae)]: +- Updated dependencies [[`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`a05aef0ac`](https://github.com/heroui-inc/heroui/commit/a05aef0acb5a7b000c8131e8ba4f50f0adec01e5), [`2b9f89023`](https://github.com/heroui-inc/heroui/commit/2b9f89023ac087016083dcc205703ae1b2bc9cb8), [`c5049edfd`](https://github.com/heroui-inc/heroui/commit/c5049edfde7edaee2081d70e581739be9dcae2f9), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`52dafd08f`](https://github.com/heroui-inc/heroui/commit/52dafd08f178483e79dc847b61d1c761af26eb8e), [`8761168d3`](https://github.com/heroui-inc/heroui/commit/8761168d3459cd83ce571f4e65eb8ea6db8516ef), [`eb51bf226`](https://github.com/heroui-inc/heroui/commit/eb51bf226170e4bb37ae30990d1c3aa26d8c504b), [`7263daca0`](https://github.com/heroui-inc/heroui/commit/7263daca08674338eb28529315070337ba0dfc17), [`2894aecca`](https://github.com/heroui-inc/heroui/commit/2894aecca1a2ef0dfb3066b9b8df24ce48c99dae)]: - @heroui/button@2.0.28 - @heroui/input@2.1.18 - @heroui/listbox@2.1.17 @@ -779,9 +779,9 @@ ### Patch Changes -- [#2375](https://github.com/frontio-ai/heroui/pull/2375) [`e12f3faa8`](https://github.com/frontio-ai/heroui/commit/e12f3faa81f804c22adfce8fd7458d68447a408b) Thanks [@kuri-sun](https://github.com/kuri-sun)! - autocomplete, tabIndex is not passed on input +- [#2375](https://github.com/heroui-inc/heroui/pull/2375) [`e12f3faa8`](https://github.com/heroui-inc/heroui/commit/e12f3faa81f804c22adfce8fd7458d68447a408b) Thanks [@kuri-sun](https://github.com/kuri-sun)! - autocomplete, tabIndex is not passed on input -- Updated dependencies [[`e4ba43b4e`](https://github.com/frontio-ai/heroui/commit/e4ba43b4e39203566614ac0aa58e844e9421c86e), [`0ba165f0f`](https://github.com/frontio-ai/heroui/commit/0ba165f0fd2257f5b8302b32a9f5eb1ecde8d890), [`436ba1cd8`](https://github.com/frontio-ai/heroui/commit/436ba1cd8412dc044651ab38ff2ed770f35377ff), [`e6f36281c`](https://github.com/frontio-ai/heroui/commit/e6f36281cb8bcf6784c2fee47860f618dea9346c), [`0b5cde7bc`](https://github.com/frontio-ai/heroui/commit/0b5cde7bc4fc71231eb117f44052db2efdbdc595), [`a235e324b`](https://github.com/frontio-ai/heroui/commit/a235e324b9ee0c7d4f6af23b086860ac112ff633), [`01aedcf09`](https://github.com/frontio-ai/heroui/commit/01aedcf09b63daafef9ff5e0465040c0c91c809e)]: +- Updated dependencies [[`e4ba43b4e`](https://github.com/heroui-inc/heroui/commit/e4ba43b4e39203566614ac0aa58e844e9421c86e), [`0ba165f0f`](https://github.com/heroui-inc/heroui/commit/0ba165f0fd2257f5b8302b32a9f5eb1ecde8d890), [`436ba1cd8`](https://github.com/heroui-inc/heroui/commit/436ba1cd8412dc044651ab38ff2ed770f35377ff), [`e6f36281c`](https://github.com/heroui-inc/heroui/commit/e6f36281cb8bcf6784c2fee47860f618dea9346c), [`0b5cde7bc`](https://github.com/heroui-inc/heroui/commit/0b5cde7bc4fc71231eb117f44052db2efdbdc595), [`a235e324b`](https://github.com/heroui-inc/heroui/commit/a235e324b9ee0c7d4f6af23b086860ac112ff633), [`01aedcf09`](https://github.com/heroui-inc/heroui/commit/01aedcf09b63daafef9ff5e0465040c0c91c809e)]: - @heroui/input@2.1.17 - @heroui/spinner@2.0.25 - @heroui/popover@2.1.15 @@ -793,7 +793,7 @@ ### Patch Changes -- [#1948](https://github.com/frontio-ai/heroui/pull/1948) [`aab1dbf77`](https://github.com/frontio-ai/heroui/commit/aab1dbf77cee29375bf958e44bdf1d6da037cf1f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Autocomplete Reference aims to input instead of aiming to the wrapper element +- [#1948](https://github.com/heroui-inc/heroui/pull/1948) [`aab1dbf77`](https://github.com/heroui-inc/heroui/commit/aab1dbf77cee29375bf958e44bdf1d6da037cf1f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Autocomplete Reference aims to input instead of aiming to the wrapper element - Updated dependencies []: - @heroui/button@2.0.26 @@ -808,7 +808,7 @@ ### Patch Changes -- Updated dependencies [[`d2bd008ba`](https://github.com/frontio-ai/heroui/commit/d2bd008ba3d4de73f4405f1997b15466efd19a81)]: +- Updated dependencies [[`d2bd008ba`](https://github.com/heroui-inc/heroui/commit/d2bd008ba3d4de73f4405f1997b15466efd19a81)]: - @heroui/input@2.1.16 - @heroui/popover@2.1.13 @@ -816,7 +816,7 @@ ### Patch Changes -- Updated dependencies [[`9189b3fbf`](https://github.com/frontio-ai/heroui/commit/9189b3fbf2d6d6cc6566009c71b37d5fcc566291)]: +- Updated dependencies [[`9189b3fbf`](https://github.com/heroui-inc/heroui/commit/9189b3fbf2d6d6cc6566009c71b37d5fcc566291)]: - @heroui/shared-icons@2.0.6 - @heroui/input@2.1.15 - @heroui/button@2.0.25 @@ -830,7 +830,7 @@ ### Patch Changes -- Updated dependencies [[`135cc21e6`](https://github.com/frontio-ai/heroui/commit/135cc21e6f0f2bee1f19e7e5799b6cea8179b7f5)]: +- Updated dependencies [[`135cc21e6`](https://github.com/heroui-inc/heroui/commit/135cc21e6f0f2bee1f19e7e5799b6cea8179b7f5)]: - @heroui/listbox@2.1.14 - @heroui/button@2.0.24 - @heroui/input@2.1.14 @@ -842,9 +842,9 @@ ### Patch Changes -- [#1902](https://github.com/frontio-ai/heroui/pull/1902) [`85a820eef`](https://github.com/frontio-ai/heroui/commit/85a820eeffe5df87e7622b0983788eb50adafe20) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1893, `endContent` prop fixed. +- [#1902](https://github.com/heroui-inc/heroui/pull/1902) [`85a820eef`](https://github.com/heroui-inc/heroui/commit/85a820eeffe5df87e7622b0983788eb50adafe20) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1893, `endContent` prop fixed. -- Updated dependencies [[`6a6d426b1`](https://github.com/frontio-ai/heroui/commit/6a6d426b10fa7f92dfb20611e261347027393193)]: +- Updated dependencies [[`6a6d426b1`](https://github.com/heroui-inc/heroui/commit/6a6d426b10fa7f92dfb20611e261347027393193)]: - @heroui/input@2.1.14 - @heroui/popover@2.1.12 - @heroui/button@2.0.24 @@ -856,9 +856,9 @@ ### Patch Changes -- [#1877](https://github.com/frontio-ai/heroui/pull/1877) [`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range +- [#1877](https://github.com/heroui-inc/heroui/pull/1877) [`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range -- Updated dependencies [[`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648), [`acba2cf8f`](https://github.com/frontio-ai/heroui/commit/acba2cf8f5ba1526bd44c6851e0ed7fdc6c0b8ae), [`e728a8967`](https://github.com/frontio-ai/heroui/commit/e728a8967b1775be6a919f3b6bd6fc2267cc002d)]: +- Updated dependencies [[`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648), [`acba2cf8f`](https://github.com/heroui-inc/heroui/commit/acba2cf8f5ba1526bd44c6851e0ed7fdc6c0b8ae), [`e728a8967`](https://github.com/heroui-inc/heroui/commit/e728a8967b1775be6a919f3b6bd6fc2267cc002d)]: - @heroui/scroll-shadow@2.1.12 - @heroui/listbox@2.1.13 - @heroui/popover@2.1.12 @@ -871,9 +871,9 @@ ### Patch Changes -- [#1874](https://github.com/frontio-ai/heroui/pull/1874) [`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. +- [#1874](https://github.com/heroui-inc/heroui/pull/1874) [`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. -- Updated dependencies [[`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0)]: +- Updated dependencies [[`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0)]: - @heroui/scroll-shadow@2.1.11 - @heroui/listbox@2.1.12 - @heroui/popover@2.1.11 @@ -887,7 +887,7 @@ ### Patch Changes -- Updated dependencies [[`e84158db6`](https://github.com/frontio-ai/heroui/commit/e84158db620954b0f1d71206acbf3d46f43b0b89)]: +- Updated dependencies [[`e84158db6`](https://github.com/heroui-inc/heroui/commit/e84158db620954b0f1d71206acbf3d46f43b0b89)]: - @heroui/input@2.1.11 - @heroui/theme@2.1.12 - @heroui/popover@2.1.10 @@ -900,9 +900,9 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/button@2.0.22 - @heroui/input@2.1.10 - @heroui/listbox@2.1.11 diff --git a/packages/components/autocomplete/README.md b/packages/components/autocomplete/README.md index 137b8ac0ad..f25069910d 100644 --- a/packages/components/autocomplete/README.md +++ b/packages/components/autocomplete/README.md @@ -15,10 +15,10 @@ npm i @heroui/autocomplete ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/components/avatar/CHANGELOG.md b/packages/components/avatar/CHANGELOG.md index 4f969524b0..81855e2afb 100644 --- a/packages/components/avatar/CHANGELOG.md +++ b/packages/components/avatar/CHANGELOG.md @@ -15,7 +15,7 @@ ### Patch Changes -- Updated dependencies [[`5d0fc9f`](https://github.com/frontio-ai/heroui/commit/5d0fc9f786ef522d74333f2dc9384626fd8cad3b), [`ef916ea`](https://github.com/frontio-ai/heroui/commit/ef916ead525414d7b62c01f26ae5580fd9ba7f14), [`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2), [`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: +- Updated dependencies [[`5d0fc9f`](https://github.com/heroui-inc/heroui/commit/5d0fc9f786ef522d74333f2dc9384626fd8cad3b), [`ef916ea`](https://github.com/heroui-inc/heroui/commit/ef916ead525414d7b62c01f26ae5580fd9ba7f14), [`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2), [`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: - @heroui/use-image@2.1.2 - @heroui/react-utils@2.1.3 @@ -23,7 +23,7 @@ ### Patch Changes -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: - @heroui/shared-utils@2.1.2 - @heroui/react-utils@2.1.2 @@ -31,27 +31,27 @@ ### Patch Changes -- [#4258](https://github.com/frontio-ai/heroui/pull/4258) [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions +- [#4258](https://github.com/heroui-inc/heroui/pull/4258) [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions ## 2.2.3 ### Patch Changes -- [#4255](https://github.com/frontio-ai/heroui/pull/4255) [`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) +- [#4255](https://github.com/heroui-inc/heroui/pull/4255) [`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) ## 2.2.2 ### Patch Changes -- [#4247](https://github.com/frontio-ai/heroui/pull/4247) [`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* +- [#4247](https://github.com/heroui-inc/heroui/pull/4247) [`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* ## 2.2.1 ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/use-image@2.1.1 - @heroui/react-utils@2.1.1 - @heroui/shared-utils@2.1.1 @@ -60,7 +60,7 @@ ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -86,9 +86,9 @@ ### Patch Changes -- [#4226](https://github.com/frontio-ai/heroui/pull/4226) [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) +- [#4226](https://github.com/heroui-inc/heroui/pull/4226) [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) -- Updated dependencies [[`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/use-image@2.1.0 - @heroui/react-utils@2.1.0 - @heroui/shared-utils@2.1.0 @@ -97,9 +97,9 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/use-image@2.0.7-beta.10 - @heroui/react-utils@2.0.18-beta.8 - @heroui/shared-utils@2.0.9-beta.8 @@ -108,15 +108,15 @@ ### Patch Changes -- [#3036](https://github.com/frontio-ai/heroui/pull/3036) [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3036](https://github.com/heroui-inc/heroui/pull/3036) [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ## 2.1.0-beta.10 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/use-image@2.0.7-beta.9 - @heroui/react-utils@2.0.18-beta.7 - @heroui/shared-utils@2.0.9-beta.7 @@ -125,9 +125,9 @@ ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/use-image@2.0.7-beta.8 - @heroui/react-utils@2.0.18-beta.6 - @heroui/shared-utils@2.0.9-beta.6 @@ -136,9 +136,9 @@ ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/use-image@2.0.7-beta.7 - @heroui/react-utils@2.0.18-beta.5 - @heroui/shared-utils@2.0.9-beta.5 @@ -147,7 +147,7 @@ ### Patch Changes -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/shared-utils@2.0.9-beta.4 - @heroui/react-utils@2.0.18-beta.4 @@ -155,9 +155,9 @@ ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/use-image@2.0.7-beta.6 - @heroui/react-utils@2.0.18-beta.3 - @heroui/shared-utils@2.0.9-beta.3 @@ -166,9 +166,9 @@ ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/use-image@2.0.7-beta.5 - @heroui/react-utils@2.0.18-beta.2 - @heroui/shared-utils@2.0.9-beta.2 @@ -177,30 +177,30 @@ ### Patch Changes -- Updated dependencies [[`52f6274e9`](https://github.com/frontio-ai/heroui/commit/52f6274e9baecc928ee7cbb6a8110b72931061b8)]: +- Updated dependencies [[`52f6274e9`](https://github.com/heroui-inc/heroui/commit/52f6274e9baecc928ee7cbb6a8110b72931061b8)]: - @heroui/use-image@2.0.7-beta.4 ## 2.1.0-beta.3 ### Patch Changes -- Updated dependencies [[`1c05c6d77`](https://github.com/frontio-ai/heroui/commit/1c05c6d77b10f6b18f3c34d36eece7702704267a)]: +- Updated dependencies [[`1c05c6d77`](https://github.com/heroui-inc/heroui/commit/1c05c6d77b10f6b18f3c34d36eece7702704267a)]: - @heroui/use-image@2.0.7-beta.3 ## 2.1.0-beta.2 ### Patch Changes -- Updated dependencies [[`98b13d9a9`](https://github.com/frontio-ai/heroui/commit/98b13d9a9368ed188f62e3e7ff885ed3ec7c3f5a)]: +- Updated dependencies [[`98b13d9a9`](https://github.com/heroui-inc/heroui/commit/98b13d9a9368ed188f62e3e7ff885ed3ec7c3f5a)]: - @heroui/use-image@2.0.7-beta.2 ## 2.1.0-beta.1 ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/use-image@2.0.7-beta.1 - @heroui/react-utils@2.0.18-beta.1 - @heroui/shared-utils@2.0.9-beta.1 @@ -209,11 +209,11 @@ ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ### Patch Changes -- Updated dependencies [[`0cf91395c`](https://github.com/frontio-ai/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/frontio-ai/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/frontio-ai/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/frontio-ai/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/frontio-ai/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/frontio-ai/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/frontio-ai/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`90cb5b14a`](https://github.com/frontio-ai/heroui/commit/90cb5b14abcf70878896ea83b0b8bce0795d97fd), [`a5cac4561`](https://github.com/frontio-ai/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/frontio-ai/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/frontio-ai/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/frontio-ai/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/frontio-ai/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: +- Updated dependencies [[`0cf91395c`](https://github.com/heroui-inc/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/heroui-inc/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/heroui-inc/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/heroui-inc/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/heroui-inc/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/heroui-inc/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/heroui-inc/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`90cb5b14a`](https://github.com/heroui-inc/heroui/commit/90cb5b14abcf70878896ea83b0b8bce0795d97fd), [`a5cac4561`](https://github.com/heroui-inc/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/heroui-inc/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/heroui-inc/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/heroui-inc/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/heroui-inc/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: - @heroui/theme@2.3.0-beta.0 - @heroui/system@2.3.0-beta.0 - @heroui/shared-utils@2.0.9-beta.0 @@ -224,7 +224,7 @@ ### Patch Changes -- Updated dependencies [[`f36df4362`](https://github.com/frontio-ai/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: +- Updated dependencies [[`f36df4362`](https://github.com/heroui-inc/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: - @heroui/shared-utils@2.0.8 - @heroui/react-utils@2.0.17 @@ -232,9 +232,9 @@ ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/use-image@2.0.6 - @heroui/react-utils@2.0.16 - @heroui/shared-utils@2.0.7 @@ -243,9 +243,9 @@ ### Patch Changes -- [#3260](https://github.com/frontio-ai/heroui/pull/3260) [`6951b1fba`](https://github.com/frontio-ai/heroui/commit/6951b1fba03652f95babe3a490caa2a061b8cb12) Thanks [@wingkwong](https://github.com/wingkwong)! - Removed extra `disableAnimation` prop in `getImageProps` (#3257) +- [#3260](https://github.com/heroui-inc/heroui/pull/3260) [`6951b1fba`](https://github.com/heroui-inc/heroui/commit/6951b1fba03652f95babe3a490caa2a061b8cb12) Thanks [@wingkwong](https://github.com/wingkwong)! - Removed extra `disableAnimation` prop in `getImageProps` (#3257) -- Updated dependencies [[`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: +- Updated dependencies [[`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: - @heroui/shared-utils@2.0.6 - @heroui/react-utils@2.0.15 @@ -253,28 +253,28 @@ ### Patch Changes -- [#3240](https://github.com/frontio-ai/heroui/pull/3240) [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies +- [#3240](https://github.com/heroui-inc/heroui/pull/3240) [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies -- Updated dependencies [[`b9bb06ff3`](https://github.com/frontio-ai/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: +- Updated dependencies [[`b9bb06ff3`](https://github.com/heroui-inc/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: - @heroui/react-utils@2.0.14 ## 2.0.29 ### Patch Changes -- [#3111](https://github.com/frontio-ai/heroui/pull/3111) [`cdbc6514f`](https://github.com/frontio-ai/heroui/commit/cdbc6514f8024381b778bad72b6a7a87330dab28) Thanks [@wingkwong](https://github.com/wingkwong)! - avoid passing `disableAnimation` prop to a DOM element (#3109) +- [#3111](https://github.com/heroui-inc/heroui/pull/3111) [`cdbc6514f`](https://github.com/heroui-inc/heroui/commit/cdbc6514f8024381b778bad72b6a7a87330dab28) Thanks [@wingkwong](https://github.com/wingkwong)! - avoid passing `disableAnimation` prop to a DOM element (#3109) ## 2.0.28 ### Patch Changes -- [#2929](https://github.com/frontio-ai/heroui/pull/2929) [`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. +- [#2929](https://github.com/heroui-inc/heroui/pull/2929) [`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. ## 2.0.27 ### Patch Changes -- Updated dependencies [[`eccc2f2f3`](https://github.com/frontio-ai/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: +- Updated dependencies [[`eccc2f2f3`](https://github.com/heroui-inc/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: - @heroui/react-utils@2.0.13 ## 2.0.26 @@ -288,9 +288,9 @@ ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added @@ -299,11 +299,11 @@ - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Support slots in AvatarGroup +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Support slots in AvatarGroup -- [#2498](https://github.com/frontio-ai/heroui/pull/2498) [`5d84634c0`](https://github.com/frontio-ai/heroui/commit/5d84634c0af3a5a66622d188950f2bcacde7c2e4) Thanks [@mrbadri](https://github.com/mrbadri)! - Add RTL support to the avatar group component +- [#2498](https://github.com/heroui-inc/heroui/pull/2498) [`5d84634c0`](https://github.com/heroui-inc/heroui/commit/5d84634c0af3a5a66622d188950f2bcacde7c2e4) Thanks [@mrbadri](https://github.com/mrbadri)! - Add RTL support to the avatar group component -- Updated dependencies [[`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: +- Updated dependencies [[`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: - @heroui/react-utils@2.0.11 - @heroui/shared-utils@2.0.5 - @heroui/use-image@2.0.5 @@ -312,13 +312,13 @@ ### Patch Changes -- [#1877](https://github.com/frontio-ai/heroui/pull/1877) [`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range +- [#1877](https://github.com/heroui-inc/heroui/pull/1877) [`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range ## 2.0.23 ### Patch Changes -- [#1874](https://github.com/frontio-ai/heroui/pull/1874) [`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. +- [#1874](https://github.com/heroui-inc/heroui/pull/1874) [`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. - Updated dependencies []: - @heroui/system@2.0.12 @@ -327,9 +327,9 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/system@2.0.11 - @heroui/theme@2.1.10 - @heroui/use-image@2.0.4 @@ -340,7 +340,7 @@ ### Patch Changes -- Updated dependencies [[`425a034bc`](https://github.com/frontio-ai/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: +- Updated dependencies [[`425a034bc`](https://github.com/heroui-inc/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: - @heroui/theme@2.1.9 - @heroui/system@2.0.10 - @heroui/react-utils@2.0.9 @@ -349,9 +349,9 @@ ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy -- Updated dependencies [[`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: +- Updated dependencies [[`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: - @heroui/system@2.0.9 - @heroui/theme@2.1.8 - @heroui/use-image@2.0.3 @@ -362,9 +362,9 @@ ### Patch Changes -- [#1589](https://github.com/frontio-ai/heroui/pull/1589) [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded +- [#1589](https://github.com/heroui-inc/heroui/pull/1589) [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded -- Updated dependencies [[`a3be419cb`](https://github.com/frontio-ai/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/frontio-ai/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: +- Updated dependencies [[`a3be419cb`](https://github.com/heroui-inc/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/heroui-inc/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: - @heroui/theme@2.1.7 - @heroui/system@2.0.8 @@ -372,14 +372,14 @@ ### Patch Changes -- Updated dependencies [[`7c8341035`](https://github.com/frontio-ai/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: +- Updated dependencies [[`7c8341035`](https://github.com/heroui-inc/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: - @heroui/theme@2.1.6 ## 2.0.17 ### Patch Changes -- Updated dependencies [[`d61428d9e`](https://github.com/frontio-ai/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/frontio-ai/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: +- Updated dependencies [[`d61428d9e`](https://github.com/heroui-inc/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/heroui-inc/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: - @heroui/theme@2.1.5 - @heroui/system@2.0.7 @@ -387,7 +387,7 @@ ### Patch Changes -- Updated dependencies [[`043b8420c`](https://github.com/frontio-ai/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/frontio-ai/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: +- Updated dependencies [[`043b8420c`](https://github.com/heroui-inc/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/heroui-inc/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: - @heroui/theme@2.1.4 - @heroui/system@2.0.6 @@ -395,30 +395,30 @@ ### Patch Changes -- Updated dependencies [[`5702287e5`](https://github.com/frontio-ai/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: +- Updated dependencies [[`5702287e5`](https://github.com/heroui-inc/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: - @heroui/theme@2.1.3 ## 2.0.14 ### Patch Changes -- [#1458](https://github.com/frontio-ai/heroui/pull/1458) [`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles +- [#1458](https://github.com/heroui-inc/heroui/pull/1458) [`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles -- Updated dependencies [[`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: +- Updated dependencies [[`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: - @heroui/theme@2.1.2 ## 2.0.13 ### Patch Changes -- Updated dependencies [[`cc839cdd`](https://github.com/frontio-ai/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: +- Updated dependencies [[`cc839cdd`](https://github.com/heroui-inc/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: - @heroui/theme@2.1.1 ## 2.0.12 ### Patch Changes -- Updated dependencies [[`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: +- Updated dependencies [[`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: - @heroui/theme@2.1.0 - @heroui/react-utils@2.0.7 @@ -433,7 +433,7 @@ ### Patch Changes -- Updated dependencies [[`d0341020`](https://github.com/frontio-ai/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: +- Updated dependencies [[`d0341020`](https://github.com/heroui-inc/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: - @heroui/theme@2.0.5 ## 2.0.9 @@ -447,20 +447,20 @@ ### Patch Changes -- [#1359](https://github.com/frontio-ai/heroui/pull/1359) [`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n +- [#1359](https://github.com/heroui-inc/heroui/pull/1359) [`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n - react-aria packages upgraded to the latest version - image storybooks fixed - other bug fixes.. -- Updated dependencies [[`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: +- Updated dependencies [[`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: - @heroui/system@2.0.5 ## 2.0.7 ### Patch Changes -- Updated dependencies [[`710395f3`](https://github.com/frontio-ai/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: +- Updated dependencies [[`710395f3`](https://github.com/heroui-inc/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: - @heroui/system@2.0.4 ## 2.0.6 @@ -481,18 +481,18 @@ ### Patch Changes -- [#1301](https://github.com/frontio-ai/heroui/pull/1301) [`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss +- [#1301](https://github.com/heroui-inc/heroui/pull/1301) [`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss -- Updated dependencies [[`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: +- Updated dependencies [[`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: - @heroui/theme@2.0.4 ## 2.0.3 ### Patch Changes -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports -- Updated dependencies [[`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: +- Updated dependencies [[`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: - @heroui/react-utils@2.0.2 - @heroui/system@2.0.3 - @heroui/theme@2.0.3 @@ -503,7 +503,7 @@ ### Patch Changes -- Updated dependencies [[`459ac5ed`](https://github.com/frontio-ai/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: +- Updated dependencies [[`459ac5ed`](https://github.com/heroui-inc/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: - @heroui/theme@2.0.2 - @heroui/system@2.0.2 @@ -511,11 +511,11 @@ ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated -- Updated dependencies [[`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: +- Updated dependencies [[`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: - @heroui/shared-utils@2.0.1 - @heroui/react-utils@2.0.1 - @heroui/use-image@2.0.1 diff --git a/packages/components/avatar/README.md b/packages/components/avatar/README.md index 78f677a7fe..855b303b55 100644 --- a/packages/components/avatar/README.md +++ b/packages/components/avatar/README.md @@ -15,10 +15,10 @@ npm i @heroui/avatar ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/components/badge/CHANGELOG.md b/packages/components/badge/CHANGELOG.md index 8d65789b93..bb5d379278 100644 --- a/packages/components/badge/CHANGELOG.md +++ b/packages/components/badge/CHANGELOG.md @@ -14,14 +14,14 @@ ### Patch Changes -- Updated dependencies [[`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: +- Updated dependencies [[`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: - @heroui/react-utils@2.1.3 ## 2.2.4 ### Patch Changes -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: - @heroui/shared-utils@2.1.2 - @heroui/react-utils@2.1.2 @@ -29,21 +29,21 @@ ### Patch Changes -- [#4255](https://github.com/frontio-ai/heroui/pull/4255) [`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) +- [#4255](https://github.com/heroui-inc/heroui/pull/4255) [`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) ## 2.2.2 ### Patch Changes -- [#4247](https://github.com/frontio-ai/heroui/pull/4247) [`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* +- [#4247](https://github.com/heroui-inc/heroui/pull/4247) [`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* ## 2.2.1 ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/react-utils@2.1.1 - @heroui/shared-utils@2.1.1 @@ -51,7 +51,7 @@ ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -77,7 +77,7 @@ ### Patch Changes -- Updated dependencies [[`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/react-utils@2.1.0 - @heroui/shared-utils@2.1.0 @@ -85,9 +85,9 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/react-utils@2.0.18-beta.8 - @heroui/shared-utils@2.0.9-beta.8 @@ -95,9 +95,9 @@ ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/react-utils@2.0.18-beta.7 - @heroui/shared-utils@2.0.9-beta.7 @@ -105,9 +105,9 @@ ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/react-utils@2.0.18-beta.6 - @heroui/shared-utils@2.0.9-beta.6 @@ -115,9 +115,9 @@ ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/react-utils@2.0.18-beta.5 - @heroui/shared-utils@2.0.9-beta.5 @@ -125,7 +125,7 @@ ### Patch Changes -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/shared-utils@2.0.9-beta.4 - @heroui/react-utils@2.0.18-beta.4 @@ -133,9 +133,9 @@ ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/react-utils@2.0.18-beta.3 - @heroui/shared-utils@2.0.9-beta.3 @@ -143,9 +143,9 @@ ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/react-utils@2.0.18-beta.2 - @heroui/shared-utils@2.0.9-beta.2 @@ -153,9 +153,9 @@ ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/react-utils@2.0.18-beta.1 - @heroui/shared-utils@2.0.9-beta.1 @@ -163,11 +163,11 @@ ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ### Patch Changes -- Updated dependencies [[`0cf91395c`](https://github.com/frontio-ai/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/frontio-ai/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/frontio-ai/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/frontio-ai/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/frontio-ai/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/frontio-ai/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/frontio-ai/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/frontio-ai/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/frontio-ai/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/frontio-ai/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/frontio-ai/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/frontio-ai/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: +- Updated dependencies [[`0cf91395c`](https://github.com/heroui-inc/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/heroui-inc/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/heroui-inc/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/heroui-inc/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/heroui-inc/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/heroui-inc/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/heroui-inc/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/heroui-inc/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/heroui-inc/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/heroui-inc/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/heroui-inc/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/heroui-inc/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: - @heroui/theme@2.3.0-beta.0 - @heroui/system@2.3.0-beta.0 - @heroui/shared-utils@2.0.9-beta.0 @@ -177,7 +177,7 @@ ### Patch Changes -- Updated dependencies [[`f36df4362`](https://github.com/frontio-ai/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: +- Updated dependencies [[`f36df4362`](https://github.com/heroui-inc/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: - @heroui/shared-utils@2.0.8 - @heroui/react-utils@2.0.17 @@ -185,9 +185,9 @@ ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/react-utils@2.0.16 - @heroui/shared-utils@2.0.7 @@ -195,7 +195,7 @@ ### Patch Changes -- Updated dependencies [[`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: +- Updated dependencies [[`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: - @heroui/shared-utils@2.0.6 - @heroui/react-utils@2.0.15 @@ -203,20 +203,20 @@ ### Patch Changes -- Updated dependencies [[`b9bb06ff3`](https://github.com/frontio-ai/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: +- Updated dependencies [[`b9bb06ff3`](https://github.com/heroui-inc/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: - @heroui/react-utils@2.0.14 ## 2.0.28 ### Patch Changes -- [#2929](https://github.com/frontio-ai/heroui/pull/2929) [`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. +- [#2929](https://github.com/heroui-inc/heroui/pull/2929) [`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. ## 2.0.27 ### Patch Changes -- Updated dependencies [[`eccc2f2f3`](https://github.com/frontio-ai/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: +- Updated dependencies [[`eccc2f2f3`](https://github.com/heroui-inc/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: - @heroui/react-utils@2.0.13 - @heroui/system-rsc@2.1.1 @@ -224,7 +224,7 @@ ### Patch Changes -- Updated dependencies [[`74eda3128`](https://github.com/frontio-ai/heroui/commit/74eda312883b2e17df26f71442aba9fb3cd240be)]: +- Updated dependencies [[`74eda3128`](https://github.com/heroui-inc/heroui/commit/74eda312883b2e17df26f71442aba9fb3cd240be)]: - @heroui/system-rsc@2.1.1 - @heroui/react-utils@2.0.12 @@ -232,9 +232,9 @@ ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added @@ -243,9 +243,9 @@ - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- [#2541](https://github.com/frontio-ai/heroui/pull/2541) [`26a3a7d2c`](https://github.com/frontio-ai/heroui/commit/26a3a7d2c6433c3bdd2aa6e6200077a57fdd94f4) Thanks [@withden](https://github.com/withden)! - Removing the `children` type from BadgeProps, as the already extended UseBadgeProps has a `children` prop. +- [#2541](https://github.com/heroui-inc/heroui/pull/2541) [`26a3a7d2c`](https://github.com/heroui-inc/heroui/commit/26a3a7d2c6433c3bdd2aa6e6200077a57fdd94f4) Thanks [@withden](https://github.com/withden)! - Removing the `children` type from BadgeProps, as the already extended UseBadgeProps has a `children` prop. -- Updated dependencies [[`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`c5049edfd`](https://github.com/frontio-ai/heroui/commit/c5049edfde7edaee2081d70e581739be9dcae2f9)]: +- Updated dependencies [[`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`c5049edfd`](https://github.com/heroui-inc/heroui/commit/c5049edfde7edaee2081d70e581739be9dcae2f9)]: - @heroui/system-rsc@2.1.0 - @heroui/react-utils@2.0.11 - @heroui/shared-utils@2.0.5 @@ -254,41 +254,41 @@ ### Patch Changes -- Updated dependencies [[`a978687b0`](https://github.com/frontio-ai/heroui/commit/a978687b0736d1e15943ef46628fc4fa0723ddc7)]: +- Updated dependencies [[`a978687b0`](https://github.com/heroui-inc/heroui/commit/a978687b0736d1e15943ef46628fc4fa0723ddc7)]: - @heroui/system-rsc@2.0.11 ## 2.0.23 ### Patch Changes -- Updated dependencies [[`6ecdc278a`](https://github.com/frontio-ai/heroui/commit/6ecdc278aba927ee38a799679b8eb99cba99cab9)]: +- Updated dependencies [[`6ecdc278a`](https://github.com/heroui-inc/heroui/commit/6ecdc278aba927ee38a799679b8eb99cba99cab9)]: - @heroui/system-rsc@2.0.10 ## 2.0.22 ### Patch Changes -- [#1877](https://github.com/frontio-ai/heroui/pull/1877) [`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range +- [#1877](https://github.com/heroui-inc/heroui/pull/1877) [`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range -- Updated dependencies [[`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648)]: +- Updated dependencies [[`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648)]: - @heroui/system-rsc@2.0.9 ## 2.0.21 ### Patch Changes -- [#1874](https://github.com/frontio-ai/heroui/pull/1874) [`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. +- [#1874](https://github.com/heroui-inc/heroui/pull/1874) [`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. -- Updated dependencies [[`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0)]: +- Updated dependencies [[`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0)]: - @heroui/system-rsc@2.0.8 ## 2.0.20 ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/system-rsc@2.0.7 - @heroui/theme@2.1.10 - @heroui/react-utils@2.0.10 @@ -298,7 +298,7 @@ ### Patch Changes -- Updated dependencies [[`f6531c5f6`](https://github.com/frontio-ai/heroui/commit/f6531c5f603d7f6308a597962ec6fab62c92fa93), [`425a034bc`](https://github.com/frontio-ai/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: +- Updated dependencies [[`f6531c5f6`](https://github.com/heroui-inc/heroui/commit/f6531c5f603d7f6308a597962ec6fab62c92fa93), [`425a034bc`](https://github.com/heroui-inc/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: - @heroui/system-rsc@2.0.6 - @heroui/theme@2.1.9 - @heroui/react-utils@2.0.9 @@ -307,9 +307,9 @@ ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy -- Updated dependencies [[`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: +- Updated dependencies [[`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: - @heroui/system-rsc@2.0.5 - @heroui/theme@2.1.8 - @heroui/react-utils@2.0.8 @@ -319,7 +319,7 @@ ### Patch Changes -- Updated dependencies [[`a3be419cb`](https://github.com/frontio-ai/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/frontio-ai/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5)]: +- Updated dependencies [[`a3be419cb`](https://github.com/heroui-inc/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/heroui-inc/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5)]: - @heroui/theme@2.1.7 - @heroui/system-rsc@2.0.4 @@ -327,7 +327,7 @@ ### Patch Changes -- Updated dependencies [[`7c8341035`](https://github.com/frontio-ai/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: +- Updated dependencies [[`7c8341035`](https://github.com/heroui-inc/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: - @heroui/theme@2.1.6 - @heroui/system-rsc@2.0.4 @@ -335,7 +335,7 @@ ### Patch Changes -- Updated dependencies [[`d61428d9e`](https://github.com/frontio-ai/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/frontio-ai/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: +- Updated dependencies [[`d61428d9e`](https://github.com/heroui-inc/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/heroui-inc/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: - @heroui/system-rsc@2.0.4 - @heroui/theme@2.1.5 @@ -343,7 +343,7 @@ ### Patch Changes -- Updated dependencies [[`043b8420c`](https://github.com/frontio-ai/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592)]: +- Updated dependencies [[`043b8420c`](https://github.com/heroui-inc/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592)]: - @heroui/theme@2.1.4 - @heroui/system-rsc@2.0.3 @@ -351,7 +351,7 @@ ### Patch Changes -- Updated dependencies [[`5702287e5`](https://github.com/frontio-ai/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: +- Updated dependencies [[`5702287e5`](https://github.com/heroui-inc/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: - @heroui/theme@2.1.3 - @heroui/system-rsc@2.0.3 @@ -359,9 +359,9 @@ ### Patch Changes -- [#1458](https://github.com/frontio-ai/heroui/pull/1458) [`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles +- [#1458](https://github.com/heroui-inc/heroui/pull/1458) [`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles -- Updated dependencies [[`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: +- Updated dependencies [[`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: - @heroui/theme@2.1.2 - @heroui/system-rsc@2.0.3 @@ -369,7 +369,7 @@ ### Patch Changes -- Updated dependencies [[`cc839cdd`](https://github.com/frontio-ai/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: +- Updated dependencies [[`cc839cdd`](https://github.com/heroui-inc/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: - @heroui/theme@2.1.1 - @heroui/system-rsc@2.0.3 @@ -377,7 +377,7 @@ ### Patch Changes -- Updated dependencies [[`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: +- Updated dependencies [[`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: - @heroui/theme@2.1.0 - @heroui/system-rsc@2.0.3 - @heroui/react-utils@2.0.7 @@ -394,7 +394,7 @@ ### Patch Changes -- Updated dependencies [[`d0341020`](https://github.com/frontio-ai/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: +- Updated dependencies [[`d0341020`](https://github.com/heroui-inc/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: - @heroui/theme@2.0.5 - @heroui/system-rsc@2.0.3 @@ -426,9 +426,9 @@ ### Patch Changes -- [#1301](https://github.com/frontio-ai/heroui/pull/1301) [`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss +- [#1301](https://github.com/heroui-inc/heroui/pull/1301) [`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss -- Updated dependencies [[`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: +- Updated dependencies [[`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: - @heroui/theme@2.0.4 - @heroui/system-rsc@2.0.3 @@ -436,14 +436,14 @@ ### Patch Changes -- [#1289](https://github.com/frontio-ai/heroui/pull/1289) [`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it +- [#1289](https://github.com/heroui-inc/heroui/pull/1289) [`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it - packages adapted to support RSC imports - filterDomProps function was modified to enable/disabled it -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports -- Updated dependencies [[`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: +- Updated dependencies [[`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: - @heroui/react-utils@2.0.2 - @heroui/system-rsc@2.0.3 - @heroui/theme@2.0.3 @@ -453,7 +453,7 @@ ### Patch Changes -- Updated dependencies [[`459ac5ed`](https://github.com/frontio-ai/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: +- Updated dependencies [[`459ac5ed`](https://github.com/heroui-inc/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: - @heroui/theme@2.0.2 - @heroui/system@2.0.2 @@ -461,11 +461,11 @@ ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated -- Updated dependencies [[`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: +- Updated dependencies [[`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: - @heroui/shared-utils@2.0.1 - @heroui/react-utils@2.0.1 - @heroui/system@2.0.1 diff --git a/packages/components/badge/README.md b/packages/components/badge/README.md index d0f5b63172..0c10f70735 100644 --- a/packages/components/badge/README.md +++ b/packages/components/badge/README.md @@ -15,10 +15,10 @@ npm i @heroui/badge ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/components/breadcrumbs/CHANGELOG.md b/packages/components/breadcrumbs/CHANGELOG.md index ecb373d28e..89c5162902 100644 --- a/packages/components/breadcrumbs/CHANGELOG.md +++ b/packages/components/breadcrumbs/CHANGELOG.md @@ -15,14 +15,14 @@ ### Patch Changes -- Updated dependencies [[`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: +- Updated dependencies [[`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: - @heroui/react-utils@2.1.3 ## 2.2.5 ### Patch Changes -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: - @heroui/shared-utils@2.1.2 - @heroui/react-utils@2.1.2 @@ -30,27 +30,27 @@ ### Patch Changes -- [#4258](https://github.com/frontio-ai/heroui/pull/4258) [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions +- [#4258](https://github.com/heroui-inc/heroui/pull/4258) [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions ## 2.2.3 ### Patch Changes -- [#4255](https://github.com/frontio-ai/heroui/pull/4255) [`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) +- [#4255](https://github.com/heroui-inc/heroui/pull/4255) [`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) ## 2.2.2 ### Patch Changes -- [#4247](https://github.com/frontio-ai/heroui/pull/4247) [`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* +- [#4247](https://github.com/heroui-inc/heroui/pull/4247) [`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* ## 2.2.1 ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/react-utils@2.1.1 - @heroui/shared-icons@2.1.1 - @heroui/shared-utils@2.1.1 @@ -59,7 +59,7 @@ ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -85,9 +85,9 @@ ### Patch Changes -- [#4226](https://github.com/frontio-ai/heroui/pull/4226) [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) +- [#4226](https://github.com/heroui-inc/heroui/pull/4226) [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) -- Updated dependencies [[`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/react-utils@2.1.0 - @heroui/shared-icons@2.1.0 - @heroui/shared-utils@2.1.0 @@ -96,16 +96,16 @@ ### Patch Changes -- Updated dependencies [[`004c4a4b3`](https://github.com/frontio-ai/heroui/commit/004c4a4b3e44477f148937b12bb542e4b27fd322)]: +- Updated dependencies [[`004c4a4b3`](https://github.com/heroui-inc/heroui/commit/004c4a4b3e44477f148937b12bb542e4b27fd322)]: - @heroui/shared-icons@2.0.10-beta.8 ## 2.1.0-beta.10 ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/react-utils@2.0.18-beta.8 - @heroui/shared-icons@2.0.10-beta.7 - @heroui/shared-utils@2.0.9-beta.8 @@ -114,15 +114,15 @@ ### Patch Changes -- [#3036](https://github.com/frontio-ai/heroui/pull/3036) [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3036](https://github.com/heroui-inc/heroui/pull/3036) [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ## 2.1.0-beta.8 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/react-utils@2.0.18-beta.7 - @heroui/shared-icons@2.0.10-beta.6 - @heroui/shared-utils@2.0.9-beta.7 @@ -131,9 +131,9 @@ ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/react-utils@2.0.18-beta.6 - @heroui/shared-icons@2.0.10-beta.5 - @heroui/shared-utils@2.0.9-beta.6 @@ -142,9 +142,9 @@ ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/react-utils@2.0.18-beta.5 - @heroui/shared-icons@2.0.10-beta.4 - @heroui/shared-utils@2.0.9-beta.5 @@ -153,14 +153,14 @@ ### Patch Changes -- Updated dependencies [[`0f55c491b`](https://github.com/frontio-ai/heroui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]: +- Updated dependencies [[`0f55c491b`](https://github.com/heroui-inc/heroui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]: - @heroui/shared-icons@2.0.10-beta.3 ## 2.1.0-beta.4 ### Patch Changes -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/shared-utils@2.0.9-beta.4 - @heroui/react-utils@2.0.18-beta.4 @@ -168,9 +168,9 @@ ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/react-utils@2.0.18-beta.3 - @heroui/shared-icons@2.0.10-beta.2 - @heroui/shared-utils@2.0.9-beta.3 @@ -179,9 +179,9 @@ ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/react-utils@2.0.18-beta.2 - @heroui/shared-icons@2.0.10-beta.1 - @heroui/shared-utils@2.0.9-beta.2 @@ -190,9 +190,9 @@ ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/react-utils@2.0.18-beta.1 - @heroui/shared-icons@2.0.10-beta.0 - @heroui/shared-utils@2.0.9-beta.1 @@ -201,11 +201,11 @@ ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ### Patch Changes -- Updated dependencies [[`0cf91395c`](https://github.com/frontio-ai/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/frontio-ai/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/frontio-ai/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/frontio-ai/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/frontio-ai/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/frontio-ai/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/frontio-ai/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/frontio-ai/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/frontio-ai/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/frontio-ai/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/frontio-ai/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/frontio-ai/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: +- Updated dependencies [[`0cf91395c`](https://github.com/heroui-inc/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/heroui-inc/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/heroui-inc/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/heroui-inc/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/heroui-inc/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/heroui-inc/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/heroui-inc/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/heroui-inc/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/heroui-inc/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/heroui-inc/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/heroui-inc/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/heroui-inc/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: - @heroui/theme@2.3.0-beta.0 - @heroui/system@2.3.0-beta.0 - @heroui/shared-utils@2.0.9-beta.0 @@ -215,7 +215,7 @@ ### Patch Changes -- Updated dependencies [[`f36df4362`](https://github.com/frontio-ai/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: +- Updated dependencies [[`f36df4362`](https://github.com/heroui-inc/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: - @heroui/shared-utils@2.0.8 - @heroui/react-utils@2.0.17 @@ -223,9 +223,9 @@ ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/react-utils@2.0.16 - @heroui/shared-icons@2.0.9 - @heroui/shared-utils@2.0.7 @@ -234,7 +234,7 @@ ### Patch Changes -- Updated dependencies [[`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: +- Updated dependencies [[`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: - @heroui/shared-utils@2.0.6 - @heroui/react-utils@2.0.15 @@ -242,9 +242,9 @@ ### Patch Changes -- [#3240](https://github.com/frontio-ai/heroui/pull/3240) [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies +- [#3240](https://github.com/heroui-inc/heroui/pull/3240) [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies -- Updated dependencies [[`3500147d7`](https://github.com/frontio-ai/heroui/commit/3500147d7fbe53bc01ae24749fdeaf87c37c0d12), [`b9bb06ff3`](https://github.com/frontio-ai/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: +- Updated dependencies [[`3500147d7`](https://github.com/heroui-inc/heroui/commit/3500147d7fbe53bc01ae24749fdeaf87c37c0d12), [`b9bb06ff3`](https://github.com/heroui-inc/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: - @heroui/shared-icons@2.0.8 - @heroui/react-utils@2.0.14 @@ -252,19 +252,19 @@ ### Patch Changes -- [#3119](https://github.com/frontio-ai/heroui/pull/3119) [`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` +- [#3119](https://github.com/heroui-inc/heroui/pull/3119) [`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` ## 2.0.8 ### Patch Changes -- [#2929](https://github.com/frontio-ai/heroui/pull/2929) [`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. +- [#2929](https://github.com/heroui-inc/heroui/pull/2929) [`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. ## 2.0.7 ### Patch Changes -- Updated dependencies [[`eccc2f2f3`](https://github.com/frontio-ai/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: +- Updated dependencies [[`eccc2f2f3`](https://github.com/heroui-inc/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: - @heroui/react-utils@2.0.13 ## 2.0.6 @@ -278,16 +278,16 @@ ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added - `framer-transitions` renamed to `framer-utils` - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- Updated dependencies [[`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: +- Updated dependencies [[`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: - @heroui/react-utils@2.0.11 - @heroui/shared-icons@2.0.7 - @heroui/shared-utils@2.0.5 @@ -296,20 +296,20 @@ ### Patch Changes -- Updated dependencies [[`9189b3fbf`](https://github.com/frontio-ai/heroui/commit/9189b3fbf2d6d6cc6566009c71b37d5fcc566291)]: +- Updated dependencies [[`9189b3fbf`](https://github.com/heroui-inc/heroui/commit/9189b3fbf2d6d6cc6566009c71b37d5fcc566291)]: - @heroui/shared-icons@2.0.6 ## 2.0.3 ### Patch Changes -- [#1877](https://github.com/frontio-ai/heroui/pull/1877) [`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range +- [#1877](https://github.com/heroui-inc/heroui/pull/1877) [`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range ## 2.0.2 ### Patch Changes -- [#1874](https://github.com/frontio-ai/heroui/pull/1874) [`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. +- [#1874](https://github.com/heroui-inc/heroui/pull/1874) [`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. - Updated dependencies []: - @heroui/system@2.0.12 @@ -318,9 +318,9 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/system@2.0.11 - @heroui/theme@2.1.10 - @heroui/react-utils@2.0.10 diff --git a/packages/components/breadcrumbs/README.md b/packages/components/breadcrumbs/README.md index 75b3b58f4f..0f8839be5c 100644 --- a/packages/components/breadcrumbs/README.md +++ b/packages/components/breadcrumbs/README.md @@ -15,10 +15,10 @@ npm i @heroui/breadcrumbs ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/components/button/CHANGELOG.md b/packages/components/button/CHANGELOG.md index fd658783e0..cea4423313 100644 --- a/packages/components/button/CHANGELOG.md +++ b/packages/components/button/CHANGELOG.md @@ -17,7 +17,7 @@ ### Patch Changes -- Updated dependencies [[`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: +- Updated dependencies [[`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: - @heroui/react-utils@2.1.3 - @heroui/ripple@2.2.7 - @heroui/spinner@2.2.6 @@ -26,7 +26,7 @@ ### Patch Changes -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: - @heroui/shared-utils@2.1.2 - @heroui/ripple@2.2.6 - @heroui/spinner@2.2.5 @@ -37,18 +37,18 @@ ### Patch Changes -- [#4322](https://github.com/frontio-ai/heroui/pull/4322) [`78c0928`](https://github.com/frontio-ai/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #4292 interactive elements were not responding to "onClick" event +- [#4322](https://github.com/heroui-inc/heroui/pull/4322) [`78c0928`](https://github.com/heroui-inc/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #4292 interactive elements were not responding to "onClick" event -- Updated dependencies [[`78c0928`](https://github.com/frontio-ai/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f)]: +- Updated dependencies [[`78c0928`](https://github.com/heroui-inc/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f)]: - @heroui/use-aria-button@2.2.3 ## 2.2.6 ### Patch Changes -- [#4314](https://github.com/frontio-ai/heroui/pull/4314) [`5598806`](https://github.com/frontio-ai/heroui/commit/5598806216166dc9fff36cafd9112412486b747f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4314](https://github.com/heroui-inc/heroui/pull/4314) [`5598806`](https://github.com/heroui-inc/heroui/commit/5598806216166dc9fff36cafd9112412486b747f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`5598806`](https://github.com/frontio-ai/heroui/commit/5598806216166dc9fff36cafd9112412486b747f)]: +- Updated dependencies [[`5598806`](https://github.com/heroui-inc/heroui/commit/5598806216166dc9fff36cafd9112412486b747f)]: - @heroui/ripple@2.2.5 - @heroui/spinner@2.2.4 @@ -56,9 +56,9 @@ ### Patch Changes -- [#4284](https://github.com/frontio-ai/heroui/pull/4284) [`dfefdd6`](https://github.com/frontio-ai/heroui/commit/dfefdd6250eb81ae653e611a8dff12b2ae29a09c) Thanks [@sudongyuer](https://github.com/sudongyuer)! - Refactor Button & Card Ripple +- [#4284](https://github.com/heroui-inc/heroui/pull/4284) [`dfefdd6`](https://github.com/heroui-inc/heroui/commit/dfefdd6250eb81ae653e611a8dff12b2ae29a09c) Thanks [@sudongyuer](https://github.com/sudongyuer)! - Refactor Button & Card Ripple -- Updated dependencies [[`dfefdd6`](https://github.com/frontio-ai/heroui/commit/dfefdd6250eb81ae653e611a8dff12b2ae29a09c)]: +- Updated dependencies [[`dfefdd6`](https://github.com/heroui-inc/heroui/commit/dfefdd6250eb81ae653e611a8dff12b2ae29a09c)]: - @heroui/ripple@2.2.4 - @heroui/spinner@2.2.4 @@ -66,9 +66,9 @@ ### Patch Changes -- [#4258](https://github.com/frontio-ai/heroui/pull/4258) [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions +- [#4258](https://github.com/heroui-inc/heroui/pull/4258) [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions -- Updated dependencies [[`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: +- Updated dependencies [[`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: - @heroui/use-aria-button@2.2.2 - @heroui/spinner@2.2.4 - @heroui/ripple@2.2.3 @@ -77,9 +77,9 @@ ### Patch Changes -- [#4255](https://github.com/frontio-ai/heroui/pull/4255) [`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) +- [#4255](https://github.com/heroui-inc/heroui/pull/4255) [`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) -- Updated dependencies [[`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: +- Updated dependencies [[`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: - @heroui/spinner@2.2.3 - @heroui/ripple@2.2.3 @@ -87,9 +87,9 @@ ### Patch Changes -- [#4247](https://github.com/frontio-ai/heroui/pull/4247) [`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* +- [#4247](https://github.com/heroui-inc/heroui/pull/4247) [`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* -- Updated dependencies [[`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: +- Updated dependencies [[`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: - @heroui/spinner@2.2.2 - @heroui/ripple@2.2.2 @@ -97,9 +97,9 @@ ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/ripple@2.2.1 - @heroui/spinner@2.2.1 - @heroui/use-aria-button@2.2.1 @@ -110,7 +110,7 @@ ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -136,9 +136,9 @@ ### Patch Changes -- [#4226](https://github.com/frontio-ai/heroui/pull/4226) [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) +- [#4226](https://github.com/heroui-inc/heroui/pull/4226) [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) -- Updated dependencies [[`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/use-aria-button@2.2.0 - @heroui/ripple@2.2.0 - @heroui/spinner@2.2.0 @@ -149,7 +149,7 @@ ### Patch Changes -- [#4161](https://github.com/frontio-ai/heroui/pull/4161) [`17bf65799`](https://github.com/frontio-ai/heroui/commit/17bf65799c39c2ee44ea9c0b23aa80315b2a5083) Thanks [@wingkwong](https://github.com/wingkwong)! - fix missing peer / dev dependency for framer-motion +- [#4161](https://github.com/heroui-inc/heroui/pull/4161) [`17bf65799`](https://github.com/heroui-inc/heroui/commit/17bf65799c39c2ee44ea9c0b23aa80315b2a5083) Thanks [@wingkwong](https://github.com/wingkwong)! - fix missing peer / dev dependency for framer-motion - Updated dependencies []: - @heroui/ripple@2.1.0-beta.8 @@ -159,9 +159,9 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/ripple@2.1.0-beta.8 - @heroui/spinner@2.1.0-beta.9 - @heroui/use-aria-button@2.1.0-beta.8 @@ -172,9 +172,9 @@ ### Patch Changes -- [#3036](https://github.com/frontio-ai/heroui/pull/3036) [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3036](https://github.com/heroui-inc/heroui/pull/3036) [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version -- Updated dependencies [[`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: +- Updated dependencies [[`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: - @heroui/use-aria-button@2.1.0-beta.7 - @heroui/ripple@2.1.0-beta.7 - @heroui/spinner@2.1.0-beta.8 @@ -183,9 +183,9 @@ ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/ripple@2.1.0-beta.7 - @heroui/spinner@2.1.0-beta.7 - @heroui/use-aria-button@2.1.0-beta.6 @@ -196,9 +196,9 @@ ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/ripple@2.1.0-beta.6 - @heroui/spinner@2.1.0-beta.6 - @heroui/use-aria-button@2.1.0-beta.5 @@ -209,9 +209,9 @@ ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/ripple@2.1.0-beta.5 - @heroui/spinner@2.1.0-beta.5 - @heroui/use-aria-button@2.1.0-beta.4 @@ -222,7 +222,7 @@ ### Patch Changes -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/shared-utils@2.0.9-beta.4 - @heroui/ripple@2.1.0-beta.4 - @heroui/spinner@2.1.0-beta.4 @@ -232,9 +232,9 @@ ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/ripple@2.1.0-beta.3 - @heroui/spinner@2.1.0-beta.3 - @heroui/use-aria-button@2.1.0-beta.3 @@ -245,9 +245,9 @@ ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/ripple@2.1.0-beta.2 - @heroui/spinner@2.1.0-beta.2 - @heroui/use-aria-button@2.1.0-beta.2 @@ -258,9 +258,9 @@ ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/ripple@2.1.0-beta.1 - @heroui/spinner@2.1.0-beta.1 - @heroui/use-aria-button@2.1.0-beta.1 @@ -271,13 +271,13 @@ ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ### Patch Changes -- [#3523](https://github.com/frontio-ai/heroui/pull/3523) [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - update `framer-motion` versions +- [#3523](https://github.com/heroui-inc/heroui/pull/3523) [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - update `framer-motion` versions -- Updated dependencies [[`0cf91395c`](https://github.com/frontio-ai/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/frontio-ai/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/frontio-ai/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/frontio-ai/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/frontio-ai/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/frontio-ai/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/frontio-ai/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/frontio-ai/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/frontio-ai/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/frontio-ai/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/frontio-ai/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/frontio-ai/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: +- Updated dependencies [[`0cf91395c`](https://github.com/heroui-inc/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/heroui-inc/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/heroui-inc/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/heroui-inc/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/heroui-inc/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/heroui-inc/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/heroui-inc/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/heroui-inc/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/heroui-inc/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/heroui-inc/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/heroui-inc/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/heroui-inc/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: - @heroui/theme@2.3.0-beta.0 - @heroui/ripple@2.1.0-beta.0 - @heroui/spinner@2.1.0-beta.0 @@ -290,7 +290,7 @@ ### Patch Changes -- Updated dependencies [[`f36df4362`](https://github.com/frontio-ai/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: +- Updated dependencies [[`f36df4362`](https://github.com/heroui-inc/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: - @heroui/shared-utils@2.0.8 - @heroui/ripple@2.0.33 - @heroui/spinner@2.0.34 @@ -300,9 +300,9 @@ ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/ripple@2.0.32 - @heroui/spinner@2.0.33 - @heroui/use-aria-button@2.0.10 @@ -321,7 +321,7 @@ ### Patch Changes -- Updated dependencies [[`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: +- Updated dependencies [[`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: - @heroui/shared-utils@2.0.6 - @heroui/ripple@2.0.31 - @heroui/spinner@2.0.31 @@ -331,9 +331,9 @@ ### Patch Changes -- [#3240](https://github.com/frontio-ai/heroui/pull/3240) [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies +- [#3240](https://github.com/heroui-inc/heroui/pull/3240) [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies -- Updated dependencies [[`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`b9bb06ff3`](https://github.com/frontio-ai/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: +- Updated dependencies [[`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`b9bb06ff3`](https://github.com/heroui-inc/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: - @heroui/use-aria-button@2.0.9 - @heroui/react-utils@2.0.14 - @heroui/ripple@2.0.30 @@ -343,9 +343,9 @@ ### Patch Changes -- [#3119](https://github.com/frontio-ai/heroui/pull/3119) [`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` +- [#3119](https://github.com/heroui-inc/heroui/pull/3119) [`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` -- Updated dependencies [[`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: +- Updated dependencies [[`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: - @heroui/use-aria-button@2.0.8 - @heroui/ripple@2.0.29 - @heroui/spinner@2.0.29 @@ -354,9 +354,9 @@ ### Patch Changes -- [#2929](https://github.com/frontio-ai/heroui/pull/2929) [`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. +- [#2929](https://github.com/heroui-inc/heroui/pull/2929) [`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. -- Updated dependencies [[`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2)]: +- Updated dependencies [[`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2)]: - @heroui/ripple@2.0.29 - @heroui/spinner@2.0.29 @@ -364,7 +364,7 @@ ### Patch Changes -- Updated dependencies [[`765c04e2a`](https://github.com/frontio-ai/heroui/commit/765c04e2a5b3e3a072d87a4ae1bcb8ae389d53a0)]: +- Updated dependencies [[`765c04e2a`](https://github.com/heroui-inc/heroui/commit/765c04e2a5b3e3a072d87a4ae1bcb8ae389d53a0)]: - @heroui/ripple@2.0.28 - @heroui/spinner@2.0.28 @@ -372,7 +372,7 @@ ### Patch Changes -- Updated dependencies [[`eccc2f2f3`](https://github.com/frontio-ai/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: +- Updated dependencies [[`eccc2f2f3`](https://github.com/heroui-inc/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: - @heroui/react-utils@2.0.13 - @heroui/ripple@2.0.27 - @heroui/spinner@2.0.28 @@ -390,16 +390,16 @@ ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added - `framer-transitions` renamed to `framer-utils` - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- Updated dependencies [[`2e49e0831`](https://github.com/frontio-ai/heroui/commit/2e49e0831533350808e0fcbd48585f910981b39a), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`2894aecca`](https://github.com/frontio-ai/heroui/commit/2894aecca1a2ef0dfb3066b9b8df24ce48c99dae)]: +- Updated dependencies [[`2e49e0831`](https://github.com/heroui-inc/heroui/commit/2e49e0831533350808e0fcbd48585f910981b39a), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`2894aecca`](https://github.com/heroui-inc/heroui/commit/2894aecca1a2ef0dfb3066b9b8df24ce48c99dae)]: - @heroui/ripple@2.0.25 - @heroui/spinner@2.0.26 - @heroui/use-aria-button@2.0.7 @@ -410,7 +410,7 @@ ### Patch Changes -- Updated dependencies [[`0b5cde7bc`](https://github.com/frontio-ai/heroui/commit/0b5cde7bc4fc71231eb117f44052db2efdbdc595)]: +- Updated dependencies [[`0b5cde7bc`](https://github.com/heroui-inc/heroui/commit/0b5cde7bc4fc71231eb117f44052db2efdbdc595)]: - @heroui/spinner@2.0.25 - @heroui/ripple@2.0.24 @@ -434,9 +434,9 @@ ### Patch Changes -- [#1877](https://github.com/frontio-ai/heroui/pull/1877) [`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range +- [#1877](https://github.com/heroui-inc/heroui/pull/1877) [`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range -- Updated dependencies [[`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648)]: +- Updated dependencies [[`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648)]: - @heroui/spinner@2.0.22 - @heroui/ripple@2.0.24 @@ -444,9 +444,9 @@ ### Patch Changes -- [#1874](https://github.com/frontio-ai/heroui/pull/1874) [`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. +- [#1874](https://github.com/heroui-inc/heroui/pull/1874) [`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. -- Updated dependencies [[`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0)]: +- Updated dependencies [[`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0)]: - @heroui/spinner@2.0.21 - @heroui/ripple@2.0.23 - @heroui/system@2.0.12 @@ -455,9 +455,9 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/ripple@2.0.22 - @heroui/spinner@2.0.20 - @heroui/system@2.0.11 @@ -470,9 +470,9 @@ ### Patch Changes -- [#1635](https://github.com/frontio-ai/heroui/pull/1635) [`ceddd0d1d`](https://github.com/frontio-ai/heroui/commit/ceddd0d1d941a669bab78ef7439a29531cff99a2) Thanks [@li-jia-nan](https://github.com/li-jia-nan)! - refactor: optimize the time of ripple destroy +- [#1635](https://github.com/heroui-inc/heroui/pull/1635) [`ceddd0d1d`](https://github.com/heroui-inc/heroui/commit/ceddd0d1d941a669bab78ef7439a29531cff99a2) Thanks [@li-jia-nan](https://github.com/li-jia-nan)! - refactor: optimize the time of ripple destroy -- Updated dependencies [[`ceddd0d1d`](https://github.com/frontio-ai/heroui/commit/ceddd0d1d941a669bab78ef7439a29531cff99a2), [`425a034bc`](https://github.com/frontio-ai/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: +- Updated dependencies [[`ceddd0d1d`](https://github.com/heroui-inc/heroui/commit/ceddd0d1d941a669bab78ef7439a29531cff99a2), [`425a034bc`](https://github.com/heroui-inc/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: - @heroui/ripple@2.0.21 - @heroui/theme@2.1.9 - @heroui/spinner@2.0.19 @@ -483,9 +483,9 @@ ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy -- Updated dependencies [[`8b3998909`](https://github.com/frontio-ai/heroui/commit/8b39989090d9cd577e886edde01b081d37e65bb7), [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: +- Updated dependencies [[`8b3998909`](https://github.com/heroui-inc/heroui/commit/8b39989090d9cd577e886edde01b081d37e65bb7), [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: - @heroui/ripple@2.0.20 - @heroui/spinner@2.0.18 - @heroui/system@2.0.9 @@ -498,9 +498,9 @@ ### Patch Changes -- [#1589](https://github.com/frontio-ai/heroui/pull/1589) [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded +- [#1589](https://github.com/heroui-inc/heroui/pull/1589) [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded -- Updated dependencies [[`a3be419cb`](https://github.com/frontio-ai/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/frontio-ai/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: +- Updated dependencies [[`a3be419cb`](https://github.com/heroui-inc/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/heroui-inc/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: - @heroui/theme@2.1.7 - @heroui/use-aria-button@2.0.4 - @heroui/system@2.0.8 @@ -511,7 +511,7 @@ ### Patch Changes -- Updated dependencies [[`7c8341035`](https://github.com/frontio-ai/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: +- Updated dependencies [[`7c8341035`](https://github.com/heroui-inc/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: - @heroui/theme@2.1.6 - @heroui/ripple@2.0.18 - @heroui/spinner@2.0.16 @@ -520,7 +520,7 @@ ### Patch Changes -- Updated dependencies [[`d61428d9e`](https://github.com/frontio-ai/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/frontio-ai/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: +- Updated dependencies [[`d61428d9e`](https://github.com/heroui-inc/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/heroui-inc/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: - @heroui/theme@2.1.5 - @heroui/spinner@2.0.15 - @heroui/system@2.0.7 @@ -530,7 +530,7 @@ ### Patch Changes -- Updated dependencies [[`043b8420c`](https://github.com/frontio-ai/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/frontio-ai/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: +- Updated dependencies [[`043b8420c`](https://github.com/heroui-inc/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/heroui-inc/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: - @heroui/theme@2.1.4 - @heroui/system@2.0.6 - @heroui/ripple@2.0.16 @@ -540,7 +540,7 @@ ### Patch Changes -- Updated dependencies [[`5702287e5`](https://github.com/frontio-ai/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: +- Updated dependencies [[`5702287e5`](https://github.com/heroui-inc/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: - @heroui/theme@2.1.3 - @heroui/ripple@2.0.15 - @heroui/spinner@2.0.13 @@ -549,9 +549,9 @@ ### Patch Changes -- [#1458](https://github.com/frontio-ai/heroui/pull/1458) [`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles +- [#1458](https://github.com/heroui-inc/heroui/pull/1458) [`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles -- Updated dependencies [[`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: +- Updated dependencies [[`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: - @heroui/spinner@2.0.12 - @heroui/ripple@2.0.14 - @heroui/theme@2.1.2 @@ -560,7 +560,7 @@ ### Patch Changes -- Updated dependencies [[`cc839cdd`](https://github.com/frontio-ai/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: +- Updated dependencies [[`cc839cdd`](https://github.com/heroui-inc/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: - @heroui/theme@2.1.1 - @heroui/ripple@2.0.13 - @heroui/spinner@2.0.11 @@ -569,7 +569,7 @@ ### Patch Changes -- Updated dependencies [[`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: +- Updated dependencies [[`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: - @heroui/theme@2.1.0 - @heroui/ripple@2.0.12 - @heroui/spinner@2.0.10 @@ -588,7 +588,7 @@ ### Patch Changes -- Updated dependencies [[`d0341020`](https://github.com/frontio-ai/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: +- Updated dependencies [[`d0341020`](https://github.com/heroui-inc/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: - @heroui/theme@2.0.5 - @heroui/ripple@2.0.10 - @heroui/spinner@2.0.8 @@ -606,13 +606,13 @@ ### Patch Changes -- [#1359](https://github.com/frontio-ai/heroui/pull/1359) [`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n +- [#1359](https://github.com/heroui-inc/heroui/pull/1359) [`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n - react-aria packages upgraded to the latest version - image storybooks fixed - other bug fixes.. -- Updated dependencies [[`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: +- Updated dependencies [[`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: - @heroui/use-aria-button@2.0.3 - @heroui/ripple@2.0.8 - @heroui/system@2.0.5 @@ -621,7 +621,7 @@ ### Patch Changes -- Updated dependencies [[`710395f3`](https://github.com/frontio-ai/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: +- Updated dependencies [[`710395f3`](https://github.com/heroui-inc/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: - @heroui/system@2.0.4 - @heroui/ripple@2.0.7 @@ -647,9 +647,9 @@ ### Patch Changes -- [#1301](https://github.com/frontio-ai/heroui/pull/1301) [`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss +- [#1301](https://github.com/heroui-inc/heroui/pull/1301) [`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss -- Updated dependencies [[`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: +- Updated dependencies [[`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: - @heroui/spinner@2.0.4 - @heroui/theme@2.0.4 - @heroui/ripple@2.0.4 @@ -658,14 +658,14 @@ ### Patch Changes -- [#1289](https://github.com/frontio-ai/heroui/pull/1289) [`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it +- [#1289](https://github.com/heroui-inc/heroui/pull/1289) [`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it - packages adapted to support RSC imports - filterDomProps function was modified to enable/disabled it -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports -- Updated dependencies [[`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: +- Updated dependencies [[`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: - @heroui/react-utils@2.0.2 - @heroui/spinner@2.0.3 - @heroui/system@2.0.3 @@ -678,7 +678,7 @@ ### Patch Changes -- Updated dependencies [[`459ac5ed`](https://github.com/frontio-ai/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: +- Updated dependencies [[`459ac5ed`](https://github.com/heroui-inc/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: - @heroui/theme@2.0.2 - @heroui/ripple@2.0.2 - @heroui/spinner@2.0.2 @@ -688,11 +688,11 @@ ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated -- Updated dependencies [[`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: +- Updated dependencies [[`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: - @heroui/shared-utils@2.0.1 - @heroui/use-aria-button@2.0.1 - @heroui/react-utils@2.0.1 diff --git a/packages/components/button/README.md b/packages/components/button/README.md index b1517bb66e..9b4e468831 100644 --- a/packages/components/button/README.md +++ b/packages/components/button/README.md @@ -15,10 +15,10 @@ npm i @heroui/button ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/components/calendar/CHANGELOG.md b/packages/components/calendar/CHANGELOG.md index 5405864514..3e1d8497da 100644 --- a/packages/components/calendar/CHANGELOG.md +++ b/packages/components/calendar/CHANGELOG.md @@ -19,7 +19,7 @@ ### Patch Changes -- Updated dependencies [[`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: +- Updated dependencies [[`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: - @heroui/react-utils@2.1.3 - @heroui/button@2.2.9 - @heroui/framer-utils@2.1.6 @@ -28,9 +28,9 @@ ### Patch Changes -- [#4428](https://github.com/frontio-ai/heroui/pull/4428) [`c0e3dab`](https://github.com/frontio-ai/heroui/commit/c0e3dab5e8104b4f9335892e850b26359d33b3e8) Thanks [@wingkwong](https://github.com/wingkwong)! - remove unnecessary fragment in calendar (#4358, #4068) +- [#4428](https://github.com/heroui-inc/heroui/pull/4428) [`c0e3dab`](https://github.com/heroui-inc/heroui/commit/c0e3dab5e8104b4f9335892e850b26359d33b3e8) Thanks [@wingkwong](https://github.com/wingkwong)! - remove unnecessary fragment in calendar (#4358, #4068) -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: - @heroui/shared-utils@2.1.2 - @heroui/button@2.2.8 - @heroui/use-aria-button@2.2.4 @@ -41,7 +41,7 @@ ### Patch Changes -- Updated dependencies [[`78c0928`](https://github.com/frontio-ai/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f)]: +- Updated dependencies [[`78c0928`](https://github.com/heroui-inc/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f)]: - @heroui/use-aria-button@2.2.3 - @heroui/button@2.2.7 @@ -49,23 +49,23 @@ ### Patch Changes -- Updated dependencies [[`5598806`](https://github.com/frontio-ai/heroui/commit/5598806216166dc9fff36cafd9112412486b747f)]: +- Updated dependencies [[`5598806`](https://github.com/heroui-inc/heroui/commit/5598806216166dc9fff36cafd9112412486b747f)]: - @heroui/button@2.2.6 ## 2.2.5 ### Patch Changes -- Updated dependencies [[`dfefdd6`](https://github.com/frontio-ai/heroui/commit/dfefdd6250eb81ae653e611a8dff12b2ae29a09c)]: +- Updated dependencies [[`dfefdd6`](https://github.com/heroui-inc/heroui/commit/dfefdd6250eb81ae653e611a8dff12b2ae29a09c)]: - @heroui/button@2.2.5 ## 2.2.4 ### Patch Changes -- [#4258](https://github.com/frontio-ai/heroui/pull/4258) [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions +- [#4258](https://github.com/heroui-inc/heroui/pull/4258) [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions -- Updated dependencies [[`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: +- Updated dependencies [[`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: - @heroui/use-aria-button@2.2.2 - @heroui/button@2.2.4 - @heroui/framer-utils@2.1.4 @@ -74,9 +74,9 @@ ### Patch Changes -- [#4255](https://github.com/frontio-ai/heroui/pull/4255) [`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) +- [#4255](https://github.com/heroui-inc/heroui/pull/4255) [`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) -- Updated dependencies [[`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: +- Updated dependencies [[`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: - @heroui/button@2.2.3 - @heroui/framer-utils@2.1.3 @@ -84,9 +84,9 @@ ### Patch Changes -- [#4247](https://github.com/frontio-ai/heroui/pull/4247) [`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* +- [#4247](https://github.com/heroui-inc/heroui/pull/4247) [`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* -- Updated dependencies [[`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: +- Updated dependencies [[`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: - @heroui/button@2.2.2 - @heroui/framer-utils@2.1.2 @@ -94,9 +94,9 @@ ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/button@2.2.1 - @heroui/use-aria-button@2.2.1 - @heroui/dom-animation@2.1.1 @@ -109,7 +109,7 @@ ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -135,11 +135,11 @@ ### Patch Changes -- [#4207](https://github.com/frontio-ai/heroui/pull/4207) [`6bc616c`](https://github.com/frontio-ai/heroui/commit/6bc616caea948431d05eec33c1784e0560524e97) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix the "forwardRef render functions accept exactly two parameters: props and ref. Did you forget to use the ref parameter?" on next.js by changing the way we manage collection base components refs +- [#4207](https://github.com/heroui-inc/heroui/pull/4207) [`6bc616c`](https://github.com/heroui-inc/heroui/commit/6bc616caea948431d05eec33c1784e0560524e97) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix the "forwardRef render functions accept exactly two parameters: props and ref. Did you forget to use the ref parameter?" on next.js by changing the way we manage collection base components refs -- [#4226](https://github.com/frontio-ai/heroui/pull/4226) [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) +- [#4226](https://github.com/heroui-inc/heroui/pull/4226) [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) -- Updated dependencies [[`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/use-aria-button@2.2.0 - @heroui/button@2.2.0 - @heroui/dom-animation@2.1.0 @@ -152,7 +152,7 @@ ### Patch Changes -- Updated dependencies [[`004c4a4b3`](https://github.com/frontio-ai/heroui/commit/004c4a4b3e44477f148937b12bb542e4b27fd322)]: +- Updated dependencies [[`004c4a4b3`](https://github.com/heroui-inc/heroui/commit/004c4a4b3e44477f148937b12bb542e4b27fd322)]: - @heroui/shared-icons@2.0.10-beta.8 - @heroui/button@2.1.0-beta.10 @@ -160,7 +160,7 @@ ### Patch Changes -- Updated dependencies [[`17bf65799`](https://github.com/frontio-ai/heroui/commit/17bf65799c39c2ee44ea9c0b23aa80315b2a5083)]: +- Updated dependencies [[`17bf65799`](https://github.com/heroui-inc/heroui/commit/17bf65799c39c2ee44ea9c0b23aa80315b2a5083)]: - @heroui/button@2.1.0-beta.10 - @heroui/framer-utils@2.0.26-beta.11 @@ -168,9 +168,9 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/button@2.1.0-beta.9 - @heroui/use-aria-button@2.1.0-beta.8 - @heroui/dom-animation@2.0.1-beta.7 @@ -183,9 +183,9 @@ ### Patch Changes -- [#3036](https://github.com/frontio-ai/heroui/pull/3036) [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3036](https://github.com/heroui-inc/heroui/pull/3036) [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version -- Updated dependencies [[`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: +- Updated dependencies [[`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: - @heroui/button@2.1.0-beta.8 - @heroui/use-aria-button@2.1.0-beta.7 - @heroui/framer-utils@2.0.26-beta.9 @@ -194,7 +194,7 @@ ### Patch Changes -- [#4140](https://github.com/frontio-ai/heroui/pull/4140) [`78a99b628`](https://github.com/frontio-ai/heroui/commit/78a99b628e3fde8808a0cce3c69059d727afd49b) Thanks [@wingkwong](https://github.com/wingkwong)! - add missing `framer-motion` in `peerDependencies` +- [#4140](https://github.com/heroui-inc/heroui/pull/4140) [`78a99b628`](https://github.com/heroui-inc/heroui/commit/78a99b628e3fde8808a0cce3c69059d727afd49b) Thanks [@wingkwong](https://github.com/wingkwong)! - add missing `framer-motion` in `peerDependencies` - Updated dependencies []: - @heroui/button@2.1.0-beta.7 @@ -211,9 +211,9 @@ ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/button@2.1.0-beta.7 - @heroui/use-aria-button@2.1.0-beta.6 - @heroui/dom-animation@2.0.1-beta.6 @@ -226,9 +226,9 @@ ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/button@2.1.0-beta.6 - @heroui/use-aria-button@2.1.0-beta.5 - @heroui/dom-animation@2.0.1-beta.5 @@ -241,9 +241,9 @@ ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/button@2.1.0-beta.5 - @heroui/use-aria-button@2.1.0-beta.4 - @heroui/dom-animation@2.0.1-beta.4 @@ -256,7 +256,7 @@ ### Patch Changes -- Updated dependencies [[`0f55c491b`](https://github.com/frontio-ai/heroui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]: +- Updated dependencies [[`0f55c491b`](https://github.com/heroui-inc/heroui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]: - @heroui/shared-icons@2.0.10-beta.3 - @heroui/button@2.1.0-beta.4 @@ -264,9 +264,9 @@ ### Patch Changes -- [#4039](https://github.com/frontio-ai/heroui/pull/4039) [`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7) Thanks [@wingkwong](https://github.com/wingkwong)! - support inert value with boolean type for react 19 (#4038) +- [#4039](https://github.com/heroui-inc/heroui/pull/4039) [`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7) Thanks [@wingkwong](https://github.com/wingkwong)! - support inert value with boolean type for react 19 (#4038) -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/shared-utils@2.0.9-beta.4 - @heroui/button@2.1.0-beta.4 - @heroui/framer-utils@2.0.26-beta.4 @@ -276,9 +276,9 @@ ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/button@2.1.0-beta.3 - @heroui/use-aria-button@2.1.0-beta.3 - @heroui/dom-animation@2.0.1-beta.3 @@ -291,9 +291,9 @@ ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/button@2.1.0-beta.2 - @heroui/use-aria-button@2.1.0-beta.2 - @heroui/dom-animation@2.0.1-beta.2 @@ -306,9 +306,9 @@ ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/button@2.1.0-beta.1 - @heroui/use-aria-button@2.1.0-beta.1 - @heroui/dom-animation@2.0.1-beta.1 @@ -321,19 +321,19 @@ ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ### Patch Changes -- [#3302](https://github.com/frontio-ai/heroui/pull/3302) [`a4a1d8fb6`](https://github.com/frontio-ai/heroui/commit/a4a1d8fb69dd7f496a179a66af072f72aae0ec17) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Add month and year picker to DateRangePicker and RangeCalendar (#3089, #3090) +- [#3302](https://github.com/heroui-inc/heroui/pull/3302) [`a4a1d8fb6`](https://github.com/heroui-inc/heroui/commit/a4a1d8fb69dd7f496a179a66af072f72aae0ec17) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Add month and year picker to DateRangePicker and RangeCalendar (#3089, #3090) -- [#3523](https://github.com/frontio-ai/heroui/pull/3523) [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - replaced lodash with native approaches +- [#3523](https://github.com/heroui-inc/heroui/pull/3523) [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - replaced lodash with native approaches -- [#3523](https://github.com/frontio-ai/heroui/pull/3523) [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - framer motion optimization (#3340) +- [#3523](https://github.com/heroui-inc/heroui/pull/3523) [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - framer motion optimization (#3340) -- [#3523](https://github.com/frontio-ai/heroui/pull/3523) [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - update `framer-motion` versions +- [#3523](https://github.com/heroui-inc/heroui/pull/3523) [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - update `framer-motion` versions -- Updated dependencies [[`0cf91395c`](https://github.com/frontio-ai/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/frontio-ai/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/frontio-ai/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/frontio-ai/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/frontio-ai/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/frontio-ai/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/frontio-ai/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/frontio-ai/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/frontio-ai/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/frontio-ai/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/frontio-ai/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/frontio-ai/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: +- Updated dependencies [[`0cf91395c`](https://github.com/heroui-inc/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/heroui-inc/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/heroui-inc/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/heroui-inc/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/heroui-inc/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/heroui-inc/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/heroui-inc/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/heroui-inc/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/heroui-inc/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/heroui-inc/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/heroui-inc/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/heroui-inc/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: - @heroui/theme@2.3.0-beta.0 - @heroui/button@2.1.0-beta.0 - @heroui/system@2.3.0-beta.0 @@ -347,9 +347,9 @@ ### Patch Changes -- [#3656](https://github.com/frontio-ai/heroui/pull/3656) [`55c92981e`](https://github.com/frontio-ai/heroui/commit/55c92981e009b1721e8288341402feb1ebec08f3) Thanks [@ameybh](https://github.com/ameybh)! - fixed arrow keys order when html has dir="rtl" (#3641, #3642) +- [#3656](https://github.com/heroui-inc/heroui/pull/3656) [`55c92981e`](https://github.com/heroui-inc/heroui/commit/55c92981e009b1721e8288341402feb1ebec08f3) Thanks [@ameybh](https://github.com/ameybh)! - fixed arrow keys order when html has dir="rtl" (#3641, #3642) -- Updated dependencies [[`f36df4362`](https://github.com/frontio-ai/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: +- Updated dependencies [[`f36df4362`](https://github.com/heroui-inc/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: - @heroui/shared-utils@2.0.8 - @heroui/button@2.0.38 - @heroui/framer-utils@2.0.25 @@ -359,9 +359,9 @@ ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/button@2.0.37 - @heroui/use-aria-button@2.0.10 - @heroui/framer-utils@2.0.24 @@ -373,7 +373,7 @@ ### Patch Changes -- [#3505](https://github.com/frontio-ai/heroui/pull/3505) [`1fdbf2ad2`](https://github.com/frontio-ai/heroui/commit/1fdbf2ad2020d91f257029e6a3f81406d5da109c) Thanks [@abhinandan-verma](https://github.com/abhinandan-verma)! - Fixed the calendarContent width as per visible month +- [#3505](https://github.com/heroui-inc/heroui/pull/3505) [`1fdbf2ad2`](https://github.com/heroui-inc/heroui/commit/1fdbf2ad2020d91f257029e6a3f81406d5da109c) Thanks [@abhinandan-verma](https://github.com/abhinandan-verma)! - Fixed the calendarContent width as per visible month - Updated dependencies []: - @heroui/button@2.0.36 @@ -390,15 +390,15 @@ ### Patch Changes -- [#3358](https://github.com/frontio-ai/heroui/pull/3358) [`fd4b7200d`](https://github.com/frontio-ai/heroui/commit/fd4b7200dd26eae53ce50e06610b34388e3fdc08) Thanks [@wingkwong](https://github.com/wingkwong)! - disable button picker in calendar if `isDisabled` is true (#3357) +- [#3358](https://github.com/heroui-inc/heroui/pull/3358) [`fd4b7200d`](https://github.com/heroui-inc/heroui/commit/fd4b7200dd26eae53ce50e06610b34388e3fdc08) Thanks [@wingkwong](https://github.com/wingkwong)! - disable button picker in calendar if `isDisabled` is true (#3357) -- [#3331](https://github.com/frontio-ai/heroui/pull/3331) [`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed incorrect year in `showMonthAndYearPickers` with different locales +- [#3331](https://github.com/heroui-inc/heroui/pull/3331) [`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed incorrect year in `showMonthAndYearPickers` with different locales -- [#3088](https://github.com/frontio-ai/heroui/pull/3088) [`134f37184`](https://github.com/frontio-ai/heroui/commit/134f371843e90f23c3f1816e8b9df328e21d6827) Thanks [@KumJungMin](https://github.com/KumJungMin)! - fix hours, month clear issue in `showMonthAndYearPickers` mode (#3072). +- [#3088](https://github.com/heroui-inc/heroui/pull/3088) [`134f37184`](https://github.com/heroui-inc/heroui/commit/134f371843e90f23c3f1816e8b9df328e21d6827) Thanks [@KumJungMin](https://github.com/KumJungMin)! - fix hours, month clear issue in `showMonthAndYearPickers` mode (#3072). -- [#3416](https://github.com/frontio-ai/heroui/pull/3416) [`5652e7bdd`](https://github.com/frontio-ai/heroui/commit/5652e7bddc498c7f7420a68c58f207ba4cbe3933) Thanks [@abhinandan-verma](https://github.com/abhinandan-verma)! - Fixed calendar clipping issue on zoom (#2978) +- [#3416](https://github.com/heroui-inc/heroui/pull/3416) [`5652e7bdd`](https://github.com/heroui-inc/heroui/commit/5652e7bddc498c7f7420a68c58f207ba4cbe3933) Thanks [@abhinandan-verma](https://github.com/abhinandan-verma)! - Fixed calendar clipping issue on zoom (#2978) -- Updated dependencies [[`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: +- Updated dependencies [[`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: - @heroui/shared-utils@2.0.6 - @heroui/button@2.0.35 - @heroui/framer-utils@2.0.22 @@ -408,9 +408,9 @@ ### Patch Changes -- [#3240](https://github.com/frontio-ai/heroui/pull/3240) [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies +- [#3240](https://github.com/heroui-inc/heroui/pull/3240) [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies -- Updated dependencies [[`3500147d7`](https://github.com/frontio-ai/heroui/commit/3500147d7fbe53bc01ae24749fdeaf87c37c0d12), [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`b9bb06ff3`](https://github.com/frontio-ai/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: +- Updated dependencies [[`3500147d7`](https://github.com/heroui-inc/heroui/commit/3500147d7fbe53bc01ae24749fdeaf87c37c0d12), [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`b9bb06ff3`](https://github.com/heroui-inc/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: - @heroui/shared-icons@2.0.8 - @heroui/button@2.0.34 - @heroui/use-aria-button@2.0.9 @@ -421,9 +421,9 @@ ### Patch Changes -- [#3119](https://github.com/frontio-ai/heroui/pull/3119) [`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` +- [#3119](https://github.com/heroui-inc/heroui/pull/3119) [`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` -- Updated dependencies [[`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: +- Updated dependencies [[`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: - @heroui/button@2.0.33 - @heroui/use-aria-button@2.0.8 - @heroui/framer-utils@2.0.20 @@ -432,17 +432,17 @@ ### Patch Changes -- [#2889](https://github.com/frontio-ai/heroui/pull/2889) [`aba1716ed`](https://github.com/frontio-ai/heroui/commit/aba1716edc2a85c94e6baeb4acc481f67589d002) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Update React Aria packages +- [#2889](https://github.com/heroui-inc/heroui/pull/2889) [`aba1716ed`](https://github.com/heroui-inc/heroui/commit/aba1716edc2a85c94e6baeb4acc481f67589d002) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Update React Aria packages -- [#3054](https://github.com/frontio-ai/heroui/pull/3054) [`bf68c91b9`](https://github.com/frontio-ai/heroui/commit/bf68c91b9a5be2014830859b0be2127d657ba90f) Thanks [@ShrinidhiUpadhyaya](https://github.com/ShrinidhiUpadhyaya)! - revise the inert attribute in `CalendarMonth` and `CalendarPicker` +- [#3054](https://github.com/heroui-inc/heroui/pull/3054) [`bf68c91b9`](https://github.com/heroui-inc/heroui/commit/bf68c91b9a5be2014830859b0be2127d657ba90f) Thanks [@ShrinidhiUpadhyaya](https://github.com/ShrinidhiUpadhyaya)! - revise the inert attribute in `CalendarMonth` and `CalendarPicker` -- [#2906](https://github.com/frontio-ai/heroui/pull/2906) [`c83ff382b`](https://github.com/frontio-ai/heroui/commit/c83ff382b9e5deaa08ed7e64eee484cc4904704d) Thanks [@ShrinidhiUpadhyaya](https://github.com/ShrinidhiUpadhyaya)! - Fixed hiding of unavailable dates in RangeCalendar (#2890) +- [#2906](https://github.com/heroui-inc/heroui/pull/2906) [`c83ff382b`](https://github.com/heroui-inc/heroui/commit/c83ff382b9e5deaa08ed7e64eee484cc4904704d) Thanks [@ShrinidhiUpadhyaya](https://github.com/ShrinidhiUpadhyaya)! - Fixed hiding of unavailable dates in RangeCalendar (#2890) -- [#2929](https://github.com/frontio-ai/heroui/pull/2929) [`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. +- [#2929](https://github.com/heroui-inc/heroui/pull/2929) [`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. -- [#3014](https://github.com/frontio-ai/heroui/pull/3014) [`20ba81948`](https://github.com/frontio-ai/heroui/commit/20ba81948d86ccc7ea4269cceb06e04899903b0e) Thanks [@winchesHe](https://github.com/winchesHe)! - add the correct peerDep version +- [#3014](https://github.com/heroui-inc/heroui/pull/3014) [`20ba81948`](https://github.com/heroui-inc/heroui/commit/20ba81948d86ccc7ea4269cceb06e04899903b0e) Thanks [@winchesHe](https://github.com/winchesHe)! - add the correct peerDep version -- Updated dependencies [[`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2)]: +- Updated dependencies [[`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2)]: - @heroui/button@2.0.32 - @heroui/framer-utils@2.0.19 @@ -450,7 +450,7 @@ ### Patch Changes -- [#2861](https://github.com/frontio-ai/heroui/pull/2861) [`e9fef9bd9`](https://github.com/frontio-ai/heroui/commit/e9fef9bd922ae1efdf3f796cfe88a579bf693c1d) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #2820 #2857 Maximum update depth exceeded on Calendar & RangeCalendar when hovering the dates. +- [#2861](https://github.com/heroui-inc/heroui/pull/2861) [`e9fef9bd9`](https://github.com/heroui-inc/heroui/commit/e9fef9bd922ae1efdf3f796cfe88a579bf693c1d) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #2820 #2857 Maximum update depth exceeded on Calendar & RangeCalendar when hovering the dates. - Updated dependencies []: - @heroui/button@2.0.31 @@ -459,7 +459,7 @@ ### Patch Changes -- Updated dependencies [[`eccc2f2f3`](https://github.com/frontio-ai/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: +- Updated dependencies [[`eccc2f2f3`](https://github.com/heroui-inc/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: - @heroui/framer-utils@2.0.18 - @heroui/react-utils@2.0.13 - @heroui/button@2.0.30 @@ -468,7 +468,7 @@ ### Patch Changes -- [#2744](https://github.com/frontio-ai/heroui/pull/2744) [`158c2aa00`](https://github.com/frontio-ai/heroui/commit/158c2aa004f0080449321f84b0efd37762e8adc0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Refactor calendar cell tab index, add calendar default width +- [#2744](https://github.com/heroui-inc/heroui/pull/2744) [`158c2aa00`](https://github.com/heroui-inc/heroui/commit/158c2aa004f0080449321f84b0efd37762e8adc0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Refactor calendar cell tab index, add calendar default width - Updated dependencies []: - @heroui/button@2.0.29 @@ -479,16 +479,16 @@ ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added - `framer-transitions` renamed to `framer-utils` - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- Updated dependencies [[`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: +- Updated dependencies [[`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: - @heroui/button@2.0.28 - @heroui/use-aria-button@2.0.7 - @heroui/framer-utils@2.0.16 diff --git a/packages/components/calendar/README.md b/packages/components/calendar/README.md index 3d4dd4829b..db354394e9 100644 --- a/packages/components/calendar/README.md +++ b/packages/components/calendar/README.md @@ -15,10 +15,10 @@ npm i @heroui/calendar ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/components/card/CHANGELOG.md b/packages/components/card/CHANGELOG.md index c821be6480..a688995fbf 100644 --- a/packages/components/card/CHANGELOG.md +++ b/packages/components/card/CHANGELOG.md @@ -16,7 +16,7 @@ ### Patch Changes -- Updated dependencies [[`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: +- Updated dependencies [[`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: - @heroui/react-utils@2.1.3 - @heroui/ripple@2.2.7 @@ -24,7 +24,7 @@ ### Patch Changes -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: - @heroui/shared-utils@2.1.2 - @heroui/ripple@2.2.6 - @heroui/use-aria-button@2.2.4 @@ -34,36 +34,36 @@ ### Patch Changes -- [#4322](https://github.com/frontio-ai/heroui/pull/4322) [`78c0928`](https://github.com/frontio-ai/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #4292 interactive elements were not responding to "onClick" event +- [#4322](https://github.com/heroui-inc/heroui/pull/4322) [`78c0928`](https://github.com/heroui-inc/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #4292 interactive elements were not responding to "onClick" event -- Updated dependencies [[`78c0928`](https://github.com/frontio-ai/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f)]: +- Updated dependencies [[`78c0928`](https://github.com/heroui-inc/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f)]: - @heroui/use-aria-button@2.2.3 ## 2.2.6 ### Patch Changes -- [#4314](https://github.com/frontio-ai/heroui/pull/4314) [`5598806`](https://github.com/frontio-ai/heroui/commit/5598806216166dc9fff36cafd9112412486b747f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4314](https://github.com/heroui-inc/heroui/pull/4314) [`5598806`](https://github.com/heroui-inc/heroui/commit/5598806216166dc9fff36cafd9112412486b747f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`5598806`](https://github.com/frontio-ai/heroui/commit/5598806216166dc9fff36cafd9112412486b747f)]: +- Updated dependencies [[`5598806`](https://github.com/heroui-inc/heroui/commit/5598806216166dc9fff36cafd9112412486b747f)]: - @heroui/ripple@2.2.5 ## 2.2.5 ### Patch Changes -- [#4284](https://github.com/frontio-ai/heroui/pull/4284) [`dfefdd6`](https://github.com/frontio-ai/heroui/commit/dfefdd6250eb81ae653e611a8dff12b2ae29a09c) Thanks [@sudongyuer](https://github.com/sudongyuer)! - Refactor Button & Card Ripple +- [#4284](https://github.com/heroui-inc/heroui/pull/4284) [`dfefdd6`](https://github.com/heroui-inc/heroui/commit/dfefdd6250eb81ae653e611a8dff12b2ae29a09c) Thanks [@sudongyuer](https://github.com/sudongyuer)! - Refactor Button & Card Ripple -- Updated dependencies [[`dfefdd6`](https://github.com/frontio-ai/heroui/commit/dfefdd6250eb81ae653e611a8dff12b2ae29a09c)]: +- Updated dependencies [[`dfefdd6`](https://github.com/heroui-inc/heroui/commit/dfefdd6250eb81ae653e611a8dff12b2ae29a09c)]: - @heroui/ripple@2.2.4 ## 2.2.4 ### Patch Changes -- [#4258](https://github.com/frontio-ai/heroui/pull/4258) [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions +- [#4258](https://github.com/heroui-inc/heroui/pull/4258) [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions -- Updated dependencies [[`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: +- Updated dependencies [[`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: - @heroui/use-aria-button@2.2.2 - @heroui/ripple@2.2.3 @@ -71,27 +71,27 @@ ### Patch Changes -- [#4255](https://github.com/frontio-ai/heroui/pull/4255) [`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) +- [#4255](https://github.com/heroui-inc/heroui/pull/4255) [`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) -- Updated dependencies [[`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: +- Updated dependencies [[`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: - @heroui/ripple@2.2.3 ## 2.2.2 ### Patch Changes -- [#4247](https://github.com/frontio-ai/heroui/pull/4247) [`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* +- [#4247](https://github.com/heroui-inc/heroui/pull/4247) [`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* -- Updated dependencies [[`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: +- Updated dependencies [[`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: - @heroui/ripple@2.2.2 ## 2.2.1 ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/ripple@2.2.1 - @heroui/use-aria-button@2.2.1 - @heroui/react-utils@2.1.1 @@ -101,7 +101,7 @@ ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -127,9 +127,9 @@ ### Patch Changes -- [#4226](https://github.com/frontio-ai/heroui/pull/4226) [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) +- [#4226](https://github.com/heroui-inc/heroui/pull/4226) [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) -- Updated dependencies [[`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/use-aria-button@2.2.0 - @heroui/ripple@2.2.0 - @heroui/react-utils@2.1.0 @@ -139,7 +139,7 @@ ### Patch Changes -- [#4161](https://github.com/frontio-ai/heroui/pull/4161) [`17bf65799`](https://github.com/frontio-ai/heroui/commit/17bf65799c39c2ee44ea9c0b23aa80315b2a5083) Thanks [@wingkwong](https://github.com/wingkwong)! - fix missing peer / dev dependency for framer-motion +- [#4161](https://github.com/heroui-inc/heroui/pull/4161) [`17bf65799`](https://github.com/heroui-inc/heroui/commit/17bf65799c39c2ee44ea9c0b23aa80315b2a5083) Thanks [@wingkwong](https://github.com/wingkwong)! - fix missing peer / dev dependency for framer-motion - Updated dependencies []: - @heroui/ripple@2.1.0-beta.8 @@ -148,9 +148,9 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/ripple@2.1.0-beta.8 - @heroui/use-aria-button@2.1.0-beta.8 - @heroui/react-utils@2.0.18-beta.8 @@ -160,9 +160,9 @@ ### Patch Changes -- [#3036](https://github.com/frontio-ai/heroui/pull/3036) [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3036](https://github.com/heroui-inc/heroui/pull/3036) [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version -- Updated dependencies [[`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: +- Updated dependencies [[`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: - @heroui/use-aria-button@2.1.0-beta.7 - @heroui/ripple@2.1.0-beta.7 @@ -170,9 +170,9 @@ ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/ripple@2.1.0-beta.7 - @heroui/use-aria-button@2.1.0-beta.6 - @heroui/react-utils@2.0.18-beta.7 @@ -182,9 +182,9 @@ ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/ripple@2.1.0-beta.6 - @heroui/use-aria-button@2.1.0-beta.5 - @heroui/react-utils@2.0.18-beta.6 @@ -194,9 +194,9 @@ ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/ripple@2.1.0-beta.5 - @heroui/use-aria-button@2.1.0-beta.4 - @heroui/react-utils@2.0.18-beta.5 @@ -206,7 +206,7 @@ ### Patch Changes -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/shared-utils@2.0.9-beta.4 - @heroui/ripple@2.1.0-beta.4 - @heroui/react-utils@2.0.18-beta.4 @@ -215,9 +215,9 @@ ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/ripple@2.1.0-beta.3 - @heroui/use-aria-button@2.1.0-beta.3 - @heroui/react-utils@2.0.18-beta.3 @@ -227,9 +227,9 @@ ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/ripple@2.1.0-beta.2 - @heroui/use-aria-button@2.1.0-beta.2 - @heroui/react-utils@2.0.18-beta.2 @@ -239,9 +239,9 @@ ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/ripple@2.1.0-beta.1 - @heroui/use-aria-button@2.1.0-beta.1 - @heroui/react-utils@2.0.18-beta.1 @@ -251,13 +251,13 @@ ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ### Patch Changes -- [#3523](https://github.com/frontio-ai/heroui/pull/3523) [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - update `framer-motion` versions +- [#3523](https://github.com/heroui-inc/heroui/pull/3523) [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - update `framer-motion` versions -- Updated dependencies [[`0cf91395c`](https://github.com/frontio-ai/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/frontio-ai/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/frontio-ai/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/frontio-ai/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/frontio-ai/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/frontio-ai/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/frontio-ai/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/frontio-ai/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/frontio-ai/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/frontio-ai/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/frontio-ai/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/frontio-ai/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: +- Updated dependencies [[`0cf91395c`](https://github.com/heroui-inc/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/heroui-inc/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/heroui-inc/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/heroui-inc/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/heroui-inc/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/heroui-inc/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/heroui-inc/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/heroui-inc/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/heroui-inc/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/heroui-inc/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/heroui-inc/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/heroui-inc/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: - @heroui/theme@2.3.0-beta.0 - @heroui/ripple@2.1.0-beta.0 - @heroui/system@2.3.0-beta.0 @@ -269,7 +269,7 @@ ### Patch Changes -- Updated dependencies [[`f36df4362`](https://github.com/frontio-ai/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: +- Updated dependencies [[`f36df4362`](https://github.com/heroui-inc/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: - @heroui/shared-utils@2.0.8 - @heroui/ripple@2.0.33 - @heroui/react-utils@2.0.17 @@ -278,9 +278,9 @@ ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/ripple@2.0.32 - @heroui/use-aria-button@2.0.10 - @heroui/react-utils@2.0.16 @@ -290,7 +290,7 @@ ### Patch Changes -- Updated dependencies [[`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: +- Updated dependencies [[`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: - @heroui/shared-utils@2.0.6 - @heroui/ripple@2.0.31 - @heroui/react-utils@2.0.15 @@ -299,9 +299,9 @@ ### Patch Changes -- [#3240](https://github.com/frontio-ai/heroui/pull/3240) [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies +- [#3240](https://github.com/heroui-inc/heroui/pull/3240) [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies -- Updated dependencies [[`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`b9bb06ff3`](https://github.com/frontio-ai/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: +- Updated dependencies [[`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`b9bb06ff3`](https://github.com/heroui-inc/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: - @heroui/use-aria-button@2.0.9 - @heroui/react-utils@2.0.14 - @heroui/ripple@2.0.30 @@ -310,9 +310,9 @@ ### Patch Changes -- [#3119](https://github.com/frontio-ai/heroui/pull/3119) [`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` +- [#3119](https://github.com/heroui-inc/heroui/pull/3119) [`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` -- Updated dependencies [[`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: +- Updated dependencies [[`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: - @heroui/use-aria-button@2.0.8 - @heroui/ripple@2.0.29 @@ -320,23 +320,23 @@ ### Patch Changes -- [#2929](https://github.com/frontio-ai/heroui/pull/2929) [`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. +- [#2929](https://github.com/heroui-inc/heroui/pull/2929) [`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. -- Updated dependencies [[`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2)]: +- Updated dependencies [[`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2)]: - @heroui/ripple@2.0.29 ## 2.0.28 ### Patch Changes -- Updated dependencies [[`765c04e2a`](https://github.com/frontio-ai/heroui/commit/765c04e2a5b3e3a072d87a4ae1bcb8ae389d53a0)]: +- Updated dependencies [[`765c04e2a`](https://github.com/heroui-inc/heroui/commit/765c04e2a5b3e3a072d87a4ae1bcb8ae389d53a0)]: - @heroui/ripple@2.0.28 ## 2.0.27 ### Patch Changes -- Updated dependencies [[`eccc2f2f3`](https://github.com/frontio-ai/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: +- Updated dependencies [[`eccc2f2f3`](https://github.com/heroui-inc/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: - @heroui/react-utils@2.0.13 - @heroui/ripple@2.0.27 @@ -352,16 +352,16 @@ ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added - `framer-transitions` renamed to `framer-utils` - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- Updated dependencies [[`2e49e0831`](https://github.com/frontio-ai/heroui/commit/2e49e0831533350808e0fcbd48585f910981b39a), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`2894aecca`](https://github.com/frontio-ai/heroui/commit/2894aecca1a2ef0dfb3066b9b8df24ce48c99dae)]: +- Updated dependencies [[`2e49e0831`](https://github.com/heroui-inc/heroui/commit/2e49e0831533350808e0fcbd48585f910981b39a), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`2894aecca`](https://github.com/heroui-inc/heroui/commit/2894aecca1a2ef0dfb3066b9b8df24ce48c99dae)]: - @heroui/ripple@2.0.25 - @heroui/use-aria-button@2.0.7 - @heroui/react-utils@2.0.11 @@ -371,18 +371,18 @@ ### Patch Changes -- [#1877](https://github.com/frontio-ai/heroui/pull/1877) [`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range +- [#1877](https://github.com/heroui-inc/heroui/pull/1877) [`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range -- Updated dependencies [[`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648)]: +- Updated dependencies [[`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648)]: - @heroui/ripple@2.0.24 ## 2.0.23 ### Patch Changes -- [#1874](https://github.com/frontio-ai/heroui/pull/1874) [`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. +- [#1874](https://github.com/heroui-inc/heroui/pull/1874) [`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. -- Updated dependencies [[`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0)]: +- Updated dependencies [[`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0)]: - @heroui/ripple@2.0.23 - @heroui/system@2.0.12 @@ -390,9 +390,9 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/ripple@2.0.22 - @heroui/system@2.0.11 - @heroui/theme@2.1.10 @@ -404,11 +404,11 @@ ### Patch Changes -- [#1635](https://github.com/frontio-ai/heroui/pull/1635) [`ceddd0d1d`](https://github.com/frontio-ai/heroui/commit/ceddd0d1d941a669bab78ef7439a29531cff99a2) Thanks [@li-jia-nan](https://github.com/li-jia-nan)! - refactor: optimize the time of ripple destroy +- [#1635](https://github.com/heroui-inc/heroui/pull/1635) [`ceddd0d1d`](https://github.com/heroui-inc/heroui/commit/ceddd0d1d941a669bab78ef7439a29531cff99a2) Thanks [@li-jia-nan](https://github.com/li-jia-nan)! - refactor: optimize the time of ripple destroy -- [#1611](https://github.com/frontio-ai/heroui/pull/1611) [`05c966e8a`](https://github.com/frontio-ai/heroui/commit/05c966e8a46accff1fa271d50a3161f10d1e203d) Thanks [@bobbychan](https://github.com/bobbychan)! - fix: corrected footerStyles in card footer +- [#1611](https://github.com/heroui-inc/heroui/pull/1611) [`05c966e8a`](https://github.com/heroui-inc/heroui/commit/05c966e8a46accff1fa271d50a3161f10d1e203d) Thanks [@bobbychan](https://github.com/bobbychan)! - fix: corrected footerStyles in card footer -- Updated dependencies [[`ceddd0d1d`](https://github.com/frontio-ai/heroui/commit/ceddd0d1d941a669bab78ef7439a29531cff99a2), [`425a034bc`](https://github.com/frontio-ai/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: +- Updated dependencies [[`ceddd0d1d`](https://github.com/heroui-inc/heroui/commit/ceddd0d1d941a669bab78ef7439a29531cff99a2), [`425a034bc`](https://github.com/heroui-inc/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: - @heroui/ripple@2.0.21 - @heroui/theme@2.1.9 - @heroui/system@2.0.10 @@ -418,9 +418,9 @@ ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy -- Updated dependencies [[`8b3998909`](https://github.com/frontio-ai/heroui/commit/8b39989090d9cd577e886edde01b081d37e65bb7), [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: +- Updated dependencies [[`8b3998909`](https://github.com/heroui-inc/heroui/commit/8b39989090d9cd577e886edde01b081d37e65bb7), [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: - @heroui/ripple@2.0.20 - @heroui/system@2.0.9 - @heroui/theme@2.1.8 @@ -432,9 +432,9 @@ ### Patch Changes -- [#1589](https://github.com/frontio-ai/heroui/pull/1589) [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded +- [#1589](https://github.com/heroui-inc/heroui/pull/1589) [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded -- Updated dependencies [[`a3be419cb`](https://github.com/frontio-ai/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/frontio-ai/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: +- Updated dependencies [[`a3be419cb`](https://github.com/heroui-inc/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/heroui-inc/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: - @heroui/theme@2.1.7 - @heroui/use-aria-button@2.0.4 - @heroui/system@2.0.8 @@ -444,7 +444,7 @@ ### Patch Changes -- Updated dependencies [[`7c8341035`](https://github.com/frontio-ai/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: +- Updated dependencies [[`7c8341035`](https://github.com/heroui-inc/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: - @heroui/theme@2.1.6 - @heroui/ripple@2.0.18 @@ -452,7 +452,7 @@ ### Patch Changes -- Updated dependencies [[`d61428d9e`](https://github.com/frontio-ai/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/frontio-ai/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: +- Updated dependencies [[`d61428d9e`](https://github.com/heroui-inc/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/heroui-inc/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: - @heroui/theme@2.1.5 - @heroui/system@2.0.7 - @heroui/ripple@2.0.17 @@ -461,7 +461,7 @@ ### Patch Changes -- Updated dependencies [[`043b8420c`](https://github.com/frontio-ai/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/frontio-ai/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: +- Updated dependencies [[`043b8420c`](https://github.com/heroui-inc/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/heroui-inc/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: - @heroui/theme@2.1.4 - @heroui/system@2.0.6 - @heroui/ripple@2.0.16 @@ -470,7 +470,7 @@ ### Patch Changes -- Updated dependencies [[`5702287e5`](https://github.com/frontio-ai/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: +- Updated dependencies [[`5702287e5`](https://github.com/heroui-inc/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: - @heroui/theme@2.1.3 - @heroui/ripple@2.0.15 @@ -478,9 +478,9 @@ ### Patch Changes -- [#1458](https://github.com/frontio-ai/heroui/pull/1458) [`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles +- [#1458](https://github.com/heroui-inc/heroui/pull/1458) [`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles -- Updated dependencies [[`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: +- Updated dependencies [[`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: - @heroui/ripple@2.0.14 - @heroui/theme@2.1.2 @@ -488,7 +488,7 @@ ### Patch Changes -- Updated dependencies [[`cc839cdd`](https://github.com/frontio-ai/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: +- Updated dependencies [[`cc839cdd`](https://github.com/heroui-inc/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: - @heroui/theme@2.1.1 - @heroui/ripple@2.0.13 @@ -496,7 +496,7 @@ ### Patch Changes -- Updated dependencies [[`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: +- Updated dependencies [[`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: - @heroui/theme@2.1.0 - @heroui/ripple@2.0.12 - @heroui/react-utils@2.0.7 @@ -513,7 +513,7 @@ ### Patch Changes -- Updated dependencies [[`d0341020`](https://github.com/frontio-ai/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: +- Updated dependencies [[`d0341020`](https://github.com/heroui-inc/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: - @heroui/theme@2.0.5 - @heroui/ripple@2.0.10 @@ -529,13 +529,13 @@ ### Patch Changes -- [#1359](https://github.com/frontio-ai/heroui/pull/1359) [`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n +- [#1359](https://github.com/heroui-inc/heroui/pull/1359) [`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n - react-aria packages upgraded to the latest version - image storybooks fixed - other bug fixes.. -- Updated dependencies [[`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: +- Updated dependencies [[`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: - @heroui/use-aria-button@2.0.3 - @heroui/ripple@2.0.8 - @heroui/system@2.0.5 @@ -544,7 +544,7 @@ ### Patch Changes -- Updated dependencies [[`710395f3`](https://github.com/frontio-ai/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: +- Updated dependencies [[`710395f3`](https://github.com/heroui-inc/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: - @heroui/system@2.0.4 - @heroui/ripple@2.0.7 @@ -568,9 +568,9 @@ ### Patch Changes -- [#1301](https://github.com/frontio-ai/heroui/pull/1301) [`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss +- [#1301](https://github.com/heroui-inc/heroui/pull/1301) [`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss -- Updated dependencies [[`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: +- Updated dependencies [[`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: - @heroui/theme@2.0.4 - @heroui/ripple@2.0.4 @@ -578,14 +578,14 @@ ### Patch Changes -- [#1289](https://github.com/frontio-ai/heroui/pull/1289) [`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it +- [#1289](https://github.com/heroui-inc/heroui/pull/1289) [`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it - packages adapted to support RSC imports - filterDomProps function was modified to enable/disabled it -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports -- Updated dependencies [[`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: +- Updated dependencies [[`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: - @heroui/react-utils@2.0.2 - @heroui/system@2.0.3 - @heroui/ripple@2.0.3 @@ -597,7 +597,7 @@ ### Patch Changes -- Updated dependencies [[`459ac5ed`](https://github.com/frontio-ai/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: +- Updated dependencies [[`459ac5ed`](https://github.com/heroui-inc/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: - @heroui/theme@2.0.2 - @heroui/ripple@2.0.2 - @heroui/system@2.0.2 @@ -606,11 +606,11 @@ ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated -- Updated dependencies [[`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: +- Updated dependencies [[`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: - @heroui/shared-utils@2.0.1 - @heroui/use-aria-button@2.0.1 - @heroui/react-utils@2.0.1 diff --git a/packages/components/card/README.md b/packages/components/card/README.md index 45e323adc6..00520b4ae7 100644 --- a/packages/components/card/README.md +++ b/packages/components/card/README.md @@ -15,10 +15,10 @@ npm i @heroui/card ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/components/checkbox/CHANGELOG.md b/packages/components/checkbox/CHANGELOG.md index efbaa95277..a79e8da70e 100644 --- a/packages/components/checkbox/CHANGELOG.md +++ b/packages/components/checkbox/CHANGELOG.md @@ -17,7 +17,7 @@ ### Patch Changes -- Updated dependencies [[`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: +- Updated dependencies [[`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: - @heroui/react-utils@2.1.3 - @heroui/form@2.1.8 @@ -25,9 +25,9 @@ ### Patch Changes -- [#4334](https://github.com/frontio-ai/heroui/pull/4334) [`0b117e5`](https://github.com/frontio-ai/heroui/commit/0b117e59b22a485d95054491b5aea4e67d257bff) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@heroui/theme` in peerDependencies +- [#4334](https://github.com/heroui-inc/heroui/pull/4334) [`0b117e5`](https://github.com/heroui-inc/heroui/commit/0b117e59b22a485d95054491b5aea4e67d257bff) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@heroui/theme` in peerDependencies -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: - @heroui/shared-utils@2.1.2 - @heroui/form@2.1.7 - @heroui/react-utils@2.1.2 @@ -36,7 +36,7 @@ ### Patch Changes -- [#4314](https://github.com/frontio-ai/heroui/pull/4314) [`5598806`](https://github.com/frontio-ai/heroui/commit/5598806216166dc9fff36cafd9112412486b747f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4314](https://github.com/heroui-inc/heroui/pull/4314) [`5598806`](https://github.com/heroui-inc/heroui/commit/5598806216166dc9fff36cafd9112412486b747f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build - Updated dependencies []: - @heroui/form@2.1.6 @@ -45,7 +45,7 @@ ### Patch Changes -- [#4311](https://github.com/frontio-ai/heroui/pull/4311) [`03abf1d`](https://github.com/frontio-ai/heroui/commit/03abf1daf4fe5ee74f4766cd4fd78068ac25ed78) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #4252 #4260 interactive elements were not working properly +- [#4311](https://github.com/heroui-inc/heroui/pull/4311) [`03abf1d`](https://github.com/heroui-inc/heroui/commit/03abf1daf4fe5ee74f4766cd4fd78068ac25ed78) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #4252 #4260 interactive elements were not working properly - Updated dependencies []: - @heroui/form@2.1.5 @@ -54,36 +54,36 @@ ### Patch Changes -- [#4258](https://github.com/frontio-ai/heroui/pull/4258) [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions +- [#4258](https://github.com/heroui-inc/heroui/pull/4258) [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions -- Updated dependencies [[`b16291b`](https://github.com/frontio-ai/heroui/commit/b16291b2200229f0d0a9ea910e38f3f100f7931f), [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: +- Updated dependencies [[`b16291b`](https://github.com/heroui-inc/heroui/commit/b16291b2200229f0d0a9ea910e38f3f100f7931f), [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: - @heroui/form@2.1.4 ## 2.3.3 ### Patch Changes -- [#4255](https://github.com/frontio-ai/heroui/pull/4255) [`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) +- [#4255](https://github.com/heroui-inc/heroui/pull/4255) [`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) -- Updated dependencies [[`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: +- Updated dependencies [[`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: - @heroui/form@2.1.3 ## 2.3.2 ### Patch Changes -- [#4247](https://github.com/frontio-ai/heroui/pull/4247) [`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* +- [#4247](https://github.com/heroui-inc/heroui/pull/4247) [`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* -- Updated dependencies [[`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: +- Updated dependencies [[`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: - @heroui/form@2.1.2 ## 2.3.1 ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/form@2.1.1 - @heroui/use-callback-ref@2.1.1 - @heroui/use-safe-layout-effect@2.1.1 @@ -94,7 +94,7 @@ ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -120,13 +120,13 @@ ### Patch Changes -- [#4220](https://github.com/frontio-ai/heroui/pull/4220) [`729ede8`](https://github.com/frontio-ai/heroui/commit/729ede8de7f18c7b49fbdb736aac300b5b98f239) Thanks [@macci001](https://github.com/macci001)! - Fix #4210 radio, checkbox & switch interaction +- [#4220](https://github.com/heroui-inc/heroui/pull/4220) [`729ede8`](https://github.com/heroui-inc/heroui/commit/729ede8de7f18c7b49fbdb736aac300b5b98f239) Thanks [@macci001](https://github.com/macci001)! - Fix #4210 radio, checkbox & switch interaction -- [#4224](https://github.com/frontio-ai/heroui/pull/4224) [`26e478d`](https://github.com/frontio-ai/heroui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Added form support to input-otp, change default validationBehavior to "native" to avoid breaking changes, and fix select with form +- [#4224](https://github.com/heroui-inc/heroui/pull/4224) [`26e478d`](https://github.com/heroui-inc/heroui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Added form support to input-otp, change default validationBehavior to "native" to avoid breaking changes, and fix select with form -- [#4226](https://github.com/frontio-ai/heroui/pull/4226) [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) +- [#4226](https://github.com/heroui-inc/heroui/pull/4226) [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) -- Updated dependencies [[`26e478d`](https://github.com/frontio-ai/heroui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52), [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`26e478d`](https://github.com/heroui-inc/heroui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52), [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/form@2.1.0 - @heroui/use-callback-ref@2.1.0 - @heroui/use-safe-layout-effect@2.1.0 @@ -137,9 +137,9 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/form@2.0.1-beta.1 - @heroui/use-callback-ref@2.0.7-beta.5 - @heroui/use-safe-layout-effect@2.0.7-beta.5 @@ -150,18 +150,18 @@ ### Patch Changes -- [#3036](https://github.com/frontio-ai/heroui/pull/3036) [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - support server validation with form +- [#3036](https://github.com/heroui-inc/heroui/pull/3036) [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - support server validation with form -- Updated dependencies [[`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: +- Updated dependencies [[`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: - @heroui/form@2.0.1-beta.0 ## 2.2.0-beta.7 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/use-callback-ref@2.0.7-beta.4 - @heroui/use-safe-layout-effect@2.0.7-beta.4 - @heroui/react-utils@2.0.18-beta.7 @@ -171,9 +171,9 @@ ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/use-callback-ref@2.0.7-beta.3 - @heroui/use-safe-layout-effect@2.0.7-beta.3 - @heroui/react-utils@2.0.18-beta.6 @@ -183,9 +183,9 @@ ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/use-callback-ref@2.0.7-beta.2 - @heroui/use-safe-layout-effect@2.0.7-beta.2 - @heroui/react-utils@2.0.18-beta.5 @@ -195,7 +195,7 @@ ### Patch Changes -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/shared-utils@2.0.9-beta.4 - @heroui/react-utils@2.0.18-beta.4 @@ -203,9 +203,9 @@ ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/use-callback-ref@2.0.7-beta.1 - @heroui/use-safe-layout-effect@2.0.7-beta.1 - @heroui/react-utils@2.0.18-beta.3 @@ -215,9 +215,9 @@ ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/use-callback-ref@2.0.7-beta.0 - @heroui/use-safe-layout-effect@2.0.7-beta.0 - @heroui/react-utils@2.0.18-beta.2 @@ -227,9 +227,9 @@ ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/react-utils@2.0.18-beta.1 - @heroui/shared-utils@2.0.9-beta.1 @@ -237,11 +237,11 @@ ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ### Patch Changes -- Updated dependencies [[`0cf91395c`](https://github.com/frontio-ai/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/frontio-ai/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/frontio-ai/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/frontio-ai/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/frontio-ai/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/frontio-ai/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/frontio-ai/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/frontio-ai/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/frontio-ai/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/frontio-ai/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/frontio-ai/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/frontio-ai/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: +- Updated dependencies [[`0cf91395c`](https://github.com/heroui-inc/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/heroui-inc/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/heroui-inc/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/heroui-inc/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/heroui-inc/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/heroui-inc/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/heroui-inc/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/heroui-inc/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/heroui-inc/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/heroui-inc/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/heroui-inc/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/heroui-inc/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: - @heroui/theme@2.3.0-beta.0 - @heroui/system@2.3.0-beta.0 - @heroui/shared-utils@2.0.9-beta.0 @@ -251,7 +251,7 @@ ### Patch Changes -- Updated dependencies [[`f36df4362`](https://github.com/frontio-ai/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: +- Updated dependencies [[`f36df4362`](https://github.com/heroui-inc/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: - @heroui/shared-utils@2.0.8 - @heroui/react-utils@2.0.17 @@ -259,9 +259,9 @@ ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/use-callback-ref@2.0.6 - @heroui/use-safe-layout-effect@2.0.6 - @heroui/react-utils@2.0.16 @@ -271,7 +271,7 @@ ### Patch Changes -- Updated dependencies [[`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: +- Updated dependencies [[`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: - @heroui/shared-utils@2.0.6 - @heroui/react-utils@2.0.15 @@ -279,47 +279,47 @@ ### Patch Changes -- [#3240](https://github.com/frontio-ai/heroui/pull/3240) [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies +- [#3240](https://github.com/heroui-inc/heroui/pull/3240) [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies -- Updated dependencies [[`b9bb06ff3`](https://github.com/frontio-ai/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: +- Updated dependencies [[`b9bb06ff3`](https://github.com/heroui-inc/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: - @heroui/react-utils@2.0.14 ## 2.1.1 ### Patch Changes -- [#3119](https://github.com/frontio-ai/heroui/pull/3119) [`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` +- [#3119](https://github.com/heroui-inc/heroui/pull/3119) [`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` ## 2.1.0 ### Minor Changes -- [#2987](https://github.com/frontio-ai/heroui/pull/2987) [`540aa2124`](https://github.com/frontio-ai/heroui/commit/540aa2124b45b65a40e73f5aea2b90405fe1fe9a) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Change validationBehavior from native to aria by default, with the option to change via props. +- [#2987](https://github.com/heroui-inc/heroui/pull/2987) [`540aa2124`](https://github.com/heroui-inc/heroui/commit/540aa2124b45b65a40e73f5aea2b90405fe1fe9a) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Change validationBehavior from native to aria by default, with the option to change via props. ### Patch Changes -- [#2929](https://github.com/frontio-ai/heroui/pull/2929) [`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. +- [#2929](https://github.com/heroui-inc/heroui/pull/2929) [`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. -- [#3013](https://github.com/frontio-ai/heroui/pull/3013) [`06ecd213c`](https://github.com/frontio-ai/heroui/commit/06ecd213cf85db2dfaa5fc26c1fed62dcb5fbc85) Thanks [@kosmotema](https://github.com/kosmotema)! - make the VisuallyHidden `elementType` as span when the default parent element accepts only phrasing elements +- [#3013](https://github.com/heroui-inc/heroui/pull/3013) [`06ecd213c`](https://github.com/heroui-inc/heroui/commit/06ecd213cf85db2dfaa5fc26c1fed62dcb5fbc85) Thanks [@kosmotema](https://github.com/kosmotema)! - make the VisuallyHidden `elementType` as span when the default parent element accepts only phrasing elements ## 2.0.29 ### Patch Changes -- Updated dependencies [[`eccc2f2f3`](https://github.com/frontio-ai/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: +- Updated dependencies [[`eccc2f2f3`](https://github.com/heroui-inc/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: - @heroui/react-utils@2.0.13 ## 2.0.28 ### Patch Changes -- [#2772](https://github.com/frontio-ai/heroui/pull/2772) [`69f713cb0`](https://github.com/frontio-ai/heroui/commit/69f713cb056d1d39db510b75bdd53eb29c459b19) Thanks [@chirokas](https://github.com/chirokas)! - Fix non-react props omitted from checkbox group component +- [#2772](https://github.com/heroui-inc/heroui/pull/2772) [`69f713cb0`](https://github.com/heroui-inc/heroui/commit/69f713cb056d1d39db510b75bdd53eb29c459b19) Thanks [@chirokas](https://github.com/chirokas)! - Fix non-react props omitted from checkbox group component ## 2.0.27 ### Patch Changes -- [#2754](https://github.com/frontio-ai/heroui/pull/2754) [`cadbb30cf`](https://github.com/frontio-ai/heroui/commit/cadbb30cfb786d2b54e1cb46ea9319d4cb9ce590) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixes checkbox controlled state (#2752) +- [#2754](https://github.com/heroui-inc/heroui/pull/2754) [`cadbb30cf`](https://github.com/heroui-inc/heroui/commit/cadbb30cfb786d2b54e1cb46ea9319d4cb9ce590) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixes checkbox controlled state (#2752) - Updated dependencies []: - @heroui/react-utils@2.0.12 @@ -328,9 +328,9 @@ ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added @@ -339,13 +339,13 @@ - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- [#2595](https://github.com/frontio-ai/heroui/pull/2595) [`ef6ea6c1f`](https://github.com/frontio-ai/heroui/commit/ef6ea6c1ffb57cd30f8994143a48b70f8ad2adeb) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed incorrect onChange typing in Checkbox Group +- [#2595](https://github.com/heroui-inc/heroui/pull/2595) [`ef6ea6c1f`](https://github.com/heroui-inc/heroui/commit/ef6ea6c1ffb57cd30f8994143a48b70f8ad2adeb) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed incorrect onChange typing in Checkbox Group -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fixed react-hook-form uncontrolled components (#1969) +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fixed react-hook-form uncontrolled components (#1969) -- [#2466](https://github.com/frontio-ai/heroui/pull/2466) [`e4b3c7d1a`](https://github.com/frontio-ai/heroui/commit/e4b3c7d1a19bc31c1f69c90a5b467bf8310602dc) Thanks [@mrbadri](https://github.com/mrbadri)! - Add RTL support to the checkbox component +- [#2466](https://github.com/heroui-inc/heroui/pull/2466) [`e4b3c7d1a`](https://github.com/heroui-inc/heroui/commit/e4b3c7d1a19bc31c1f69c90a5b467bf8310602dc) Thanks [@mrbadri](https://github.com/mrbadri)! - Add RTL support to the checkbox component -- Updated dependencies [[`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: +- Updated dependencies [[`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: - @heroui/react-utils@2.0.11 - @heroui/shared-utils@2.0.5 - @heroui/use-safe-layout-effect@2.0.5 @@ -354,13 +354,13 @@ ### Patch Changes -- [#1877](https://github.com/frontio-ai/heroui/pull/1877) [`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range +- [#1877](https://github.com/heroui-inc/heroui/pull/1877) [`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range ## 2.0.24 ### Patch Changes -- [#1874](https://github.com/frontio-ai/heroui/pull/1874) [`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. +- [#1874](https://github.com/heroui-inc/heroui/pull/1874) [`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. - Updated dependencies []: - @heroui/system@2.0.12 @@ -369,9 +369,9 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/system@2.0.11 - @heroui/theme@2.1.10 - @heroui/use-aria-press@2.0.1 @@ -382,9 +382,9 @@ ### Patch Changes -- [#1631](https://github.com/frontio-ai/heroui/pull/1631) [`425a034bc`](https://github.com/frontio-ai/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - validationState prop deprecated, "isInvalid" prop adjusted, invalid checkbox and radios state improved +- [#1631](https://github.com/heroui-inc/heroui/pull/1631) [`425a034bc`](https://github.com/heroui-inc/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - validationState prop deprecated, "isInvalid" prop adjusted, invalid checkbox and radios state improved -- Updated dependencies [[`425a034bc`](https://github.com/frontio-ai/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: +- Updated dependencies [[`425a034bc`](https://github.com/heroui-inc/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: - @heroui/theme@2.1.9 - @heroui/system@2.0.10 - @heroui/react-utils@2.0.9 @@ -393,9 +393,9 @@ ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy -- Updated dependencies [[`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: +- Updated dependencies [[`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: - @heroui/system@2.0.9 - @heroui/theme@2.1.8 - @heroui/react-utils@2.0.8 @@ -405,9 +405,9 @@ ### Patch Changes -- [#1589](https://github.com/frontio-ai/heroui/pull/1589) [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded +- [#1589](https://github.com/heroui-inc/heroui/pull/1589) [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded -- Updated dependencies [[`a3be419cb`](https://github.com/frontio-ai/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/frontio-ai/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: +- Updated dependencies [[`a3be419cb`](https://github.com/heroui-inc/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/heroui-inc/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: - @heroui/theme@2.1.7 - @heroui/system@2.0.8 @@ -415,14 +415,14 @@ ### Patch Changes -- Updated dependencies [[`7c8341035`](https://github.com/frontio-ai/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: +- Updated dependencies [[`7c8341035`](https://github.com/heroui-inc/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: - @heroui/theme@2.1.6 ## 2.0.18 ### Patch Changes -- Updated dependencies [[`d61428d9e`](https://github.com/frontio-ai/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/frontio-ai/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: +- Updated dependencies [[`d61428d9e`](https://github.com/heroui-inc/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/heroui-inc/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: - @heroui/theme@2.1.5 - @heroui/system@2.0.7 @@ -430,7 +430,7 @@ ### Patch Changes -- Updated dependencies [[`043b8420c`](https://github.com/frontio-ai/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/frontio-ai/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: +- Updated dependencies [[`043b8420c`](https://github.com/heroui-inc/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/heroui-inc/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: - @heroui/theme@2.1.4 - @heroui/system@2.0.6 @@ -438,30 +438,30 @@ ### Patch Changes -- Updated dependencies [[`5702287e5`](https://github.com/frontio-ai/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: +- Updated dependencies [[`5702287e5`](https://github.com/heroui-inc/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: - @heroui/theme@2.1.3 ## 2.0.15 ### Patch Changes -- [#1458](https://github.com/frontio-ai/heroui/pull/1458) [`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles +- [#1458](https://github.com/heroui-inc/heroui/pull/1458) [`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles -- Updated dependencies [[`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: +- Updated dependencies [[`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: - @heroui/theme@2.1.2 ## 2.0.14 ### Patch Changes -- Updated dependencies [[`cc839cdd`](https://github.com/frontio-ai/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: +- Updated dependencies [[`cc839cdd`](https://github.com/heroui-inc/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: - @heroui/theme@2.1.1 ## 2.0.13 ### Patch Changes -- Updated dependencies [[`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: +- Updated dependencies [[`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: - @heroui/theme@2.1.0 - @heroui/react-utils@2.0.7 @@ -476,14 +476,14 @@ ### Patch Changes -- Updated dependencies [[`d0341020`](https://github.com/frontio-ai/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: +- Updated dependencies [[`d0341020`](https://github.com/heroui-inc/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: - @heroui/theme@2.0.5 ## 2.0.10 ### Patch Changes -- [#1381](https://github.com/frontio-ai/heroui/pull/1381) [`e2b0497b`](https://github.com/frontio-ai/heroui/commit/e2b0497b07e99eca937fe62d13a6930b7d2832eb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - fix #1380 checkbox and radio onChange function type fixed +- [#1381](https://github.com/heroui-inc/heroui/pull/1381) [`e2b0497b`](https://github.com/heroui-inc/heroui/commit/e2b0497b07e99eca937fe62d13a6930b7d2832eb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - fix #1380 checkbox and radio onChange function type fixed ## 2.0.9 @@ -496,20 +496,20 @@ ### Patch Changes -- [#1359](https://github.com/frontio-ai/heroui/pull/1359) [`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n +- [#1359](https://github.com/heroui-inc/heroui/pull/1359) [`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n - react-aria packages upgraded to the latest version - image storybooks fixed - other bug fixes.. -- Updated dependencies [[`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: +- Updated dependencies [[`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: - @heroui/system@2.0.5 ## 2.0.7 ### Patch Changes -- Updated dependencies [[`710395f3`](https://github.com/frontio-ai/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: +- Updated dependencies [[`710395f3`](https://github.com/heroui-inc/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: - @heroui/system@2.0.4 ## 2.0.6 @@ -530,18 +530,18 @@ ### Patch Changes -- [#1301](https://github.com/frontio-ai/heroui/pull/1301) [`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss +- [#1301](https://github.com/heroui-inc/heroui/pull/1301) [`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss -- Updated dependencies [[`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: +- Updated dependencies [[`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: - @heroui/theme@2.0.4 ## 2.0.3 ### Patch Changes -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports -- Updated dependencies [[`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: +- Updated dependencies [[`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: - @heroui/react-utils@2.0.2 - @heroui/system@2.0.3 - @heroui/theme@2.0.3 @@ -551,7 +551,7 @@ ### Patch Changes -- Updated dependencies [[`459ac5ed`](https://github.com/frontio-ai/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: +- Updated dependencies [[`459ac5ed`](https://github.com/heroui-inc/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: - @heroui/theme@2.0.2 - @heroui/system@2.0.2 @@ -559,11 +559,11 @@ ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated -- Updated dependencies [[`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: +- Updated dependencies [[`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: - @heroui/shared-utils@2.0.1 - @heroui/react-utils@2.0.1 - @heroui/system@2.0.1 diff --git a/packages/components/checkbox/README.md b/packages/components/checkbox/README.md index 90e9df092a..4833b59921 100644 --- a/packages/components/checkbox/README.md +++ b/packages/components/checkbox/README.md @@ -15,10 +15,10 @@ npm i @heroui/checkbox ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/components/chip/CHANGELOG.md b/packages/components/chip/CHANGELOG.md index 5a942ae65d..c48aae3d3d 100644 --- a/packages/components/chip/CHANGELOG.md +++ b/packages/components/chip/CHANGELOG.md @@ -15,14 +15,14 @@ ### Patch Changes -- Updated dependencies [[`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: +- Updated dependencies [[`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: - @heroui/react-utils@2.1.3 ## 2.2.5 ### Patch Changes -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: - @heroui/shared-utils@2.1.2 - @heroui/react-utils@2.1.2 @@ -30,27 +30,27 @@ ### Patch Changes -- [#4258](https://github.com/frontio-ai/heroui/pull/4258) [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions +- [#4258](https://github.com/heroui-inc/heroui/pull/4258) [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions ## 2.2.3 ### Patch Changes -- [#4255](https://github.com/frontio-ai/heroui/pull/4255) [`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) +- [#4255](https://github.com/heroui-inc/heroui/pull/4255) [`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) ## 2.2.2 ### Patch Changes -- [#4247](https://github.com/frontio-ai/heroui/pull/4247) [`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* +- [#4247](https://github.com/heroui-inc/heroui/pull/4247) [`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* ## 2.2.1 ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/react-utils@2.1.1 - @heroui/shared-icons@2.1.1 - @heroui/shared-utils@2.1.1 @@ -59,7 +59,7 @@ ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -85,9 +85,9 @@ ### Patch Changes -- [#4226](https://github.com/frontio-ai/heroui/pull/4226) [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) +- [#4226](https://github.com/heroui-inc/heroui/pull/4226) [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) -- Updated dependencies [[`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/react-utils@2.1.0 - @heroui/shared-icons@2.1.0 - @heroui/shared-utils@2.1.0 @@ -96,16 +96,16 @@ ### Patch Changes -- Updated dependencies [[`004c4a4b3`](https://github.com/frontio-ai/heroui/commit/004c4a4b3e44477f148937b12bb542e4b27fd322)]: +- Updated dependencies [[`004c4a4b3`](https://github.com/heroui-inc/heroui/commit/004c4a4b3e44477f148937b12bb542e4b27fd322)]: - @heroui/shared-icons@2.0.10-beta.8 ## 2.1.0-beta.10 ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/react-utils@2.0.18-beta.8 - @heroui/shared-icons@2.0.10-beta.7 - @heroui/shared-utils@2.0.9-beta.8 @@ -114,15 +114,15 @@ ### Patch Changes -- [#3036](https://github.com/frontio-ai/heroui/pull/3036) [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3036](https://github.com/heroui-inc/heroui/pull/3036) [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ## 2.1.0-beta.8 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/react-utils@2.0.18-beta.7 - @heroui/shared-icons@2.0.10-beta.6 - @heroui/shared-utils@2.0.9-beta.7 @@ -131,9 +131,9 @@ ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/react-utils@2.0.18-beta.6 - @heroui/shared-icons@2.0.10-beta.5 - @heroui/shared-utils@2.0.9-beta.6 @@ -142,9 +142,9 @@ ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/react-utils@2.0.18-beta.5 - @heroui/shared-icons@2.0.10-beta.4 - @heroui/shared-utils@2.0.9-beta.5 @@ -153,14 +153,14 @@ ### Patch Changes -- Updated dependencies [[`0f55c491b`](https://github.com/frontio-ai/heroui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]: +- Updated dependencies [[`0f55c491b`](https://github.com/heroui-inc/heroui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]: - @heroui/shared-icons@2.0.10-beta.3 ## 2.1.0-beta.4 ### Patch Changes -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/shared-utils@2.0.9-beta.4 - @heroui/react-utils@2.0.18-beta.4 @@ -168,9 +168,9 @@ ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/react-utils@2.0.18-beta.3 - @heroui/shared-icons@2.0.10-beta.2 - @heroui/shared-utils@2.0.9-beta.3 @@ -179,9 +179,9 @@ ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/react-utils@2.0.18-beta.2 - @heroui/shared-icons@2.0.10-beta.1 - @heroui/shared-utils@2.0.9-beta.2 @@ -190,9 +190,9 @@ ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/react-utils@2.0.18-beta.1 - @heroui/shared-icons@2.0.10-beta.0 - @heroui/shared-utils@2.0.9-beta.1 @@ -201,11 +201,11 @@ ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ### Patch Changes -- Updated dependencies [[`0cf91395c`](https://github.com/frontio-ai/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/frontio-ai/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/frontio-ai/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/frontio-ai/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/frontio-ai/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/frontio-ai/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/frontio-ai/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/frontio-ai/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/frontio-ai/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/frontio-ai/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/frontio-ai/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/frontio-ai/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: +- Updated dependencies [[`0cf91395c`](https://github.com/heroui-inc/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/heroui-inc/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/heroui-inc/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/heroui-inc/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/heroui-inc/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/heroui-inc/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/heroui-inc/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/heroui-inc/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/heroui-inc/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/heroui-inc/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/heroui-inc/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/heroui-inc/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: - @heroui/theme@2.3.0-beta.0 - @heroui/system@2.3.0-beta.0 - @heroui/shared-utils@2.0.9-beta.0 @@ -215,7 +215,7 @@ ### Patch Changes -- Updated dependencies [[`f36df4362`](https://github.com/frontio-ai/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: +- Updated dependencies [[`f36df4362`](https://github.com/heroui-inc/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: - @heroui/shared-utils@2.0.8 - @heroui/react-utils@2.0.17 @@ -223,9 +223,9 @@ ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/react-utils@2.0.16 - @heroui/shared-icons@2.0.9 - @heroui/shared-utils@2.0.7 @@ -234,9 +234,9 @@ ### Patch Changes -- [#3300](https://github.com/frontio-ai/heroui/pull/3300) [`edd48a09c`](https://github.com/frontio-ai/heroui/commit/edd48a09ccab2b0b1c0371d1f3fe23447b07fb54) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Add accessible name to the icon button (#2802, #2808) +- [#3300](https://github.com/heroui-inc/heroui/pull/3300) [`edd48a09c`](https://github.com/heroui-inc/heroui/commit/edd48a09ccab2b0b1c0371d1f3fe23447b07fb54) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Add accessible name to the icon button (#2802, #2808) -- Updated dependencies [[`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: +- Updated dependencies [[`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: - @heroui/shared-utils@2.0.6 - @heroui/react-utils@2.0.15 @@ -244,9 +244,9 @@ ### Patch Changes -- [#3240](https://github.com/frontio-ai/heroui/pull/3240) [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies +- [#3240](https://github.com/heroui-inc/heroui/pull/3240) [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies -- Updated dependencies [[`3500147d7`](https://github.com/frontio-ai/heroui/commit/3500147d7fbe53bc01ae24749fdeaf87c37c0d12), [`b9bb06ff3`](https://github.com/frontio-ai/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: +- Updated dependencies [[`3500147d7`](https://github.com/heroui-inc/heroui/commit/3500147d7fbe53bc01ae24749fdeaf87c37c0d12), [`b9bb06ff3`](https://github.com/heroui-inc/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: - @heroui/shared-icons@2.0.8 - @heroui/react-utils@2.0.14 @@ -254,13 +254,13 @@ ### Patch Changes -- [#3119](https://github.com/frontio-ai/heroui/pull/3119) [`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` +- [#3119](https://github.com/heroui-inc/heroui/pull/3119) [`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` ## 2.0.28 ### Patch Changes -- Updated dependencies [[`eccc2f2f3`](https://github.com/frontio-ai/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: +- Updated dependencies [[`eccc2f2f3`](https://github.com/heroui-inc/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: - @heroui/react-utils@2.0.13 ## 2.0.27 @@ -274,16 +274,16 @@ ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added - `framer-transitions` renamed to `framer-utils` - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- Updated dependencies [[`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: +- Updated dependencies [[`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: - @heroui/react-utils@2.0.11 - @heroui/shared-icons@2.0.7 - @heroui/shared-utils@2.0.5 @@ -292,20 +292,20 @@ ### Patch Changes -- Updated dependencies [[`9189b3fbf`](https://github.com/frontio-ai/heroui/commit/9189b3fbf2d6d6cc6566009c71b37d5fcc566291)]: +- Updated dependencies [[`9189b3fbf`](https://github.com/heroui-inc/heroui/commit/9189b3fbf2d6d6cc6566009c71b37d5fcc566291)]: - @heroui/shared-icons@2.0.6 ## 2.0.24 ### Patch Changes -- [#1877](https://github.com/frontio-ai/heroui/pull/1877) [`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range +- [#1877](https://github.com/heroui-inc/heroui/pull/1877) [`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range ## 2.0.23 ### Patch Changes -- [#1874](https://github.com/frontio-ai/heroui/pull/1874) [`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. +- [#1874](https://github.com/heroui-inc/heroui/pull/1874) [`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. - Updated dependencies []: - @heroui/system@2.0.12 @@ -314,9 +314,9 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/system@2.0.11 - @heroui/theme@2.1.10 - @heroui/use-aria-press@2.0.1 @@ -328,7 +328,7 @@ ### Patch Changes -- Updated dependencies [[`425a034bc`](https://github.com/frontio-ai/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: +- Updated dependencies [[`425a034bc`](https://github.com/heroui-inc/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: - @heroui/theme@2.1.9 - @heroui/system@2.0.10 - @heroui/react-utils@2.0.9 @@ -337,9 +337,9 @@ ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy -- Updated dependencies [[`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: +- Updated dependencies [[`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: - @heroui/system@2.0.9 - @heroui/theme@2.1.8 - @heroui/react-utils@2.0.8 @@ -350,9 +350,9 @@ ### Patch Changes -- [#1589](https://github.com/frontio-ai/heroui/pull/1589) [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded +- [#1589](https://github.com/heroui-inc/heroui/pull/1589) [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded -- Updated dependencies [[`a3be419cb`](https://github.com/frontio-ai/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/frontio-ai/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: +- Updated dependencies [[`a3be419cb`](https://github.com/heroui-inc/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/heroui-inc/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: - @heroui/theme@2.1.7 - @heroui/system@2.0.8 @@ -360,14 +360,14 @@ ### Patch Changes -- Updated dependencies [[`7c8341035`](https://github.com/frontio-ai/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: +- Updated dependencies [[`7c8341035`](https://github.com/heroui-inc/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: - @heroui/theme@2.1.6 ## 2.0.17 ### Patch Changes -- Updated dependencies [[`d61428d9e`](https://github.com/frontio-ai/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/frontio-ai/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: +- Updated dependencies [[`d61428d9e`](https://github.com/heroui-inc/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/heroui-inc/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: - @heroui/theme@2.1.5 - @heroui/system@2.0.7 @@ -375,7 +375,7 @@ ### Patch Changes -- Updated dependencies [[`043b8420c`](https://github.com/frontio-ai/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/frontio-ai/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: +- Updated dependencies [[`043b8420c`](https://github.com/heroui-inc/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/heroui-inc/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: - @heroui/theme@2.1.4 - @heroui/system@2.0.6 @@ -383,30 +383,30 @@ ### Patch Changes -- Updated dependencies [[`5702287e5`](https://github.com/frontio-ai/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: +- Updated dependencies [[`5702287e5`](https://github.com/heroui-inc/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: - @heroui/theme@2.1.3 ## 2.0.14 ### Patch Changes -- [#1458](https://github.com/frontio-ai/heroui/pull/1458) [`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles +- [#1458](https://github.com/heroui-inc/heroui/pull/1458) [`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles -- Updated dependencies [[`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: +- Updated dependencies [[`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: - @heroui/theme@2.1.2 ## 2.0.13 ### Patch Changes -- Updated dependencies [[`cc839cdd`](https://github.com/frontio-ai/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: +- Updated dependencies [[`cc839cdd`](https://github.com/heroui-inc/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: - @heroui/theme@2.1.1 ## 2.0.12 ### Patch Changes -- Updated dependencies [[`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: +- Updated dependencies [[`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: - @heroui/theme@2.1.0 - @heroui/shared-icons@2.0.3 - @heroui/react-utils@2.0.7 @@ -422,7 +422,7 @@ ### Patch Changes -- Updated dependencies [[`d0341020`](https://github.com/frontio-ai/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: +- Updated dependencies [[`d0341020`](https://github.com/heroui-inc/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: - @heroui/theme@2.0.5 ## 2.0.9 @@ -436,20 +436,20 @@ ### Patch Changes -- [#1359](https://github.com/frontio-ai/heroui/pull/1359) [`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n +- [#1359](https://github.com/heroui-inc/heroui/pull/1359) [`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n - react-aria packages upgraded to the latest version - image storybooks fixed - other bug fixes.. -- Updated dependencies [[`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: +- Updated dependencies [[`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: - @heroui/system@2.0.5 ## 2.0.7 ### Patch Changes -- Updated dependencies [[`710395f3`](https://github.com/frontio-ai/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: +- Updated dependencies [[`710395f3`](https://github.com/heroui-inc/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: - @heroui/system@2.0.4 ## 2.0.6 @@ -470,18 +470,18 @@ ### Patch Changes -- [#1301](https://github.com/frontio-ai/heroui/pull/1301) [`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss +- [#1301](https://github.com/heroui-inc/heroui/pull/1301) [`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss -- Updated dependencies [[`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: +- Updated dependencies [[`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: - @heroui/theme@2.0.4 ## 2.0.3 ### Patch Changes -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports -- Updated dependencies [[`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: +- Updated dependencies [[`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: - @heroui/react-utils@2.0.2 - @heroui/system@2.0.3 - @heroui/theme@2.0.3 @@ -492,7 +492,7 @@ ### Patch Changes -- Updated dependencies [[`459ac5ed`](https://github.com/frontio-ai/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: +- Updated dependencies [[`459ac5ed`](https://github.com/heroui-inc/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: - @heroui/theme@2.0.2 - @heroui/system@2.0.2 @@ -500,11 +500,11 @@ ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated -- Updated dependencies [[`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: +- Updated dependencies [[`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: - @heroui/shared-icons@2.0.1 - @heroui/shared-utils@2.0.1 - @heroui/react-utils@2.0.1 diff --git a/packages/components/chip/README.md b/packages/components/chip/README.md index 4e174b902d..f44bd16cc4 100644 --- a/packages/components/chip/README.md +++ b/packages/components/chip/README.md @@ -15,10 +15,10 @@ npm i @heroui/chip ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/components/code/CHANGELOG.md b/packages/components/code/CHANGELOG.md index a4296d1931..58f2e199b6 100644 --- a/packages/components/code/CHANGELOG.md +++ b/packages/components/code/CHANGELOG.md @@ -15,7 +15,7 @@ ### Patch Changes -- Updated dependencies [[`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: +- Updated dependencies [[`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: - @heroui/react-utils@2.1.3 - @heroui/system-rsc@2.3.5 @@ -23,7 +23,7 @@ ### Patch Changes -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31), [`76a72a9`](https://github.com/frontio-ai/heroui/commit/76a72a9d1c8400d23b3f948670cb6844d9728b2a)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31), [`76a72a9`](https://github.com/heroui-inc/heroui/commit/76a72a9d1c8400d23b3f948670cb6844d9728b2a)]: - @heroui/shared-utils@2.1.2 - @heroui/system-rsc@2.3.5 - @heroui/react-utils@2.1.2 @@ -32,34 +32,34 @@ ### Patch Changes -- Updated dependencies [[`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: +- Updated dependencies [[`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: - @heroui/system-rsc@2.3.4 ## 2.2.3 ### Patch Changes -- [#4255](https://github.com/frontio-ai/heroui/pull/4255) [`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) +- [#4255](https://github.com/heroui-inc/heroui/pull/4255) [`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) -- Updated dependencies [[`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: +- Updated dependencies [[`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: - @heroui/system-rsc@2.3.3 ## 2.2.2 ### Patch Changes -- [#4247](https://github.com/frontio-ai/heroui/pull/4247) [`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* +- [#4247](https://github.com/heroui-inc/heroui/pull/4247) [`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* -- Updated dependencies [[`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: +- Updated dependencies [[`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: - @heroui/system-rsc@2.3.2 ## 2.2.1 ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/system-rsc@2.3.1 - @heroui/react-utils@2.1.1 - @heroui/shared-utils@2.1.1 @@ -68,7 +68,7 @@ ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -94,7 +94,7 @@ ### Patch Changes -- Updated dependencies [[`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/system-rsc@2.3.0 - @heroui/react-utils@2.1.0 - @heroui/shared-utils@2.1.0 @@ -103,9 +103,9 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/system-rsc@2.2.0-beta.8 - @heroui/react-utils@2.0.18-beta.8 - @heroui/shared-utils@2.0.9-beta.8 @@ -114,16 +114,16 @@ ### Patch Changes -- Updated dependencies [[`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: +- Updated dependencies [[`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: - @heroui/system-rsc@2.2.0-beta.7 ## 2.1.0-beta.7 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/system-rsc@2.2.0-beta.6 - @heroui/react-utils@2.0.18-beta.7 - @heroui/shared-utils@2.0.9-beta.7 @@ -132,9 +132,9 @@ ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/system-rsc@2.2.0-beta.5 - @heroui/react-utils@2.0.18-beta.6 - @heroui/shared-utils@2.0.9-beta.6 @@ -143,9 +143,9 @@ ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/system-rsc@2.2.0-beta.4 - @heroui/react-utils@2.0.18-beta.5 - @heroui/shared-utils@2.0.9-beta.5 @@ -154,7 +154,7 @@ ### Patch Changes -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/shared-utils@2.0.9-beta.4 - @heroui/system-rsc@2.2.0-beta.3 - @heroui/react-utils@2.0.18-beta.4 @@ -163,9 +163,9 @@ ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/system-rsc@2.2.0-beta.3 - @heroui/react-utils@2.0.18-beta.3 - @heroui/shared-utils@2.0.9-beta.3 @@ -174,9 +174,9 @@ ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/system-rsc@2.2.0-beta.2 - @heroui/react-utils@2.0.18-beta.2 - @heroui/shared-utils@2.0.9-beta.2 @@ -185,9 +185,9 @@ ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/system-rsc@2.2.0-beta.1 - @heroui/react-utils@2.0.18-beta.1 - @heroui/shared-utils@2.0.9-beta.1 @@ -196,11 +196,11 @@ ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ### Patch Changes -- Updated dependencies [[`0cf91395c`](https://github.com/frontio-ai/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/frontio-ai/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/frontio-ai/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/frontio-ai/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/frontio-ai/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/frontio-ai/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/frontio-ai/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/frontio-ai/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/frontio-ai/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/frontio-ai/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/frontio-ai/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/frontio-ai/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: +- Updated dependencies [[`0cf91395c`](https://github.com/heroui-inc/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/heroui-inc/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/heroui-inc/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/heroui-inc/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/heroui-inc/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/heroui-inc/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/heroui-inc/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/heroui-inc/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/heroui-inc/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/heroui-inc/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/heroui-inc/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/heroui-inc/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: - @heroui/theme@2.3.0-beta.0 - @heroui/system-rsc@2.2.0-beta.0 - @heroui/shared-utils@2.0.9-beta.0 @@ -210,7 +210,7 @@ ### Patch Changes -- Updated dependencies [[`44e89a077`](https://github.com/frontio-ai/heroui/commit/44e89a0779c1c98fe275c864fe12834d19302b9c), [`f36df4362`](https://github.com/frontio-ai/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: +- Updated dependencies [[`44e89a077`](https://github.com/heroui-inc/heroui/commit/44e89a0779c1c98fe275c864fe12834d19302b9c), [`f36df4362`](https://github.com/heroui-inc/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: - @heroui/system-rsc@2.1.6 - @heroui/shared-utils@2.0.8 - @heroui/react-utils@2.0.17 @@ -219,9 +219,9 @@ ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/system-rsc@2.1.5 - @heroui/react-utils@2.0.16 - @heroui/shared-utils@2.0.7 @@ -230,14 +230,14 @@ ### Patch Changes -- Updated dependencies [[`5591138bf`](https://github.com/frontio-ai/heroui/commit/5591138bff4a393f614c4cb0d505901560c4ceea)]: +- Updated dependencies [[`5591138bf`](https://github.com/heroui-inc/heroui/commit/5591138bff4a393f614c4cb0d505901560c4ceea)]: - @heroui/system-rsc@2.1.4 ## 2.0.30 ### Patch Changes -- Updated dependencies [[`0cdfdb48b`](https://github.com/frontio-ai/heroui/commit/0cdfdb48bcb7eecb752fc6a3033d3bdd2335872b), [`f785d1fb0`](https://github.com/frontio-ai/heroui/commit/f785d1fb0460df73912bcd6614bc78d46db14e6b), [`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: +- Updated dependencies [[`0cdfdb48b`](https://github.com/heroui-inc/heroui/commit/0cdfdb48bcb7eecb752fc6a3033d3bdd2335872b), [`f785d1fb0`](https://github.com/heroui-inc/heroui/commit/f785d1fb0460df73912bcd6614bc78d46db14e6b), [`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: - @heroui/system-rsc@2.1.3 - @heroui/shared-utils@2.0.6 - @heroui/react-utils@2.0.15 @@ -246,7 +246,7 @@ ### Patch Changes -- Updated dependencies [[`b9bb06ff3`](https://github.com/frontio-ai/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: +- Updated dependencies [[`b9bb06ff3`](https://github.com/heroui-inc/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: - @heroui/react-utils@2.0.14 - @heroui/system-rsc@2.1.2 @@ -254,14 +254,14 @@ ### Patch Changes -- Updated dependencies [[`e3afa4789`](https://github.com/frontio-ai/heroui/commit/e3afa4789a1ac0fa929b2acaca5bd9c520567ab8), [`1109baea6`](https://github.com/frontio-ai/heroui/commit/1109baea6ac6aa3feb2be90ef065f61b2c2a06a9)]: +- Updated dependencies [[`e3afa4789`](https://github.com/heroui-inc/heroui/commit/e3afa4789a1ac0fa929b2acaca5bd9c520567ab8), [`1109baea6`](https://github.com/heroui-inc/heroui/commit/1109baea6ac6aa3feb2be90ef065f61b2c2a06a9)]: - @heroui/system-rsc@2.1.2 ## 2.0.27 ### Patch Changes -- Updated dependencies [[`eccc2f2f3`](https://github.com/frontio-ai/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: +- Updated dependencies [[`eccc2f2f3`](https://github.com/heroui-inc/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: - @heroui/react-utils@2.0.13 - @heroui/system-rsc@2.1.1 @@ -269,7 +269,7 @@ ### Patch Changes -- Updated dependencies [[`74eda3128`](https://github.com/frontio-ai/heroui/commit/74eda312883b2e17df26f71442aba9fb3cd240be)]: +- Updated dependencies [[`74eda3128`](https://github.com/heroui-inc/heroui/commit/74eda312883b2e17df26f71442aba9fb3cd240be)]: - @heroui/system-rsc@2.1.1 - @heroui/react-utils@2.0.12 @@ -277,16 +277,16 @@ ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added - `framer-transitions` renamed to `framer-utils` - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- Updated dependencies [[`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`c5049edfd`](https://github.com/frontio-ai/heroui/commit/c5049edfde7edaee2081d70e581739be9dcae2f9)]: +- Updated dependencies [[`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`c5049edfd`](https://github.com/heroui-inc/heroui/commit/c5049edfde7edaee2081d70e581739be9dcae2f9)]: - @heroui/system-rsc@2.1.0 - @heroui/react-utils@2.0.11 - @heroui/shared-utils@2.0.5 @@ -295,41 +295,41 @@ ### Patch Changes -- Updated dependencies [[`a978687b0`](https://github.com/frontio-ai/heroui/commit/a978687b0736d1e15943ef46628fc4fa0723ddc7)]: +- Updated dependencies [[`a978687b0`](https://github.com/heroui-inc/heroui/commit/a978687b0736d1e15943ef46628fc4fa0723ddc7)]: - @heroui/system-rsc@2.0.11 ## 2.0.23 ### Patch Changes -- Updated dependencies [[`6ecdc278a`](https://github.com/frontio-ai/heroui/commit/6ecdc278aba927ee38a799679b8eb99cba99cab9)]: +- Updated dependencies [[`6ecdc278a`](https://github.com/heroui-inc/heroui/commit/6ecdc278aba927ee38a799679b8eb99cba99cab9)]: - @heroui/system-rsc@2.0.10 ## 2.0.22 ### Patch Changes -- [#1877](https://github.com/frontio-ai/heroui/pull/1877) [`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range +- [#1877](https://github.com/heroui-inc/heroui/pull/1877) [`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range -- Updated dependencies [[`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648)]: +- Updated dependencies [[`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648)]: - @heroui/system-rsc@2.0.9 ## 2.0.21 ### Patch Changes -- [#1874](https://github.com/frontio-ai/heroui/pull/1874) [`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. +- [#1874](https://github.com/heroui-inc/heroui/pull/1874) [`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. -- Updated dependencies [[`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0)]: +- Updated dependencies [[`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0)]: - @heroui/system-rsc@2.0.8 ## 2.0.20 ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/system-rsc@2.0.7 - @heroui/theme@2.1.10 - @heroui/react-utils@2.0.10 @@ -339,7 +339,7 @@ ### Patch Changes -- Updated dependencies [[`f6531c5f6`](https://github.com/frontio-ai/heroui/commit/f6531c5f603d7f6308a597962ec6fab62c92fa93), [`425a034bc`](https://github.com/frontio-ai/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: +- Updated dependencies [[`f6531c5f6`](https://github.com/heroui-inc/heroui/commit/f6531c5f603d7f6308a597962ec6fab62c92fa93), [`425a034bc`](https://github.com/heroui-inc/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: - @heroui/system-rsc@2.0.6 - @heroui/theme@2.1.9 - @heroui/react-utils@2.0.9 @@ -348,9 +348,9 @@ ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy -- Updated dependencies [[`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: +- Updated dependencies [[`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: - @heroui/system-rsc@2.0.5 - @heroui/theme@2.1.8 - @heroui/react-utils@2.0.8 @@ -360,7 +360,7 @@ ### Patch Changes -- Updated dependencies [[`a3be419cb`](https://github.com/frontio-ai/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/frontio-ai/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5)]: +- Updated dependencies [[`a3be419cb`](https://github.com/heroui-inc/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/heroui-inc/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5)]: - @heroui/theme@2.1.7 - @heroui/system-rsc@2.0.4 @@ -368,7 +368,7 @@ ### Patch Changes -- Updated dependencies [[`7c8341035`](https://github.com/frontio-ai/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: +- Updated dependencies [[`7c8341035`](https://github.com/heroui-inc/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: - @heroui/theme@2.1.6 - @heroui/system-rsc@2.0.4 @@ -376,7 +376,7 @@ ### Patch Changes -- Updated dependencies [[`d61428d9e`](https://github.com/frontio-ai/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/frontio-ai/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: +- Updated dependencies [[`d61428d9e`](https://github.com/heroui-inc/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/heroui-inc/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: - @heroui/system-rsc@2.0.4 - @heroui/theme@2.1.5 @@ -384,7 +384,7 @@ ### Patch Changes -- Updated dependencies [[`043b8420c`](https://github.com/frontio-ai/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592)]: +- Updated dependencies [[`043b8420c`](https://github.com/heroui-inc/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592)]: - @heroui/theme@2.1.4 - @heroui/system-rsc@2.0.3 @@ -392,7 +392,7 @@ ### Patch Changes -- Updated dependencies [[`5702287e5`](https://github.com/frontio-ai/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: +- Updated dependencies [[`5702287e5`](https://github.com/heroui-inc/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: - @heroui/theme@2.1.3 - @heroui/system-rsc@2.0.3 @@ -400,9 +400,9 @@ ### Patch Changes -- [#1458](https://github.com/frontio-ai/heroui/pull/1458) [`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles +- [#1458](https://github.com/heroui-inc/heroui/pull/1458) [`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles -- Updated dependencies [[`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: +- Updated dependencies [[`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: - @heroui/theme@2.1.2 - @heroui/system-rsc@2.0.3 @@ -410,7 +410,7 @@ ### Patch Changes -- Updated dependencies [[`cc839cdd`](https://github.com/frontio-ai/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: +- Updated dependencies [[`cc839cdd`](https://github.com/heroui-inc/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: - @heroui/theme@2.1.1 - @heroui/system-rsc@2.0.3 @@ -418,7 +418,7 @@ ### Patch Changes -- Updated dependencies [[`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: +- Updated dependencies [[`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: - @heroui/theme@2.1.0 - @heroui/system-rsc@2.0.3 - @heroui/react-utils@2.0.7 @@ -435,7 +435,7 @@ ### Patch Changes -- Updated dependencies [[`d0341020`](https://github.com/frontio-ai/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: +- Updated dependencies [[`d0341020`](https://github.com/heroui-inc/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: - @heroui/theme@2.0.5 - @heroui/system-rsc@2.0.3 @@ -467,9 +467,9 @@ ### Patch Changes -- [#1301](https://github.com/frontio-ai/heroui/pull/1301) [`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss +- [#1301](https://github.com/heroui-inc/heroui/pull/1301) [`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss -- Updated dependencies [[`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: +- Updated dependencies [[`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: - @heroui/theme@2.0.4 - @heroui/system-rsc@2.0.3 @@ -477,14 +477,14 @@ ### Patch Changes -- [#1289](https://github.com/frontio-ai/heroui/pull/1289) [`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it +- [#1289](https://github.com/heroui-inc/heroui/pull/1289) [`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it - packages adapted to support RSC imports - filterDomProps function was modified to enable/disabled it -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports -- Updated dependencies [[`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: +- Updated dependencies [[`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: - @heroui/react-utils@2.0.2 - @heroui/system-rsc@2.0.3 - @heroui/theme@2.0.3 @@ -494,7 +494,7 @@ ### Patch Changes -- Updated dependencies [[`459ac5ed`](https://github.com/frontio-ai/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: +- Updated dependencies [[`459ac5ed`](https://github.com/heroui-inc/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: - @heroui/theme@2.0.2 - @heroui/system@2.0.2 @@ -502,11 +502,11 @@ ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated -- Updated dependencies [[`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: +- Updated dependencies [[`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: - @heroui/shared-utils@2.0.1 - @heroui/react-utils@2.0.1 - @heroui/system@2.0.1 diff --git a/packages/components/code/README.md b/packages/components/code/README.md index 42e0b0ea3b..8a805672bf 100644 --- a/packages/components/code/README.md +++ b/packages/components/code/README.md @@ -15,10 +15,10 @@ npm i @heroui/code ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/components/date-input/CHANGELOG.md b/packages/components/date-input/CHANGELOG.md index 523891bcc8..a296c3b5bc 100644 --- a/packages/components/date-input/CHANGELOG.md +++ b/packages/components/date-input/CHANGELOG.md @@ -15,7 +15,7 @@ ### Patch Changes -- Updated dependencies [[`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: +- Updated dependencies [[`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: - @heroui/react-utils@2.1.3 - @heroui/form@2.1.8 @@ -23,7 +23,7 @@ ### Patch Changes -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: - @heroui/shared-utils@2.1.2 - @heroui/form@2.1.7 - @heroui/react-utils@2.1.2 @@ -46,36 +46,36 @@ ### Patch Changes -- [#4258](https://github.com/frontio-ai/heroui/pull/4258) [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions +- [#4258](https://github.com/heroui-inc/heroui/pull/4258) [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions -- Updated dependencies [[`b16291b`](https://github.com/frontio-ai/heroui/commit/b16291b2200229f0d0a9ea910e38f3f100f7931f), [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: +- Updated dependencies [[`b16291b`](https://github.com/heroui-inc/heroui/commit/b16291b2200229f0d0a9ea910e38f3f100f7931f), [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: - @heroui/form@2.1.4 ## 2.3.3 ### Patch Changes -- [#4255](https://github.com/frontio-ai/heroui/pull/4255) [`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) +- [#4255](https://github.com/heroui-inc/heroui/pull/4255) [`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) -- Updated dependencies [[`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: +- Updated dependencies [[`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: - @heroui/form@2.1.3 ## 2.3.2 ### Patch Changes -- [#4247](https://github.com/frontio-ai/heroui/pull/4247) [`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* +- [#4247](https://github.com/heroui-inc/heroui/pull/4247) [`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* -- Updated dependencies [[`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: +- Updated dependencies [[`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: - @heroui/form@2.1.2 ## 2.3.1 ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/form@2.1.1 - @heroui/react-utils@2.1.1 - @heroui/shared-utils@2.1.1 @@ -84,7 +84,7 @@ ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -110,13 +110,13 @@ ### Patch Changes -- [#4207](https://github.com/frontio-ai/heroui/pull/4207) [`6bc616c`](https://github.com/frontio-ai/heroui/commit/6bc616caea948431d05eec33c1784e0560524e97) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix the "forwardRef render functions accept exactly two parameters: props and ref. Did you forget to use the ref parameter?" on next.js by changing the way we manage collection base components refs +- [#4207](https://github.com/heroui-inc/heroui/pull/4207) [`6bc616c`](https://github.com/heroui-inc/heroui/commit/6bc616caea948431d05eec33c1784e0560524e97) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix the "forwardRef render functions accept exactly two parameters: props and ref. Did you forget to use the ref parameter?" on next.js by changing the way we manage collection base components refs -- [#4224](https://github.com/frontio-ai/heroui/pull/4224) [`26e478d`](https://github.com/frontio-ai/heroui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Added form support to input-otp, change default validationBehavior to "native" to avoid breaking changes, and fix select with form +- [#4224](https://github.com/heroui-inc/heroui/pull/4224) [`26e478d`](https://github.com/heroui-inc/heroui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Added form support to input-otp, change default validationBehavior to "native" to avoid breaking changes, and fix select with form -- [#4226](https://github.com/frontio-ai/heroui/pull/4226) [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) +- [#4226](https://github.com/heroui-inc/heroui/pull/4226) [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) -- Updated dependencies [[`26e478d`](https://github.com/frontio-ai/heroui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52), [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`26e478d`](https://github.com/heroui-inc/heroui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52), [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/form@2.1.0 - @heroui/react-utils@2.1.0 - @heroui/shared-utils@2.1.0 @@ -125,9 +125,9 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/form@2.0.1-beta.1 - @heroui/react-utils@2.0.18-beta.8 - @heroui/shared-utils@2.0.9-beta.8 @@ -136,18 +136,18 @@ ### Patch Changes -- [#3036](https://github.com/frontio-ai/heroui/pull/3036) [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3036](https://github.com/heroui-inc/heroui/pull/3036) [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version -- Updated dependencies [[`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: +- Updated dependencies [[`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: - @heroui/form@2.0.1-beta.0 ## 2.2.0-beta.7 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/react-utils@2.0.18-beta.7 - @heroui/shared-utils@2.0.9-beta.7 @@ -155,9 +155,9 @@ ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/react-utils@2.0.18-beta.6 - @heroui/shared-utils@2.0.9-beta.6 @@ -165,9 +165,9 @@ ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/react-utils@2.0.18-beta.5 - @heroui/shared-utils@2.0.9-beta.5 @@ -175,7 +175,7 @@ ### Patch Changes -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/shared-utils@2.0.9-beta.4 - @heroui/react-utils@2.0.18-beta.4 @@ -183,9 +183,9 @@ ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/react-utils@2.0.18-beta.3 - @heroui/shared-utils@2.0.9-beta.3 @@ -193,9 +193,9 @@ ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/react-utils@2.0.18-beta.2 - @heroui/shared-utils@2.0.9-beta.2 @@ -203,9 +203,9 @@ ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/react-utils@2.0.18-beta.1 - @heroui/shared-utils@2.0.9-beta.1 @@ -213,11 +213,11 @@ ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ### Patch Changes -- Updated dependencies [[`0cf91395c`](https://github.com/frontio-ai/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/frontio-ai/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/frontio-ai/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/frontio-ai/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/frontio-ai/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/frontio-ai/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/frontio-ai/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/frontio-ai/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/frontio-ai/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/frontio-ai/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/frontio-ai/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/frontio-ai/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: +- Updated dependencies [[`0cf91395c`](https://github.com/heroui-inc/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/heroui-inc/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/heroui-inc/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/heroui-inc/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/heroui-inc/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/heroui-inc/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/heroui-inc/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/heroui-inc/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/heroui-inc/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/heroui-inc/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/heroui-inc/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/heroui-inc/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: - @heroui/theme@2.3.0-beta.0 - @heroui/system@2.3.0-beta.0 - @heroui/shared-utils@2.0.9-beta.0 @@ -227,7 +227,7 @@ ### Patch Changes -- Updated dependencies [[`f36df4362`](https://github.com/frontio-ai/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: +- Updated dependencies [[`f36df4362`](https://github.com/heroui-inc/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: - @heroui/shared-utils@2.0.8 - @heroui/react-utils@2.0.17 @@ -235,9 +235,9 @@ ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/react-utils@2.0.16 - @heroui/shared-utils@2.0.7 @@ -245,15 +245,15 @@ ### Patch Changes -- [#3376](https://github.com/frontio-ai/heroui/pull/3376) [`3cdfb2afc`](https://github.com/frontio-ai/heroui/commit/3cdfb2afca15a49bed06356c42bd80036cb99387) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Removed autoCapitalize to prevent warnings (#3297) +- [#3376](https://github.com/heroui-inc/heroui/pull/3376) [`3cdfb2afc`](https://github.com/heroui-inc/heroui/commit/3cdfb2afca15a49bed06356c42bd80036cb99387) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Removed autoCapitalize to prevent warnings (#3297) -- [#3426](https://github.com/frontio-ai/heroui/pull/3426) [`c1f05ecb4`](https://github.com/frontio-ai/heroui/commit/c1f05ecb4646fe99684efd88b9adb1abb7c709f7) Thanks [@chirokas](https://github.com/chirokas)! - Fix minValue and maxValue validation (#3424) +- [#3426](https://github.com/heroui-inc/heroui/pull/3426) [`c1f05ecb4`](https://github.com/heroui-inc/heroui/commit/c1f05ecb4646fe99684efd88b9adb1abb7c709f7) Thanks [@chirokas](https://github.com/chirokas)! - Fix minValue and maxValue validation (#3424) -- [#3331](https://github.com/frontio-ai/heroui/pull/3331) [`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed incorrect year in `showMonthAndYearPickers` with different locales +- [#3331](https://github.com/heroui-inc/heroui/pull/3331) [`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed incorrect year in `showMonthAndYearPickers` with different locales -- [#3283](https://github.com/frontio-ai/heroui/pull/3283) [`a164c26e9`](https://github.com/frontio-ai/heroui/commit/a164c26e96ac8d899ec457e35e22d9b22829c0fa) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed date picker closing issue after pressing selector button (#3282) +- [#3283](https://github.com/heroui-inc/heroui/pull/3283) [`a164c26e9`](https://github.com/heroui-inc/heroui/commit/a164c26e96ac8d899ec457e35e22d9b22829c0fa) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed date picker closing issue after pressing selector button (#3282) -- Updated dependencies [[`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: +- Updated dependencies [[`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: - @heroui/shared-utils@2.0.6 - @heroui/react-utils@2.0.15 @@ -261,32 +261,32 @@ ### Patch Changes -- [#3240](https://github.com/frontio-ai/heroui/pull/3240) [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies +- [#3240](https://github.com/heroui-inc/heroui/pull/3240) [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies -- [#3112](https://github.com/frontio-ai/heroui/pull/3112) [`df0126f93`](https://github.com/frontio-ai/heroui/commit/df0126f93f0f9c2cfa0cbfa44f5abd394ebd48d0) Thanks [@ryo-manba](https://github.com/ryo-manba)! - chore(date): update errorMessageFunction story and docs for date libraries +- [#3112](https://github.com/heroui-inc/heroui/pull/3112) [`df0126f93`](https://github.com/heroui-inc/heroui/commit/df0126f93f0f9c2cfa0cbfa44f5abd394ebd48d0) Thanks [@ryo-manba](https://github.com/ryo-manba)! - chore(date): update errorMessageFunction story and docs for date libraries -- Updated dependencies [[`b9bb06ff3`](https://github.com/frontio-ai/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: +- Updated dependencies [[`b9bb06ff3`](https://github.com/heroui-inc/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: - @heroui/react-utils@2.0.14 ## 2.1.0 ### Minor Changes -- [#2987](https://github.com/frontio-ai/heroui/pull/2987) [`540aa2124`](https://github.com/frontio-ai/heroui/commit/540aa2124b45b65a40e73f5aea2b90405fe1fe9a) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Change validationBehavior from native to aria by default, with the option to change via props. +- [#2987](https://github.com/heroui-inc/heroui/pull/2987) [`540aa2124`](https://github.com/heroui-inc/heroui/commit/540aa2124b45b65a40e73f5aea2b90405fe1fe9a) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Change validationBehavior from native to aria by default, with the option to change via props. ### Patch Changes -- [#2889](https://github.com/frontio-ai/heroui/pull/2889) [`aba1716ed`](https://github.com/frontio-ai/heroui/commit/aba1716edc2a85c94e6baeb4acc481f67589d002) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Update React Aria packages +- [#2889](https://github.com/heroui-inc/heroui/pull/2889) [`aba1716ed`](https://github.com/heroui-inc/heroui/commit/aba1716edc2a85c94e6baeb4acc481f67589d002) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Update React Aria packages -- [#2929](https://github.com/frontio-ai/heroui/pull/2929) [`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. +- [#2929](https://github.com/heroui-inc/heroui/pull/2929) [`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. -- [#3014](https://github.com/frontio-ai/heroui/pull/3014) [`20ba81948`](https://github.com/frontio-ai/heroui/commit/20ba81948d86ccc7ea4269cceb06e04899903b0e) Thanks [@winchesHe](https://github.com/winchesHe)! - add the correct peerDep version +- [#3014](https://github.com/heroui-inc/heroui/pull/3014) [`20ba81948`](https://github.com/heroui-inc/heroui/commit/20ba81948d86ccc7ea4269cceb06e04899903b0e) Thanks [@winchesHe](https://github.com/winchesHe)! - add the correct peerDep version ## 2.0.3 ### Patch Changes -- Updated dependencies [[`eccc2f2f3`](https://github.com/frontio-ai/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: +- Updated dependencies [[`eccc2f2f3`](https://github.com/heroui-inc/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: - @heroui/react-utils@2.0.13 ## 2.0.2 @@ -300,8 +300,8 @@ ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- Updated dependencies [[`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: +- Updated dependencies [[`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: - @heroui/react-utils@2.0.11 - @heroui/shared-utils@2.0.5 diff --git a/packages/components/date-input/README.md b/packages/components/date-input/README.md index 7f80ac6df4..899084ef58 100644 --- a/packages/components/date-input/README.md +++ b/packages/components/date-input/README.md @@ -13,10 +13,10 @@ npm i @heroui/date-input ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/components/date-picker/CHANGELOG.md b/packages/components/date-picker/CHANGELOG.md index 348d774aaa..8bb0735a14 100644 --- a/packages/components/date-picker/CHANGELOG.md +++ b/packages/components/date-picker/CHANGELOG.md @@ -21,7 +21,7 @@ ### Patch Changes -- Updated dependencies [[`33e0418`](https://github.com/frontio-ai/heroui/commit/33e0418d08c29f829b00ee3bc41972dfce6a3370), [`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2), [`fb46df2`](https://github.com/frontio-ai/heroui/commit/fb46df2430f95cddef0c25fce4639c2078b34f62)]: +- Updated dependencies [[`33e0418`](https://github.com/heroui-inc/heroui/commit/33e0418d08c29f829b00ee3bc41972dfce6a3370), [`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2), [`fb46df2`](https://github.com/heroui-inc/heroui/commit/fb46df2430f95cddef0c25fce4639c2078b34f62)]: - @heroui/popover@2.3.9 - @heroui/react-utils@2.1.3 - @heroui/button@2.2.9 @@ -34,7 +34,7 @@ ### Patch Changes -- Updated dependencies [[`c0e3dab`](https://github.com/frontio-ai/heroui/commit/c0e3dab5e8104b4f9335892e850b26359d33b3e8), [`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: +- Updated dependencies [[`c0e3dab`](https://github.com/heroui-inc/heroui/commit/c0e3dab5e8104b4f9335892e850b26359d33b3e8), [`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: - @heroui/calendar@2.2.8 - @heroui/shared-utils@2.1.2 - @heroui/popover@2.3.8 @@ -48,7 +48,7 @@ ### Patch Changes -- Updated dependencies [[`78c0928`](https://github.com/frontio-ai/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f)]: +- Updated dependencies [[`78c0928`](https://github.com/heroui-inc/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f)]: - @heroui/aria-utils@2.2.5 - @heroui/button@2.2.7 - @heroui/calendar@2.2.7 @@ -59,7 +59,7 @@ ### Patch Changes -- Updated dependencies [[`5598806`](https://github.com/frontio-ai/heroui/commit/5598806216166dc9fff36cafd9112412486b747f)]: +- Updated dependencies [[`5598806`](https://github.com/heroui-inc/heroui/commit/5598806216166dc9fff36cafd9112412486b747f)]: - @heroui/button@2.2.6 - @heroui/calendar@2.2.6 - @heroui/form@2.1.6 @@ -70,7 +70,7 @@ ### Patch Changes -- Updated dependencies [[`dfefdd6`](https://github.com/frontio-ai/heroui/commit/dfefdd6250eb81ae653e611a8dff12b2ae29a09c)]: +- Updated dependencies [[`dfefdd6`](https://github.com/heroui-inc/heroui/commit/dfefdd6250eb81ae653e611a8dff12b2ae29a09c)]: - @heroui/button@2.2.5 - @heroui/calendar@2.2.5 - @heroui/form@2.1.5 @@ -81,9 +81,9 @@ ### Patch Changes -- [#4258](https://github.com/frontio-ai/heroui/pull/4258) [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions +- [#4258](https://github.com/heroui-inc/heroui/pull/4258) [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions -- Updated dependencies [[`b16291b`](https://github.com/frontio-ai/heroui/commit/b16291b2200229f0d0a9ea910e38f3f100f7931f), [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: +- Updated dependencies [[`b16291b`](https://github.com/heroui-inc/heroui/commit/b16291b2200229f0d0a9ea910e38f3f100f7931f), [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: - @heroui/form@2.1.4 - @heroui/date-input@2.3.4 - @heroui/aria-utils@2.2.4 @@ -95,9 +95,9 @@ ### Patch Changes -- [#4255](https://github.com/frontio-ai/heroui/pull/4255) [`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) +- [#4255](https://github.com/heroui-inc/heroui/pull/4255) [`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) -- Updated dependencies [[`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: +- Updated dependencies [[`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: - @heroui/date-input@2.3.3 - @heroui/calendar@2.2.3 - @heroui/popover@2.3.3 @@ -109,9 +109,9 @@ ### Patch Changes -- [#4247](https://github.com/frontio-ai/heroui/pull/4247) [`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* +- [#4247](https://github.com/heroui-inc/heroui/pull/4247) [`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* -- Updated dependencies [[`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: +- Updated dependencies [[`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: - @heroui/date-input@2.3.2 - @heroui/calendar@2.2.2 - @heroui/popover@2.3.2 @@ -123,9 +123,9 @@ ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/button@2.2.1 - @heroui/calendar@2.2.1 - @heroui/date-input@2.3.1 @@ -140,7 +140,7 @@ ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -166,13 +166,13 @@ ### Patch Changes -- [#4207](https://github.com/frontio-ai/heroui/pull/4207) [`6bc616c`](https://github.com/frontio-ai/heroui/commit/6bc616caea948431d05eec33c1784e0560524e97) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix the "forwardRef render functions accept exactly two parameters: props and ref. Did you forget to use the ref parameter?" on next.js by changing the way we manage collection base components refs +- [#4207](https://github.com/heroui-inc/heroui/pull/4207) [`6bc616c`](https://github.com/heroui-inc/heroui/commit/6bc616caea948431d05eec33c1784e0560524e97) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix the "forwardRef render functions accept exactly two parameters: props and ref. Did you forget to use the ref parameter?" on next.js by changing the way we manage collection base components refs -- [#4224](https://github.com/frontio-ai/heroui/pull/4224) [`26e478d`](https://github.com/frontio-ai/heroui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Added form support to input-otp, change default validationBehavior to "native" to avoid breaking changes, and fix select with form +- [#4224](https://github.com/heroui-inc/heroui/pull/4224) [`26e478d`](https://github.com/heroui-inc/heroui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Added form support to input-otp, change default validationBehavior to "native" to avoid breaking changes, and fix select with form -- [#4226](https://github.com/frontio-ai/heroui/pull/4226) [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) +- [#4226](https://github.com/heroui-inc/heroui/pull/4226) [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) -- Updated dependencies [[`6bc616c`](https://github.com/frontio-ai/heroui/commit/6bc616caea948431d05eec33c1784e0560524e97), [`44958bf`](https://github.com/frontio-ai/heroui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8), [`26e478d`](https://github.com/frontio-ai/heroui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52), [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`ffb1e55`](https://github.com/frontio-ai/heroui/commit/ffb1e554f7d6b5b1ede66d0838b3b1edeeccdf6b), [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`6bc616c`](https://github.com/heroui-inc/heroui/commit/6bc616caea948431d05eec33c1784e0560524e97), [`44958bf`](https://github.com/heroui-inc/heroui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8), [`26e478d`](https://github.com/heroui-inc/heroui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52), [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`ffb1e55`](https://github.com/heroui-inc/heroui/commit/ffb1e554f7d6b5b1ede66d0838b3b1edeeccdf6b), [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/date-input@2.3.0 - @heroui/calendar@2.2.0 - @heroui/popover@2.3.0 @@ -187,7 +187,7 @@ ### Patch Changes -- Updated dependencies [[`004c4a4b3`](https://github.com/frontio-ai/heroui/commit/004c4a4b3e44477f148937b12bb542e4b27fd322)]: +- Updated dependencies [[`004c4a4b3`](https://github.com/heroui-inc/heroui/commit/004c4a4b3e44477f148937b12bb542e4b27fd322)]: - @heroui/shared-icons@2.0.10-beta.8 - @heroui/popover@2.2.0-beta.12 - @heroui/button@2.1.0-beta.10 @@ -198,9 +198,9 @@ ### Patch Changes -- [#4161](https://github.com/frontio-ai/heroui/pull/4161) [`17bf65799`](https://github.com/frontio-ai/heroui/commit/17bf65799c39c2ee44ea9c0b23aa80315b2a5083) Thanks [@wingkwong](https://github.com/wingkwong)! - fix missing peer / dev dependency for framer-motion +- [#4161](https://github.com/heroui-inc/heroui/pull/4161) [`17bf65799`](https://github.com/heroui-inc/heroui/commit/17bf65799c39c2ee44ea9c0b23aa80315b2a5083) Thanks [@wingkwong](https://github.com/wingkwong)! - fix missing peer / dev dependency for framer-motion -- Updated dependencies [[`17bf65799`](https://github.com/frontio-ai/heroui/commit/17bf65799c39c2ee44ea9c0b23aa80315b2a5083)]: +- Updated dependencies [[`17bf65799`](https://github.com/heroui-inc/heroui/commit/17bf65799c39c2ee44ea9c0b23aa80315b2a5083)]: - @heroui/button@2.1.0-beta.10 - @heroui/calendar@2.1.0-beta.13 - @heroui/date-input@2.2.0-beta.9 @@ -212,9 +212,9 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/button@2.1.0-beta.9 - @heroui/calendar@2.1.0-beta.12 - @heroui/date-input@2.2.0-beta.9 @@ -229,9 +229,9 @@ ### Patch Changes -- [#3036](https://github.com/frontio-ai/heroui/pull/3036) [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - support server validation with form +- [#3036](https://github.com/heroui-inc/heroui/pull/3036) [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - support server validation with form -- Updated dependencies [[`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00), [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: +- Updated dependencies [[`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00), [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: - @heroui/button@2.1.0-beta.8 - @heroui/calendar@2.1.0-beta.11 - @heroui/date-input@2.2.0-beta.8 @@ -243,7 +243,7 @@ ### Patch Changes -- Updated dependencies [[`78a99b628`](https://github.com/frontio-ai/heroui/commit/78a99b628e3fde8808a0cce3c69059d727afd49b)]: +- Updated dependencies [[`78a99b628`](https://github.com/heroui-inc/heroui/commit/78a99b628e3fde8808a0cce3c69059d727afd49b)]: - @heroui/calendar@2.1.0-beta.10 - @heroui/button@2.1.0-beta.7 - @heroui/date-input@2.2.0-beta.7 @@ -264,9 +264,9 @@ ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/button@2.1.0-beta.7 - @heroui/calendar@2.1.0-beta.8 - @heroui/date-input@2.2.0-beta.7 @@ -280,9 +280,9 @@ ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/button@2.1.0-beta.6 - @heroui/calendar@2.1.0-beta.7 - @heroui/date-input@2.2.0-beta.6 @@ -296,9 +296,9 @@ ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/button@2.1.0-beta.5 - @heroui/calendar@2.1.0-beta.6 - @heroui/date-input@2.2.0-beta.5 @@ -312,7 +312,7 @@ ### Patch Changes -- Updated dependencies [[`0f55c491b`](https://github.com/frontio-ai/heroui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]: +- Updated dependencies [[`0f55c491b`](https://github.com/heroui-inc/heroui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]: - @heroui/shared-icons@2.0.10-beta.3 - @heroui/button@2.1.0-beta.4 - @heroui/calendar@2.1.0-beta.5 @@ -323,7 +323,7 @@ ### Patch Changes -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/calendar@2.1.0-beta.4 - @heroui/shared-utils@2.0.9-beta.4 - @heroui/button@2.1.0-beta.4 @@ -336,9 +336,9 @@ ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/button@2.1.0-beta.3 - @heroui/calendar@2.1.0-beta.3 - @heroui/date-input@2.2.0-beta.3 @@ -352,9 +352,9 @@ ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/button@2.1.0-beta.2 - @heroui/calendar@2.1.0-beta.2 - @heroui/date-input@2.2.0-beta.2 @@ -368,16 +368,16 @@ ### Patch Changes -- Updated dependencies [[`563c1585a`](https://github.com/frontio-ai/heroui/commit/563c1585a3c1a32e8272ec4641cfabeaaac3296c)]: +- Updated dependencies [[`563c1585a`](https://github.com/heroui-inc/heroui/commit/563c1585a3c1a32e8272ec4641cfabeaaac3296c)]: - @heroui/popover@2.2.0-beta.2 ## 2.2.0-beta.1 ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/button@2.1.0-beta.1 - @heroui/calendar@2.1.0-beta.1 - @heroui/date-input@2.2.0-beta.1 @@ -391,17 +391,17 @@ ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ### Patch Changes -- [#3773](https://github.com/frontio-ai/heroui/pull/3773) [`a4ab02006`](https://github.com/frontio-ai/heroui/commit/a4ab02006a63013e1a25c28c182d999e3d7c9eeb) Thanks [@macci001](https://github.com/macci001)! - Fixes getCalendarProps to propagate the classNames in the calendarProps. (#3769) +- [#3773](https://github.com/heroui-inc/heroui/pull/3773) [`a4ab02006`](https://github.com/heroui-inc/heroui/commit/a4ab02006a63013e1a25c28c182d999e3d7c9eeb) Thanks [@macci001](https://github.com/macci001)! - Fixes getCalendarProps to propagate the classNames in the calendarProps. (#3769) -- [#3302](https://github.com/frontio-ai/heroui/pull/3302) [`a4a1d8fb6`](https://github.com/frontio-ai/heroui/commit/a4a1d8fb69dd7f496a179a66af072f72aae0ec17) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Add month and year picker to DateRangePicker and RangeCalendar (#3089, #3090) +- [#3302](https://github.com/heroui-inc/heroui/pull/3302) [`a4a1d8fb6`](https://github.com/heroui-inc/heroui/commit/a4a1d8fb69dd7f496a179a66af072f72aae0ec17) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Add month and year picker to DateRangePicker and RangeCalendar (#3089, #3090) -- [#3248](https://github.com/frontio-ai/heroui/pull/3248) [`cb1b3135b`](https://github.com/frontio-ai/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Add support for selectorButtonPlacement property (#3015) +- [#3248](https://github.com/heroui-inc/heroui/pull/3248) [`cb1b3135b`](https://github.com/heroui-inc/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Add support for selectorButtonPlacement property (#3015) -- Updated dependencies [[`0cf91395c`](https://github.com/frontio-ai/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/frontio-ai/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/frontio-ai/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/frontio-ai/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/frontio-ai/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/frontio-ai/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`a4a1d8fb6`](https://github.com/frontio-ai/heroui/commit/a4a1d8fb69dd7f496a179a66af072f72aae0ec17), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/frontio-ai/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/frontio-ai/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/frontio-ai/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/frontio-ai/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`9f6839faf`](https://github.com/frontio-ai/heroui/commit/9f6839faf9fe05c766571bcb71028bd3236d6e3a), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/frontio-ai/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/frontio-ai/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: +- Updated dependencies [[`0cf91395c`](https://github.com/heroui-inc/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/heroui-inc/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/heroui-inc/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/heroui-inc/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/heroui-inc/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/heroui-inc/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`a4a1d8fb6`](https://github.com/heroui-inc/heroui/commit/a4a1d8fb69dd7f496a179a66af072f72aae0ec17), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/heroui-inc/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/heroui-inc/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/heroui-inc/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/heroui-inc/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`9f6839faf`](https://github.com/heroui-inc/heroui/commit/9f6839faf9fe05c766571bcb71028bd3236d6e3a), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/heroui-inc/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/heroui-inc/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: - @heroui/theme@2.3.0-beta.0 - @heroui/button@2.1.0-beta.0 - @heroui/calendar@2.1.0-beta.0 @@ -416,9 +416,9 @@ ### Patch Changes -- [#3759](https://github.com/frontio-ai/heroui/pull/3759) [`229388422`](https://github.com/frontio-ai/heroui/commit/2293884229541e363b1983fea88ba6e3bee6be14) Thanks [@wingkwong](https://github.com/wingkwong)! - rollback pr3467. rescheduled to v2.5.0. +- [#3759](https://github.com/heroui-inc/heroui/pull/3759) [`229388422`](https://github.com/heroui-inc/heroui/commit/2293884229541e363b1983fea88ba6e3bee6be14) Thanks [@wingkwong](https://github.com/wingkwong)! - rollback pr3467. rescheduled to v2.5.0. -- Updated dependencies [[`4c01d1824`](https://github.com/frontio-ai/heroui/commit/4c01d1824d4dde22d89232968a3a4c48fe04678f), [`229388422`](https://github.com/frontio-ai/heroui/commit/2293884229541e363b1983fea88ba6e3bee6be14)]: +- Updated dependencies [[`4c01d1824`](https://github.com/heroui-inc/heroui/commit/4c01d1824d4dde22d89232968a3a4c48fe04678f), [`229388422`](https://github.com/heroui-inc/heroui/commit/2293884229541e363b1983fea88ba6e3bee6be14)]: - @heroui/popover@2.1.29 - @heroui/aria-utils@2.0.26 - @heroui/button@2.0.38 @@ -429,9 +429,9 @@ ### Patch Changes -- [#3467](https://github.com/frontio-ai/heroui/pull/3467) [`123b7fbc9`](https://github.com/frontio-ai/heroui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae) Thanks [@chirokas](https://github.com/chirokas)! - Refactor overlays to reduce its complexity, while improving stability. +- [#3467](https://github.com/heroui-inc/heroui/pull/3467) [`123b7fbc9`](https://github.com/heroui-inc/heroui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae) Thanks [@chirokas](https://github.com/chirokas)! - Refactor overlays to reduce its complexity, while improving stability. -- Updated dependencies [[`123b7fbc9`](https://github.com/frontio-ai/heroui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae), [`19c331be7`](https://github.com/frontio-ai/heroui/commit/19c331be75f1d03048c7b2dc92c2c9b62865cc11), [`55c92981e`](https://github.com/frontio-ai/heroui/commit/55c92981e009b1721e8288341402feb1ebec08f3), [`f36df4362`](https://github.com/frontio-ai/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: +- Updated dependencies [[`123b7fbc9`](https://github.com/heroui-inc/heroui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae), [`19c331be7`](https://github.com/heroui-inc/heroui/commit/19c331be75f1d03048c7b2dc92c2c9b62865cc11), [`55c92981e`](https://github.com/heroui-inc/heroui/commit/55c92981e009b1721e8288341402feb1ebec08f3), [`f36df4362`](https://github.com/heroui-inc/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: - @heroui/popover@2.1.28 - @heroui/calendar@2.0.12 - @heroui/shared-utils@2.0.8 @@ -443,9 +443,9 @@ ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/button@2.0.37 - @heroui/calendar@2.0.11 - @heroui/date-input@2.1.3 @@ -459,7 +459,7 @@ ### Patch Changes -- Updated dependencies [[`1fdbf2ad2`](https://github.com/frontio-ai/heroui/commit/1fdbf2ad2020d91f257029e6a3f81406d5da109c)]: +- Updated dependencies [[`1fdbf2ad2`](https://github.com/heroui-inc/heroui/commit/1fdbf2ad2020d91f257029e6a3f81406d5da109c)]: - @heroui/calendar@2.0.10 - @heroui/button@2.0.36 - @heroui/date-input@2.1.2 @@ -480,13 +480,13 @@ ### Patch Changes -- [#3258](https://github.com/frontio-ai/heroui/pull/3258) [`773f3004a`](https://github.com/frontio-ai/heroui/commit/773f3004a61966fea2cc14e2f22337ff72365100) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix calendar props on date-range-picker +- [#3258](https://github.com/heroui-inc/heroui/pull/3258) [`773f3004a`](https://github.com/heroui-inc/heroui/commit/773f3004a61966fea2cc14e2f22337ff72365100) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix calendar props on date-range-picker -- [#3283](https://github.com/frontio-ai/heroui/pull/3283) [`a164c26e9`](https://github.com/frontio-ai/heroui/commit/a164c26e96ac8d899ec457e35e22d9b22829c0fa) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed date picker closing issue after pressing selector button (#3282) +- [#3283](https://github.com/heroui-inc/heroui/pull/3283) [`a164c26e9`](https://github.com/heroui-inc/heroui/commit/a164c26e96ac8d899ec457e35e22d9b22829c0fa) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed date picker closing issue after pressing selector button (#3282) -- [#3088](https://github.com/frontio-ai/heroui/pull/3088) [`134f37184`](https://github.com/frontio-ai/heroui/commit/134f371843e90f23c3f1816e8b9df328e21d6827) Thanks [@KumJungMin](https://github.com/KumJungMin)! - fix hours, month clear issue in `showMonthAndYearPickers` mode (#3072). +- [#3088](https://github.com/heroui-inc/heroui/pull/3088) [`134f37184`](https://github.com/heroui-inc/heroui/commit/134f371843e90f23c3f1816e8b9df328e21d6827) Thanks [@KumJungMin](https://github.com/KumJungMin)! - fix hours, month clear issue in `showMonthAndYearPickers` mode (#3072). -- Updated dependencies [[`3cdfb2afc`](https://github.com/frontio-ai/heroui/commit/3cdfb2afca15a49bed06356c42bd80036cb99387), [`60bb09fe6`](https://github.com/frontio-ai/heroui/commit/60bb09fe6455475a16225e776348e9acf0537f9b), [`fd4b7200d`](https://github.com/frontio-ai/heroui/commit/fd4b7200dd26eae53ce50e06610b34388e3fdc08), [`c1f05ecb4`](https://github.com/frontio-ai/heroui/commit/c1f05ecb4646fe99684efd88b9adb1abb7c709f7), [`0462dde0a`](https://github.com/frontio-ai/heroui/commit/0462dde0a752e5ee5341c372834be5496296a6cc), [`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49), [`444d320db`](https://github.com/frontio-ai/heroui/commit/444d320dbc146399eb937c219ce983d427675425), [`a164c26e9`](https://github.com/frontio-ai/heroui/commit/a164c26e96ac8d899ec457e35e22d9b22829c0fa), [`134f37184`](https://github.com/frontio-ai/heroui/commit/134f371843e90f23c3f1816e8b9df328e21d6827), [`5652e7bdd`](https://github.com/frontio-ai/heroui/commit/5652e7bddc498c7f7420a68c58f207ba4cbe3933)]: +- Updated dependencies [[`3cdfb2afc`](https://github.com/heroui-inc/heroui/commit/3cdfb2afca15a49bed06356c42bd80036cb99387), [`60bb09fe6`](https://github.com/heroui-inc/heroui/commit/60bb09fe6455475a16225e776348e9acf0537f9b), [`fd4b7200d`](https://github.com/heroui-inc/heroui/commit/fd4b7200dd26eae53ce50e06610b34388e3fdc08), [`c1f05ecb4`](https://github.com/heroui-inc/heroui/commit/c1f05ecb4646fe99684efd88b9adb1abb7c709f7), [`0462dde0a`](https://github.com/heroui-inc/heroui/commit/0462dde0a752e5ee5341c372834be5496296a6cc), [`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49), [`444d320db`](https://github.com/heroui-inc/heroui/commit/444d320dbc146399eb937c219ce983d427675425), [`a164c26e9`](https://github.com/heroui-inc/heroui/commit/a164c26e96ac8d899ec457e35e22d9b22829c0fa), [`134f37184`](https://github.com/heroui-inc/heroui/commit/134f371843e90f23c3f1816e8b9df328e21d6827), [`5652e7bdd`](https://github.com/heroui-inc/heroui/commit/5652e7bddc498c7f7420a68c58f207ba4cbe3933)]: - @heroui/date-input@2.1.2 - @heroui/aria-utils@2.0.22 - @heroui/calendar@2.0.8 @@ -499,13 +499,13 @@ ### Patch Changes -- [#3146](https://github.com/frontio-ai/heroui/pull/3146) [`3da81494c`](https://github.com/frontio-ai/heroui/commit/3da81494c37f26e9b0e76745e461ac091e7c03af) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Add support for apply styles to DateInput (#2770, #2895, #2998) +- [#3146](https://github.com/heroui-inc/heroui/pull/3146) [`3da81494c`](https://github.com/heroui-inc/heroui/commit/3da81494c37f26e9b0e76745e461ac091e7c03af) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Add support for apply styles to DateInput (#2770, #2895, #2998) -- [#3240](https://github.com/frontio-ai/heroui/pull/3240) [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies +- [#3240](https://github.com/heroui-inc/heroui/pull/3240) [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies -- [#3112](https://github.com/frontio-ai/heroui/pull/3112) [`df0126f93`](https://github.com/frontio-ai/heroui/commit/df0126f93f0f9c2cfa0cbfa44f5abd394ebd48d0) Thanks [@ryo-manba](https://github.com/ryo-manba)! - chore(date): update errorMessageFunction story and docs for date libraries +- [#3112](https://github.com/heroui-inc/heroui/pull/3112) [`df0126f93`](https://github.com/heroui-inc/heroui/commit/df0126f93f0f9c2cfa0cbfa44f5abd394ebd48d0) Thanks [@ryo-manba](https://github.com/ryo-manba)! - chore(date): update errorMessageFunction story and docs for date libraries -- Updated dependencies [[`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`3500147d7`](https://github.com/frontio-ai/heroui/commit/3500147d7fbe53bc01ae24749fdeaf87c37c0d12), [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`df0126f93`](https://github.com/frontio-ai/heroui/commit/df0126f93f0f9c2cfa0cbfa44f5abd394ebd48d0), [`b9bb06ff3`](https://github.com/frontio-ai/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: +- Updated dependencies [[`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`3500147d7`](https://github.com/heroui-inc/heroui/commit/3500147d7fbe53bc01ae24749fdeaf87c37c0d12), [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`df0126f93`](https://github.com/heroui-inc/heroui/commit/df0126f93f0f9c2cfa0cbfa44f5abd394ebd48d0), [`b9bb06ff3`](https://github.com/heroui-inc/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: - @heroui/popover@2.1.24 - @heroui/aria-utils@2.0.21 - @heroui/shared-icons@2.0.8 @@ -518,7 +518,7 @@ ### Patch Changes -- Updated dependencies [[`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: +- Updated dependencies [[`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: - @heroui/button@2.0.33 - @heroui/calendar@2.0.6 - @heroui/popover@2.1.23 @@ -529,25 +529,25 @@ ### Minor Changes -- [#2987](https://github.com/frontio-ai/heroui/pull/2987) [`540aa2124`](https://github.com/frontio-ai/heroui/commit/540aa2124b45b65a40e73f5aea2b90405fe1fe9a) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Change validationBehavior from native to aria by default, with the option to change via props. +- [#2987](https://github.com/heroui-inc/heroui/pull/2987) [`540aa2124`](https://github.com/heroui-inc/heroui/commit/540aa2124b45b65a40e73f5aea2b90405fe1fe9a) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Change validationBehavior from native to aria by default, with the option to change via props. ### Patch Changes -- [#2889](https://github.com/frontio-ai/heroui/pull/2889) [`aba1716ed`](https://github.com/frontio-ai/heroui/commit/aba1716edc2a85c94e6baeb4acc481f67589d002) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Update React Aria packages +- [#2889](https://github.com/heroui-inc/heroui/pull/2889) [`aba1716ed`](https://github.com/heroui-inc/heroui/commit/aba1716edc2a85c94e6baeb4acc481f67589d002) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Update React Aria packages -- [#2854](https://github.com/frontio-ai/heroui/pull/2854) [`3b14c21e0`](https://github.com/frontio-ai/heroui/commit/3b14c21e02fedf15d7d22e911109dac60c4e780e) Thanks [@wingkwong](https://github.com/wingkwong)! - Revise popover-based focus behaviours (#2849, #2834, #2779, #2962, #2872, #2974, #1920, #1287, #3060) +- [#2854](https://github.com/heroui-inc/heroui/pull/2854) [`3b14c21e0`](https://github.com/heroui-inc/heroui/commit/3b14c21e02fedf15d7d22e911109dac60c4e780e) Thanks [@wingkwong](https://github.com/wingkwong)! - Revise popover-based focus behaviours (#2849, #2834, #2779, #2962, #2872, #2974, #1920, #1287, #3060) -- [#3011](https://github.com/frontio-ai/heroui/pull/3011) [`ca8554ccf`](https://github.com/frontio-ai/heroui/commit/ca8554ccff143c49aea535b98e4ffdbcd0040a26) Thanks [@wingkwong](https://github.com/wingkwong)! - add missing ref to input wrapper (#3008) +- [#3011](https://github.com/heroui-inc/heroui/pull/3011) [`ca8554ccf`](https://github.com/heroui-inc/heroui/commit/ca8554ccff143c49aea535b98e4ffdbcd0040a26) Thanks [@wingkwong](https://github.com/wingkwong)! - add missing ref to input wrapper (#3008) -- [#2845](https://github.com/frontio-ai/heroui/pull/2845) [`6bbd234aa`](https://github.com/frontio-ai/heroui/commit/6bbd234aa23fa594a191e39265296c3be09fda7f) Thanks [@chirokas](https://github.com/chirokas)! - Fix calendar header controlled state on DatePicker. +- [#2845](https://github.com/heroui-inc/heroui/pull/2845) [`6bbd234aa`](https://github.com/heroui-inc/heroui/commit/6bbd234aa23fa594a191e39265296c3be09fda7f) Thanks [@chirokas](https://github.com/chirokas)! - Fix calendar header controlled state on DatePicker. -- [#2929](https://github.com/frontio-ai/heroui/pull/2929) [`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. +- [#2929](https://github.com/heroui-inc/heroui/pull/2929) [`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. -- [#2908](https://github.com/frontio-ai/heroui/pull/2908) [`2a2a0692c`](https://github.com/frontio-ai/heroui/commit/2a2a0692ca81ea575d2328d933d775ccbd43ac1c) Thanks [@wingkwong](https://github.com/wingkwong)! - keep date picker style consistent for different variants (#2901) +- [#2908](https://github.com/heroui-inc/heroui/pull/2908) [`2a2a0692c`](https://github.com/heroui-inc/heroui/commit/2a2a0692ca81ea575d2328d933d775ccbd43ac1c) Thanks [@wingkwong](https://github.com/wingkwong)! - keep date picker style consistent for different variants (#2901) -- [#3014](https://github.com/frontio-ai/heroui/pull/3014) [`20ba81948`](https://github.com/frontio-ai/heroui/commit/20ba81948d86ccc7ea4269cceb06e04899903b0e) Thanks [@winchesHe](https://github.com/winchesHe)! - add the correct peerDep version +- [#3014](https://github.com/heroui-inc/heroui/pull/3014) [`20ba81948`](https://github.com/heroui-inc/heroui/commit/20ba81948d86ccc7ea4269cceb06e04899903b0e) Thanks [@winchesHe](https://github.com/winchesHe)! - add the correct peerDep version -- Updated dependencies [[`aba1716ed`](https://github.com/frontio-ai/heroui/commit/aba1716edc2a85c94e6baeb4acc481f67589d002), [`3b14c21e0`](https://github.com/frontio-ai/heroui/commit/3b14c21e02fedf15d7d22e911109dac60c4e780e), [`bf68c91b9`](https://github.com/frontio-ai/heroui/commit/bf68c91b9a5be2014830859b0be2127d657ba90f), [`c83ff382b`](https://github.com/frontio-ai/heroui/commit/c83ff382b9e5deaa08ed7e64eee484cc4904704d), [`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2), [`540aa2124`](https://github.com/frontio-ai/heroui/commit/540aa2124b45b65a40e73f5aea2b90405fe1fe9a), [`20ba81948`](https://github.com/frontio-ai/heroui/commit/20ba81948d86ccc7ea4269cceb06e04899903b0e)]: +- Updated dependencies [[`aba1716ed`](https://github.com/heroui-inc/heroui/commit/aba1716edc2a85c94e6baeb4acc481f67589d002), [`3b14c21e0`](https://github.com/heroui-inc/heroui/commit/3b14c21e02fedf15d7d22e911109dac60c4e780e), [`bf68c91b9`](https://github.com/heroui-inc/heroui/commit/bf68c91b9a5be2014830859b0be2127d657ba90f), [`c83ff382b`](https://github.com/heroui-inc/heroui/commit/c83ff382b9e5deaa08ed7e64eee484cc4904704d), [`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2), [`540aa2124`](https://github.com/heroui-inc/heroui/commit/540aa2124b45b65a40e73f5aea2b90405fe1fe9a), [`20ba81948`](https://github.com/heroui-inc/heroui/commit/20ba81948d86ccc7ea4269cceb06e04899903b0e)]: - @heroui/calendar@2.0.5 - @heroui/date-input@2.1.0 - @heroui/popover@2.1.22 @@ -558,11 +558,11 @@ ### Patch Changes -- [#2832](https://github.com/frontio-ai/heroui/pull/2832) [`1cc5215ce`](https://github.com/frontio-ai/heroui/commit/1cc5215ce6026da7e7736d74a5479b2f5b86c1ff) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Fixed missing aria labels in date range picker (#2804) +- [#2832](https://github.com/heroui-inc/heroui/pull/2832) [`1cc5215ce`](https://github.com/heroui-inc/heroui/commit/1cc5215ce6026da7e7736d74a5479b2f5b86c1ff) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Fixed missing aria labels in date range picker (#2804) -- [#2833](https://github.com/frontio-ai/heroui/pull/2833) [`308b32c0f`](https://github.com/frontio-ai/heroui/commit/308b32c0f1611ecc72d8cf3b91a4481cc0fc09a5) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Fixed console errors for non-DOM props in DatePicker (#2823) +- [#2833](https://github.com/heroui-inc/heroui/pull/2833) [`308b32c0f`](https://github.com/heroui-inc/heroui/commit/308b32c0f1611ecc72d8cf3b91a4481cc0fc09a5) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Fixed console errors for non-DOM props in DatePicker (#2823) -- Updated dependencies [[`e9fef9bd9`](https://github.com/frontio-ai/heroui/commit/e9fef9bd922ae1efdf3f796cfe88a579bf693c1d)]: +- Updated dependencies [[`e9fef9bd9`](https://github.com/heroui-inc/heroui/commit/e9fef9bd922ae1efdf3f796cfe88a579bf693c1d)]: - @heroui/calendar@2.0.4 - @heroui/popover@2.1.21 - @heroui/button@2.0.31 @@ -572,7 +572,7 @@ ### Patch Changes -- Updated dependencies [[`183a4a6cf`](https://github.com/frontio-ai/heroui/commit/183a4a6cfda193a076a4a30550ab93b72d51002d), [`eccc2f2f3`](https://github.com/frontio-ai/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: +- Updated dependencies [[`183a4a6cf`](https://github.com/heroui-inc/heroui/commit/183a4a6cfda193a076a4a30550ab93b72d51002d), [`eccc2f2f3`](https://github.com/heroui-inc/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: - @heroui/popover@2.1.20 - @heroui/react-utils@2.0.13 - @heroui/button@2.0.30 @@ -583,23 +583,23 @@ ### Patch Changes -- Updated dependencies [[`9e5dd8ce3`](https://github.com/frontio-ai/heroui/commit/9e5dd8ce37c94c9ca1ba7b2049a6e55f1803fee9)]: +- Updated dependencies [[`9e5dd8ce3`](https://github.com/heroui-inc/heroui/commit/9e5dd8ce37c94c9ca1ba7b2049a6e55f1803fee9)]: - @heroui/popover@2.1.19 ## 2.0.4 ### Patch Changes -- Updated dependencies [[`f89356691`](https://github.com/frontio-ai/heroui/commit/f89356691cecb8e54f5f820b2b4491537e7c11f3)]: +- Updated dependencies [[`f89356691`](https://github.com/heroui-inc/heroui/commit/f89356691cecb8e54f5f820b2b4491537e7c11f3)]: - @heroui/popover@2.1.18 ## 2.0.3 ### Patch Changes -- [#2744](https://github.com/frontio-ai/heroui/pull/2744) [`158c2aa00`](https://github.com/frontio-ai/heroui/commit/158c2aa004f0080449321f84b0efd37762e8adc0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Refactor calendar cell tab index, add calendar default width +- [#2744](https://github.com/heroui-inc/heroui/pull/2744) [`158c2aa00`](https://github.com/heroui-inc/heroui/commit/158c2aa004f0080449321f84b0efd37762e8adc0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Refactor calendar cell tab index, add calendar default width -- Updated dependencies [[`158c2aa00`](https://github.com/frontio-ai/heroui/commit/158c2aa004f0080449321f84b0efd37762e8adc0)]: +- Updated dependencies [[`158c2aa00`](https://github.com/heroui-inc/heroui/commit/158c2aa004f0080449321f84b0efd37762e8adc0)]: - @heroui/calendar@2.0.2 - @heroui/button@2.0.29 - @heroui/date-input@2.0.2 @@ -610,15 +610,15 @@ ### Patch Changes -- [#2737](https://github.com/frontio-ai/heroui/pull/2737) [`fdbfa1f29`](https://github.com/frontio-ai/heroui/commit/fdbfa1f2999e3a6304c7cf36fd73ce5e4ef3fe50) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Static props removed from date range input picker field +- [#2737](https://github.com/heroui-inc/heroui/pull/2737) [`fdbfa1f29`](https://github.com/heroui-inc/heroui/commit/fdbfa1f2999e3a6304c7cf36fd73ce5e4ef3fe50) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Static props removed from date range input picker field ## 2.0.1 ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- Updated dependencies [[`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`a05aef0ac`](https://github.com/frontio-ai/heroui/commit/a05aef0acb5a7b000c8131e8ba4f50f0adec01e5), [`2b9f89023`](https://github.com/frontio-ai/heroui/commit/2b9f89023ac087016083dcc205703ae1b2bc9cb8), [`c5049edfd`](https://github.com/frontio-ai/heroui/commit/c5049edfde7edaee2081d70e581739be9dcae2f9), [`8761168d3`](https://github.com/frontio-ai/heroui/commit/8761168d3459cd83ce571f4e65eb8ea6db8516ef), [`eb51bf226`](https://github.com/frontio-ai/heroui/commit/eb51bf226170e4bb37ae30990d1c3aa26d8c504b), [`7263daca0`](https://github.com/frontio-ai/heroui/commit/7263daca08674338eb28529315070337ba0dfc17), [`2894aecca`](https://github.com/frontio-ai/heroui/commit/2894aecca1a2ef0dfb3066b9b8df24ce48c99dae)]: +- Updated dependencies [[`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`a05aef0ac`](https://github.com/heroui-inc/heroui/commit/a05aef0acb5a7b000c8131e8ba4f50f0adec01e5), [`2b9f89023`](https://github.com/heroui-inc/heroui/commit/2b9f89023ac087016083dcc205703ae1b2bc9cb8), [`c5049edfd`](https://github.com/heroui-inc/heroui/commit/c5049edfde7edaee2081d70e581739be9dcae2f9), [`8761168d3`](https://github.com/heroui-inc/heroui/commit/8761168d3459cd83ce571f4e65eb8ea6db8516ef), [`eb51bf226`](https://github.com/heroui-inc/heroui/commit/eb51bf226170e4bb37ae30990d1c3aa26d8c504b), [`7263daca0`](https://github.com/heroui-inc/heroui/commit/7263daca08674338eb28529315070337ba0dfc17), [`2894aecca`](https://github.com/heroui-inc/heroui/commit/2894aecca1a2ef0dfb3066b9b8df24ce48c99dae)]: - @heroui/button@2.0.28 - @heroui/calendar@2.0.1 - @heroui/date-input@2.0.1 diff --git a/packages/components/date-picker/README.md b/packages/components/date-picker/README.md index 6f2d8f8614..4db258efa7 100644 --- a/packages/components/date-picker/README.md +++ b/packages/components/date-picker/README.md @@ -13,10 +13,10 @@ npm i @heroui/date-picker ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/components/divider/CHANGELOG.md b/packages/components/divider/CHANGELOG.md index 205afeed4f..fce684f010 100644 --- a/packages/components/divider/CHANGELOG.md +++ b/packages/components/divider/CHANGELOG.md @@ -15,7 +15,7 @@ ### Patch Changes -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31), [`76a72a9`](https://github.com/frontio-ai/heroui/commit/76a72a9d1c8400d23b3f948670cb6844d9728b2a)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31), [`76a72a9`](https://github.com/heroui-inc/heroui/commit/76a72a9d1c8400d23b3f948670cb6844d9728b2a)]: - @heroui/shared-utils@2.1.2 - @heroui/system-rsc@2.3.5 @@ -23,36 +23,36 @@ ### Patch Changes -- [#4258](https://github.com/frontio-ai/heroui/pull/4258) [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions +- [#4258](https://github.com/heroui-inc/heroui/pull/4258) [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions -- Updated dependencies [[`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: +- Updated dependencies [[`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: - @heroui/system-rsc@2.3.4 ## 2.2.3 ### Patch Changes -- [#4255](https://github.com/frontio-ai/heroui/pull/4255) [`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) +- [#4255](https://github.com/heroui-inc/heroui/pull/4255) [`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) -- Updated dependencies [[`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: +- Updated dependencies [[`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: - @heroui/system-rsc@2.3.3 ## 2.2.2 ### Patch Changes -- [#4247](https://github.com/frontio-ai/heroui/pull/4247) [`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* +- [#4247](https://github.com/heroui-inc/heroui/pull/4247) [`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* -- Updated dependencies [[`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: +- Updated dependencies [[`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: - @heroui/system-rsc@2.3.2 ## 2.2.1 ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/system-rsc@2.3.1 - @heroui/react-rsc-utils@2.1.1 - @heroui/shared-utils@2.1.1 @@ -61,7 +61,7 @@ ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -87,7 +87,7 @@ ### Patch Changes -- Updated dependencies [[`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/system-rsc@2.3.0 - @heroui/react-rsc-utils@2.1.0 - @heroui/shared-utils@2.1.0 @@ -96,9 +96,9 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/system-rsc@2.2.0-beta.8 - @heroui/react-rsc-utils@2.0.15-beta.5 - @heroui/shared-utils@2.0.9-beta.8 @@ -107,18 +107,18 @@ ### Patch Changes -- [#3036](https://github.com/frontio-ai/heroui/pull/3036) [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3036](https://github.com/heroui-inc/heroui/pull/3036) [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version -- Updated dependencies [[`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: +- Updated dependencies [[`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: - @heroui/system-rsc@2.2.0-beta.7 ## 2.1.0-beta.7 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/system-rsc@2.2.0-beta.6 - @heroui/react-rsc-utils@2.0.15-beta.4 - @heroui/shared-utils@2.0.9-beta.7 @@ -127,9 +127,9 @@ ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/system-rsc@2.2.0-beta.5 - @heroui/react-rsc-utils@2.0.15-beta.3 - @heroui/shared-utils@2.0.9-beta.6 @@ -138,9 +138,9 @@ ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/system-rsc@2.2.0-beta.4 - @heroui/react-rsc-utils@2.0.15-beta.2 - @heroui/shared-utils@2.0.9-beta.5 @@ -149,7 +149,7 @@ ### Patch Changes -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/shared-utils@2.0.9-beta.4 - @heroui/system-rsc@2.2.0-beta.3 @@ -157,9 +157,9 @@ ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/system-rsc@2.2.0-beta.3 - @heroui/react-rsc-utils@2.0.15-beta.1 - @heroui/shared-utils@2.0.9-beta.3 @@ -168,9 +168,9 @@ ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/system-rsc@2.2.0-beta.2 - @heroui/react-rsc-utils@2.0.15-beta.0 - @heroui/shared-utils@2.0.9-beta.2 @@ -179,9 +179,9 @@ ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/system-rsc@2.2.0-beta.1 - @heroui/shared-utils@2.0.9-beta.1 @@ -189,11 +189,11 @@ ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ### Patch Changes -- Updated dependencies [[`0cf91395c`](https://github.com/frontio-ai/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/frontio-ai/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/frontio-ai/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/frontio-ai/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/frontio-ai/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/frontio-ai/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/frontio-ai/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/frontio-ai/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/frontio-ai/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/frontio-ai/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/frontio-ai/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/frontio-ai/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: +- Updated dependencies [[`0cf91395c`](https://github.com/heroui-inc/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/heroui-inc/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/heroui-inc/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/heroui-inc/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/heroui-inc/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/heroui-inc/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/heroui-inc/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/heroui-inc/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/heroui-inc/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/heroui-inc/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/heroui-inc/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/heroui-inc/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: - @heroui/theme@2.3.0-beta.0 - @heroui/system-rsc@2.2.0-beta.0 - @heroui/shared-utils@2.0.9-beta.0 @@ -202,7 +202,7 @@ ### Patch Changes -- Updated dependencies [[`44e89a077`](https://github.com/frontio-ai/heroui/commit/44e89a0779c1c98fe275c864fe12834d19302b9c), [`446a6bf57`](https://github.com/frontio-ai/heroui/commit/446a6bf57c3c9e6acadd6629411b33353b305590), [`f36df4362`](https://github.com/frontio-ai/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: +- Updated dependencies [[`44e89a077`](https://github.com/heroui-inc/heroui/commit/44e89a0779c1c98fe275c864fe12834d19302b9c), [`446a6bf57`](https://github.com/heroui-inc/heroui/commit/446a6bf57c3c9e6acadd6629411b33353b305590), [`f36df4362`](https://github.com/heroui-inc/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: - @heroui/system-rsc@2.1.6 - @heroui/react-rsc-utils@2.0.14 - @heroui/shared-utils@2.0.8 @@ -211,9 +211,9 @@ ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/system-rsc@2.1.5 - @heroui/react-rsc-utils@2.0.13 - @heroui/shared-utils@2.0.7 @@ -222,14 +222,14 @@ ### Patch Changes -- Updated dependencies [[`5591138bf`](https://github.com/frontio-ai/heroui/commit/5591138bff4a393f614c4cb0d505901560c4ceea)]: +- Updated dependencies [[`5591138bf`](https://github.com/heroui-inc/heroui/commit/5591138bff4a393f614c4cb0d505901560c4ceea)]: - @heroui/system-rsc@2.1.4 ## 2.0.29 ### Patch Changes -- Updated dependencies [[`0cdfdb48b`](https://github.com/frontio-ai/heroui/commit/0cdfdb48bcb7eecb752fc6a3033d3bdd2335872b), [`f785d1fb0`](https://github.com/frontio-ai/heroui/commit/f785d1fb0460df73912bcd6614bc78d46db14e6b), [`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: +- Updated dependencies [[`0cdfdb48b`](https://github.com/heroui-inc/heroui/commit/0cdfdb48bcb7eecb752fc6a3033d3bdd2335872b), [`f785d1fb0`](https://github.com/heroui-inc/heroui/commit/f785d1fb0460df73912bcd6614bc78d46db14e6b), [`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: - @heroui/system-rsc@2.1.3 - @heroui/shared-utils@2.0.6 @@ -237,14 +237,14 @@ ### Patch Changes -- Updated dependencies [[`e3afa4789`](https://github.com/frontio-ai/heroui/commit/e3afa4789a1ac0fa929b2acaca5bd9c520567ab8), [`1109baea6`](https://github.com/frontio-ai/heroui/commit/1109baea6ac6aa3feb2be90ef065f61b2c2a06a9)]: +- Updated dependencies [[`e3afa4789`](https://github.com/heroui-inc/heroui/commit/e3afa4789a1ac0fa929b2acaca5bd9c520567ab8), [`1109baea6`](https://github.com/heroui-inc/heroui/commit/1109baea6ac6aa3feb2be90ef065f61b2c2a06a9)]: - @heroui/system-rsc@2.1.2 ## 2.0.27 ### Patch Changes -- Updated dependencies [[`74eda3128`](https://github.com/frontio-ai/heroui/commit/74eda312883b2e17df26f71442aba9fb3cd240be)]: +- Updated dependencies [[`74eda3128`](https://github.com/heroui-inc/heroui/commit/74eda312883b2e17df26f71442aba9fb3cd240be)]: - @heroui/system-rsc@2.1.1 - @heroui/react-rsc-utils@2.0.12 @@ -252,16 +252,16 @@ ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added - `framer-transitions` renamed to `framer-utils` - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- Updated dependencies [[`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`c5049edfd`](https://github.com/frontio-ai/heroui/commit/c5049edfde7edaee2081d70e581739be9dcae2f9), [`f864dc397`](https://github.com/frontio-ai/heroui/commit/f864dc3974993b29ea5048483d7e0e998e8bef56)]: +- Updated dependencies [[`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`c5049edfd`](https://github.com/heroui-inc/heroui/commit/c5049edfde7edaee2081d70e581739be9dcae2f9), [`f864dc397`](https://github.com/heroui-inc/heroui/commit/f864dc3974993b29ea5048483d7e0e998e8bef56)]: - @heroui/system-rsc@2.1.0 - @heroui/react-rsc-utils@2.0.11 - @heroui/shared-utils@2.0.5 @@ -270,41 +270,41 @@ ### Patch Changes -- Updated dependencies [[`a978687b0`](https://github.com/frontio-ai/heroui/commit/a978687b0736d1e15943ef46628fc4fa0723ddc7)]: +- Updated dependencies [[`a978687b0`](https://github.com/heroui-inc/heroui/commit/a978687b0736d1e15943ef46628fc4fa0723ddc7)]: - @heroui/system-rsc@2.0.11 ## 2.0.24 ### Patch Changes -- Updated dependencies [[`6ecdc278a`](https://github.com/frontio-ai/heroui/commit/6ecdc278aba927ee38a799679b8eb99cba99cab9)]: +- Updated dependencies [[`6ecdc278a`](https://github.com/heroui-inc/heroui/commit/6ecdc278aba927ee38a799679b8eb99cba99cab9)]: - @heroui/system-rsc@2.0.10 ## 2.0.23 ### Patch Changes -- [#1877](https://github.com/frontio-ai/heroui/pull/1877) [`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range +- [#1877](https://github.com/heroui-inc/heroui/pull/1877) [`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range -- Updated dependencies [[`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648)]: +- Updated dependencies [[`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648)]: - @heroui/system-rsc@2.0.9 ## 2.0.22 ### Patch Changes -- [#1874](https://github.com/frontio-ai/heroui/pull/1874) [`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. +- [#1874](https://github.com/heroui-inc/heroui/pull/1874) [`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. -- Updated dependencies [[`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0)]: +- Updated dependencies [[`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0)]: - @heroui/system-rsc@2.0.8 ## 2.0.21 ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/system-rsc@2.0.7 - @heroui/theme@2.1.10 - @heroui/react-rsc-utils@2.0.10 @@ -314,7 +314,7 @@ ### Patch Changes -- Updated dependencies [[`f6531c5f6`](https://github.com/frontio-ai/heroui/commit/f6531c5f603d7f6308a597962ec6fab62c92fa93), [`425a034bc`](https://github.com/frontio-ai/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87), [`cdc30db14`](https://github.com/frontio-ai/heroui/commit/cdc30db14c75d9c2e05d928e52c08a49cc1b6437)]: +- Updated dependencies [[`f6531c5f6`](https://github.com/heroui-inc/heroui/commit/f6531c5f603d7f6308a597962ec6fab62c92fa93), [`425a034bc`](https://github.com/heroui-inc/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87), [`cdc30db14`](https://github.com/heroui-inc/heroui/commit/cdc30db14c75d9c2e05d928e52c08a49cc1b6437)]: - @heroui/system-rsc@2.0.6 - @heroui/theme@2.1.9 - @heroui/react-rsc-utils@2.0.9 @@ -323,9 +323,9 @@ ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy -- Updated dependencies [[`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: +- Updated dependencies [[`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: - @heroui/system-rsc@2.0.5 - @heroui/theme@2.1.8 - @heroui/react-rsc-utils@2.0.8 @@ -335,9 +335,9 @@ ### Patch Changes -- [#1589](https://github.com/frontio-ai/heroui/pull/1589) [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded +- [#1589](https://github.com/heroui-inc/heroui/pull/1589) [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded -- Updated dependencies [[`a3be419cb`](https://github.com/frontio-ai/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/frontio-ai/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5)]: +- Updated dependencies [[`a3be419cb`](https://github.com/heroui-inc/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/heroui-inc/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5)]: - @heroui/theme@2.1.7 - @heroui/system-rsc@2.0.4 @@ -345,7 +345,7 @@ ### Patch Changes -- Updated dependencies [[`7c8341035`](https://github.com/frontio-ai/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: +- Updated dependencies [[`7c8341035`](https://github.com/heroui-inc/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: - @heroui/theme@2.1.6 - @heroui/system-rsc@2.0.4 @@ -353,7 +353,7 @@ ### Patch Changes -- Updated dependencies [[`d61428d9e`](https://github.com/frontio-ai/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/frontio-ai/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: +- Updated dependencies [[`d61428d9e`](https://github.com/heroui-inc/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/heroui-inc/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: - @heroui/system-rsc@2.0.4 - @heroui/theme@2.1.5 @@ -361,7 +361,7 @@ ### Patch Changes -- Updated dependencies [[`043b8420c`](https://github.com/frontio-ai/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592)]: +- Updated dependencies [[`043b8420c`](https://github.com/heroui-inc/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592)]: - @heroui/theme@2.1.4 - @heroui/system-rsc@2.0.3 @@ -369,7 +369,7 @@ ### Patch Changes -- Updated dependencies [[`5702287e5`](https://github.com/frontio-ai/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: +- Updated dependencies [[`5702287e5`](https://github.com/heroui-inc/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: - @heroui/theme@2.1.3 - @heroui/system-rsc@2.0.3 @@ -377,9 +377,9 @@ ### Patch Changes -- [#1458](https://github.com/frontio-ai/heroui/pull/1458) [`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles +- [#1458](https://github.com/heroui-inc/heroui/pull/1458) [`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles -- Updated dependencies [[`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: +- Updated dependencies [[`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: - @heroui/theme@2.1.2 - @heroui/system-rsc@2.0.3 @@ -387,7 +387,7 @@ ### Patch Changes -- Updated dependencies [[`cc839cdd`](https://github.com/frontio-ai/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: +- Updated dependencies [[`cc839cdd`](https://github.com/heroui-inc/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: - @heroui/theme@2.1.1 - @heroui/system-rsc@2.0.3 @@ -395,7 +395,7 @@ ### Patch Changes -- Updated dependencies [[`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: +- Updated dependencies [[`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: - @heroui/theme@2.1.0 - @heroui/react-rsc-utils@2.0.7 - @heroui/system-rsc@2.0.3 @@ -404,7 +404,7 @@ ### Patch Changes -- Updated dependencies [[`94d65df53`](https://github.com/frontio-ai/heroui/commit/94d65df53392f0013438f4ca48716011e79a3c56)]: +- Updated dependencies [[`94d65df53`](https://github.com/heroui-inc/heroui/commit/94d65df53392f0013438f4ca48716011e79a3c56)]: - @heroui/react-rsc-utils@2.0.6 - @heroui/system-rsc@2.0.3 @@ -412,7 +412,7 @@ ### Patch Changes -- Updated dependencies [[`d0341020`](https://github.com/frontio-ai/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: +- Updated dependencies [[`d0341020`](https://github.com/heroui-inc/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: - @heroui/theme@2.0.5 - @heroui/system-rsc@2.0.3 @@ -420,7 +420,7 @@ ### Patch Changes -- Updated dependencies [[`fe03c42f`](https://github.com/frontio-ai/heroui/commit/fe03c42fa144b5066ebc8ad39c144aeef437d2c6), [`fe03c42f`](https://github.com/frontio-ai/heroui/commit/fe03c42fa144b5066ebc8ad39c144aeef437d2c6)]: +- Updated dependencies [[`fe03c42f`](https://github.com/heroui-inc/heroui/commit/fe03c42fa144b5066ebc8ad39c144aeef437d2c6), [`fe03c42f`](https://github.com/heroui-inc/heroui/commit/fe03c42fa144b5066ebc8ad39c144aeef437d2c6)]: - @heroui/react-rsc-utils@2.0.5 - @heroui/system-rsc@2.0.3 @@ -428,7 +428,7 @@ ### Patch Changes -- [#1359](https://github.com/frontio-ai/heroui/pull/1359) [`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n +- [#1359](https://github.com/heroui-inc/heroui/pull/1359) [`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n - react-aria packages upgraded to the latest version - image storybooks fixed @@ -438,7 +438,7 @@ ### Patch Changes -- Updated dependencies [[`d13a14fa`](https://github.com/frontio-ai/heroui/commit/d13a14facc1a92dac72e58a93e0452a86a2243c6)]: +- Updated dependencies [[`d13a14fa`](https://github.com/heroui-inc/heroui/commit/d13a14facc1a92dac72e58a93e0452a86a2243c6)]: - @heroui/react-rsc-utils@2.0.4 - @heroui/system-rsc@2.0.3 @@ -446,7 +446,7 @@ ### Patch Changes -- Updated dependencies [[`42001647`](https://github.com/frontio-ai/heroui/commit/4200164712b6eb4b37a14fe9e005844ff770a180)]: +- Updated dependencies [[`42001647`](https://github.com/heroui-inc/heroui/commit/4200164712b6eb4b37a14fe9e005844ff770a180)]: - @heroui/react-rsc-utils@2.0.3 - @heroui/system-rsc@2.0.3 @@ -454,9 +454,9 @@ ### Patch Changes -- [#1301](https://github.com/frontio-ai/heroui/pull/1301) [`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss +- [#1301](https://github.com/heroui-inc/heroui/pull/1301) [`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss -- Updated dependencies [[`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: +- Updated dependencies [[`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: - @heroui/theme@2.0.4 - @heroui/system-rsc@2.0.3 @@ -464,14 +464,14 @@ ### Patch Changes -- [#1289](https://github.com/frontio-ai/heroui/pull/1289) [`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it +- [#1289](https://github.com/heroui-inc/heroui/pull/1289) [`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it - packages adapted to support RSC imports - filterDomProps function was modified to enable/disabled it -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports -- Updated dependencies [[`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: +- Updated dependencies [[`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: - @heroui/system-rsc@2.0.3 - @heroui/theme@2.0.3 - @heroui/react-rsc-utils@2.0.2 @@ -481,7 +481,7 @@ ### Patch Changes -- Updated dependencies [[`459ac5ed`](https://github.com/frontio-ai/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: +- Updated dependencies [[`459ac5ed`](https://github.com/heroui-inc/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: - @heroui/theme@2.0.2 - @heroui/system@2.0.2 @@ -489,11 +489,11 @@ ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated -- Updated dependencies [[`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: +- Updated dependencies [[`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: - @heroui/shared-utils@2.0.1 - @heroui/react-utils@2.0.1 - @heroui/system@2.0.1 diff --git a/packages/components/divider/README.md b/packages/components/divider/README.md index 0074fdaf49..45f874a5f3 100644 --- a/packages/components/divider/README.md +++ b/packages/components/divider/README.md @@ -15,10 +15,10 @@ npm i @heroui/divider ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/components/drawer/CHANGELOG.md b/packages/components/drawer/CHANGELOG.md index 85289f5b1a..b518d9e05b 100644 --- a/packages/components/drawer/CHANGELOG.md +++ b/packages/components/drawer/CHANGELOG.md @@ -16,9 +16,9 @@ ### Patch Changes -- [#4438](https://github.com/frontio-ai/heroui/pull/4438) [`07780a7`](https://github.com/frontio-ai/heroui/commit/07780a75a2747405e16af99c1692aef496f54175) Thanks [@wingkwong](https://github.com/wingkwong)! - use top-level type-only import instead of inline type specifiers +- [#4438](https://github.com/heroui-inc/heroui/pull/4438) [`07780a7`](https://github.com/heroui-inc/heroui/commit/07780a75a2747405e16af99c1692aef496f54175) Thanks [@wingkwong](https://github.com/wingkwong)! - use top-level type-only import instead of inline type specifiers -- Updated dependencies [[`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: +- Updated dependencies [[`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: - @heroui/react-utils@2.1.3 - @heroui/modal@2.2.7 - @heroui/framer-utils@2.1.6 @@ -27,9 +27,9 @@ ### Patch Changes -- [#4310](https://github.com/frontio-ai/heroui/pull/4310) [`f8f6bfe`](https://github.com/frontio-ai/heroui/commit/f8f6bfea5a7f783636c4d0ce9ba7291ce0ea0a97) Thanks [@omarshehab221](https://github.com/omarshehab221)! - Export useDisclosure and Drawer children props from `@heroui/drawer` +- [#4310](https://github.com/heroui-inc/heroui/pull/4310) [`f8f6bfe`](https://github.com/heroui-inc/heroui/commit/f8f6bfea5a7f783636c4d0ce9ba7291ce0ea0a97) Thanks [@omarshehab221](https://github.com/omarshehab221)! - Export useDisclosure and Drawer children props from `@heroui/drawer` -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: - @heroui/shared-utils@2.1.2 - @heroui/modal@2.2.6 - @heroui/framer-utils@2.1.5 @@ -46,7 +46,7 @@ ### Patch Changes -- Updated dependencies [[`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: +- Updated dependencies [[`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: - @heroui/modal@2.2.4 - @heroui/framer-utils@2.1.4 @@ -54,9 +54,9 @@ ### Patch Changes -- [#4255](https://github.com/frontio-ai/heroui/pull/4255) [`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) +- [#4255](https://github.com/heroui-inc/heroui/pull/4255) [`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) -- Updated dependencies [[`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: +- Updated dependencies [[`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: - @heroui/modal@2.2.3 - @heroui/framer-utils@2.1.3 @@ -64,9 +64,9 @@ ### Patch Changes -- [#4247](https://github.com/frontio-ai/heroui/pull/4247) [`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* +- [#4247](https://github.com/heroui-inc/heroui/pull/4247) [`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* -- Updated dependencies [[`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: +- Updated dependencies [[`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: - @heroui/modal@2.2.2 - @heroui/framer-utils@2.1.2 @@ -74,9 +74,9 @@ ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/modal@2.2.1 - @heroui/framer-utils@2.1.1 - @heroui/react-utils@2.1.1 @@ -86,7 +86,7 @@ ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -112,7 +112,7 @@ ### Patch Changes -- Updated dependencies [[`44958bf`](https://github.com/frontio-ai/heroui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8), [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`ffb1e55`](https://github.com/frontio-ai/heroui/commit/ffb1e554f7d6b5b1ede66d0838b3b1edeeccdf6b), [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`44958bf`](https://github.com/heroui-inc/heroui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8), [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`ffb1e55`](https://github.com/heroui-inc/heroui/commit/ffb1e554f7d6b5b1ede66d0838b3b1edeeccdf6b), [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/modal@2.2.0 - @heroui/framer-utils@2.1.0 - @heroui/react-utils@2.1.0 @@ -137,9 +137,9 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/modal@2.1.0-beta.12 - @heroui/framer-utils@2.0.26-beta.10 - @heroui/react-utils@2.0.18-beta.8 @@ -149,7 +149,7 @@ ### Patch Changes -- Updated dependencies [[`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: +- Updated dependencies [[`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: - @heroui/modal@2.1.0-beta.11 - @heroui/framer-utils@2.0.26-beta.9 @@ -165,9 +165,9 @@ ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/modal@2.1.0-beta.9 - @heroui/framer-utils@2.0.26-beta.7 - @heroui/react-utils@2.0.18-beta.7 @@ -177,9 +177,9 @@ ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/modal@2.1.0-beta.8 - @heroui/framer-utils@2.0.26-beta.6 - @heroui/react-utils@2.0.18-beta.6 @@ -189,9 +189,9 @@ ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/modal@2.1.0-beta.7 - @heroui/framer-utils@2.0.26-beta.5 - @heroui/react-utils@2.0.18-beta.5 @@ -201,9 +201,9 @@ ### Patch Changes -- [#4057](https://github.com/frontio-ai/heroui/pull/4057) [`d947b9283`](https://github.com/frontio-ai/heroui/commit/d947b92833c8e4abc16dae72466cdb922313e9c8) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Drawer styles and transition improved +- [#4057](https://github.com/heroui-inc/heroui/pull/4057) [`d947b9283`](https://github.com/heroui-inc/heroui/commit/d947b92833c8e4abc16dae72466cdb922313e9c8) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Drawer styles and transition improved -- Updated dependencies [[`d947b9283`](https://github.com/frontio-ai/heroui/commit/d947b92833c8e4abc16dae72466cdb922313e9c8)]: +- Updated dependencies [[`d947b9283`](https://github.com/heroui-inc/heroui/commit/d947b92833c8e4abc16dae72466cdb922313e9c8)]: - @heroui/modal@2.1.0-beta.6 ## 2.1.0-beta.5 @@ -217,7 +217,7 @@ ### Patch Changes -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/shared-utils@2.0.9-beta.4 - @heroui/modal@2.1.0-beta.4 - @heroui/framer-utils@2.0.26-beta.4 @@ -227,9 +227,9 @@ ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/modal@2.1.0-beta.3 - @heroui/framer-utils@2.0.26-beta.3 - @heroui/react-utils@2.0.18-beta.3 @@ -239,9 +239,9 @@ ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/modal@2.1.0-beta.2 - @heroui/framer-utils@2.0.26-beta.2 - @heroui/react-utils@2.0.18-beta.2 @@ -251,9 +251,9 @@ ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/modal@2.1.0-beta.1 - @heroui/framer-utils@2.0.26-beta.1 - @heroui/react-utils@2.0.18-beta.1 @@ -263,11 +263,11 @@ ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ### Patch Changes -- Updated dependencies [[`0cf91395c`](https://github.com/frontio-ai/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/frontio-ai/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/frontio-ai/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/frontio-ai/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/frontio-ai/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/frontio-ai/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/frontio-ai/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/frontio-ai/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/frontio-ai/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/frontio-ai/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`2d6ae74c3`](https://github.com/frontio-ai/heroui/commit/2d6ae74c36a157472bd4b06b8580e7db163eddcc), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/frontio-ai/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/frontio-ai/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: +- Updated dependencies [[`0cf91395c`](https://github.com/heroui-inc/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/heroui-inc/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/heroui-inc/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/heroui-inc/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/heroui-inc/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/heroui-inc/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/heroui-inc/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/heroui-inc/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/heroui-inc/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/heroui-inc/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`2d6ae74c3`](https://github.com/heroui-inc/heroui/commit/2d6ae74c36a157472bd4b06b8580e7db163eddcc), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/heroui-inc/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/heroui-inc/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: - @heroui/theme@2.3.0-beta.0 - @heroui/modal@2.1.0-beta.0 - @heroui/system@2.3.0-beta.0 diff --git a/packages/components/drawer/README.md b/packages/components/drawer/README.md index ce659f7a63..584b4387eb 100644 --- a/packages/components/drawer/README.md +++ b/packages/components/drawer/README.md @@ -15,10 +15,10 @@ npm i @heroui/drawer ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/components/dropdown/CHANGELOG.md b/packages/components/dropdown/CHANGELOG.md index 23745e7830..037a4ccaf2 100644 --- a/packages/components/dropdown/CHANGELOG.md +++ b/packages/components/dropdown/CHANGELOG.md @@ -17,9 +17,9 @@ ### Patch Changes -- [#4498](https://github.com/frontio-ai/heroui/pull/4498) [`33e0418`](https://github.com/frontio-ai/heroui/commit/33e0418d08c29f829b00ee3bc41972dfce6a3370) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Fix incorrect initial popover animation and arrow display (#4466) +- [#4498](https://github.com/heroui-inc/heroui/pull/4498) [`33e0418`](https://github.com/heroui-inc/heroui/commit/33e0418d08c29f829b00ee3bc41972dfce6a3370) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Fix incorrect initial popover animation and arrow display (#4466) -- Updated dependencies [[`33e0418`](https://github.com/frontio-ai/heroui/commit/33e0418d08c29f829b00ee3bc41972dfce6a3370), [`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2), [`fb46df2`](https://github.com/frontio-ai/heroui/commit/fb46df2430f95cddef0c25fce4639c2078b34f62)]: +- Updated dependencies [[`33e0418`](https://github.com/heroui-inc/heroui/commit/33e0418d08c29f829b00ee3bc41972dfce6a3370), [`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2), [`fb46df2`](https://github.com/heroui-inc/heroui/commit/fb46df2430f95cddef0c25fce4639c2078b34f62)]: - @heroui/popover@2.3.9 - @heroui/react-utils@2.1.3 - @heroui/menu@2.2.9 @@ -29,7 +29,7 @@ ### Patch Changes -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: - @heroui/shared-utils@2.1.2 - @heroui/popover@2.3.8 - @heroui/menu@2.2.8 @@ -40,9 +40,9 @@ ### Patch Changes -- [#4322](https://github.com/frontio-ai/heroui/pull/4322) [`78c0928`](https://github.com/frontio-ai/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #4292 interactive elements were not responding to "onClick" event +- [#4322](https://github.com/heroui-inc/heroui/pull/4322) [`78c0928`](https://github.com/heroui-inc/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #4292 interactive elements were not responding to "onClick" event -- Updated dependencies [[`78c0928`](https://github.com/frontio-ai/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f)]: +- Updated dependencies [[`78c0928`](https://github.com/heroui-inc/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f)]: - @heroui/aria-utils@2.2.5 - @heroui/menu@2.2.7 - @heroui/popover@2.3.7 @@ -51,9 +51,9 @@ ### Patch Changes -- [#4314](https://github.com/frontio-ai/heroui/pull/4314) [`5598806`](https://github.com/frontio-ai/heroui/commit/5598806216166dc9fff36cafd9112412486b747f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4314](https://github.com/heroui-inc/heroui/pull/4314) [`5598806`](https://github.com/heroui-inc/heroui/commit/5598806216166dc9fff36cafd9112412486b747f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`5598806`](https://github.com/frontio-ai/heroui/commit/5598806216166dc9fff36cafd9112412486b747f)]: +- Updated dependencies [[`5598806`](https://github.com/heroui-inc/heroui/commit/5598806216166dc9fff36cafd9112412486b747f)]: - @heroui/menu@2.2.6 - @heroui/popover@2.3.6 @@ -61,9 +61,9 @@ ### Patch Changes -- [#4288](https://github.com/frontio-ai/heroui/pull/4288) [`aa5ea19`](https://github.com/frontio-ai/heroui/commit/aa5ea19a3c990f8f6d47abacf321f0cbce67b927) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Fix initial animation direction to match fallback placement (#4251) +- [#4288](https://github.com/heroui-inc/heroui/pull/4288) [`aa5ea19`](https://github.com/heroui-inc/heroui/commit/aa5ea19a3c990f8f6d47abacf321f0cbce67b927) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Fix initial animation direction to match fallback placement (#4251) -- Updated dependencies [[`11eae5c`](https://github.com/frontio-ai/heroui/commit/11eae5cc808e10db07b509f4e06d30441bb1937a)]: +- Updated dependencies [[`11eae5c`](https://github.com/heroui-inc/heroui/commit/11eae5cc808e10db07b509f4e06d30441bb1937a)]: - @heroui/menu@2.2.5 - @heroui/popover@2.3.5 @@ -71,11 +71,11 @@ ### Patch Changes -- [#4258](https://github.com/frontio-ai/heroui/pull/4258) [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions +- [#4258](https://github.com/heroui-inc/heroui/pull/4258) [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions -- [#4278](https://github.com/frontio-ai/heroui/pull/4278) [`26b33a5`](https://github.com/frontio-ai/heroui/commit/26b33a51f0ae9d0bb1146277a8b61b839aa52393) Thanks [@wingkwong](https://github.com/wingkwong)! - fix unnecessary ref in dropdown (#4245) +- [#4278](https://github.com/heroui-inc/heroui/pull/4278) [`26b33a5`](https://github.com/heroui-inc/heroui/commit/26b33a51f0ae9d0bb1146277a8b61b839aa52393) Thanks [@wingkwong](https://github.com/wingkwong)! - fix unnecessary ref in dropdown (#4245) -- Updated dependencies [[`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: +- Updated dependencies [[`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: - @heroui/aria-utils@2.2.4 - @heroui/popover@2.3.4 - @heroui/menu@2.2.4 @@ -84,9 +84,9 @@ ### Patch Changes -- [#4255](https://github.com/frontio-ai/heroui/pull/4255) [`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) +- [#4255](https://github.com/heroui-inc/heroui/pull/4255) [`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) -- Updated dependencies [[`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: +- Updated dependencies [[`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: - @heroui/popover@2.3.3 - @heroui/menu@2.2.3 - @heroui/aria-utils@2.2.3 @@ -95,9 +95,9 @@ ### Patch Changes -- [#4247](https://github.com/frontio-ai/heroui/pull/4247) [`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* +- [#4247](https://github.com/heroui-inc/heroui/pull/4247) [`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* -- Updated dependencies [[`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: +- Updated dependencies [[`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: - @heroui/popover@2.3.2 - @heroui/menu@2.2.2 - @heroui/aria-utils@2.2.2 @@ -106,9 +106,9 @@ ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/menu@2.2.1 - @heroui/popover@2.3.1 - @heroui/aria-utils@2.2.1 @@ -119,7 +119,7 @@ ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -145,15 +145,15 @@ ### Patch Changes -- [#4207](https://github.com/frontio-ai/heroui/pull/4207) [`6bc616c`](https://github.com/frontio-ai/heroui/commit/6bc616caea948431d05eec33c1784e0560524e97) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix the "forwardRef render functions accept exactly two parameters: props and ref. Did you forget to use the ref parameter?" on next.js by changing the way we manage collection base components refs +- [#4207](https://github.com/heroui-inc/heroui/pull/4207) [`6bc616c`](https://github.com/heroui-inc/heroui/commit/6bc616caea948431d05eec33c1784e0560524e97) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix the "forwardRef render functions accept exactly two parameters: props and ref. Did you forget to use the ref parameter?" on next.js by changing the way we manage collection base components refs -- [#4206](https://github.com/frontio-ai/heroui/pull/4206) [`44958bf`](https://github.com/frontio-ai/heroui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8) Thanks [@vinroger](https://github.com/vinroger)! - Fix typecheck +- [#4206](https://github.com/heroui-inc/heroui/pull/4206) [`44958bf`](https://github.com/heroui-inc/heroui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8) Thanks [@vinroger](https://github.com/vinroger)! - Fix typecheck -- [#4226](https://github.com/frontio-ai/heroui/pull/4226) [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) +- [#4226](https://github.com/heroui-inc/heroui/pull/4226) [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) -- [#4198](https://github.com/frontio-ai/heroui/pull/4198) [`ffb1e55`](https://github.com/frontio-ai/heroui/commit/ffb1e554f7d6b5b1ede66d0838b3b1edeeccdf6b) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix forwardRef render functions not using ref +- [#4198](https://github.com/heroui-inc/heroui/pull/4198) [`ffb1e55`](https://github.com/heroui-inc/heroui/commit/ffb1e554f7d6b5b1ede66d0838b3b1edeeccdf6b) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix forwardRef render functions not using ref -- Updated dependencies [[`6bc616c`](https://github.com/frontio-ai/heroui/commit/6bc616caea948431d05eec33c1784e0560524e97), [`44958bf`](https://github.com/frontio-ai/heroui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8), [`44958bf`](https://github.com/frontio-ai/heroui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8), [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`ffb1e55`](https://github.com/frontio-ai/heroui/commit/ffb1e554f7d6b5b1ede66d0838b3b1edeeccdf6b), [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201), [`44958bf`](https://github.com/frontio-ai/heroui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8)]: +- Updated dependencies [[`6bc616c`](https://github.com/heroui-inc/heroui/commit/6bc616caea948431d05eec33c1784e0560524e97), [`44958bf`](https://github.com/heroui-inc/heroui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8), [`44958bf`](https://github.com/heroui-inc/heroui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8), [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`ffb1e55`](https://github.com/heroui-inc/heroui/commit/ffb1e554f7d6b5b1ede66d0838b3b1edeeccdf6b), [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201), [`44958bf`](https://github.com/heroui-inc/heroui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8)]: - @heroui/menu@2.2.0 - @heroui/popover@2.3.0 - @heroui/aria-utils@2.2.0 @@ -164,7 +164,7 @@ ### Patch Changes -- Updated dependencies [[`0b5ceb93c`](https://github.com/frontio-ai/heroui/commit/0b5ceb93ce098e5d76409190f2d57cd89c06b7e9)]: +- Updated dependencies [[`0b5ceb93c`](https://github.com/heroui-inc/heroui/commit/0b5ceb93ce098e5d76409190f2d57cd89c06b7e9)]: - @heroui/menu@2.1.0-beta.13 - @heroui/popover@2.2.0-beta.12 @@ -172,7 +172,7 @@ ### Patch Changes -- Updated dependencies [[`d37007c69`](https://github.com/frontio-ai/heroui/commit/d37007c69c3e1ff4a66d414cbb1a4a38bb22264c)]: +- Updated dependencies [[`d37007c69`](https://github.com/heroui-inc/heroui/commit/d37007c69c3e1ff4a66d414cbb1a4a38bb22264c)]: - @heroui/menu@2.1.0-beta.12 - @heroui/popover@2.2.0-beta.12 - @heroui/aria-utils@2.1.0-beta.11 @@ -181,9 +181,9 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/menu@2.1.0-beta.11 - @heroui/popover@2.2.0-beta.11 - @heroui/aria-utils@2.1.0-beta.10 @@ -194,9 +194,9 @@ ### Patch Changes -- [#3036](https://github.com/frontio-ai/heroui/pull/3036) [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3036](https://github.com/heroui-inc/heroui/pull/3036) [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version -- Updated dependencies [[`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: +- Updated dependencies [[`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: - @heroui/menu@2.1.0-beta.10 - @heroui/popover@2.2.0-beta.10 - @heroui/aria-utils@2.1.0-beta.9 @@ -205,7 +205,7 @@ ### Patch Changes -- Updated dependencies [[`256d46277`](https://github.com/frontio-ai/heroui/commit/256d462771c19d6ca5b969d0ec44419fb560f0ac)]: +- Updated dependencies [[`256d46277`](https://github.com/heroui-inc/heroui/commit/256d462771c19d6ca5b969d0ec44419fb560f0ac)]: - @heroui/menu@2.1.0-beta.9 - @heroui/popover@2.2.0-beta.9 @@ -222,9 +222,9 @@ ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/menu@2.1.0-beta.7 - @heroui/popover@2.2.0-beta.8 - @heroui/aria-utils@2.1.0-beta.7 @@ -235,9 +235,9 @@ ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/menu@2.1.0-beta.6 - @heroui/popover@2.2.0-beta.7 - @heroui/aria-utils@2.1.0-beta.6 @@ -248,9 +248,9 @@ ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/menu@2.1.0-beta.5 - @heroui/popover@2.2.0-beta.6 - @heroui/aria-utils@2.1.0-beta.5 @@ -261,7 +261,7 @@ ### Patch Changes -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/shared-utils@2.0.9-beta.4 - @heroui/menu@2.1.0-beta.4 - @heroui/popover@2.2.0-beta.5 @@ -272,9 +272,9 @@ ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/menu@2.1.0-beta.3 - @heroui/popover@2.2.0-beta.4 - @heroui/aria-utils@2.1.0-beta.3 @@ -285,9 +285,9 @@ ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/menu@2.1.0-beta.2 - @heroui/popover@2.2.0-beta.3 - @heroui/aria-utils@2.1.0-beta.2 @@ -298,16 +298,16 @@ ### Patch Changes -- Updated dependencies [[`563c1585a`](https://github.com/frontio-ai/heroui/commit/563c1585a3c1a32e8272ec4641cfabeaaac3296c)]: +- Updated dependencies [[`563c1585a`](https://github.com/heroui-inc/heroui/commit/563c1585a3c1a32e8272ec4641cfabeaaac3296c)]: - @heroui/popover@2.2.0-beta.2 ## 2.2.0-beta.1 ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/menu@2.1.0-beta.1 - @heroui/popover@2.2.0-beta.1 - @heroui/aria-utils@2.1.0-beta.1 @@ -318,13 +318,13 @@ ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ### Patch Changes -- [#3523](https://github.com/frontio-ai/heroui/pull/3523) [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - update `framer-motion` versions +- [#3523](https://github.com/heroui-inc/heroui/pull/3523) [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - update `framer-motion` versions -- Updated dependencies [[`0cf91395c`](https://github.com/frontio-ai/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/frontio-ai/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/frontio-ai/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/frontio-ai/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/frontio-ai/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/frontio-ai/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/frontio-ai/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/frontio-ai/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/frontio-ai/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/frontio-ai/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`9f6839faf`](https://github.com/frontio-ai/heroui/commit/9f6839faf9fe05c766571bcb71028bd3236d6e3a), [`2aebfcca5`](https://github.com/frontio-ai/heroui/commit/2aebfcca5906fb72a7f751273b38e41a40dc16a3), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/frontio-ai/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/frontio-ai/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: +- Updated dependencies [[`0cf91395c`](https://github.com/heroui-inc/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/heroui-inc/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/heroui-inc/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/heroui-inc/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/heroui-inc/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/heroui-inc/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/heroui-inc/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/heroui-inc/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/heroui-inc/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/heroui-inc/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`9f6839faf`](https://github.com/heroui-inc/heroui/commit/9f6839faf9fe05c766571bcb71028bd3236d6e3a), [`2aebfcca5`](https://github.com/heroui-inc/heroui/commit/2aebfcca5906fb72a7f751273b38e41a40dc16a3), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/heroui-inc/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/heroui-inc/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: - @heroui/theme@2.3.0-beta.0 - @heroui/menu@2.1.0-beta.0 - @heroui/popover@2.2.0-beta.0 @@ -337,11 +337,11 @@ ### Patch Changes -- [#3762](https://github.com/frontio-ai/heroui/pull/3762) [`8fecb5afa`](https://github.com/frontio-ai/heroui/commit/8fecb5afa9aabe73e32243ca313f97856da8aa08) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed `_a2.find` is not a function (#3761) +- [#3762](https://github.com/heroui-inc/heroui/pull/3762) [`8fecb5afa`](https://github.com/heroui-inc/heroui/commit/8fecb5afa9aabe73e32243ca313f97856da8aa08) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed `_a2.find` is not a function (#3761) -- [#3759](https://github.com/frontio-ai/heroui/pull/3759) [`229388422`](https://github.com/frontio-ai/heroui/commit/2293884229541e363b1983fea88ba6e3bee6be14) Thanks [@wingkwong](https://github.com/wingkwong)! - rollback pr3467. rescheduled to v2.5.0. +- [#3759](https://github.com/heroui-inc/heroui/pull/3759) [`229388422`](https://github.com/heroui-inc/heroui/commit/2293884229541e363b1983fea88ba6e3bee6be14) Thanks [@wingkwong](https://github.com/wingkwong)! - rollback pr3467. rescheduled to v2.5.0. -- Updated dependencies [[`4c01d1824`](https://github.com/frontio-ai/heroui/commit/4c01d1824d4dde22d89232968a3a4c48fe04678f), [`229388422`](https://github.com/frontio-ai/heroui/commit/2293884229541e363b1983fea88ba6e3bee6be14)]: +- Updated dependencies [[`4c01d1824`](https://github.com/heroui-inc/heroui/commit/4c01d1824d4dde22d89232968a3a4c48fe04678f), [`229388422`](https://github.com/heroui-inc/heroui/commit/2293884229541e363b1983fea88ba6e3bee6be14)]: - @heroui/popover@2.1.29 - @heroui/aria-utils@2.0.26 - @heroui/menu@2.0.30 @@ -350,11 +350,11 @@ ### Patch Changes -- [#3467](https://github.com/frontio-ai/heroui/pull/3467) [`123b7fbc9`](https://github.com/frontio-ai/heroui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae) Thanks [@chirokas](https://github.com/chirokas)! - Refactor overlays to reduce its complexity, while improving stability. +- [#3467](https://github.com/heroui-inc/heroui/pull/3467) [`123b7fbc9`](https://github.com/heroui-inc/heroui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae) Thanks [@chirokas](https://github.com/chirokas)! - Refactor overlays to reduce its complexity, while improving stability. -- [#2598](https://github.com/frontio-ai/heroui/pull/2598) [`4f8ae50cf`](https://github.com/frontio-ai/heroui/commit/4f8ae50cf441da5b5685b6573714a3f7c9ab3ea2) Thanks [@gtoxlili](https://github.com/gtoxlili)! - fix(dropdown): respect closeOnSelect prop on DropdownItem (#2290) +- [#2598](https://github.com/heroui-inc/heroui/pull/2598) [`4f8ae50cf`](https://github.com/heroui-inc/heroui/commit/4f8ae50cf441da5b5685b6573714a3f7c9ab3ea2) Thanks [@gtoxlili](https://github.com/gtoxlili)! - fix(dropdown): respect closeOnSelect prop on DropdownItem (#2290) -- Updated dependencies [[`123b7fbc9`](https://github.com/frontio-ai/heroui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae), [`19c331be7`](https://github.com/frontio-ai/heroui/commit/19c331be75f1d03048c7b2dc92c2c9b62865cc11), [`f36df4362`](https://github.com/frontio-ai/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: +- Updated dependencies [[`123b7fbc9`](https://github.com/heroui-inc/heroui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae), [`19c331be7`](https://github.com/heroui-inc/heroui/commit/19c331be75f1d03048c7b2dc92c2c9b62865cc11), [`f36df4362`](https://github.com/heroui-inc/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: - @heroui/popover@2.1.28 - @heroui/shared-utils@2.0.8 - @heroui/menu@2.0.29 @@ -364,9 +364,9 @@ ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/menu@2.0.28 - @heroui/popover@2.1.27 - @heroui/aria-utils@2.0.24 @@ -386,9 +386,9 @@ ### Patch Changes -- [#3336](https://github.com/frontio-ai/heroui/pull/3336) [`0cdfdb48b`](https://github.com/frontio-ai/heroui/commit/0cdfdb48bcb7eecb752fc6a3033d3bdd2335872b) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix onSelectionChange type incorrect (#2512) +- [#3336](https://github.com/heroui-inc/heroui/pull/3336) [`0cdfdb48b`](https://github.com/heroui-inc/heroui/commit/0cdfdb48bcb7eecb752fc6a3033d3bdd2335872b) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix onSelectionChange type incorrect (#2512) -- Updated dependencies [[`0cdfdb48b`](https://github.com/frontio-ai/heroui/commit/0cdfdb48bcb7eecb752fc6a3033d3bdd2335872b), [`60bb09fe6`](https://github.com/frontio-ai/heroui/commit/60bb09fe6455475a16225e776348e9acf0537f9b), [`0462dde0a`](https://github.com/frontio-ai/heroui/commit/0462dde0a752e5ee5341c372834be5496296a6cc), [`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49), [`444d320db`](https://github.com/frontio-ai/heroui/commit/444d320dbc146399eb937c219ce983d427675425)]: +- Updated dependencies [[`0cdfdb48b`](https://github.com/heroui-inc/heroui/commit/0cdfdb48bcb7eecb752fc6a3033d3bdd2335872b), [`60bb09fe6`](https://github.com/heroui-inc/heroui/commit/60bb09fe6455475a16225e776348e9acf0537f9b), [`0462dde0a`](https://github.com/heroui-inc/heroui/commit/0462dde0a752e5ee5341c372834be5496296a6cc), [`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49), [`444d320db`](https://github.com/heroui-inc/heroui/commit/444d320dbc146399eb937c219ce983d427675425)]: - @heroui/menu@2.0.26 - @heroui/aria-utils@2.0.22 - @heroui/popover@2.1.25 @@ -399,9 +399,9 @@ ### Patch Changes -- [#3240](https://github.com/frontio-ai/heroui/pull/3240) [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies +- [#3240](https://github.com/heroui-inc/heroui/pull/3240) [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies -- Updated dependencies [[`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`b9bb06ff3`](https://github.com/frontio-ai/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: +- Updated dependencies [[`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`b9bb06ff3`](https://github.com/heroui-inc/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: - @heroui/popover@2.1.24 - @heroui/aria-utils@2.0.21 - @heroui/menu@2.0.25 @@ -411,9 +411,9 @@ ### Patch Changes -- [#3119](https://github.com/frontio-ai/heroui/pull/3119) [`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` +- [#3119](https://github.com/heroui-inc/heroui/pull/3119) [`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` -- Updated dependencies [[`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: +- Updated dependencies [[`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: - @heroui/menu@2.0.24 - @heroui/popover@2.1.23 - @heroui/aria-utils@2.0.20 @@ -422,15 +422,15 @@ ### Patch Changes -- [#2854](https://github.com/frontio-ai/heroui/pull/2854) [`3b14c21e0`](https://github.com/frontio-ai/heroui/commit/3b14c21e02fedf15d7d22e911109dac60c4e780e) Thanks [@wingkwong](https://github.com/wingkwong)! - Revise popover-based focus behaviours (#2849, #2834, #2779, #2962, #2872, #2974, #1920, #1287, #3060) +- [#2854](https://github.com/heroui-inc/heroui/pull/2854) [`3b14c21e0`](https://github.com/heroui-inc/heroui/commit/3b14c21e02fedf15d7d22e911109dac60c4e780e) Thanks [@wingkwong](https://github.com/wingkwong)! - Revise popover-based focus behaviours (#2849, #2834, #2779, #2962, #2872, #2974, #1920, #1287, #3060) -- [#2953](https://github.com/frontio-ai/heroui/pull/2953) [`c8f792ccd`](https://github.com/frontio-ai/heroui/commit/c8f792ccd78a80000e6f5b15e6f22cac947fd531) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Fix update type definition to prevent primitive values as items (#2938) +- [#2953](https://github.com/heroui-inc/heroui/pull/2953) [`c8f792ccd`](https://github.com/heroui-inc/heroui/commit/c8f792ccd78a80000e6f5b15e6f22cac947fd531) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Fix update type definition to prevent primitive values as items (#2938) -- [#2970](https://github.com/frontio-ai/heroui/pull/2970) [`7df2c71ec`](https://github.com/frontio-ai/heroui/commit/7df2c71ecc5f06d60807b6b3502d3a118080a0d5) Thanks [@wingkwong](https://github.com/wingkwong)! - Focus on the first item when pressing Space / Enter key on dropdown menu open (#2863) +- [#2970](https://github.com/heroui-inc/heroui/pull/2970) [`7df2c71ec`](https://github.com/heroui-inc/heroui/commit/7df2c71ecc5f06d60807b6b3502d3a118080a0d5) Thanks [@wingkwong](https://github.com/wingkwong)! - Focus on the first item when pressing Space / Enter key on dropdown menu open (#2863) -- [#2929](https://github.com/frontio-ai/heroui/pull/2929) [`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. +- [#2929](https://github.com/heroui-inc/heroui/pull/2929) [`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. -- Updated dependencies [[`3b14c21e0`](https://github.com/frontio-ai/heroui/commit/3b14c21e02fedf15d7d22e911109dac60c4e780e), [`c8f792ccd`](https://github.com/frontio-ai/heroui/commit/c8f792ccd78a80000e6f5b15e6f22cac947fd531), [`7df2c71ec`](https://github.com/frontio-ai/heroui/commit/7df2c71ecc5f06d60807b6b3502d3a118080a0d5), [`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2)]: +- Updated dependencies [[`3b14c21e0`](https://github.com/heroui-inc/heroui/commit/3b14c21e02fedf15d7d22e911109dac60c4e780e), [`c8f792ccd`](https://github.com/heroui-inc/heroui/commit/c8f792ccd78a80000e6f5b15e6f22cac947fd531), [`7df2c71ec`](https://github.com/heroui-inc/heroui/commit/7df2c71ecc5f06d60807b6b3502d3a118080a0d5), [`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2)]: - @heroui/popover@2.1.22 - @heroui/aria-utils@2.0.19 - @heroui/menu@2.0.23 @@ -447,9 +447,9 @@ ### Patch Changes -- [#2784](https://github.com/frontio-ai/heroui/pull/2784) [`183a4a6cf`](https://github.com/frontio-ai/heroui/commit/183a4a6cfda193a076a4a30550ab93b72d51002d) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix `isDisabled` prop warning on NextUI components that don't support this property, it is also fixed for non-NextUI components. +- [#2784](https://github.com/heroui-inc/heroui/pull/2784) [`183a4a6cf`](https://github.com/heroui-inc/heroui/commit/183a4a6cfda193a076a4a30550ab93b72d51002d) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix `isDisabled` prop warning on NextUI components that don't support this property, it is also fixed for non-NextUI components. -- Updated dependencies [[`183a4a6cf`](https://github.com/frontio-ai/heroui/commit/183a4a6cfda193a076a4a30550ab93b72d51002d), [`eccc2f2f3`](https://github.com/frontio-ai/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: +- Updated dependencies [[`183a4a6cf`](https://github.com/heroui-inc/heroui/commit/183a4a6cfda193a076a4a30550ab93b72d51002d), [`eccc2f2f3`](https://github.com/heroui-inc/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: - @heroui/popover@2.1.20 - @heroui/react-utils@2.0.13 - @heroui/menu@2.0.21 @@ -458,16 +458,16 @@ ### Patch Changes -- Updated dependencies [[`9e5dd8ce3`](https://github.com/frontio-ai/heroui/commit/9e5dd8ce37c94c9ca1ba7b2049a6e55f1803fee9)]: +- Updated dependencies [[`9e5dd8ce3`](https://github.com/heroui-inc/heroui/commit/9e5dd8ce37c94c9ca1ba7b2049a6e55f1803fee9)]: - @heroui/popover@2.1.19 ## 2.1.20 ### Patch Changes -- [#2746](https://github.com/frontio-ai/heroui/pull/2746) [`6b56e43a3`](https://github.com/frontio-ai/heroui/commit/6b56e43a350d045c36eb9983c7f48ba61db7cdd2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #2743 #2751 internal react-aria use-menu hooks implemented to pass down the press events and control the pressUp one +- [#2746](https://github.com/heroui-inc/heroui/pull/2746) [`6b56e43a3`](https://github.com/heroui-inc/heroui/commit/6b56e43a350d045c36eb9983c7f48ba61db7cdd2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #2743 #2751 internal react-aria use-menu hooks implemented to pass down the press events and control the pressUp one -- Updated dependencies [[`6b56e43a3`](https://github.com/frontio-ai/heroui/commit/6b56e43a350d045c36eb9983c7f48ba61db7cdd2), [`f89356691`](https://github.com/frontio-ai/heroui/commit/f89356691cecb8e54f5f820b2b4491537e7c11f3)]: +- Updated dependencies [[`6b56e43a3`](https://github.com/heroui-inc/heroui/commit/6b56e43a350d045c36eb9983c7f48ba61db7cdd2), [`f89356691`](https://github.com/heroui-inc/heroui/commit/f89356691cecb8e54f5f820b2b4491537e7c11f3)]: - @heroui/menu@2.0.20 - @heroui/popover@2.1.18 @@ -484,11 +484,11 @@ ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fixed the issue where only two keyframes were supported with spring and inertia animations. +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fixed the issue where only two keyframes were supported with spring and inertia animations. -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added @@ -497,11 +497,11 @@ - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- [#2450](https://github.com/frontio-ai/heroui/pull/2450) [`0a9982d3e`](https://github.com/frontio-ai/heroui/commit/0a9982d3efe6ac8dfc25438f21598c8fe53de4db) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed getMenuTriggerProps mergeProps (#2448) +- [#2450](https://github.com/heroui-inc/heroui/pull/2450) [`0a9982d3e`](https://github.com/heroui-inc/heroui/commit/0a9982d3efe6ac8dfc25438f21598c8fe53de4db) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed getMenuTriggerProps mergeProps (#2448) -- [#2458](https://github.com/frontio-ai/heroui/pull/2458) [`7263daca0`](https://github.com/frontio-ai/heroui/commit/7263daca08674338eb28529315070337ba0dfc17) Thanks [@wingkwong](https://github.com/wingkwong)! - fix(autocomplete): support isReadOnly for dynamic collections in Autocomplete +- [#2458](https://github.com/heroui-inc/heroui/pull/2458) [`7263daca0`](https://github.com/heroui-inc/heroui/commit/7263daca08674338eb28529315070337ba0dfc17) Thanks [@wingkwong](https://github.com/wingkwong)! - fix(autocomplete): support isReadOnly for dynamic collections in Autocomplete -- Updated dependencies [[`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`a05aef0ac`](https://github.com/frontio-ai/heroui/commit/a05aef0acb5a7b000c8131e8ba4f50f0adec01e5), [`2b9f89023`](https://github.com/frontio-ai/heroui/commit/2b9f89023ac087016083dcc205703ae1b2bc9cb8), [`c5049edfd`](https://github.com/frontio-ai/heroui/commit/c5049edfde7edaee2081d70e581739be9dcae2f9), [`8761168d3`](https://github.com/frontio-ai/heroui/commit/8761168d3459cd83ce571f4e65eb8ea6db8516ef), [`eb51bf226`](https://github.com/frontio-ai/heroui/commit/eb51bf226170e4bb37ae30990d1c3aa26d8c504b), [`7263daca0`](https://github.com/frontio-ai/heroui/commit/7263daca08674338eb28529315070337ba0dfc17), [`2894aecca`](https://github.com/frontio-ai/heroui/commit/2894aecca1a2ef0dfb3066b9b8df24ce48c99dae)]: +- Updated dependencies [[`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`a05aef0ac`](https://github.com/heroui-inc/heroui/commit/a05aef0acb5a7b000c8131e8ba4f50f0adec01e5), [`2b9f89023`](https://github.com/heroui-inc/heroui/commit/2b9f89023ac087016083dcc205703ae1b2bc9cb8), [`c5049edfd`](https://github.com/heroui-inc/heroui/commit/c5049edfde7edaee2081d70e581739be9dcae2f9), [`8761168d3`](https://github.com/heroui-inc/heroui/commit/8761168d3459cd83ce571f4e65eb8ea6db8516ef), [`eb51bf226`](https://github.com/heroui-inc/heroui/commit/eb51bf226170e4bb37ae30990d1c3aa26d8c504b), [`7263daca0`](https://github.com/heroui-inc/heroui/commit/7263daca08674338eb28529315070337ba0dfc17), [`2894aecca`](https://github.com/heroui-inc/heroui/commit/2894aecca1a2ef0dfb3066b9b8df24ce48c99dae)]: - @heroui/menu@2.0.18 - @heroui/popover@2.1.16 - @heroui/react-utils@2.0.11 @@ -511,9 +511,9 @@ ### Patch Changes -- [#2435](https://github.com/frontio-ai/heroui/pull/2435) [`9b27da544`](https://github.com/frontio-ai/heroui/commit/9b27da544e950cdb2bccd2d1a57ead772fd10dc1) Thanks [@kuri-sun](https://github.com/kuri-sun)! - Fixed the bug: isDisabled does not disable dropdown +- [#2435](https://github.com/heroui-inc/heroui/pull/2435) [`9b27da544`](https://github.com/heroui-inc/heroui/commit/9b27da544e950cdb2bccd2d1a57ead772fd10dc1) Thanks [@kuri-sun](https://github.com/kuri-sun)! - Fixed the bug: isDisabled does not disable dropdown -- Updated dependencies [[`a235e324b`](https://github.com/frontio-ai/heroui/commit/a235e324b9ee0c7d4f6af23b086860ac112ff633), [`01aedcf09`](https://github.com/frontio-ai/heroui/commit/01aedcf09b63daafef9ff5e0465040c0c91c809e)]: +- Updated dependencies [[`a235e324b`](https://github.com/heroui-inc/heroui/commit/a235e324b9ee0c7d4f6af23b086860ac112ff633), [`01aedcf09`](https://github.com/heroui-inc/heroui/commit/01aedcf09b63daafef9ff5e0465040c0c91c809e)]: - @heroui/popover@2.1.15 - @heroui/menu@2.0.17 @@ -537,7 +537,7 @@ ### Patch Changes -- Updated dependencies [[`135cc21e6`](https://github.com/frontio-ai/heroui/commit/135cc21e6f0f2bee1f19e7e5799b6cea8179b7f5)]: +- Updated dependencies [[`135cc21e6`](https://github.com/heroui-inc/heroui/commit/135cc21e6f0f2bee1f19e7e5799b6cea8179b7f5)]: - @heroui/menu@2.0.15 - @heroui/popover@2.1.12 @@ -545,9 +545,9 @@ ### Patch Changes -- [#1877](https://github.com/frontio-ai/heroui/pull/1877) [`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range +- [#1877](https://github.com/heroui-inc/heroui/pull/1877) [`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range -- Updated dependencies [[`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648)]: +- Updated dependencies [[`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648)]: - @heroui/popover@2.1.12 - @heroui/menu@2.0.14 @@ -555,9 +555,9 @@ ### Patch Changes -- [#1874](https://github.com/frontio-ai/heroui/pull/1874) [`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. +- [#1874](https://github.com/heroui-inc/heroui/pull/1874) [`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. -- Updated dependencies [[`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0)]: +- Updated dependencies [[`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0)]: - @heroui/popover@2.1.11 - @heroui/menu@2.0.13 - @heroui/system@2.0.12 @@ -566,9 +566,9 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/menu@2.0.12 - @heroui/popover@2.1.10 - @heroui/system@2.0.11 @@ -580,7 +580,7 @@ ### Patch Changes -- Updated dependencies [[`425a034bc`](https://github.com/frontio-ai/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: +- Updated dependencies [[`425a034bc`](https://github.com/heroui-inc/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: - @heroui/theme@2.1.9 - @heroui/popover@2.1.9 - @heroui/system@2.0.10 @@ -591,9 +591,9 @@ ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy -- Updated dependencies [[`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: +- Updated dependencies [[`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: - @heroui/menu@2.0.10 - @heroui/popover@2.1.8 - @heroui/system@2.0.9 @@ -605,9 +605,9 @@ ### Patch Changes -- [#1589](https://github.com/frontio-ai/heroui/pull/1589) [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded +- [#1589](https://github.com/heroui-inc/heroui/pull/1589) [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded -- Updated dependencies [[`a3be419cb`](https://github.com/frontio-ai/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/frontio-ai/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: +- Updated dependencies [[`a3be419cb`](https://github.com/heroui-inc/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/heroui-inc/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: - @heroui/theme@2.1.7 - @heroui/popover@2.1.7 - @heroui/menu@2.0.9 @@ -617,7 +617,7 @@ ### Patch Changes -- Updated dependencies [[`7c8341035`](https://github.com/frontio-ai/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: +- Updated dependencies [[`7c8341035`](https://github.com/heroui-inc/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: - @heroui/theme@2.1.6 - @heroui/menu@2.0.8 - @heroui/popover@2.1.6 @@ -626,7 +626,7 @@ ### Patch Changes -- Updated dependencies [[`d61428d9e`](https://github.com/frontio-ai/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/frontio-ai/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: +- Updated dependencies [[`d61428d9e`](https://github.com/heroui-inc/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/heroui-inc/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: - @heroui/theme@2.1.5 - @heroui/system@2.0.7 - @heroui/menu@2.0.7 @@ -636,7 +636,7 @@ ### Patch Changes -- Updated dependencies [[`043b8420c`](https://github.com/frontio-ai/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/frontio-ai/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: +- Updated dependencies [[`043b8420c`](https://github.com/heroui-inc/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/heroui-inc/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: - @heroui/theme@2.1.4 - @heroui/system@2.0.6 - @heroui/popover@2.1.4 @@ -646,7 +646,7 @@ ### Patch Changes -- Updated dependencies [[`5702287e5`](https://github.com/frontio-ai/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: +- Updated dependencies [[`5702287e5`](https://github.com/heroui-inc/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: - @heroui/theme@2.1.3 - @heroui/menu@2.0.5 - @heroui/popover@2.1.3 @@ -655,16 +655,16 @@ ### Patch Changes -- Updated dependencies [[`904f53877`](https://github.com/frontio-ai/heroui/commit/904f5387793cf8cc594d4ff8c32e378439a8e4fa)]: +- Updated dependencies [[`904f53877`](https://github.com/heroui-inc/heroui/commit/904f5387793cf8cc594d4ff8c32e378439a8e4fa)]: - @heroui/menu@2.0.4 ## 2.1.2 ### Patch Changes -- [#1458](https://github.com/frontio-ai/heroui/pull/1458) [`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles +- [#1458](https://github.com/heroui-inc/heroui/pull/1458) [`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles -- Updated dependencies [[`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: +- Updated dependencies [[`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: - @heroui/popover@2.1.2 - @heroui/menu@2.0.3 - @heroui/theme@2.1.2 @@ -673,7 +673,7 @@ ### Patch Changes -- Updated dependencies [[`cc839cdd`](https://github.com/frontio-ai/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: +- Updated dependencies [[`cc839cdd`](https://github.com/heroui-inc/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: - @heroui/theme@2.1.1 - @heroui/menu@2.0.2 - @heroui/popover@2.1.1 @@ -682,7 +682,7 @@ ### Minor Changes -- [#1313](https://github.com/frontio-ai/heroui/pull/1313) [`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New components: +- [#1313](https://github.com/heroui-inc/heroui/pull/1313) [`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New components: - Select - Listbox @@ -690,7 +690,7 @@ ### Patch Changes -- Updated dependencies [[`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: +- Updated dependencies [[`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: - @heroui/popover@2.1.0 - @heroui/theme@2.1.0 - @heroui/menu@2.0.1 @@ -700,14 +700,14 @@ ### Patch Changes -- Updated dependencies [[`6e7e834c2`](https://github.com/frontio-ai/heroui/commit/6e7e834c2dc14c21b087da792c0576ab464a4a4a)]: +- Updated dependencies [[`6e7e834c2`](https://github.com/heroui-inc/heroui/commit/6e7e834c2dc14c21b087da792c0576ab464a4a4a)]: - @heroui/popover@2.0.12 ## 2.0.12 ### Patch Changes -- Updated dependencies [[`406336269`](https://github.com/frontio-ai/heroui/commit/40633626991d11f251619508f151dd7f435bda25)]: +- Updated dependencies [[`406336269`](https://github.com/heroui-inc/heroui/commit/40633626991d11f251619508f151dd7f435bda25)]: - @heroui/popover@2.0.11 - @heroui/divider@2.0.10 - @heroui/react-utils@2.0.6 @@ -716,7 +716,7 @@ ### Patch Changes -- Updated dependencies [[`d0341020`](https://github.com/frontio-ai/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: +- Updated dependencies [[`d0341020`](https://github.com/heroui-inc/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: - @heroui/theme@2.0.5 - @heroui/divider@2.0.9 - @heroui/popover@2.0.10 @@ -725,7 +725,7 @@ ### Patch Changes -- [#1377](https://github.com/frontio-ai/heroui/pull/1377) [`fd4e01dc`](https://github.com/frontio-ai/heroui/commit/fd4e01dcfa5039e363089ada2bd18d7f57ef2d42) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - fix #1376 Dropdown item spread key warning +- [#1377](https://github.com/heroui-inc/heroui/pull/1377) [`fd4e01dc`](https://github.com/heroui-inc/heroui/commit/fd4e01dcfa5039e363089ada2bd18d7f57ef2d42) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - fix #1376 Dropdown item spread key warning ## 2.0.9 @@ -740,13 +740,13 @@ ### Patch Changes -- [#1359](https://github.com/frontio-ai/heroui/pull/1359) [`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n +- [#1359](https://github.com/heroui-inc/heroui/pull/1359) [`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n - react-aria packages upgraded to the latest version - image storybooks fixed - other bug fixes.. -- Updated dependencies [[`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: +- Updated dependencies [[`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: - @heroui/aria-utils@2.0.5 - @heroui/use-is-mobile@2.0.3 - @heroui/divider@2.0.7 @@ -757,7 +757,7 @@ ### Patch Changes -- Updated dependencies [[`710395f3`](https://github.com/frontio-ai/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: +- Updated dependencies [[`710395f3`](https://github.com/heroui-inc/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: - @heroui/system@2.0.4 - @heroui/popover@2.0.7 - @heroui/aria-utils@2.0.4 @@ -784,9 +784,9 @@ ### Patch Changes -- [#1301](https://github.com/frontio-ai/heroui/pull/1301) [`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss +- [#1301](https://github.com/heroui-inc/heroui/pull/1301) [`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss -- Updated dependencies [[`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: +- Updated dependencies [[`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: - @heroui/divider@2.0.4 - @heroui/popover@2.0.4 - @heroui/theme@2.0.4 @@ -795,14 +795,14 @@ ### Patch Changes -- [#1289](https://github.com/frontio-ai/heroui/pull/1289) [`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it +- [#1289](https://github.com/heroui-inc/heroui/pull/1289) [`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it - packages adapted to support RSC imports - filterDomProps function was modified to enable/disabled it -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports -- Updated dependencies [[`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: +- Updated dependencies [[`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: - @heroui/react-utils@2.0.2 - @heroui/divider@2.0.3 - @heroui/system@2.0.3 @@ -816,7 +816,7 @@ ### Patch Changes -- [`459ac5ed`](https://github.com/frontio-ai/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Modal +- [`459ac5ed`](https://github.com/heroui-inc/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Modal Outside scroll fixed on mobile devices @@ -824,7 +824,7 @@ Next.js key destructuring warning fixed -- Updated dependencies [[`459ac5ed`](https://github.com/frontio-ai/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: +- Updated dependencies [[`459ac5ed`](https://github.com/heroui-inc/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: - @heroui/theme@2.0.2 - @heroui/divider@2.0.2 - @heroui/popover@2.0.2 @@ -835,11 +835,11 @@ ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated -- Updated dependencies [[`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: +- Updated dependencies [[`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: - @heroui/shared-utils@2.0.1 - @heroui/react-utils@2.0.1 - @heroui/aria-utils@2.0.1 diff --git a/packages/components/dropdown/README.md b/packages/components/dropdown/README.md index ff445b3cf2..f2bc69f6a5 100644 --- a/packages/components/dropdown/README.md +++ b/packages/components/dropdown/README.md @@ -15,10 +15,10 @@ npm i @heroui/dropdown ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/components/form/CHANGELOG.md b/packages/components/form/CHANGELOG.md index cd922e1e73..6ac0104f18 100644 --- a/packages/components/form/CHANGELOG.md +++ b/packages/components/form/CHANGELOG.md @@ -16,7 +16,7 @@ ### Patch Changes -- Updated dependencies [[`a83388a`](https://github.com/frontio-ai/heroui/commit/a83388aaf4521f0ed8dfed99a54998156df1868b), [`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: +- Updated dependencies [[`a83388a`](https://github.com/heroui-inc/heroui/commit/a83388aaf4521f0ed8dfed99a54998156df1868b), [`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: - @heroui/theme@2.4.5 - @heroui/react-utils@2.1.3 - @heroui/system@2.4.6 @@ -25,7 +25,7 @@ ### Patch Changes -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31), [`afe0b52`](https://github.com/frontio-ai/heroui/commit/afe0b527ce2dcd1f511b601fcba700fd2d12fcd6), [`e15ef62`](https://github.com/frontio-ai/heroui/commit/e15ef62b6ccabc5aef2790c6f97d7457f204be92), [`e546124`](https://github.com/frontio-ai/heroui/commit/e546124e1de49e8bd4d8f5e33cba87a0e83435ef)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31), [`afe0b52`](https://github.com/heroui-inc/heroui/commit/afe0b527ce2dcd1f511b601fcba700fd2d12fcd6), [`e15ef62`](https://github.com/heroui-inc/heroui/commit/e15ef62b6ccabc5aef2790c6f97d7457f204be92), [`e546124`](https://github.com/heroui-inc/heroui/commit/e546124e1de49e8bd4d8f5e33cba87a0e83435ef)]: - @heroui/shared-utils@2.1.2 - @heroui/theme@2.4.4 - @heroui/react-utils@2.1.2 @@ -35,32 +35,32 @@ ### Patch Changes -- Updated dependencies [[`5598806`](https://github.com/frontio-ai/heroui/commit/5598806216166dc9fff36cafd9112412486b747f)]: +- Updated dependencies [[`5598806`](https://github.com/heroui-inc/heroui/commit/5598806216166dc9fff36cafd9112412486b747f)]: - @heroui/theme@2.4.3 ## 2.1.5 ### Patch Changes -- Updated dependencies [[`03abf1d`](https://github.com/frontio-ai/heroui/commit/03abf1daf4fe5ee74f4766cd4fd78068ac25ed78)]: +- Updated dependencies [[`03abf1d`](https://github.com/heroui-inc/heroui/commit/03abf1daf4fe5ee74f4766cd4fd78068ac25ed78)]: - @heroui/theme@2.4.2 ## 2.1.4 ### Patch Changes -- [#4279](https://github.com/frontio-ai/heroui/pull/4279) [`b16291b`](https://github.com/frontio-ai/heroui/commit/b16291b2200229f0d0a9ea910e38f3f100f7931f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add ref support to Form component +- [#4279](https://github.com/heroui-inc/heroui/pull/4279) [`b16291b`](https://github.com/heroui-inc/heroui/commit/b16291b2200229f0d0a9ea910e38f3f100f7931f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add ref support to Form component -- [#4258](https://github.com/frontio-ai/heroui/pull/4258) [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions +- [#4258](https://github.com/heroui-inc/heroui/pull/4258) [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions -- Updated dependencies [[`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3), [`455556e`](https://github.com/frontio-ai/heroui/commit/455556e14278dd933b4acd1a136ea29879b49545)]: +- Updated dependencies [[`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3), [`455556e`](https://github.com/heroui-inc/heroui/commit/455556e14278dd933b4acd1a136ea29879b49545)]: - @heroui/system@2.4.4 ## 2.1.3 ### Patch Changes -- [#4255](https://github.com/frontio-ai/heroui/pull/4255) [`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) +- [#4255](https://github.com/heroui-inc/heroui/pull/4255) [`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) - Updated dependencies []: - @heroui/system@2.4.3 @@ -69,7 +69,7 @@ ### Patch Changes -- [#4247](https://github.com/frontio-ai/heroui/pull/4247) [`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* +- [#4247](https://github.com/heroui-inc/heroui/pull/4247) [`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* - Updated dependencies []: - @heroui/system@2.4.2 @@ -78,9 +78,9 @@ ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/system@2.4.1 - @heroui/theme@2.4.1 - @heroui/react-utils@2.1.1 @@ -90,7 +90,7 @@ ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -116,11 +116,11 @@ ### Patch Changes -- [#4224](https://github.com/frontio-ai/heroui/pull/4224) [`26e478d`](https://github.com/frontio-ai/heroui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Added form support to input-otp, change default validationBehavior to "native" to avoid breaking changes, and fix select with form +- [#4224](https://github.com/heroui-inc/heroui/pull/4224) [`26e478d`](https://github.com/heroui-inc/heroui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Added form support to input-otp, change default validationBehavior to "native" to avoid breaking changes, and fix select with form -- [#4226](https://github.com/frontio-ai/heroui/pull/4226) [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) +- [#4226](https://github.com/heroui-inc/heroui/pull/4226) [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) -- Updated dependencies [[`26e478d`](https://github.com/frontio-ai/heroui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52), [`44958bf`](https://github.com/frontio-ai/heroui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8), [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201), [`44958bf`](https://github.com/frontio-ai/heroui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8)]: +- Updated dependencies [[`26e478d`](https://github.com/heroui-inc/heroui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52), [`44958bf`](https://github.com/heroui-inc/heroui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8), [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201), [`44958bf`](https://github.com/heroui-inc/heroui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8)]: - @heroui/system@2.4.0 - @heroui/theme@2.4.0 - @heroui/react-utils@2.1.0 @@ -130,9 +130,9 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/react-utils@2.0.18-beta.8 - @heroui/shared-utils@2.0.9-beta.8 @@ -140,4 +140,4 @@ ### Patch Changes -- [#3036](https://github.com/frontio-ai/heroui/pull/3036) [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - add form component +- [#3036](https://github.com/heroui-inc/heroui/pull/3036) [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - add form component diff --git a/packages/components/form/README.md b/packages/components/form/README.md index 87b5fac9fc..0c40d6b4c0 100644 --- a/packages/components/form/README.md +++ b/packages/components/form/README.md @@ -15,10 +15,10 @@ npm i @heroui/form ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/components/image/CHANGELOG.md b/packages/components/image/CHANGELOG.md index 6da90b532a..9363996bfa 100644 --- a/packages/components/image/CHANGELOG.md +++ b/packages/components/image/CHANGELOG.md @@ -15,7 +15,7 @@ ### Patch Changes -- Updated dependencies [[`5d0fc9f`](https://github.com/frontio-ai/heroui/commit/5d0fc9f786ef522d74333f2dc9384626fd8cad3b), [`ef916ea`](https://github.com/frontio-ai/heroui/commit/ef916ead525414d7b62c01f26ae5580fd9ba7f14), [`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2), [`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: +- Updated dependencies [[`5d0fc9f`](https://github.com/heroui-inc/heroui/commit/5d0fc9f786ef522d74333f2dc9384626fd8cad3b), [`ef916ea`](https://github.com/heroui-inc/heroui/commit/ef916ead525414d7b62c01f26ae5580fd9ba7f14), [`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2), [`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: - @heroui/use-image@2.1.2 - @heroui/react-utils@2.1.3 @@ -23,7 +23,7 @@ ### Patch Changes -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: - @heroui/shared-utils@2.1.2 - @heroui/react-utils@2.1.2 @@ -31,21 +31,21 @@ ### Patch Changes -- [#4255](https://github.com/frontio-ai/heroui/pull/4255) [`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) +- [#4255](https://github.com/heroui-inc/heroui/pull/4255) [`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) ## 2.2.2 ### Patch Changes -- [#4247](https://github.com/frontio-ai/heroui/pull/4247) [`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* +- [#4247](https://github.com/heroui-inc/heroui/pull/4247) [`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* ## 2.2.1 ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/use-image@2.1.1 - @heroui/react-utils@2.1.1 - @heroui/shared-utils@2.1.1 @@ -54,7 +54,7 @@ ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -80,7 +80,7 @@ ### Patch Changes -- Updated dependencies [[`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/use-image@2.1.0 - @heroui/react-utils@2.1.0 - @heroui/shared-utils@2.1.0 @@ -89,9 +89,9 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/use-image@2.0.7-beta.10 - @heroui/react-utils@2.0.18-beta.8 - @heroui/shared-utils@2.0.9-beta.8 @@ -100,9 +100,9 @@ ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/use-image@2.0.7-beta.9 - @heroui/react-utils@2.0.18-beta.7 - @heroui/shared-utils@2.0.9-beta.7 @@ -111,9 +111,9 @@ ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/use-image@2.0.7-beta.8 - @heroui/react-utils@2.0.18-beta.6 - @heroui/shared-utils@2.0.9-beta.6 @@ -122,9 +122,9 @@ ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/use-image@2.0.7-beta.7 - @heroui/react-utils@2.0.18-beta.5 - @heroui/shared-utils@2.0.9-beta.5 @@ -133,7 +133,7 @@ ### Patch Changes -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/shared-utils@2.0.9-beta.4 - @heroui/react-utils@2.0.18-beta.4 @@ -141,9 +141,9 @@ ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/use-image@2.0.7-beta.6 - @heroui/react-utils@2.0.18-beta.3 - @heroui/shared-utils@2.0.9-beta.3 @@ -152,9 +152,9 @@ ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/use-image@2.0.7-beta.5 - @heroui/react-utils@2.0.18-beta.2 - @heroui/shared-utils@2.0.9-beta.2 @@ -163,30 +163,30 @@ ### Patch Changes -- Updated dependencies [[`52f6274e9`](https://github.com/frontio-ai/heroui/commit/52f6274e9baecc928ee7cbb6a8110b72931061b8)]: +- Updated dependencies [[`52f6274e9`](https://github.com/heroui-inc/heroui/commit/52f6274e9baecc928ee7cbb6a8110b72931061b8)]: - @heroui/use-image@2.0.7-beta.4 ## 2.1.0-beta.3 ### Patch Changes -- Updated dependencies [[`1c05c6d77`](https://github.com/frontio-ai/heroui/commit/1c05c6d77b10f6b18f3c34d36eece7702704267a)]: +- Updated dependencies [[`1c05c6d77`](https://github.com/heroui-inc/heroui/commit/1c05c6d77b10f6b18f3c34d36eece7702704267a)]: - @heroui/use-image@2.0.7-beta.3 ## 2.1.0-beta.2 ### Patch Changes -- Updated dependencies [[`98b13d9a9`](https://github.com/frontio-ai/heroui/commit/98b13d9a9368ed188f62e3e7ff885ed3ec7c3f5a)]: +- Updated dependencies [[`98b13d9a9`](https://github.com/heroui-inc/heroui/commit/98b13d9a9368ed188f62e3e7ff885ed3ec7c3f5a)]: - @heroui/use-image@2.0.7-beta.2 ## 2.1.0-beta.1 ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/use-image@2.0.7-beta.1 - @heroui/react-utils@2.0.18-beta.1 - @heroui/shared-utils@2.0.9-beta.1 @@ -195,13 +195,13 @@ ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ### Patch Changes -- [#3802](https://github.com/frontio-ai/heroui/pull/3802) [`06c4b2f76`](https://github.com/frontio-ai/heroui/commit/06c4b2f7637ba5f49f37b048943d66ff65201c85) Thanks [@wingkwong](https://github.com/wingkwong)! - add missing `w` to `getWrapperProps` dependency (#3801) +- [#3802](https://github.com/heroui-inc/heroui/pull/3802) [`06c4b2f76`](https://github.com/heroui-inc/heroui/commit/06c4b2f7637ba5f49f37b048943d66ff65201c85) Thanks [@wingkwong](https://github.com/wingkwong)! - add missing `w` to `getWrapperProps` dependency (#3801) -- Updated dependencies [[`0cf91395c`](https://github.com/frontio-ai/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/frontio-ai/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/frontio-ai/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/frontio-ai/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/frontio-ai/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/frontio-ai/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/frontio-ai/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`90cb5b14a`](https://github.com/frontio-ai/heroui/commit/90cb5b14abcf70878896ea83b0b8bce0795d97fd), [`a5cac4561`](https://github.com/frontio-ai/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/frontio-ai/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/frontio-ai/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/frontio-ai/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/frontio-ai/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: +- Updated dependencies [[`0cf91395c`](https://github.com/heroui-inc/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/heroui-inc/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/heroui-inc/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/heroui-inc/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/heroui-inc/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/heroui-inc/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/heroui-inc/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`90cb5b14a`](https://github.com/heroui-inc/heroui/commit/90cb5b14abcf70878896ea83b0b8bce0795d97fd), [`a5cac4561`](https://github.com/heroui-inc/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/heroui-inc/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/heroui-inc/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/heroui-inc/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/heroui-inc/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: - @heroui/theme@2.3.0-beta.0 - @heroui/system@2.3.0-beta.0 - @heroui/shared-utils@2.0.9-beta.0 @@ -212,7 +212,7 @@ ### Patch Changes -- Updated dependencies [[`f36df4362`](https://github.com/frontio-ai/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: +- Updated dependencies [[`f36df4362`](https://github.com/heroui-inc/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: - @heroui/shared-utils@2.0.8 - @heroui/react-utils@2.0.17 @@ -220,9 +220,9 @@ ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/use-image@2.0.6 - @heroui/react-utils@2.0.16 - @heroui/shared-utils@2.0.7 @@ -231,11 +231,11 @@ ### Patch Changes -- [#3420](https://github.com/frontio-ai/heroui/pull/3420) [`a3a77bfc3`](https://github.com/frontio-ai/heroui/commit/a3a77bfc372470c1f7b7ddefc4b19b0d9a23ad43) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed missing required `height` property issue +- [#3420](https://github.com/heroui-inc/heroui/pull/3420) [`a3a77bfc3`](https://github.com/heroui-inc/heroui/commit/a3a77bfc372470c1f7b7ddefc4b19b0d9a23ad43) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed missing required `height` property issue -- [#3327](https://github.com/frontio-ai/heroui/pull/3327) [`57f7c9555`](https://github.com/frontio-ai/heroui/commit/57f7c9555e3b0e3779883bb3761cf256d98bba65) Thanks [@wingkwong](https://github.com/wingkwong)! - override default auto height (#3325) +- [#3327](https://github.com/heroui-inc/heroui/pull/3327) [`57f7c9555`](https://github.com/heroui-inc/heroui/commit/57f7c9555e3b0e3779883bb3761cf256d98bba65) Thanks [@wingkwong](https://github.com/wingkwong)! - override default auto height (#3325) -- Updated dependencies [[`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: +- Updated dependencies [[`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: - @heroui/shared-utils@2.0.6 - @heroui/react-utils@2.0.15 @@ -243,20 +243,20 @@ ### Patch Changes -- Updated dependencies [[`b9bb06ff3`](https://github.com/frontio-ai/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: +- Updated dependencies [[`b9bb06ff3`](https://github.com/heroui-inc/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: - @heroui/react-utils@2.0.14 ## 2.0.28 ### Patch Changes -- [#2929](https://github.com/frontio-ai/heroui/pull/2929) [`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. +- [#2929](https://github.com/heroui-inc/heroui/pull/2929) [`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. ## 2.0.27 ### Patch Changes -- Updated dependencies [[`eccc2f2f3`](https://github.com/frontio-ai/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: +- Updated dependencies [[`eccc2f2f3`](https://github.com/heroui-inc/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: - @heroui/react-utils@2.0.13 ## 2.0.26 @@ -270,16 +270,16 @@ ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added - `framer-transitions` renamed to `framer-utils` - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- Updated dependencies [[`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: +- Updated dependencies [[`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: - @heroui/react-utils@2.0.11 - @heroui/shared-utils@2.0.5 - @heroui/use-image@2.0.5 @@ -288,13 +288,13 @@ ### Patch Changes -- [#1877](https://github.com/frontio-ai/heroui/pull/1877) [`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range +- [#1877](https://github.com/heroui-inc/heroui/pull/1877) [`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range ## 2.0.23 ### Patch Changes -- [#1874](https://github.com/frontio-ai/heroui/pull/1874) [`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. +- [#1874](https://github.com/heroui-inc/heroui/pull/1874) [`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. - Updated dependencies []: - @heroui/system@2.0.12 @@ -303,9 +303,9 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/system@2.0.11 - @heroui/theme@2.1.10 - @heroui/use-image@2.0.4 @@ -316,7 +316,7 @@ ### Patch Changes -- Updated dependencies [[`425a034bc`](https://github.com/frontio-ai/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: +- Updated dependencies [[`425a034bc`](https://github.com/heroui-inc/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: - @heroui/theme@2.1.9 - @heroui/system@2.0.10 - @heroui/react-utils@2.0.9 @@ -325,9 +325,9 @@ ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy -- Updated dependencies [[`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: +- Updated dependencies [[`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: - @heroui/system@2.0.9 - @heroui/theme@2.1.8 - @heroui/use-image@2.0.3 @@ -338,7 +338,7 @@ ### Patch Changes -- Updated dependencies [[`a3be419cb`](https://github.com/frontio-ai/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/frontio-ai/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: +- Updated dependencies [[`a3be419cb`](https://github.com/heroui-inc/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/heroui-inc/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: - @heroui/theme@2.1.7 - @heroui/system@2.0.8 @@ -346,14 +346,14 @@ ### Patch Changes -- Updated dependencies [[`7c8341035`](https://github.com/frontio-ai/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: +- Updated dependencies [[`7c8341035`](https://github.com/heroui-inc/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: - @heroui/theme@2.1.6 ## 2.0.17 ### Patch Changes -- Updated dependencies [[`d61428d9e`](https://github.com/frontio-ai/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/frontio-ai/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: +- Updated dependencies [[`d61428d9e`](https://github.com/heroui-inc/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/heroui-inc/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: - @heroui/theme@2.1.5 - @heroui/system@2.0.7 @@ -361,7 +361,7 @@ ### Patch Changes -- Updated dependencies [[`043b8420c`](https://github.com/frontio-ai/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/frontio-ai/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: +- Updated dependencies [[`043b8420c`](https://github.com/heroui-inc/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/heroui-inc/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: - @heroui/theme@2.1.4 - @heroui/system@2.0.6 @@ -369,30 +369,30 @@ ### Patch Changes -- Updated dependencies [[`5702287e5`](https://github.com/frontio-ai/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: +- Updated dependencies [[`5702287e5`](https://github.com/heroui-inc/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: - @heroui/theme@2.1.3 ## 2.0.14 ### Patch Changes -- [#1458](https://github.com/frontio-ai/heroui/pull/1458) [`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles +- [#1458](https://github.com/heroui-inc/heroui/pull/1458) [`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles -- Updated dependencies [[`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: +- Updated dependencies [[`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: - @heroui/theme@2.1.2 ## 2.0.13 ### Patch Changes -- Updated dependencies [[`cc839cdd`](https://github.com/frontio-ai/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: +- Updated dependencies [[`cc839cdd`](https://github.com/heroui-inc/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: - @heroui/theme@2.1.1 ## 2.0.12 ### Patch Changes -- Updated dependencies [[`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: +- Updated dependencies [[`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: - @heroui/theme@2.1.0 - @heroui/react-utils@2.0.7 @@ -407,7 +407,7 @@ ### Patch Changes -- Updated dependencies [[`d0341020`](https://github.com/frontio-ai/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: +- Updated dependencies [[`d0341020`](https://github.com/heroui-inc/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: - @heroui/theme@2.0.5 ## 2.0.9 @@ -421,20 +421,20 @@ ### Patch Changes -- [#1359](https://github.com/frontio-ai/heroui/pull/1359) [`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n +- [#1359](https://github.com/heroui-inc/heroui/pull/1359) [`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n - react-aria packages upgraded to the latest version - image storybooks fixed - other bug fixes.. -- Updated dependencies [[`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: +- Updated dependencies [[`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: - @heroui/system@2.0.5 ## 2.0.7 ### Patch Changes -- Updated dependencies [[`710395f3`](https://github.com/frontio-ai/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: +- Updated dependencies [[`710395f3`](https://github.com/heroui-inc/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: - @heroui/system@2.0.4 ## 2.0.6 @@ -455,18 +455,18 @@ ### Patch Changes -- [#1301](https://github.com/frontio-ai/heroui/pull/1301) [`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss +- [#1301](https://github.com/heroui-inc/heroui/pull/1301) [`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss -- Updated dependencies [[`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: +- Updated dependencies [[`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: - @heroui/theme@2.0.4 ## 2.0.3 ### Patch Changes -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports -- Updated dependencies [[`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: +- Updated dependencies [[`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: - @heroui/react-utils@2.0.2 - @heroui/system@2.0.3 - @heroui/theme@2.0.3 @@ -477,7 +477,7 @@ ### Patch Changes -- Updated dependencies [[`459ac5ed`](https://github.com/frontio-ai/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: +- Updated dependencies [[`459ac5ed`](https://github.com/heroui-inc/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: - @heroui/theme@2.0.2 - @heroui/system@2.0.2 @@ -485,11 +485,11 @@ ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated -- Updated dependencies [[`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: +- Updated dependencies [[`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: - @heroui/shared-utils@2.0.1 - @heroui/react-utils@2.0.1 - @heroui/use-image@2.0.1 diff --git a/packages/components/image/README.md b/packages/components/image/README.md index c501445ae0..87112fa257 100644 --- a/packages/components/image/README.md +++ b/packages/components/image/README.md @@ -15,10 +15,10 @@ npm i @heroui/image ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/components/input-otp/CHANGELOG.md b/packages/components/input-otp/CHANGELOG.md index 988368a2fd..ac8250b1bf 100644 --- a/packages/components/input-otp/CHANGELOG.md +++ b/packages/components/input-otp/CHANGELOG.md @@ -15,7 +15,7 @@ ### Patch Changes -- Updated dependencies [[`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: +- Updated dependencies [[`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: - @heroui/react-utils@2.1.3 - @heroui/form@2.1.8 @@ -23,13 +23,13 @@ ### Patch Changes -- [#4411](https://github.com/frontio-ai/heroui/pull/4411) [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31) Thanks [@macci001](https://github.com/macci001)! - Fix virtual keyboard to display the keys based on allowedKeys(#4408) +- [#4411](https://github.com/heroui-inc/heroui/pull/4411) [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31) Thanks [@macci001](https://github.com/macci001)! - Fix virtual keyboard to display the keys based on allowedKeys(#4408) -- [#4417](https://github.com/frontio-ai/heroui/pull/4417) [`93c9df1`](https://github.com/frontio-ai/heroui/commit/93c9df15d99cb7467927700f73b3a683f98f0ccf) Thanks [@Peterl561](https://github.com/Peterl561)! - fixed isRequired not showing error when validationBehavior=native is not explicitly set +- [#4417](https://github.com/heroui-inc/heroui/pull/4417) [`93c9df1`](https://github.com/heroui-inc/heroui/commit/93c9df15d99cb7467927700f73b3a683f98f0ccf) Thanks [@Peterl561](https://github.com/Peterl561)! - fixed isRequired not showing error when validationBehavior=native is not explicitly set -- [#4338](https://github.com/frontio-ai/heroui/pull/4338) [`2f55ecb`](https://github.com/frontio-ai/heroui/commit/2f55ecb4b2e61fb9d9a91df9f4d7c1eff6b7b05e) Thanks [@macci001](https://github.com/macci001)! - Change ensures that the input value does not accept any disallowed characters when the value prop contains them (#4329) +- [#4338](https://github.com/heroui-inc/heroui/pull/4338) [`2f55ecb`](https://github.com/heroui-inc/heroui/commit/2f55ecb4b2e61fb9d9a91df9f4d7c1eff6b7b05e) Thanks [@macci001](https://github.com/macci001)! - Change ensures that the input value does not accept any disallowed characters when the value prop contains them (#4329) -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: - @heroui/shared-utils@2.1.2 - @heroui/form@2.1.7 - @heroui/react-utils@2.1.2 @@ -38,7 +38,7 @@ ### Patch Changes -- [#4314](https://github.com/frontio-ai/heroui/pull/4314) [`5598806`](https://github.com/frontio-ai/heroui/commit/5598806216166dc9fff36cafd9112412486b747f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4314](https://github.com/heroui-inc/heroui/pull/4314) [`5598806`](https://github.com/heroui-inc/heroui/commit/5598806216166dc9fff36cafd9112412486b747f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build - Updated dependencies []: - @heroui/form@2.1.6 @@ -47,7 +47,7 @@ ### Patch Changes -- [#4296](https://github.com/frontio-ai/heroui/pull/4296) [`1485eca`](https://github.com/frontio-ai/heroui/commit/1485eca48fce8a0acc42fe40590b828c1a90ff48) Thanks [@macci001](https://github.com/macci001)! - Fixing the autofocus functionality in input-otp component(#4250) +- [#4296](https://github.com/heroui-inc/heroui/pull/4296) [`1485eca`](https://github.com/heroui-inc/heroui/commit/1485eca48fce8a0acc42fe40590b828c1a90ff48) Thanks [@macci001](https://github.com/macci001)! - Fixing the autofocus functionality in input-otp component(#4250) - Updated dependencies []: - @heroui/form@2.1.5 @@ -56,36 +56,36 @@ ### Patch Changes -- [#4258](https://github.com/frontio-ai/heroui/pull/4258) [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions +- [#4258](https://github.com/heroui-inc/heroui/pull/4258) [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions -- Updated dependencies [[`b16291b`](https://github.com/frontio-ai/heroui/commit/b16291b2200229f0d0a9ea910e38f3f100f7931f), [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: +- Updated dependencies [[`b16291b`](https://github.com/heroui-inc/heroui/commit/b16291b2200229f0d0a9ea910e38f3f100f7931f), [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: - @heroui/form@2.1.4 ## 2.1.3 ### Patch Changes -- [#4255](https://github.com/frontio-ai/heroui/pull/4255) [`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) +- [#4255](https://github.com/heroui-inc/heroui/pull/4255) [`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) -- Updated dependencies [[`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: +- Updated dependencies [[`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: - @heroui/form@2.1.3 ## 2.1.2 ### Patch Changes -- [#4247](https://github.com/frontio-ai/heroui/pull/4247) [`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* +- [#4247](https://github.com/heroui-inc/heroui/pull/4247) [`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* -- Updated dependencies [[`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: +- Updated dependencies [[`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: - @heroui/form@2.1.2 ## 2.1.1 ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/form@2.1.1 - @heroui/react-utils@2.1.1 - @heroui/shared-utils@2.1.1 @@ -94,7 +94,7 @@ ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -120,9 +120,9 @@ ### Patch Changes -- [#4224](https://github.com/frontio-ai/heroui/pull/4224) [`26e478d`](https://github.com/frontio-ai/heroui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Added form support to input-otp, change default validationBehavior to "native" to avoid breaking changes, and fix select with form +- [#4224](https://github.com/heroui-inc/heroui/pull/4224) [`26e478d`](https://github.com/heroui-inc/heroui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Added form support to input-otp, change default validationBehavior to "native" to avoid breaking changes, and fix select with form -- Updated dependencies [[`26e478d`](https://github.com/frontio-ai/heroui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52), [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`26e478d`](https://github.com/heroui-inc/heroui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52), [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/form@2.1.0 - @heroui/react-utils@2.1.0 - @heroui/shared-utils@2.1.0 @@ -131,7 +131,7 @@ ### Patch Changes -- [#4052](https://github.com/frontio-ai/heroui/pull/4052) [`1d5b2b6c1`](https://github.com/frontio-ai/heroui/commit/1d5b2b6c1f8672e7339a6f9dc66f0244d7bb2789) Thanks [@macci001](https://github.com/macci001)! - Adding new input-otp component. +- [#4052](https://github.com/heroui-inc/heroui/pull/4052) [`1d5b2b6c1`](https://github.com/heroui-inc/heroui/commit/1d5b2b6c1f8672e7339a6f9dc66f0244d7bb2789) Thanks [@macci001](https://github.com/macci001)! - Adding new input-otp component. -- Updated dependencies [[`1d5b2b6c1`](https://github.com/frontio-ai/heroui/commit/1d5b2b6c1f8672e7339a6f9dc66f0244d7bb2789)]: +- Updated dependencies [[`1d5b2b6c1`](https://github.com/heroui-inc/heroui/commit/1d5b2b6c1f8672e7339a6f9dc66f0244d7bb2789)]: - @heroui/theme@2.3.0-beta.17 diff --git a/packages/components/input-otp/README.md b/packages/components/input-otp/README.md index d60912fd7f..adf6cb0752 100644 --- a/packages/components/input-otp/README.md +++ b/packages/components/input-otp/README.md @@ -17,10 +17,10 @@ npm i @heroui/input-otp ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/components/input/CHANGELOG.md b/packages/components/input/CHANGELOG.md index e73de62822..651427d4af 100644 --- a/packages/components/input/CHANGELOG.md +++ b/packages/components/input/CHANGELOG.md @@ -17,13 +17,13 @@ ### Patch Changes -- [`45b1d82`](https://github.com/frontio-ai/heroui/commit/45b1d82c391dac7f39609d492010164b6c2d6d38) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix input ignoring spaces +- [`45b1d82`](https://github.com/heroui-inc/heroui/commit/45b1d82c391dac7f39609d492010164b6c2d6d38) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix input ignoring spaces ## 2.4.8 ### Patch Changes -- Updated dependencies [[`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: +- Updated dependencies [[`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: - @heroui/react-utils@2.1.3 - @heroui/form@2.1.8 @@ -31,9 +31,9 @@ ### Patch Changes -- [#4366](https://github.com/frontio-ai/heroui/pull/4366) [`9e8a656`](https://github.com/frontio-ai/heroui/commit/9e8a656665464152c4d226fa520fc4219eca0a8d) Thanks [@wingkwong](https://github.com/wingkwong)! - label placement with file input type (#4364) +- [#4366](https://github.com/heroui-inc/heroui/pull/4366) [`9e8a656`](https://github.com/heroui-inc/heroui/commit/9e8a656665464152c4d226fa520fc4219eca0a8d) Thanks [@wingkwong](https://github.com/wingkwong)! - label placement with file input type (#4364) -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: - @heroui/shared-utils@2.1.2 - @heroui/form@2.1.7 - @heroui/react-utils@2.1.2 @@ -56,36 +56,36 @@ ### Patch Changes -- [#4258](https://github.com/frontio-ai/heroui/pull/4258) [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions +- [#4258](https://github.com/heroui-inc/heroui/pull/4258) [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions -- Updated dependencies [[`b16291b`](https://github.com/frontio-ai/heroui/commit/b16291b2200229f0d0a9ea910e38f3f100f7931f), [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: +- Updated dependencies [[`b16291b`](https://github.com/heroui-inc/heroui/commit/b16291b2200229f0d0a9ea910e38f3f100f7931f), [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: - @heroui/form@2.1.4 ## 2.4.3 ### Patch Changes -- [#4255](https://github.com/frontio-ai/heroui/pull/4255) [`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) +- [#4255](https://github.com/heroui-inc/heroui/pull/4255) [`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) -- Updated dependencies [[`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: +- Updated dependencies [[`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: - @heroui/form@2.1.3 ## 2.4.2 ### Patch Changes -- [#4247](https://github.com/frontio-ai/heroui/pull/4247) [`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* +- [#4247](https://github.com/heroui-inc/heroui/pull/4247) [`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* -- Updated dependencies [[`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: +- Updated dependencies [[`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: - @heroui/form@2.1.2 ## 2.4.1 ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/form@2.1.1 - @heroui/use-safe-layout-effect@2.1.1 - @heroui/react-utils@2.1.1 @@ -96,7 +96,7 @@ ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -122,11 +122,11 @@ ### Patch Changes -- [#4224](https://github.com/frontio-ai/heroui/pull/4224) [`26e478d`](https://github.com/frontio-ai/heroui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Added form support to input-otp, change default validationBehavior to "native" to avoid breaking changes, and fix select with form +- [#4224](https://github.com/heroui-inc/heroui/pull/4224) [`26e478d`](https://github.com/heroui-inc/heroui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Added form support to input-otp, change default validationBehavior to "native" to avoid breaking changes, and fix select with form -- [#4226](https://github.com/frontio-ai/heroui/pull/4226) [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) +- [#4226](https://github.com/heroui-inc/heroui/pull/4226) [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) -- Updated dependencies [[`26e478d`](https://github.com/frontio-ai/heroui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52), [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`26e478d`](https://github.com/heroui-inc/heroui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52), [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/form@2.1.0 - @heroui/use-safe-layout-effect@2.1.0 - @heroui/react-utils@2.1.0 @@ -137,18 +137,18 @@ ### Patch Changes -- [#4172](https://github.com/frontio-ai/heroui/pull/4172) [`004c4a4b3`](https://github.com/frontio-ai/heroui/commit/004c4a4b3e44477f148937b12bb542e4b27fd322) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - introduce `isClearable` to Textarea component (#2348, #2112) +- [#4172](https://github.com/heroui-inc/heroui/pull/4172) [`004c4a4b3`](https://github.com/heroui-inc/heroui/commit/004c4a4b3e44477f148937b12bb542e4b27fd322) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - introduce `isClearable` to Textarea component (#2348, #2112) -- Updated dependencies [[`004c4a4b3`](https://github.com/frontio-ai/heroui/commit/004c4a4b3e44477f148937b12bb542e4b27fd322)]: +- Updated dependencies [[`004c4a4b3`](https://github.com/heroui-inc/heroui/commit/004c4a4b3e44477f148937b12bb542e4b27fd322)]: - @heroui/shared-icons@2.0.10-beta.8 ## 2.3.0-beta.11 ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/form@2.0.1-beta.1 - @heroui/use-safe-layout-effect@2.0.7-beta.5 - @heroui/react-utils@2.0.18-beta.8 @@ -159,18 +159,18 @@ ### Patch Changes -- [#3036](https://github.com/frontio-ai/heroui/pull/3036) [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - support server validation with form +- [#3036](https://github.com/heroui-inc/heroui/pull/3036) [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - support server validation with form -- Updated dependencies [[`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: +- Updated dependencies [[`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: - @heroui/form@2.0.1-beta.0 ## 2.3.0-beta.9 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/use-safe-layout-effect@2.0.7-beta.4 - @heroui/react-utils@2.0.18-beta.7 - @heroui/shared-icons@2.0.10-beta.6 @@ -180,9 +180,9 @@ ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/use-safe-layout-effect@2.0.7-beta.3 - @heroui/react-utils@2.0.18-beta.6 - @heroui/shared-icons@2.0.10-beta.5 @@ -192,9 +192,9 @@ ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/use-safe-layout-effect@2.0.7-beta.2 - @heroui/react-utils@2.0.18-beta.5 - @heroui/shared-icons@2.0.10-beta.4 @@ -204,14 +204,14 @@ ### Patch Changes -- Updated dependencies [[`0f55c491b`](https://github.com/frontio-ai/heroui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]: +- Updated dependencies [[`0f55c491b`](https://github.com/heroui-inc/heroui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]: - @heroui/shared-icons@2.0.10-beta.3 ## 2.3.0-beta.5 ### Patch Changes -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/shared-utils@2.0.9-beta.4 - @heroui/react-utils@2.0.18-beta.4 @@ -219,9 +219,9 @@ ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/use-safe-layout-effect@2.0.7-beta.1 - @heroui/react-utils@2.0.18-beta.3 - @heroui/shared-icons@2.0.10-beta.2 @@ -231,9 +231,9 @@ ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/use-safe-layout-effect@2.0.7-beta.0 - @heroui/react-utils@2.0.18-beta.2 - @heroui/shared-icons@2.0.10-beta.1 @@ -243,15 +243,15 @@ ### Patch Changes -- [#3966](https://github.com/frontio-ai/heroui/pull/3966) [`a2d653137`](https://github.com/frontio-ai/heroui/commit/a2d653137d61465a88dfa3830bb3a44e3a7faa87) Thanks [@mstfblci](https://github.com/mstfblci)! - - Fixed a UI sliding issue caused by the helper wrapper being rendered when `isInvalid` was false but `errorMessage` was present +- [#3966](https://github.com/heroui-inc/heroui/pull/3966) [`a2d653137`](https://github.com/heroui-inc/heroui/commit/a2d653137d61465a88dfa3830bb3a44e3a7faa87) Thanks [@mstfblci](https://github.com/mstfblci)! - - Fixed a UI sliding issue caused by the helper wrapper being rendered when `isInvalid` was false but `errorMessage` was present ## 2.3.0-beta.1 ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/react-utils@2.0.18-beta.1 - @heroui/shared-icons@2.0.10-beta.0 - @heroui/shared-utils@2.0.9-beta.1 @@ -260,13 +260,13 @@ ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ### Patch Changes -- [#3774](https://github.com/frontio-ai/heroui/pull/3774) [`606f75726`](https://github.com/frontio-ai/heroui/commit/606f75726c6b273ea25528ec3269fa6e82af3349) Thanks [@ryxxn](https://github.com/ryxxn)! - clear button should not receive focus when input is disabled. +- [#3774](https://github.com/heroui-inc/heroui/pull/3774) [`606f75726`](https://github.com/heroui-inc/heroui/commit/606f75726c6b273ea25528ec3269fa6e82af3349) Thanks [@ryxxn](https://github.com/ryxxn)! - clear button should not receive focus when input is disabled. -- Updated dependencies [[`0cf91395c`](https://github.com/frontio-ai/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/frontio-ai/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/frontio-ai/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/frontio-ai/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/frontio-ai/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/frontio-ai/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/frontio-ai/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/frontio-ai/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/frontio-ai/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/frontio-ai/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/frontio-ai/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/frontio-ai/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: +- Updated dependencies [[`0cf91395c`](https://github.com/heroui-inc/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/heroui-inc/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/heroui-inc/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/heroui-inc/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/heroui-inc/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/heroui-inc/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/heroui-inc/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/heroui-inc/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/heroui-inc/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/heroui-inc/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/heroui-inc/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/heroui-inc/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: - @heroui/theme@2.3.0-beta.0 - @heroui/system@2.3.0-beta.0 - @heroui/shared-utils@2.0.9-beta.0 @@ -276,11 +276,11 @@ ### Patch Changes -- [#2958](https://github.com/frontio-ai/heroui/pull/2958) [`985c2e1dd`](https://github.com/frontio-ai/heroui/commit/985c2e1dd3642e3087aa0555a3c3ae4ea182b099) Thanks [@ShrinidhiUpadhyaya](https://github.com/ShrinidhiUpadhyaya)! - Fixed hover and focus of input when label placement is outside-left (#2328) +- [#2958](https://github.com/heroui-inc/heroui/pull/2958) [`985c2e1dd`](https://github.com/heroui-inc/heroui/commit/985c2e1dd3642e3087aa0555a3c3ae4ea182b099) Thanks [@ShrinidhiUpadhyaya](https://github.com/ShrinidhiUpadhyaya)! - Fixed hover and focus of input when label placement is outside-left (#2328) -- [#3643](https://github.com/frontio-ai/heroui/pull/3643) [`3d6865586`](https://github.com/frontio-ai/heroui/commit/3d6865586fe7cec850925c8e8ff42155a97c43ea) Thanks [@ryxxn](https://github.com/ryxxn)! - disable clear button when input is read-only +- [#3643](https://github.com/heroui-inc/heroui/pull/3643) [`3d6865586`](https://github.com/heroui-inc/heroui/commit/3d6865586fe7cec850925c8e8ff42155a97c43ea) Thanks [@ryxxn](https://github.com/ryxxn)! - disable clear button when input is read-only -- Updated dependencies [[`f36df4362`](https://github.com/frontio-ai/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: +- Updated dependencies [[`f36df4362`](https://github.com/heroui-inc/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: - @heroui/shared-utils@2.0.8 - @heroui/react-utils@2.0.17 @@ -288,9 +288,9 @@ ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/use-safe-layout-effect@2.0.6 - @heroui/react-utils@2.0.16 - @heroui/shared-icons@2.0.9 @@ -300,11 +300,11 @@ ### Patch Changes -- [#3300](https://github.com/frontio-ai/heroui/pull/3300) [`edd48a09c`](https://github.com/frontio-ai/heroui/commit/edd48a09ccab2b0b1c0371d1f3fe23447b07fb54) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Add accessible name to the icon button (#2802, #2808) +- [#3300](https://github.com/heroui-inc/heroui/pull/3300) [`edd48a09c`](https://github.com/heroui-inc/heroui/commit/edd48a09ccab2b0b1c0371d1f3fe23447b07fb54) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Add accessible name to the icon button (#2802, #2808) -- [#3268](https://github.com/frontio-ai/heroui/pull/3268) [`93f178781`](https://github.com/frontio-ai/heroui/commit/93f17878154a6351c38c8ef4806b5fb20e4fa217) Thanks [@wingkwong](https://github.com/wingkwong)! - revised styles and logic for input with file type (#2397, #2311, #2965) +- [#3268](https://github.com/heroui-inc/heroui/pull/3268) [`93f178781`](https://github.com/heroui-inc/heroui/commit/93f17878154a6351c38c8ef4806b5fb20e4fa217) Thanks [@wingkwong](https://github.com/wingkwong)! - revised styles and logic for input with file type (#2397, #2311, #2965) -- Updated dependencies [[`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: +- Updated dependencies [[`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: - @heroui/shared-utils@2.0.6 - @heroui/react-utils@2.0.15 @@ -312,11 +312,11 @@ ### Patch Changes -- [#3240](https://github.com/frontio-ai/heroui/pull/3240) [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies +- [#3240](https://github.com/heroui-inc/heroui/pull/3240) [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies -- [#3174](https://github.com/frontio-ai/heroui/pull/3174) [`dbb4b8ee5`](https://github.com/frontio-ai/heroui/commit/dbb4b8ee564114bfb0ef93467ed9ef6a3ff7e2e7) Thanks [@wingkwong](https://github.com/wingkwong)! - Fix input display with hidden type (#3170) +- [#3174](https://github.com/heroui-inc/heroui/pull/3174) [`dbb4b8ee5`](https://github.com/heroui-inc/heroui/commit/dbb4b8ee564114bfb0ef93467ed9ef6a3ff7e2e7) Thanks [@wingkwong](https://github.com/wingkwong)! - Fix input display with hidden type (#3170) -- Updated dependencies [[`3500147d7`](https://github.com/frontio-ai/heroui/commit/3500147d7fbe53bc01ae24749fdeaf87c37c0d12), [`b9bb06ff3`](https://github.com/frontio-ai/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: +- Updated dependencies [[`3500147d7`](https://github.com/heroui-inc/heroui/commit/3500147d7fbe53bc01ae24749fdeaf87c37c0d12), [`b9bb06ff3`](https://github.com/heroui-inc/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: - @heroui/shared-icons@2.0.8 - @heroui/react-utils@2.0.14 @@ -324,31 +324,31 @@ ### Patch Changes -- [#3119](https://github.com/frontio-ai/heroui/pull/3119) [`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` +- [#3119](https://github.com/heroui-inc/heroui/pull/3119) [`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` ## 2.2.0 ### Minor Changes -- [#2987](https://github.com/frontio-ai/heroui/pull/2987) [`540aa2124`](https://github.com/frontio-ai/heroui/commit/540aa2124b45b65a40e73f5aea2b90405fe1fe9a) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Change validationBehavior from native to aria by default, with the option to change via props. +- [#2987](https://github.com/heroui-inc/heroui/pull/2987) [`540aa2124`](https://github.com/heroui-inc/heroui/commit/540aa2124b45b65a40e73f5aea2b90405fe1fe9a) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Change validationBehavior from native to aria by default, with the option to change via props. ### Patch Changes -- [#2929](https://github.com/frontio-ai/heroui/pull/2929) [`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. +- [#2929](https://github.com/heroui-inc/heroui/pull/2929) [`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. ## 2.1.21 ### Patch Changes -- [#2796](https://github.com/frontio-ai/heroui/pull/2796) [`355235320`](https://github.com/frontio-ai/heroui/commit/35523532030468837939d127b68bee30bbc4e2b0) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixes the isClearable function in the input component (#2791) +- [#2796](https://github.com/heroui-inc/heroui/pull/2796) [`355235320`](https://github.com/heroui-inc/heroui/commit/35523532030468837939d127b68bee30bbc4e2b0) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixes the isClearable function in the input component (#2791) -- [#2072](https://github.com/frontio-ai/heroui/pull/2072) [`1dacf52f3`](https://github.com/frontio-ai/heroui/commit/1dacf52f305a410cbf59d067d1977024d982ad03) Thanks [@black197](https://github.com/black197)! - Fix #2069 keep input component's position steady +- [#2072](https://github.com/heroui-inc/heroui/pull/2072) [`1dacf52f3`](https://github.com/heroui-inc/heroui/commit/1dacf52f305a410cbf59d067d1977024d982ad03) Thanks [@black197](https://github.com/black197)! - Fix #2069 keep input component's position steady ## 2.1.20 ### Patch Changes -- Updated dependencies [[`eccc2f2f3`](https://github.com/frontio-ai/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: +- Updated dependencies [[`eccc2f2f3`](https://github.com/heroui-inc/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: - @heroui/react-utils@2.0.13 ## 2.1.19 @@ -362,9 +362,9 @@ ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added @@ -373,11 +373,11 @@ - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fixed react-hook-form uncontrolled components (#1969) +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fixed react-hook-form uncontrolled components (#1969) -- [#2316](https://github.com/frontio-ai/heroui/pull/2316) [`52dafd08f`](https://github.com/frontio-ai/heroui/commit/52dafd08f178483e79dc847b61d1c761af26eb8e) Thanks [@mrbadri](https://github.com/mrbadri)! - Add RTL support to the input component +- [#2316](https://github.com/heroui-inc/heroui/pull/2316) [`52dafd08f`](https://github.com/heroui-inc/heroui/commit/52dafd08f178483e79dc847b61d1c761af26eb8e) Thanks [@mrbadri](https://github.com/mrbadri)! - Add RTL support to the input component -- Updated dependencies [[`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: +- Updated dependencies [[`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: - @heroui/react-utils@2.0.11 - @heroui/shared-icons@2.0.7 - @heroui/shared-utils@2.0.5 @@ -386,51 +386,51 @@ ### Patch Changes -- [#2371](https://github.com/frontio-ai/heroui/pull/2371) [`e4ba43b4e`](https://github.com/frontio-ai/heroui/commit/e4ba43b4e39203566614ac0aa58e844e9421c86e) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed input label overlapping issue (#2255) +- [#2371](https://github.com/heroui-inc/heroui/pull/2371) [`e4ba43b4e`](https://github.com/heroui-inc/heroui/commit/e4ba43b4e39203566614ac0aa58e844e9421c86e) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed input label overlapping issue (#2255) -- [#2028](https://github.com/frontio-ai/heroui/pull/2028) [`0ba165f0f`](https://github.com/frontio-ai/heroui/commit/0ba165f0fd2257f5b8302b32a9f5eb1ecde8d890) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1979 labelPlacement is outside when not having a label for input, autocomplete and select components. +- [#2028](https://github.com/heroui-inc/heroui/pull/2028) [`0ba165f0f`](https://github.com/heroui-inc/heroui/commit/0ba165f0fd2257f5b8302b32a9f5eb1ecde8d890) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1979 labelPlacement is outside when not having a label for input, autocomplete and select components. -- [#2031](https://github.com/frontio-ai/heroui/pull/2031) [`436ba1cd8`](https://github.com/frontio-ai/heroui/commit/436ba1cd8412dc044651ab38ff2ed770f35377ff) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1984 input clearable feature fixed +- [#2031](https://github.com/heroui-inc/heroui/pull/2031) [`436ba1cd8`](https://github.com/heroui-inc/heroui/commit/436ba1cd8412dc044651ab38ff2ed770f35377ff) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1984 input clearable feature fixed -- [#2274](https://github.com/frontio-ai/heroui/pull/2274) [`e6f36281c`](https://github.com/frontio-ai/heroui/commit/e6f36281cb8bcf6784c2fee47860f618dea9346c) Thanks [@Prakash7895](https://github.com/Prakash7895)! - Fix #2268, when using a number input and with a 0 for the initial value, the label (default or labelPlacement='inside') does not animate to the correct position. Even when the user is setting the value to 0, the label does not alter its state unless a number other than 0 is inputted. +- [#2274](https://github.com/heroui-inc/heroui/pull/2274) [`e6f36281c`](https://github.com/heroui-inc/heroui/commit/e6f36281cb8bcf6784c2fee47860f618dea9346c) Thanks [@Prakash7895](https://github.com/Prakash7895)! - Fix #2268, when using a number input and with a 0 for the initial value, the label (default or labelPlacement='inside') does not animate to the correct position. Even when the user is setting the value to 0, the label does not alter its state unless a number other than 0 is inputted. ## 2.1.16 ### Patch Changes -- [#1928](https://github.com/frontio-ai/heroui/pull/1928) [`d2bd008ba`](https://github.com/frontio-ai/heroui/commit/d2bd008ba3d4de73f4405f1997b15466efd19a81) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Texarea label validation added to avoid rendering the element when there is no label. +- [#1928](https://github.com/heroui-inc/heroui/pull/1928) [`d2bd008ba`](https://github.com/heroui-inc/heroui/commit/d2bd008ba3d4de73f4405f1997b15466efd19a81) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Texarea label validation added to avoid rendering the element when there is no label. ## 2.1.15 ### Patch Changes -- [#1923](https://github.com/frontio-ai/heroui/pull/1923) [`9189b3fbf`](https://github.com/frontio-ai/heroui/commit/9189b3fbf2d6d6cc6566009c71b37d5fcc566291) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Textarea style rounded full styles issues fixed, start and end content props added +- [#1923](https://github.com/heroui-inc/heroui/pull/1923) [`9189b3fbf`](https://github.com/heroui-inc/heroui/commit/9189b3fbf2d6d6cc6566009c71b37d5fcc566291) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Textarea style rounded full styles issues fixed, start and end content props added -- Updated dependencies [[`9189b3fbf`](https://github.com/frontio-ai/heroui/commit/9189b3fbf2d6d6cc6566009c71b37d5fcc566291)]: +- Updated dependencies [[`9189b3fbf`](https://github.com/heroui-inc/heroui/commit/9189b3fbf2d6d6cc6566009c71b37d5fcc566291)]: - @heroui/shared-icons@2.0.6 ## 2.1.14 ### Patch Changes -- [#1901](https://github.com/frontio-ai/heroui/pull/1901) [`6a6d426b1`](https://github.com/frontio-ai/heroui/commit/6a6d426b10fa7f92dfb20611e261347027393193) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Label position changed for Select and Input, this avoids to break the layout when having long descriptions and no placeholder +- [#1901](https://github.com/heroui-inc/heroui/pull/1901) [`6a6d426b1`](https://github.com/heroui-inc/heroui/commit/6a6d426b10fa7f92dfb20611e261347027393193) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Label position changed for Select and Input, this avoids to break the layout when having long descriptions and no placeholder - Input/Select styles improved, label opacity removed ## 2.1.13 ### Patch Changes -- [#1877](https://github.com/frontio-ai/heroui/pull/1877) [`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range +- [#1877](https://github.com/heroui-inc/heroui/pull/1877) [`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range -- [#1884](https://github.com/frontio-ai/heroui/pull/1884) [`acba2cf8f`](https://github.com/frontio-ai/heroui/commit/acba2cf8f5ba1526bd44c6851e0ed7fdc6c0b8ae) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Input, Textarea, Select, Autocomplete and Textarea helper wrapper styles fixed +- [#1884](https://github.com/heroui-inc/heroui/pull/1884) [`acba2cf8f`](https://github.com/heroui-inc/heroui/commit/acba2cf8f5ba1526bd44c6851e0ed7fdc6c0b8ae) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Input, Textarea, Select, Autocomplete and Textarea helper wrapper styles fixed -- [#1891](https://github.com/frontio-ai/heroui/pull/1891) [`e728a8967`](https://github.com/frontio-ai/heroui/commit/e728a8967b1775be6a919f3b6bd6fc2267cc002d) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Input/Autocomplete/Textarea/Select styles adapted to custom default color, label truncate added +- [#1891](https://github.com/heroui-inc/heroui/pull/1891) [`e728a8967`](https://github.com/heroui-inc/heroui/commit/e728a8967b1775be6a919f3b6bd6fc2267cc002d) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Input/Autocomplete/Textarea/Select styles adapted to custom default color, label truncate added ## 2.1.12 ### Patch Changes -- [#1874](https://github.com/frontio-ai/heroui/pull/1874) [`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. +- [#1874](https://github.com/heroui-inc/heroui/pull/1874) [`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. - Updated dependencies []: - @heroui/system@2.0.12 @@ -439,18 +439,18 @@ ### Patch Changes -- [#1869](https://github.com/frontio-ai/heroui/pull/1869) [`e84158db6`](https://github.com/frontio-ai/heroui/commit/e84158db620954b0f1d71206acbf3d46f43b0b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Select without label position fixed +- [#1869](https://github.com/heroui-inc/heroui/pull/1869) [`e84158db6`](https://github.com/heroui-inc/heroui/commit/e84158db620954b0f1d71206acbf3d46f43b0b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Select without label position fixed - Input helperWrapper slot is now relative to its parent -- Updated dependencies [[`e84158db6`](https://github.com/frontio-ai/heroui/commit/e84158db620954b0f1d71206acbf3d46f43b0b89)]: +- Updated dependencies [[`e84158db6`](https://github.com/heroui-inc/heroui/commit/e84158db620954b0f1d71206acbf3d46f43b0b89)]: - @heroui/theme@2.1.12 ## 2.1.10 ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/system@2.0.11 - @heroui/theme@2.1.10 - @heroui/react-utils@2.0.10 @@ -461,9 +461,9 @@ ### Patch Changes -- [#1631](https://github.com/frontio-ai/heroui/pull/1631) [`425a034bc`](https://github.com/frontio-ai/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - validationState prop deprecated, "isInvalid" prop adjusted, invalid checkbox and radios state improved +- [#1631](https://github.com/heroui-inc/heroui/pull/1631) [`425a034bc`](https://github.com/heroui-inc/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - validationState prop deprecated, "isInvalid" prop adjusted, invalid checkbox and radios state improved -- Updated dependencies [[`425a034bc`](https://github.com/frontio-ai/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: +- Updated dependencies [[`425a034bc`](https://github.com/heroui-inc/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: - @heroui/theme@2.1.9 - @heroui/system@2.0.10 - @heroui/react-utils@2.0.9 @@ -472,9 +472,9 @@ ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy -- Updated dependencies [[`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: +- Updated dependencies [[`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: - @heroui/system@2.0.9 - @heroui/theme@2.1.8 - @heroui/react-utils@2.0.8 @@ -485,9 +485,9 @@ ### Patch Changes -- [#1589](https://github.com/frontio-ai/heroui/pull/1589) [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded +- [#1589](https://github.com/heroui-inc/heroui/pull/1589) [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded -- Updated dependencies [[`a3be419cb`](https://github.com/frontio-ai/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/frontio-ai/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: +- Updated dependencies [[`a3be419cb`](https://github.com/heroui-inc/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/heroui-inc/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: - @heroui/theme@2.1.7 - @heroui/system@2.0.8 @@ -495,14 +495,14 @@ ### Patch Changes -- Updated dependencies [[`7c8341035`](https://github.com/frontio-ai/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: +- Updated dependencies [[`7c8341035`](https://github.com/heroui-inc/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: - @heroui/theme@2.1.6 ## 2.1.5 ### Patch Changes -- Updated dependencies [[`d61428d9e`](https://github.com/frontio-ai/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/frontio-ai/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: +- Updated dependencies [[`d61428d9e`](https://github.com/heroui-inc/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/heroui-inc/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: - @heroui/theme@2.1.5 - @heroui/system@2.0.7 @@ -510,13 +510,13 @@ ### Patch Changes -- [#1543](https://github.com/frontio-ai/heroui/pull/1543) [`043b8420c`](https://github.com/frontio-ai/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1492 \n +- [#1543](https://github.com/heroui-inc/heroui/pull/1543) [`043b8420c`](https://github.com/heroui-inc/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1492 \n - Select and Input spaces fixed on helper wrapper - New select wrapper added `mainWrapper` which contains the helperWrapper and the trigger slots - Outside input with start content fixed -- Updated dependencies [[`043b8420c`](https://github.com/frontio-ai/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/frontio-ai/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: +- Updated dependencies [[`043b8420c`](https://github.com/heroui-inc/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/heroui-inc/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: - @heroui/theme@2.1.4 - @heroui/system@2.0.6 @@ -524,30 +524,30 @@ ### Patch Changes -- Updated dependencies [[`5702287e5`](https://github.com/frontio-ai/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: +- Updated dependencies [[`5702287e5`](https://github.com/heroui-inc/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: - @heroui/theme@2.1.3 ## 2.1.2 ### Patch Changes -- [#1458](https://github.com/frontio-ai/heroui/pull/1458) [`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles +- [#1458](https://github.com/heroui-inc/heroui/pull/1458) [`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles -- Updated dependencies [[`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: +- Updated dependencies [[`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: - @heroui/theme@2.1.2 ## 2.1.1 ### Patch Changes -- Updated dependencies [[`cc839cdd`](https://github.com/frontio-ai/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: +- Updated dependencies [[`cc839cdd`](https://github.com/heroui-inc/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: - @heroui/theme@2.1.1 ## 2.1.0 ### Minor Changes -- [#1313](https://github.com/frontio-ai/heroui/pull/1313) [`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New components: +- [#1313](https://github.com/heroui-inc/heroui/pull/1313) [`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New components: - Select - Listbox @@ -555,7 +555,7 @@ ### Patch Changes -- Updated dependencies [[`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: +- Updated dependencies [[`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: - @heroui/theme@2.1.0 - @heroui/shared-icons@2.0.3 - @heroui/react-utils@2.0.7 @@ -564,7 +564,7 @@ ### Patch Changes -- [#1406](https://github.com/frontio-ai/heroui/pull/1406) [`4e7789c1f`](https://github.com/frontio-ai/heroui/commit/4e7789c1f6c283b2c2116d0d80cd1ea94e5da025) Thanks [@remorses](https://github.com/remorses)! - Input is no more always controlled, supporting mutations via ref +- [#1406](https://github.com/heroui-inc/heroui/pull/1406) [`4e7789c1f`](https://github.com/heroui-inc/heroui/commit/4e7789c1f6c283b2c2116d0d80cd1ea94e5da025) Thanks [@remorses](https://github.com/remorses)! - Input is no more always controlled, supporting mutations via ref ## 2.0.13 @@ -577,14 +577,14 @@ ### Patch Changes -- Updated dependencies [[`d0341020`](https://github.com/frontio-ai/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: +- Updated dependencies [[`d0341020`](https://github.com/heroui-inc/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: - @heroui/theme@2.0.5 ## 2.0.11 ### Patch Changes -- [#1369](https://github.com/frontio-ai/heroui/pull/1369) [`abe1ba58`](https://github.com/frontio-ai/heroui/commit/abe1ba58de03d8651c24d01de5e2d0a91334b50e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - fix #1332 undefined value removed from input value +- [#1369](https://github.com/heroui-inc/heroui/pull/1369) [`abe1ba58`](https://github.com/heroui-inc/heroui/commit/abe1ba58de03d8651c24d01de5e2d0a91334b50e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - fix #1332 undefined value removed from input value ## 2.0.10 @@ -597,20 +597,20 @@ ### Patch Changes -- [#1359](https://github.com/frontio-ai/heroui/pull/1359) [`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n +- [#1359](https://github.com/heroui-inc/heroui/pull/1359) [`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n - react-aria packages upgraded to the latest version - image storybooks fixed - other bug fixes.. -- Updated dependencies [[`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: +- Updated dependencies [[`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: - @heroui/system@2.0.5 ## 2.0.8 ### Patch Changes -- Updated dependencies [[`710395f3`](https://github.com/frontio-ai/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: +- Updated dependencies [[`710395f3`](https://github.com/heroui-inc/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: - @heroui/system@2.0.4 ## 2.0.7 @@ -624,7 +624,7 @@ ### Patch Changes -- [#1323](https://github.com/frontio-ai/heroui/pull/1323) [`42001647`](https://github.com/frontio-ai/heroui/commit/4200164712b6eb4b37a14fe9e005844ff770a180) Thanks [@tianenpang](https://github.com/tianenpang)! - Fixed event functions call twice. +- [#1323](https://github.com/heroui-inc/heroui/pull/1323) [`42001647`](https://github.com/heroui-inc/heroui/commit/4200164712b6eb4b37a14fe9e005844ff770a180) Thanks [@tianenpang](https://github.com/tianenpang)! - Fixed event functions call twice. - Updated dependencies []: - @heroui/react-utils@2.0.3 @@ -633,29 +633,29 @@ ### Patch Changes -- [#1309](https://github.com/frontio-ai/heroui/pull/1309) [`ac605eb7`](https://github.com/frontio-ai/heroui/commit/ac605eb71f8aa945525a1c659b7bd17037303762) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - onValueChange returned value fixed, it nows return a plain string +- [#1309](https://github.com/heroui-inc/heroui/pull/1309) [`ac605eb7`](https://github.com/heroui-inc/heroui/commit/ac605eb71f8aa945525a1c659b7bd17037303762) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - onValueChange returned value fixed, it nows return a plain string ## 2.0.4 ### Patch Changes -- [#1301](https://github.com/frontio-ai/heroui/pull/1301) [`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss +- [#1301](https://github.com/heroui-inc/heroui/pull/1301) [`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss -- Updated dependencies [[`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: +- Updated dependencies [[`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: - @heroui/theme@2.0.4 ## 2.0.3 ### Patch Changes -- [#1289](https://github.com/frontio-ai/heroui/pull/1289) [`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it +- [#1289](https://github.com/heroui-inc/heroui/pull/1289) [`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it - packages adapted to support RSC imports - filterDomProps function was modified to enable/disabled it -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports -- Updated dependencies [[`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: +- Updated dependencies [[`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: - @heroui/react-utils@2.0.2 - @heroui/system@2.0.3 - @heroui/theme@2.0.3 @@ -666,7 +666,7 @@ ### Patch Changes -- Updated dependencies [[`459ac5ed`](https://github.com/frontio-ai/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: +- Updated dependencies [[`459ac5ed`](https://github.com/heroui-inc/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: - @heroui/theme@2.0.2 - @heroui/system@2.0.2 @@ -674,11 +674,11 @@ ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated -- Updated dependencies [[`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: +- Updated dependencies [[`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: - @heroui/shared-icons@2.0.1 - @heroui/shared-utils@2.0.1 - @heroui/react-utils@2.0.1 diff --git a/packages/components/input/README.md b/packages/components/input/README.md index 3629474c21..23c44a3917 100644 --- a/packages/components/input/README.md +++ b/packages/components/input/README.md @@ -17,10 +17,10 @@ npm i @heroui/input ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/components/kbd/CHANGELOG.md b/packages/components/kbd/CHANGELOG.md index 3bda3a341b..7c38552196 100644 --- a/packages/components/kbd/CHANGELOG.md +++ b/packages/components/kbd/CHANGELOG.md @@ -15,7 +15,7 @@ ### Patch Changes -- Updated dependencies [[`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: +- Updated dependencies [[`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: - @heroui/react-utils@2.1.3 - @heroui/system-rsc@2.3.5 @@ -23,7 +23,7 @@ ### Patch Changes -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31), [`76a72a9`](https://github.com/frontio-ai/heroui/commit/76a72a9d1c8400d23b3f948670cb6844d9728b2a)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31), [`76a72a9`](https://github.com/heroui-inc/heroui/commit/76a72a9d1c8400d23b3f948670cb6844d9728b2a)]: - @heroui/shared-utils@2.1.2 - @heroui/system-rsc@2.3.5 - @heroui/react-utils@2.1.2 @@ -32,34 +32,34 @@ ### Patch Changes -- Updated dependencies [[`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: +- Updated dependencies [[`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: - @heroui/system-rsc@2.3.4 ## 2.2.3 ### Patch Changes -- [#4255](https://github.com/frontio-ai/heroui/pull/4255) [`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) +- [#4255](https://github.com/heroui-inc/heroui/pull/4255) [`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) -- Updated dependencies [[`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: +- Updated dependencies [[`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: - @heroui/system-rsc@2.3.3 ## 2.2.2 ### Patch Changes -- [#4247](https://github.com/frontio-ai/heroui/pull/4247) [`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* +- [#4247](https://github.com/heroui-inc/heroui/pull/4247) [`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* -- Updated dependencies [[`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: +- Updated dependencies [[`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: - @heroui/system-rsc@2.3.2 ## 2.2.1 ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/system-rsc@2.3.1 - @heroui/react-utils@2.1.1 - @heroui/shared-utils@2.1.1 @@ -68,7 +68,7 @@ ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -94,9 +94,9 @@ ### Patch Changes -- [#4226](https://github.com/frontio-ai/heroui/pull/4226) [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) +- [#4226](https://github.com/heroui-inc/heroui/pull/4226) [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) -- Updated dependencies [[`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/system-rsc@2.3.0 - @heroui/react-utils@2.1.0 - @heroui/shared-utils@2.1.0 @@ -105,9 +105,9 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/system-rsc@2.2.0-beta.8 - @heroui/react-utils@2.0.18-beta.8 - @heroui/shared-utils@2.0.9-beta.8 @@ -116,18 +116,18 @@ ### Patch Changes -- [#3036](https://github.com/frontio-ai/heroui/pull/3036) [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3036](https://github.com/heroui-inc/heroui/pull/3036) [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version -- Updated dependencies [[`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: +- Updated dependencies [[`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: - @heroui/system-rsc@2.2.0-beta.7 ## 2.1.0-beta.7 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/system-rsc@2.2.0-beta.6 - @heroui/react-utils@2.0.18-beta.7 - @heroui/shared-utils@2.0.9-beta.7 @@ -136,9 +136,9 @@ ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/system-rsc@2.2.0-beta.5 - @heroui/react-utils@2.0.18-beta.6 - @heroui/shared-utils@2.0.9-beta.6 @@ -147,9 +147,9 @@ ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/system-rsc@2.2.0-beta.4 - @heroui/react-utils@2.0.18-beta.5 - @heroui/shared-utils@2.0.9-beta.5 @@ -158,7 +158,7 @@ ### Patch Changes -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/shared-utils@2.0.9-beta.4 - @heroui/system-rsc@2.2.0-beta.3 - @heroui/react-utils@2.0.18-beta.4 @@ -167,9 +167,9 @@ ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/system-rsc@2.2.0-beta.3 - @heroui/react-utils@2.0.18-beta.3 - @heroui/shared-utils@2.0.9-beta.3 @@ -178,9 +178,9 @@ ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/system-rsc@2.2.0-beta.2 - @heroui/react-utils@2.0.18-beta.2 - @heroui/shared-utils@2.0.9-beta.2 @@ -189,9 +189,9 @@ ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/system-rsc@2.2.0-beta.1 - @heroui/react-utils@2.0.18-beta.1 - @heroui/shared-utils@2.0.9-beta.1 @@ -200,11 +200,11 @@ ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ### Patch Changes -- Updated dependencies [[`0cf91395c`](https://github.com/frontio-ai/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/frontio-ai/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/frontio-ai/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/frontio-ai/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/frontio-ai/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/frontio-ai/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/frontio-ai/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/frontio-ai/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/frontio-ai/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/frontio-ai/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/frontio-ai/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/frontio-ai/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: +- Updated dependencies [[`0cf91395c`](https://github.com/heroui-inc/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/heroui-inc/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/heroui-inc/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/heroui-inc/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/heroui-inc/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/heroui-inc/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/heroui-inc/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/heroui-inc/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/heroui-inc/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/heroui-inc/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/heroui-inc/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/heroui-inc/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: - @heroui/theme@2.3.0-beta.0 - @heroui/system-rsc@2.2.0-beta.0 - @heroui/shared-utils@2.0.9-beta.0 @@ -214,7 +214,7 @@ ### Patch Changes -- Updated dependencies [[`44e89a077`](https://github.com/frontio-ai/heroui/commit/44e89a0779c1c98fe275c864fe12834d19302b9c), [`f36df4362`](https://github.com/frontio-ai/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: +- Updated dependencies [[`44e89a077`](https://github.com/heroui-inc/heroui/commit/44e89a0779c1c98fe275c864fe12834d19302b9c), [`f36df4362`](https://github.com/heroui-inc/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: - @heroui/system-rsc@2.1.6 - @heroui/shared-utils@2.0.8 - @heroui/react-utils@2.0.17 @@ -223,9 +223,9 @@ ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/system-rsc@2.1.5 - @heroui/react-utils@2.0.16 - @heroui/shared-utils@2.0.7 @@ -234,14 +234,14 @@ ### Patch Changes -- Updated dependencies [[`5591138bf`](https://github.com/frontio-ai/heroui/commit/5591138bff4a393f614c4cb0d505901560c4ceea)]: +- Updated dependencies [[`5591138bf`](https://github.com/heroui-inc/heroui/commit/5591138bff4a393f614c4cb0d505901560c4ceea)]: - @heroui/system-rsc@2.1.4 ## 2.0.31 ### Patch Changes -- Updated dependencies [[`0cdfdb48b`](https://github.com/frontio-ai/heroui/commit/0cdfdb48bcb7eecb752fc6a3033d3bdd2335872b), [`f785d1fb0`](https://github.com/frontio-ai/heroui/commit/f785d1fb0460df73912bcd6614bc78d46db14e6b), [`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: +- Updated dependencies [[`0cdfdb48b`](https://github.com/heroui-inc/heroui/commit/0cdfdb48bcb7eecb752fc6a3033d3bdd2335872b), [`f785d1fb0`](https://github.com/heroui-inc/heroui/commit/f785d1fb0460df73912bcd6614bc78d46db14e6b), [`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: - @heroui/system-rsc@2.1.3 - @heroui/shared-utils@2.0.6 - @heroui/react-utils@2.0.15 @@ -250,9 +250,9 @@ ### Patch Changes -- [#3240](https://github.com/frontio-ai/heroui/pull/3240) [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies +- [#3240](https://github.com/heroui-inc/heroui/pull/3240) [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies -- Updated dependencies [[`b9bb06ff3`](https://github.com/frontio-ai/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: +- Updated dependencies [[`b9bb06ff3`](https://github.com/heroui-inc/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: - @heroui/react-utils@2.0.14 - @heroui/system-rsc@2.1.2 @@ -260,14 +260,14 @@ ### Patch Changes -- Updated dependencies [[`e3afa4789`](https://github.com/frontio-ai/heroui/commit/e3afa4789a1ac0fa929b2acaca5bd9c520567ab8), [`1109baea6`](https://github.com/frontio-ai/heroui/commit/1109baea6ac6aa3feb2be90ef065f61b2c2a06a9)]: +- Updated dependencies [[`e3afa4789`](https://github.com/heroui-inc/heroui/commit/e3afa4789a1ac0fa929b2acaca5bd9c520567ab8), [`1109baea6`](https://github.com/heroui-inc/heroui/commit/1109baea6ac6aa3feb2be90ef065f61b2c2a06a9)]: - @heroui/system-rsc@2.1.2 ## 2.0.28 ### Patch Changes -- Updated dependencies [[`eccc2f2f3`](https://github.com/frontio-ai/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: +- Updated dependencies [[`eccc2f2f3`](https://github.com/heroui-inc/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: - @heroui/react-utils@2.0.13 - @heroui/system-rsc@2.1.1 @@ -275,7 +275,7 @@ ### Patch Changes -- Updated dependencies [[`74eda3128`](https://github.com/frontio-ai/heroui/commit/74eda312883b2e17df26f71442aba9fb3cd240be)]: +- Updated dependencies [[`74eda3128`](https://github.com/heroui-inc/heroui/commit/74eda312883b2e17df26f71442aba9fb3cd240be)]: - @heroui/system-rsc@2.1.1 - @heroui/react-utils@2.0.12 @@ -283,9 +283,9 @@ ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added @@ -294,9 +294,9 @@ - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- [#2482](https://github.com/frontio-ai/heroui/pull/2482) [`0d9ea4925`](https://github.com/frontio-ai/heroui/commit/0d9ea4925bdb819b6a95ac18aedab029499c7e22) Thanks [@mrbadri](https://github.com/mrbadri)! - Add RTL support to the kbd component +- [#2482](https://github.com/heroui-inc/heroui/pull/2482) [`0d9ea4925`](https://github.com/heroui-inc/heroui/commit/0d9ea4925bdb819b6a95ac18aedab029499c7e22) Thanks [@mrbadri](https://github.com/mrbadri)! - Add RTL support to the kbd component -- Updated dependencies [[`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`c5049edfd`](https://github.com/frontio-ai/heroui/commit/c5049edfde7edaee2081d70e581739be9dcae2f9)]: +- Updated dependencies [[`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`c5049edfd`](https://github.com/heroui-inc/heroui/commit/c5049edfde7edaee2081d70e581739be9dcae2f9)]: - @heroui/system-rsc@2.1.0 - @heroui/react-utils@2.0.11 - @heroui/shared-utils@2.0.5 @@ -305,41 +305,41 @@ ### Patch Changes -- Updated dependencies [[`a978687b0`](https://github.com/frontio-ai/heroui/commit/a978687b0736d1e15943ef46628fc4fa0723ddc7)]: +- Updated dependencies [[`a978687b0`](https://github.com/heroui-inc/heroui/commit/a978687b0736d1e15943ef46628fc4fa0723ddc7)]: - @heroui/system-rsc@2.0.11 ## 2.0.24 ### Patch Changes -- Updated dependencies [[`6ecdc278a`](https://github.com/frontio-ai/heroui/commit/6ecdc278aba927ee38a799679b8eb99cba99cab9)]: +- Updated dependencies [[`6ecdc278a`](https://github.com/heroui-inc/heroui/commit/6ecdc278aba927ee38a799679b8eb99cba99cab9)]: - @heroui/system-rsc@2.0.10 ## 2.0.23 ### Patch Changes -- [#1877](https://github.com/frontio-ai/heroui/pull/1877) [`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range +- [#1877](https://github.com/heroui-inc/heroui/pull/1877) [`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range -- Updated dependencies [[`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648)]: +- Updated dependencies [[`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648)]: - @heroui/system-rsc@2.0.9 ## 2.0.22 ### Patch Changes -- [#1874](https://github.com/frontio-ai/heroui/pull/1874) [`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. +- [#1874](https://github.com/heroui-inc/heroui/pull/1874) [`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. -- Updated dependencies [[`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0)]: +- Updated dependencies [[`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0)]: - @heroui/system-rsc@2.0.8 ## 2.0.21 ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/system-rsc@2.0.7 - @heroui/theme@2.1.10 - @heroui/react-utils@2.0.10 @@ -349,7 +349,7 @@ ### Patch Changes -- Updated dependencies [[`f6531c5f6`](https://github.com/frontio-ai/heroui/commit/f6531c5f603d7f6308a597962ec6fab62c92fa93), [`425a034bc`](https://github.com/frontio-ai/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: +- Updated dependencies [[`f6531c5f6`](https://github.com/heroui-inc/heroui/commit/f6531c5f603d7f6308a597962ec6fab62c92fa93), [`425a034bc`](https://github.com/heroui-inc/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: - @heroui/system-rsc@2.0.6 - @heroui/theme@2.1.9 - @heroui/react-utils@2.0.9 @@ -358,9 +358,9 @@ ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy -- Updated dependencies [[`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: +- Updated dependencies [[`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: - @heroui/system-rsc@2.0.5 - @heroui/theme@2.1.8 - @heroui/react-utils@2.0.8 @@ -370,9 +370,9 @@ ### Patch Changes -- [#1589](https://github.com/frontio-ai/heroui/pull/1589) [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded +- [#1589](https://github.com/heroui-inc/heroui/pull/1589) [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded -- Updated dependencies [[`a3be419cb`](https://github.com/frontio-ai/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/frontio-ai/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5)]: +- Updated dependencies [[`a3be419cb`](https://github.com/heroui-inc/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/heroui-inc/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5)]: - @heroui/theme@2.1.7 - @heroui/system-rsc@2.0.4 @@ -380,7 +380,7 @@ ### Patch Changes -- Updated dependencies [[`7c8341035`](https://github.com/frontio-ai/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: +- Updated dependencies [[`7c8341035`](https://github.com/heroui-inc/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: - @heroui/theme@2.1.6 - @heroui/system-rsc@2.0.4 @@ -388,7 +388,7 @@ ### Patch Changes -- Updated dependencies [[`d61428d9e`](https://github.com/frontio-ai/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/frontio-ai/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: +- Updated dependencies [[`d61428d9e`](https://github.com/heroui-inc/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/heroui-inc/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: - @heroui/system-rsc@2.0.4 - @heroui/theme@2.1.5 @@ -396,7 +396,7 @@ ### Patch Changes -- Updated dependencies [[`043b8420c`](https://github.com/frontio-ai/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592)]: +- Updated dependencies [[`043b8420c`](https://github.com/heroui-inc/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592)]: - @heroui/theme@2.1.4 - @heroui/system-rsc@2.0.3 @@ -404,7 +404,7 @@ ### Patch Changes -- Updated dependencies [[`5702287e5`](https://github.com/frontio-ai/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: +- Updated dependencies [[`5702287e5`](https://github.com/heroui-inc/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: - @heroui/theme@2.1.3 - @heroui/system-rsc@2.0.3 @@ -412,9 +412,9 @@ ### Patch Changes -- [#1458](https://github.com/frontio-ai/heroui/pull/1458) [`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles +- [#1458](https://github.com/heroui-inc/heroui/pull/1458) [`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles -- Updated dependencies [[`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: +- Updated dependencies [[`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: - @heroui/theme@2.1.2 - @heroui/system-rsc@2.0.3 @@ -422,7 +422,7 @@ ### Patch Changes -- Updated dependencies [[`cc839cdd`](https://github.com/frontio-ai/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: +- Updated dependencies [[`cc839cdd`](https://github.com/heroui-inc/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: - @heroui/theme@2.1.1 - @heroui/system-rsc@2.0.3 @@ -430,7 +430,7 @@ ### Patch Changes -- Updated dependencies [[`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: +- Updated dependencies [[`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: - @heroui/theme@2.1.0 - @heroui/system-rsc@2.0.3 - @heroui/react-utils@2.0.7 @@ -447,7 +447,7 @@ ### Patch Changes -- Updated dependencies [[`d0341020`](https://github.com/frontio-ai/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: +- Updated dependencies [[`d0341020`](https://github.com/heroui-inc/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: - @heroui/theme@2.0.5 - @heroui/system-rsc@2.0.3 @@ -463,7 +463,7 @@ ### Patch Changes -- [#1359](https://github.com/frontio-ai/heroui/pull/1359) [`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n +- [#1359](https://github.com/heroui-inc/heroui/pull/1359) [`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n - react-aria packages upgraded to the latest version - image storybooks fixed @@ -489,9 +489,9 @@ ### Patch Changes -- [#1301](https://github.com/frontio-ai/heroui/pull/1301) [`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss +- [#1301](https://github.com/heroui-inc/heroui/pull/1301) [`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss -- Updated dependencies [[`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: +- Updated dependencies [[`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: - @heroui/theme@2.0.4 - @heroui/system-rsc@2.0.3 @@ -499,14 +499,14 @@ ### Patch Changes -- [#1289](https://github.com/frontio-ai/heroui/pull/1289) [`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it +- [#1289](https://github.com/heroui-inc/heroui/pull/1289) [`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it - packages adapted to support RSC imports - filterDomProps function was modified to enable/disabled it -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports -- Updated dependencies [[`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: +- Updated dependencies [[`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: - @heroui/react-utils@2.0.2 - @heroui/system-rsc@2.0.3 - @heroui/theme@2.0.3 @@ -516,7 +516,7 @@ ### Patch Changes -- Updated dependencies [[`459ac5ed`](https://github.com/frontio-ai/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: +- Updated dependencies [[`459ac5ed`](https://github.com/heroui-inc/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: - @heroui/theme@2.0.2 - @heroui/system@2.0.2 @@ -524,11 +524,11 @@ ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated -- Updated dependencies [[`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: +- Updated dependencies [[`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: - @heroui/shared-utils@2.0.1 - @heroui/react-utils@2.0.1 - @heroui/system@2.0.1 diff --git a/packages/components/kbd/README.md b/packages/components/kbd/README.md index 0cd0e7a7a6..fc5e334aba 100644 --- a/packages/components/kbd/README.md +++ b/packages/components/kbd/README.md @@ -15,10 +15,10 @@ npm i @heroui/kbd ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/components/link/CHANGELOG.md b/packages/components/link/CHANGELOG.md index 5d44afc4ae..d48faec720 100644 --- a/packages/components/link/CHANGELOG.md +++ b/packages/components/link/CHANGELOG.md @@ -16,7 +16,7 @@ ### Patch Changes -- Updated dependencies [[`b2e924f`](https://github.com/frontio-ai/heroui/commit/b2e924fe19f4c6620ec0a0e464b9b35386ed2319), [`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: +- Updated dependencies [[`b2e924f`](https://github.com/heroui-inc/heroui/commit/b2e924fe19f4c6620ec0a0e464b9b35386ed2319), [`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: - @heroui/use-aria-link@2.2.5 - @heroui/react-utils@2.1.3 @@ -24,7 +24,7 @@ ### Patch Changes -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: - @heroui/shared-utils@2.1.2 - @heroui/use-aria-link@2.2.4 - @heroui/react-utils@2.1.2 @@ -33,39 +33,39 @@ ### Patch Changes -- [#4322](https://github.com/frontio-ai/heroui/pull/4322) [`78c0928`](https://github.com/frontio-ai/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #4292 interactive elements were not responding to "onClick" event +- [#4322](https://github.com/heroui-inc/heroui/pull/4322) [`78c0928`](https://github.com/heroui-inc/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #4292 interactive elements were not responding to "onClick" event -- Updated dependencies [[`78c0928`](https://github.com/frontio-ai/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f)]: +- Updated dependencies [[`78c0928`](https://github.com/heroui-inc/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f)]: - @heroui/use-aria-link@2.2.3 ## 2.2.4 ### Patch Changes -- [#4258](https://github.com/frontio-ai/heroui/pull/4258) [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions +- [#4258](https://github.com/heroui-inc/heroui/pull/4258) [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions -- Updated dependencies [[`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: +- Updated dependencies [[`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: - @heroui/use-aria-link@2.2.2 ## 2.2.3 ### Patch Changes -- [#4255](https://github.com/frontio-ai/heroui/pull/4255) [`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) +- [#4255](https://github.com/heroui-inc/heroui/pull/4255) [`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) ## 2.2.2 ### Patch Changes -- [#4247](https://github.com/frontio-ai/heroui/pull/4247) [`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* +- [#4247](https://github.com/heroui-inc/heroui/pull/4247) [`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* ## 2.2.1 ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/use-aria-link@2.2.1 - @heroui/react-utils@2.1.1 - @heroui/shared-icons@2.1.1 @@ -75,7 +75,7 @@ ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -101,9 +101,9 @@ ### Patch Changes -- [#4226](https://github.com/frontio-ai/heroui/pull/4226) [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) +- [#4226](https://github.com/heroui-inc/heroui/pull/4226) [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) -- Updated dependencies [[`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/use-aria-link@2.2.0 - @heroui/react-utils@2.1.0 - @heroui/shared-icons@2.1.0 @@ -113,16 +113,16 @@ ### Patch Changes -- Updated dependencies [[`004c4a4b3`](https://github.com/frontio-ai/heroui/commit/004c4a4b3e44477f148937b12bb542e4b27fd322)]: +- Updated dependencies [[`004c4a4b3`](https://github.com/heroui-inc/heroui/commit/004c4a4b3e44477f148937b12bb542e4b27fd322)]: - @heroui/shared-icons@2.0.10-beta.8 ## 2.1.0-beta.10 ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/use-aria-link@2.1.0-beta.8 - @heroui/react-utils@2.0.18-beta.8 - @heroui/shared-icons@2.0.10-beta.7 @@ -132,18 +132,18 @@ ### Patch Changes -- [#3036](https://github.com/frontio-ai/heroui/pull/3036) [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3036](https://github.com/heroui-inc/heroui/pull/3036) [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version -- Updated dependencies [[`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: +- Updated dependencies [[`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: - @heroui/use-aria-link@2.1.0-beta.7 ## 2.1.0-beta.8 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/use-aria-link@2.1.0-beta.6 - @heroui/react-utils@2.0.18-beta.7 - @heroui/shared-icons@2.0.10-beta.6 @@ -153,9 +153,9 @@ ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/use-aria-link@2.1.0-beta.5 - @heroui/react-utils@2.0.18-beta.6 - @heroui/shared-icons@2.0.10-beta.5 @@ -165,9 +165,9 @@ ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/use-aria-link@2.1.0-beta.4 - @heroui/react-utils@2.0.18-beta.5 - @heroui/shared-icons@2.0.10-beta.4 @@ -177,14 +177,14 @@ ### Patch Changes -- Updated dependencies [[`0f55c491b`](https://github.com/frontio-ai/heroui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]: +- Updated dependencies [[`0f55c491b`](https://github.com/heroui-inc/heroui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]: - @heroui/shared-icons@2.0.10-beta.3 ## 2.1.0-beta.4 ### Patch Changes -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/shared-utils@2.0.9-beta.4 - @heroui/react-utils@2.0.18-beta.4 @@ -192,9 +192,9 @@ ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/use-aria-link@2.1.0-beta.3 - @heroui/react-utils@2.0.18-beta.3 - @heroui/shared-icons@2.0.10-beta.2 @@ -204,9 +204,9 @@ ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/use-aria-link@2.1.0-beta.2 - @heroui/react-utils@2.0.18-beta.2 - @heroui/shared-icons@2.0.10-beta.1 @@ -216,9 +216,9 @@ ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/use-aria-link@2.1.0-beta.1 - @heroui/react-utils@2.0.18-beta.1 - @heroui/shared-icons@2.0.10-beta.0 @@ -228,11 +228,11 @@ ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ### Patch Changes -- Updated dependencies [[`0cf91395c`](https://github.com/frontio-ai/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/frontio-ai/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/frontio-ai/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/frontio-ai/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/frontio-ai/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/frontio-ai/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/frontio-ai/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/frontio-ai/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/frontio-ai/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/frontio-ai/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/frontio-ai/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/frontio-ai/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: +- Updated dependencies [[`0cf91395c`](https://github.com/heroui-inc/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/heroui-inc/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/heroui-inc/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/heroui-inc/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/heroui-inc/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/heroui-inc/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/heroui-inc/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/heroui-inc/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/heroui-inc/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/heroui-inc/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/heroui-inc/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/heroui-inc/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: - @heroui/theme@2.3.0-beta.0 - @heroui/system@2.3.0-beta.0 - @heroui/use-aria-link@2.1.0-beta.0 @@ -243,9 +243,9 @@ ### Patch Changes -- [#3569](https://github.com/frontio-ai/heroui/pull/3569) [`3c0a486ce`](https://github.com/frontio-ai/heroui/commit/3c0a486ceaa73479e5909d3add1cd14619f62796) Thanks [@awesome-pro](https://github.com/awesome-pro)! - use `@heroui/use-aria-link` to suppress onClick deprecation warning (#3196) +- [#3569](https://github.com/heroui-inc/heroui/pull/3569) [`3c0a486ce`](https://github.com/heroui-inc/heroui/commit/3c0a486ceaa73479e5909d3add1cd14619f62796) Thanks [@awesome-pro](https://github.com/awesome-pro)! - use `@heroui/use-aria-link` to suppress onClick deprecation warning (#3196) -- Updated dependencies [[`f36df4362`](https://github.com/frontio-ai/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: +- Updated dependencies [[`f36df4362`](https://github.com/heroui-inc/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: - @heroui/shared-utils@2.0.8 - @heroui/react-utils@2.0.17 @@ -253,9 +253,9 @@ ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/use-aria-link@2.0.19 - @heroui/react-utils@2.0.16 - @heroui/shared-icons@2.0.9 @@ -265,7 +265,7 @@ ### Patch Changes -- Updated dependencies [[`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: +- Updated dependencies [[`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: - @heroui/shared-utils@2.0.6 - @heroui/react-utils@2.0.15 @@ -273,9 +273,9 @@ ### Patch Changes -- [#3240](https://github.com/frontio-ai/heroui/pull/3240) [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies +- [#3240](https://github.com/heroui-inc/heroui/pull/3240) [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies -- Updated dependencies [[`3500147d7`](https://github.com/frontio-ai/heroui/commit/3500147d7fbe53bc01ae24749fdeaf87c37c0d12), [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`b9bb06ff3`](https://github.com/frontio-ai/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: +- Updated dependencies [[`3500147d7`](https://github.com/heroui-inc/heroui/commit/3500147d7fbe53bc01ae24749fdeaf87c37c0d12), [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`b9bb06ff3`](https://github.com/heroui-inc/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: - @heroui/shared-icons@2.0.8 - @heroui/use-aria-link@2.0.18 - @heroui/react-utils@2.0.14 @@ -284,24 +284,24 @@ ### Patch Changes -- [#3119](https://github.com/frontio-ai/heroui/pull/3119) [`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` +- [#3119](https://github.com/heroui-inc/heroui/pull/3119) [`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` -- [#3119](https://github.com/frontio-ai/heroui/pull/3119) [`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed listbox href issue (#3105) +- [#3119](https://github.com/heroui-inc/heroui/pull/3119) [`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed listbox href issue (#3105) -- Updated dependencies [[`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a), [`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: +- Updated dependencies [[`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a), [`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: - @heroui/use-aria-link@2.0.17 ## 2.0.30 ### Patch Changes -- [#2929](https://github.com/frontio-ai/heroui/pull/2929) [`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. +- [#2929](https://github.com/heroui-inc/heroui/pull/2929) [`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. ## 2.0.29 ### Patch Changes -- Updated dependencies [[`eccc2f2f3`](https://github.com/frontio-ai/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: +- Updated dependencies [[`eccc2f2f3`](https://github.com/heroui-inc/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: - @heroui/react-utils@2.0.13 ## 2.0.28 @@ -315,16 +315,16 @@ ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added - `framer-transitions` renamed to `framer-utils` - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- Updated dependencies [[`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: +- Updated dependencies [[`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: - @heroui/use-aria-link@2.0.16 - @heroui/react-utils@2.0.11 - @heroui/shared-icons@2.0.7 @@ -334,20 +334,20 @@ ### Patch Changes -- Updated dependencies [[`9189b3fbf`](https://github.com/frontio-ai/heroui/commit/9189b3fbf2d6d6cc6566009c71b37d5fcc566291)]: +- Updated dependencies [[`9189b3fbf`](https://github.com/heroui-inc/heroui/commit/9189b3fbf2d6d6cc6566009c71b37d5fcc566291)]: - @heroui/shared-icons@2.0.6 ## 2.0.25 ### Patch Changes -- [#1877](https://github.com/frontio-ai/heroui/pull/1877) [`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range +- [#1877](https://github.com/heroui-inc/heroui/pull/1877) [`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range ## 2.0.24 ### Patch Changes -- [#1874](https://github.com/frontio-ai/heroui/pull/1874) [`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. +- [#1874](https://github.com/heroui-inc/heroui/pull/1874) [`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. - Updated dependencies []: - @heroui/system@2.0.12 @@ -356,9 +356,9 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/system@2.0.11 - @heroui/theme@2.1.10 - @heroui/use-aria-link@2.0.15 @@ -370,7 +370,7 @@ ### Patch Changes -- Updated dependencies [[`425a034bc`](https://github.com/frontio-ai/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: +- Updated dependencies [[`425a034bc`](https://github.com/heroui-inc/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: - @heroui/theme@2.1.9 - @heroui/system@2.0.10 - @heroui/react-utils@2.0.9 @@ -379,9 +379,9 @@ ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy -- Updated dependencies [[`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: +- Updated dependencies [[`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: - @heroui/system@2.0.9 - @heroui/theme@2.1.8 - @heroui/use-aria-link@2.0.14 @@ -393,9 +393,9 @@ ### Patch Changes -- [#1589](https://github.com/frontio-ai/heroui/pull/1589) [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded +- [#1589](https://github.com/heroui-inc/heroui/pull/1589) [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded -- Updated dependencies [[`a3be419cb`](https://github.com/frontio-ai/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/frontio-ai/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: +- Updated dependencies [[`a3be419cb`](https://github.com/heroui-inc/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/heroui-inc/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: - @heroui/theme@2.1.7 - @heroui/use-aria-link@2.0.13 - @heroui/system@2.0.8 @@ -404,14 +404,14 @@ ### Patch Changes -- Updated dependencies [[`7c8341035`](https://github.com/frontio-ai/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: +- Updated dependencies [[`7c8341035`](https://github.com/heroui-inc/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: - @heroui/theme@2.1.6 ## 2.0.18 ### Patch Changes -- Updated dependencies [[`d61428d9e`](https://github.com/frontio-ai/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/frontio-ai/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: +- Updated dependencies [[`d61428d9e`](https://github.com/heroui-inc/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/heroui-inc/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: - @heroui/theme@2.1.5 - @heroui/system@2.0.7 @@ -419,7 +419,7 @@ ### Patch Changes -- Updated dependencies [[`043b8420c`](https://github.com/frontio-ai/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/frontio-ai/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: +- Updated dependencies [[`043b8420c`](https://github.com/heroui-inc/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/heroui-inc/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: - @heroui/theme@2.1.4 - @heroui/system@2.0.6 @@ -427,30 +427,30 @@ ### Patch Changes -- Updated dependencies [[`5702287e5`](https://github.com/frontio-ai/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: +- Updated dependencies [[`5702287e5`](https://github.com/heroui-inc/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: - @heroui/theme@2.1.3 ## 2.0.15 ### Patch Changes -- [#1458](https://github.com/frontio-ai/heroui/pull/1458) [`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles +- [#1458](https://github.com/heroui-inc/heroui/pull/1458) [`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles -- Updated dependencies [[`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: +- Updated dependencies [[`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: - @heroui/theme@2.1.2 ## 2.0.14 ### Patch Changes -- Updated dependencies [[`cc839cdd`](https://github.com/frontio-ai/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: +- Updated dependencies [[`cc839cdd`](https://github.com/heroui-inc/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: - @heroui/theme@2.1.1 ## 2.0.13 ### Patch Changes -- Updated dependencies [[`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: +- Updated dependencies [[`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: - @heroui/theme@2.1.0 - @heroui/shared-icons@2.0.3 - @heroui/react-utils@2.0.7 @@ -459,9 +459,9 @@ ### Patch Changes -- [#1432](https://github.com/frontio-ai/heroui/pull/1432) [`453f792a7`](https://github.com/frontio-ai/heroui/commit/453f792a7a35ed9dc0234479d55f694ff0f4b21c) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Interal hook created to control the link events +- [#1432](https://github.com/heroui-inc/heroui/pull/1432) [`453f792a7`](https://github.com/heroui-inc/heroui/commit/453f792a7a35ed9dc0234479d55f694ff0f4b21c) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Interal hook created to control the link events -- Updated dependencies [[`453f792a7`](https://github.com/frontio-ai/heroui/commit/453f792a7a35ed9dc0234479d55f694ff0f4b21c)]: +- Updated dependencies [[`453f792a7`](https://github.com/heroui-inc/heroui/commit/453f792a7a35ed9dc0234479d55f694ff0f4b21c)]: - @heroui/use-aria-link@2.0.12 ## 2.0.11 @@ -475,7 +475,7 @@ ### Patch Changes -- Updated dependencies [[`d0341020`](https://github.com/frontio-ai/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: +- Updated dependencies [[`d0341020`](https://github.com/heroui-inc/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: - @heroui/theme@2.0.5 ## 2.0.9 @@ -489,20 +489,20 @@ ### Patch Changes -- [#1359](https://github.com/frontio-ai/heroui/pull/1359) [`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n +- [#1359](https://github.com/heroui-inc/heroui/pull/1359) [`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n - react-aria packages upgraded to the latest version - image storybooks fixed - other bug fixes.. -- Updated dependencies [[`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: +- Updated dependencies [[`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: - @heroui/system@2.0.5 ## 2.0.7 ### Patch Changes -- Updated dependencies [[`710395f3`](https://github.com/frontio-ai/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: +- Updated dependencies [[`710395f3`](https://github.com/heroui-inc/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: - @heroui/system@2.0.4 ## 2.0.6 @@ -523,18 +523,18 @@ ### Patch Changes -- [#1301](https://github.com/frontio-ai/heroui/pull/1301) [`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss +- [#1301](https://github.com/heroui-inc/heroui/pull/1301) [`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss -- Updated dependencies [[`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: +- Updated dependencies [[`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: - @heroui/theme@2.0.4 ## 2.0.3 ### Patch Changes -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports -- Updated dependencies [[`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: +- Updated dependencies [[`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: - @heroui/react-utils@2.0.2 - @heroui/system@2.0.3 - @heroui/theme@2.0.3 @@ -545,7 +545,7 @@ ### Patch Changes -- Updated dependencies [[`459ac5ed`](https://github.com/frontio-ai/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: +- Updated dependencies [[`459ac5ed`](https://github.com/heroui-inc/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: - @heroui/theme@2.0.2 - @heroui/system@2.0.2 @@ -553,11 +553,11 @@ ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated -- Updated dependencies [[`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: +- Updated dependencies [[`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: - @heroui/shared-icons@2.0.1 - @heroui/shared-utils@2.0.1 - @heroui/react-utils@2.0.1 diff --git a/packages/components/link/README.md b/packages/components/link/README.md index 611e52c877..9f1f09bf42 100644 --- a/packages/components/link/README.md +++ b/packages/components/link/README.md @@ -15,10 +15,10 @@ npm i @heroui/link ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/components/listbox/CHANGELOG.md b/packages/components/listbox/CHANGELOG.md index af5fd4fae4..532c2a6508 100644 --- a/packages/components/listbox/CHANGELOG.md +++ b/packages/components/listbox/CHANGELOG.md @@ -17,11 +17,11 @@ ### Patch Changes -- [#4463](https://github.com/frontio-ai/heroui/pull/4463) [`d92468a`](https://github.com/frontio-ai/heroui/commit/d92468aa1e35d5022c071b5d2674f5bfb6408001) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@tanstack/react-virtual` to support react 19 peer dep +- [#4463](https://github.com/heroui-inc/heroui/pull/4463) [`d92468a`](https://github.com/heroui-inc/heroui/commit/d92468aa1e35d5022c071b5d2674f5bfb6408001) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@tanstack/react-virtual` to support react 19 peer dep -- [#4462](https://github.com/frontio-ai/heroui/pull/4462) [`16c57ec`](https://github.com/frontio-ai/heroui/commit/16c57ece6467d755645f109b8de810c9063e5665) Thanks [@vinroger](https://github.com/vinroger)! - add support for dataset with section, add support for scrollshadow +- [#4462](https://github.com/heroui-inc/heroui/pull/4462) [`16c57ec`](https://github.com/heroui-inc/heroui/commit/16c57ece6467d755645f109b8de810c9063e5665) Thanks [@vinroger](https://github.com/vinroger)! - add support for dataset with section, add support for scrollshadow -- Updated dependencies [[`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: +- Updated dependencies [[`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: - @heroui/react-utils@2.1.3 - @heroui/divider@2.2.5 - @heroui/aria-utils@2.2.7 @@ -30,9 +30,9 @@ ### Patch Changes -- [#4369](https://github.com/frontio-ai/heroui/pull/4369) [`b5943db`](https://github.com/frontio-ai/heroui/commit/b5943db1fdad3cacba54e10ef828bc24c740f01b) Thanks [@EReguero](https://github.com/EReguero)! - fix listbox section items prop in html element (#4277) +- [#4369](https://github.com/heroui-inc/heroui/pull/4369) [`b5943db`](https://github.com/heroui-inc/heroui/commit/b5943db1fdad3cacba54e10ef828bc24c740f01b) Thanks [@EReguero](https://github.com/EReguero)! - fix listbox section items prop in html element (#4277) -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: - @heroui/shared-utils@2.1.2 - @heroui/divider@2.2.5 - @heroui/aria-utils@2.2.6 @@ -42,16 +42,16 @@ ### Patch Changes -- [#4322](https://github.com/frontio-ai/heroui/pull/4322) [`78c0928`](https://github.com/frontio-ai/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #4292 interactive elements were not responding to "onClick" event +- [#4322](https://github.com/heroui-inc/heroui/pull/4322) [`78c0928`](https://github.com/heroui-inc/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #4292 interactive elements were not responding to "onClick" event -- Updated dependencies [[`78c0928`](https://github.com/frontio-ai/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f)]: +- Updated dependencies [[`78c0928`](https://github.com/heroui-inc/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f)]: - @heroui/aria-utils@2.2.5 ## 2.3.6 ### Patch Changes -- [#4314](https://github.com/frontio-ai/heroui/pull/4314) [`5598806`](https://github.com/frontio-ai/heroui/commit/5598806216166dc9fff36cafd9112412486b747f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4314](https://github.com/heroui-inc/heroui/pull/4314) [`5598806`](https://github.com/heroui-inc/heroui/commit/5598806216166dc9fff36cafd9112412486b747f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build - Updated dependencies []: - @heroui/divider@2.2.4 @@ -60,7 +60,7 @@ ### Patch Changes -- [#4286](https://github.com/frontio-ai/heroui/pull/4286) [`11eae5c`](https://github.com/frontio-ai/heroui/commit/11eae5cc808e10db07b509f4e06d30441bb1937a) Thanks [@macci001](https://github.com/macci001)! - Reverts the PR-4168 (#4256, #4246, #4244) +- [#4286](https://github.com/heroui-inc/heroui/pull/4286) [`11eae5c`](https://github.com/heroui-inc/heroui/commit/11eae5cc808e10db07b509f4e06d30441bb1937a) Thanks [@macci001](https://github.com/macci001)! - Reverts the PR-4168 (#4256, #4246, #4244) - Updated dependencies []: - @heroui/divider@2.2.4 @@ -69,9 +69,9 @@ ### Patch Changes -- [#4258](https://github.com/frontio-ai/heroui/pull/4258) [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions +- [#4258](https://github.com/heroui-inc/heroui/pull/4258) [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions -- Updated dependencies [[`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: +- Updated dependencies [[`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: - @heroui/aria-utils@2.2.4 - @heroui/use-is-mobile@2.2.2 - @heroui/divider@2.2.4 @@ -80,9 +80,9 @@ ### Patch Changes -- [#4255](https://github.com/frontio-ai/heroui/pull/4255) [`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) +- [#4255](https://github.com/heroui-inc/heroui/pull/4255) [`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) -- Updated dependencies [[`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: +- Updated dependencies [[`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: - @heroui/divider@2.2.3 - @heroui/aria-utils@2.2.3 @@ -90,9 +90,9 @@ ### Patch Changes -- [#4247](https://github.com/frontio-ai/heroui/pull/4247) [`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* +- [#4247](https://github.com/heroui-inc/heroui/pull/4247) [`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* -- Updated dependencies [[`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: +- Updated dependencies [[`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: - @heroui/divider@2.2.2 - @heroui/aria-utils@2.2.2 @@ -100,9 +100,9 @@ ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/divider@2.2.1 - @heroui/use-is-mobile@2.2.1 - @heroui/aria-utils@2.2.1 @@ -113,7 +113,7 @@ ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -139,17 +139,17 @@ ### Patch Changes -- [#4207](https://github.com/frontio-ai/heroui/pull/4207) [`6bc616c`](https://github.com/frontio-ai/heroui/commit/6bc616caea948431d05eec33c1784e0560524e97) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix the "forwardRef render functions accept exactly two parameters: props and ref. Did you forget to use the ref parameter?" on next.js by changing the way we manage collection base components refs +- [#4207](https://github.com/heroui-inc/heroui/pull/4207) [`6bc616c`](https://github.com/heroui-inc/heroui/commit/6bc616caea948431d05eec33c1784e0560524e97) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix the "forwardRef render functions accept exactly two parameters: props and ref. Did you forget to use the ref parameter?" on next.js by changing the way we manage collection base components refs -- [#4206](https://github.com/frontio-ai/heroui/pull/4206) [`44958bf`](https://github.com/frontio-ai/heroui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8) Thanks [@vinroger](https://github.com/vinroger)! - Fix typecheck +- [#4206](https://github.com/heroui-inc/heroui/pull/4206) [`44958bf`](https://github.com/heroui-inc/heroui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8) Thanks [@vinroger](https://github.com/vinroger)! - Fix typecheck -- [#4226](https://github.com/frontio-ai/heroui/pull/4226) [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) +- [#4226](https://github.com/heroui-inc/heroui/pull/4226) [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) -- [#4198](https://github.com/frontio-ai/heroui/pull/4198) [`ffb1e55`](https://github.com/frontio-ai/heroui/commit/ffb1e554f7d6b5b1ede66d0838b3b1edeeccdf6b) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix forwardRef render functions not using ref +- [#4198](https://github.com/heroui-inc/heroui/pull/4198) [`ffb1e55`](https://github.com/heroui-inc/heroui/commit/ffb1e554f7d6b5b1ede66d0838b3b1edeeccdf6b) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix forwardRef render functions not using ref -- [#4206](https://github.com/frontio-ai/heroui/pull/4206) [`44958bf`](https://github.com/frontio-ai/heroui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8) Thanks [@vinroger](https://github.com/vinroger)! - Virtualization support added to Listbox and Menu +- [#4206](https://github.com/heroui-inc/heroui/pull/4206) [`44958bf`](https://github.com/heroui-inc/heroui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8) Thanks [@vinroger](https://github.com/vinroger)! - Virtualization support added to Listbox and Menu -- Updated dependencies [[`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/aria-utils@2.2.0 - @heroui/divider@2.2.0 - @heroui/use-is-mobile@2.2.0 @@ -160,7 +160,7 @@ ### Patch Changes -- [#4168](https://github.com/frontio-ai/heroui/pull/4168) [`0b5ceb93c`](https://github.com/frontio-ai/heroui/commit/0b5ceb93ce098e5d76409190f2d57cd89c06b7e9) Thanks [@macci001](https://github.com/macci001)! - Fixes missing `
  • ` wrapper when `href` prop is passed in `ListboxItem`, `MenuItem`, and `PaginationItem` (#4147) +- [#4168](https://github.com/heroui-inc/heroui/pull/4168) [`0b5ceb93c`](https://github.com/heroui-inc/heroui/commit/0b5ceb93ce098e5d76409190f2d57cd89c06b7e9) Thanks [@macci001](https://github.com/macci001)! - Fixes missing `
  • ` wrapper when `href` prop is passed in `ListboxItem`, `MenuItem`, and `PaginationItem` (#4147) - Updated dependencies []: - @heroui/divider@2.1.0-beta.9 @@ -177,9 +177,9 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/divider@2.1.0-beta.9 - @heroui/use-is-mobile@2.1.0-beta.8 - @heroui/aria-utils@2.1.0-beta.10 @@ -190,9 +190,9 @@ ### Patch Changes -- [#3036](https://github.com/frontio-ai/heroui/pull/3036) [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3036](https://github.com/heroui-inc/heroui/pull/3036) [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version -- Updated dependencies [[`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: +- Updated dependencies [[`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: - @heroui/divider@2.1.0-beta.8 - @heroui/use-is-mobile@2.1.0-beta.7 - @heroui/aria-utils@2.1.0-beta.9 @@ -201,7 +201,7 @@ ### Patch Changes -- [#4105](https://github.com/frontio-ai/heroui/pull/4105) [`256d46277`](https://github.com/frontio-ai/heroui/commit/256d462771c19d6ca5b969d0ec44419fb560f0ac) Thanks [@winchesHe](https://github.com/winchesHe)! - Add truncate class to the list item to avoid overflow the wrapper +- [#4105](https://github.com/heroui-inc/heroui/pull/4105) [`256d46277`](https://github.com/heroui-inc/heroui/commit/256d462771c19d6ca5b969d0ec44419fb560f0ac) Thanks [@winchesHe](https://github.com/winchesHe)! - Add truncate class to the list item to avoid overflow the wrapper - Updated dependencies []: - @heroui/divider@2.1.0-beta.7 @@ -217,7 +217,7 @@ ### Patch Changes -- [#4094](https://github.com/frontio-ai/heroui/pull/4094) [`b9d5d4925`](https://github.com/frontio-ai/heroui/commit/b9d5d492519778a4bf071748ec9f2b4e25d8373f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Virtualization support added to Listbox & Autocomplete +- [#4094](https://github.com/heroui-inc/heroui/pull/4094) [`b9d5d4925`](https://github.com/heroui-inc/heroui/commit/b9d5d492519778a4bf071748ec9f2b4e25d8373f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Virtualization support added to Listbox & Autocomplete - Updated dependencies []: - @heroui/divider@2.1.0-beta.7 @@ -226,9 +226,9 @@ ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/divider@2.1.0-beta.7 - @heroui/use-is-mobile@2.1.0-beta.6 - @heroui/aria-utils@2.1.0-beta.7 @@ -239,9 +239,9 @@ ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/divider@2.1.0-beta.6 - @heroui/use-is-mobile@2.1.0-beta.5 - @heroui/aria-utils@2.1.0-beta.6 @@ -252,9 +252,9 @@ ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/divider@2.1.0-beta.5 - @heroui/use-is-mobile@2.1.0-beta.4 - @heroui/aria-utils@2.1.0-beta.5 @@ -265,7 +265,7 @@ ### Patch Changes -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/shared-utils@2.0.9-beta.4 - @heroui/divider@2.1.0-beta.4 - @heroui/aria-utils@2.1.0-beta.4 @@ -275,9 +275,9 @@ ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/divider@2.1.0-beta.3 - @heroui/use-is-mobile@2.1.0-beta.3 - @heroui/aria-utils@2.1.0-beta.3 @@ -288,9 +288,9 @@ ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/divider@2.1.0-beta.2 - @heroui/use-is-mobile@2.1.0-beta.2 - @heroui/aria-utils@2.1.0-beta.2 @@ -301,9 +301,9 @@ ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/divider@2.1.0-beta.1 - @heroui/use-is-mobile@2.1.0-beta.1 - @heroui/aria-utils@2.1.0-beta.1 @@ -314,13 +314,13 @@ ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ### Patch Changes -- [#3883](https://github.com/frontio-ai/heroui/pull/3883) [`a2e562b03`](https://github.com/frontio-ai/heroui/commit/a2e562b03f79b52b0b35f07104b3585ea05e2cb6) Thanks [@ryo-manba](https://github.com/ryo-manba)! - change ListboxItem key to optional (#3880) +- [#3883](https://github.com/heroui-inc/heroui/pull/3883) [`a2e562b03`](https://github.com/heroui-inc/heroui/commit/a2e562b03f79b52b0b35f07104b3585ea05e2cb6) Thanks [@ryo-manba](https://github.com/ryo-manba)! - change ListboxItem key to optional (#3880) -- Updated dependencies [[`0cf91395c`](https://github.com/frontio-ai/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/frontio-ai/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/frontio-ai/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/frontio-ai/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/frontio-ai/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/frontio-ai/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/frontio-ai/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/frontio-ai/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/frontio-ai/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/frontio-ai/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/frontio-ai/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/frontio-ai/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: +- Updated dependencies [[`0cf91395c`](https://github.com/heroui-inc/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/heroui-inc/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/heroui-inc/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/heroui-inc/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/heroui-inc/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/heroui-inc/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/heroui-inc/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/heroui-inc/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/heroui-inc/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/heroui-inc/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/heroui-inc/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/heroui-inc/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: - @heroui/theme@2.3.0-beta.0 - @heroui/divider@2.1.0-beta.0 - @heroui/system@2.3.0-beta.0 @@ -333,7 +333,7 @@ ### Patch Changes -- Updated dependencies [[`229388422`](https://github.com/frontio-ai/heroui/commit/2293884229541e363b1983fea88ba6e3bee6be14)]: +- Updated dependencies [[`229388422`](https://github.com/heroui-inc/heroui/commit/2293884229541e363b1983fea88ba6e3bee6be14)]: - @heroui/aria-utils@2.0.26 - @heroui/divider@2.0.32 @@ -341,9 +341,9 @@ ### Patch Changes -- [#3726](https://github.com/frontio-ai/heroui/pull/3726) [`d621b2923`](https://github.com/frontio-ai/heroui/commit/d621b2923e7c90e73bea996e5918b744223e896c) Thanks [@chirokas](https://github.com/chirokas)! - Fix item highlighting in `AutocompleteSection` during keyboard navigation (#3713) +- [#3726](https://github.com/heroui-inc/heroui/pull/3726) [`d621b2923`](https://github.com/heroui-inc/heroui/commit/d621b2923e7c90e73bea996e5918b744223e896c) Thanks [@chirokas](https://github.com/chirokas)! - Fix item highlighting in `AutocompleteSection` during keyboard navigation (#3713) -- Updated dependencies [[`123b7fbc9`](https://github.com/frontio-ai/heroui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae), [`f36df4362`](https://github.com/frontio-ai/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: +- Updated dependencies [[`123b7fbc9`](https://github.com/heroui-inc/heroui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae), [`f36df4362`](https://github.com/heroui-inc/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: - @heroui/aria-utils@2.0.25 - @heroui/shared-utils@2.0.8 - @heroui/divider@2.0.32 @@ -353,9 +353,9 @@ ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/divider@2.0.31 - @heroui/use-is-mobile@2.0.9 - @heroui/aria-utils@2.0.24 @@ -374,7 +374,7 @@ ### Patch Changes -- Updated dependencies [[`60bb09fe6`](https://github.com/frontio-ai/heroui/commit/60bb09fe6455475a16225e776348e9acf0537f9b), [`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: +- Updated dependencies [[`60bb09fe6`](https://github.com/heroui-inc/heroui/commit/60bb09fe6455475a16225e776348e9acf0537f9b), [`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: - @heroui/aria-utils@2.0.22 - @heroui/shared-utils@2.0.6 - @heroui/divider@2.0.29 @@ -384,9 +384,9 @@ ### Patch Changes -- [#3240](https://github.com/frontio-ai/heroui/pull/3240) [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies +- [#3240](https://github.com/heroui-inc/heroui/pull/3240) [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies -- Updated dependencies [[`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`b9bb06ff3`](https://github.com/frontio-ai/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: +- Updated dependencies [[`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`b9bb06ff3`](https://github.com/heroui-inc/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: - @heroui/aria-utils@2.0.21 - @heroui/use-is-mobile@2.0.8 - @heroui/react-utils@2.0.14 @@ -396,9 +396,9 @@ ### Patch Changes -- [#3119](https://github.com/frontio-ai/heroui/pull/3119) [`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` +- [#3119](https://github.com/heroui-inc/heroui/pull/3119) [`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` -- Updated dependencies [[`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: +- Updated dependencies [[`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: - @heroui/aria-utils@2.0.20 - @heroui/divider@2.0.28 @@ -406,11 +406,11 @@ ### Patch Changes -- [#2953](https://github.com/frontio-ai/heroui/pull/2953) [`c8f792ccd`](https://github.com/frontio-ai/heroui/commit/c8f792ccd78a80000e6f5b15e6f22cac947fd531) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Fix update type definition to prevent primitive values as items (#2938) +- [#2953](https://github.com/heroui-inc/heroui/pull/2953) [`c8f792ccd`](https://github.com/heroui-inc/heroui/commit/c8f792ccd78a80000e6f5b15e6f22cac947fd531) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Fix update type definition to prevent primitive values as items (#2938) -- [#2929](https://github.com/frontio-ai/heroui/pull/2929) [`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. +- [#2929](https://github.com/heroui-inc/heroui/pull/2929) [`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. -- Updated dependencies [[`3b14c21e0`](https://github.com/frontio-ai/heroui/commit/3b14c21e02fedf15d7d22e911109dac60c4e780e)]: +- Updated dependencies [[`3b14c21e0`](https://github.com/heroui-inc/heroui/commit/3b14c21e02fedf15d7d22e911109dac60c4e780e)]: - @heroui/aria-utils@2.0.19 - @heroui/divider@2.0.28 @@ -418,7 +418,7 @@ ### Patch Changes -- Updated dependencies [[`eccc2f2f3`](https://github.com/frontio-ai/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: +- Updated dependencies [[`eccc2f2f3`](https://github.com/heroui-inc/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: - @heroui/aria-utils@2.0.18 - @heroui/react-utils@2.0.13 - @heroui/divider@2.0.27 @@ -436,16 +436,16 @@ ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added - `framer-transitions` renamed to `framer-utils` - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- Updated dependencies [[`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: +- Updated dependencies [[`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: - @heroui/divider@2.0.26 - @heroui/use-is-mobile@2.0.7 - @heroui/aria-utils@2.0.16 @@ -472,7 +472,7 @@ ### Patch Changes -- [#1915](https://github.com/frontio-ai/heroui/pull/1915) [`135cc21e6`](https://github.com/frontio-ai/heroui/commit/135cc21e6f0f2bee1f19e7e5799b6cea8179b7f5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1888 `hideSelectedIcon` added to menu and listbox sections. +- [#1915](https://github.com/heroui-inc/heroui/pull/1915) [`135cc21e6`](https://github.com/heroui-inc/heroui/commit/135cc21e6f0f2bee1f19e7e5799b6cea8179b7f5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1888 `hideSelectedIcon` added to menu and listbox sections. - Updated dependencies []: - @heroui/divider@2.0.23 @@ -481,9 +481,9 @@ ### Patch Changes -- [#1877](https://github.com/frontio-ai/heroui/pull/1877) [`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range +- [#1877](https://github.com/heroui-inc/heroui/pull/1877) [`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range -- Updated dependencies [[`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648)]: +- Updated dependencies [[`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648)]: - @heroui/divider@2.0.23 - @heroui/aria-utils@2.0.13 @@ -491,9 +491,9 @@ ### Patch Changes -- [#1874](https://github.com/frontio-ai/heroui/pull/1874) [`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. +- [#1874](https://github.com/heroui-inc/heroui/pull/1874) [`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. -- Updated dependencies [[`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0)]: +- Updated dependencies [[`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0)]: - @heroui/divider@2.0.22 - @heroui/system@2.0.12 - @heroui/aria-utils@2.0.12 @@ -502,9 +502,9 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/divider@2.0.21 - @heroui/system@2.0.11 - @heroui/theme@2.1.10 @@ -518,9 +518,9 @@ ### Patch Changes -- [#1628](https://github.com/frontio-ai/heroui/pull/1628) [`3aa86423a`](https://github.com/frontio-ai/heroui/commit/3aa86423aa4b0c56d2e14772bc081f98a5fbdb05) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1625 Listbox item classNames +- [#1628](https://github.com/heroui-inc/heroui/pull/1628) [`3aa86423a`](https://github.com/heroui-inc/heroui/commit/3aa86423aa4b0c56d2e14772bc081f98a5fbdb05) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1625 Listbox item classNames -- Updated dependencies [[`425a034bc`](https://github.com/frontio-ai/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: +- Updated dependencies [[`425a034bc`](https://github.com/heroui-inc/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: - @heroui/theme@2.1.9 - @heroui/divider@2.0.20 - @heroui/system@2.0.10 @@ -531,9 +531,9 @@ ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy -- Updated dependencies [[`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: +- Updated dependencies [[`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: - @heroui/divider@2.0.19 - @heroui/system@2.0.9 - @heroui/theme@2.1.8 @@ -546,9 +546,9 @@ ### Patch Changes -- [#1589](https://github.com/frontio-ai/heroui/pull/1589) [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded +- [#1589](https://github.com/heroui-inc/heroui/pull/1589) [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded -- Updated dependencies [[`a3be419cb`](https://github.com/frontio-ai/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/frontio-ai/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: +- Updated dependencies [[`a3be419cb`](https://github.com/heroui-inc/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/heroui-inc/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: - @heroui/theme@2.1.7 - @heroui/aria-utils@2.0.8 - @heroui/use-is-mobile@2.0.4 @@ -559,7 +559,7 @@ ### Patch Changes -- Updated dependencies [[`7c8341035`](https://github.com/frontio-ai/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: +- Updated dependencies [[`7c8341035`](https://github.com/heroui-inc/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: - @heroui/theme@2.1.6 - @heroui/divider@2.0.17 @@ -567,7 +567,7 @@ ### Patch Changes -- Updated dependencies [[`d61428d9e`](https://github.com/frontio-ai/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/frontio-ai/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: +- Updated dependencies [[`d61428d9e`](https://github.com/heroui-inc/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/heroui-inc/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: - @heroui/theme@2.1.5 - @heroui/divider@2.0.16 - @heroui/system@2.0.7 @@ -577,9 +577,9 @@ ### Patch Changes -- [#1544](https://github.com/frontio-ai/heroui/pull/1544) [`a9e324b35`](https://github.com/frontio-ai/heroui/commit/a9e324b3515bab9883f3911747351ee69f9afb9d) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1503 Listbox dynamic items types fixed +- [#1544](https://github.com/heroui-inc/heroui/pull/1544) [`a9e324b35`](https://github.com/heroui-inc/heroui/commit/a9e324b3515bab9883f3911747351ee69f9afb9d) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1503 Listbox dynamic items types fixed -- Updated dependencies [[`043b8420c`](https://github.com/frontio-ai/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/frontio-ai/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: +- Updated dependencies [[`043b8420c`](https://github.com/heroui-inc/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/heroui-inc/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: - @heroui/theme@2.1.4 - @heroui/system@2.0.6 - @heroui/divider@2.0.15 @@ -589,7 +589,7 @@ ### Patch Changes -- Updated dependencies [[`5702287e5`](https://github.com/frontio-ai/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: +- Updated dependencies [[`5702287e5`](https://github.com/heroui-inc/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: - @heroui/theme@2.1.3 - @heroui/divider@2.0.14 @@ -597,15 +597,15 @@ ### Patch Changes -- [#1463](https://github.com/frontio-ai/heroui/pull/1463) [`904f53877`](https://github.com/frontio-ai/heroui/commit/904f5387793cf8cc594d4ff8c32e378439a8e4fa) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria utils pkg updated +- [#1463](https://github.com/heroui-inc/heroui/pull/1463) [`904f53877`](https://github.com/heroui-inc/heroui/commit/904f5387793cf8cc594d4ff8c32e378439a8e4fa) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria utils pkg updated ## 2.1.2 ### Patch Changes -- [#1458](https://github.com/frontio-ai/heroui/pull/1458) [`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles +- [#1458](https://github.com/heroui-inc/heroui/pull/1458) [`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles -- Updated dependencies [[`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: +- Updated dependencies [[`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: - @heroui/divider@2.0.13 - @heroui/theme@2.1.2 @@ -613,7 +613,7 @@ ### Patch Changes -- Updated dependencies [[`cc839cdd`](https://github.com/frontio-ai/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: +- Updated dependencies [[`cc839cdd`](https://github.com/heroui-inc/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: - @heroui/theme@2.1.1 - @heroui/divider@2.0.12 @@ -621,7 +621,7 @@ ### Minor Changes -- [#1313](https://github.com/frontio-ai/heroui/pull/1313) [`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New components: +- [#1313](https://github.com/heroui-inc/heroui/pull/1313) [`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New components: - Select - Listbox @@ -629,7 +629,7 @@ ### Patch Changes -- Updated dependencies [[`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: +- Updated dependencies [[`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: - @heroui/theme@2.1.0 - @heroui/divider@2.0.11 - @heroui/react-utils@2.0.7 diff --git a/packages/components/listbox/README.md b/packages/components/listbox/README.md index 458dca90dc..a8f0e712ca 100644 --- a/packages/components/listbox/README.md +++ b/packages/components/listbox/README.md @@ -15,10 +15,10 @@ npm i @heroui/listbox ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/components/menu/CHANGELOG.md b/packages/components/menu/CHANGELOG.md index e36443dc35..18f45b5de4 100644 --- a/packages/components/menu/CHANGELOG.md +++ b/packages/components/menu/CHANGELOG.md @@ -17,7 +17,7 @@ ### Patch Changes -- Updated dependencies [[`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: +- Updated dependencies [[`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: - @heroui/react-utils@2.1.3 - @heroui/divider@2.2.5 - @heroui/aria-utils@2.2.7 @@ -26,7 +26,7 @@ ### Patch Changes -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: - @heroui/shared-utils@2.1.2 - @heroui/divider@2.2.5 - @heroui/aria-utils@2.2.6 @@ -36,16 +36,16 @@ ### Patch Changes -- [#4322](https://github.com/frontio-ai/heroui/pull/4322) [`78c0928`](https://github.com/frontio-ai/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #4292 interactive elements were not responding to "onClick" event +- [#4322](https://github.com/heroui-inc/heroui/pull/4322) [`78c0928`](https://github.com/heroui-inc/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #4292 interactive elements were not responding to "onClick" event -- Updated dependencies [[`78c0928`](https://github.com/frontio-ai/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f)]: +- Updated dependencies [[`78c0928`](https://github.com/heroui-inc/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f)]: - @heroui/aria-utils@2.2.5 ## 2.2.6 ### Patch Changes -- [#4314](https://github.com/frontio-ai/heroui/pull/4314) [`5598806`](https://github.com/frontio-ai/heroui/commit/5598806216166dc9fff36cafd9112412486b747f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4314](https://github.com/heroui-inc/heroui/pull/4314) [`5598806`](https://github.com/heroui-inc/heroui/commit/5598806216166dc9fff36cafd9112412486b747f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build - Updated dependencies []: - @heroui/divider@2.2.4 @@ -54,7 +54,7 @@ ### Patch Changes -- [#4286](https://github.com/frontio-ai/heroui/pull/4286) [`11eae5c`](https://github.com/frontio-ai/heroui/commit/11eae5cc808e10db07b509f4e06d30441bb1937a) Thanks [@macci001](https://github.com/macci001)! - Reverts the PR-4168 (#4256, #4246, #4244) +- [#4286](https://github.com/heroui-inc/heroui/pull/4286) [`11eae5c`](https://github.com/heroui-inc/heroui/commit/11eae5cc808e10db07b509f4e06d30441bb1937a) Thanks [@macci001](https://github.com/macci001)! - Reverts the PR-4168 (#4256, #4246, #4244) - Updated dependencies []: - @heroui/divider@2.2.4 @@ -63,9 +63,9 @@ ### Patch Changes -- [#4258](https://github.com/frontio-ai/heroui/pull/4258) [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions +- [#4258](https://github.com/heroui-inc/heroui/pull/4258) [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions -- Updated dependencies [[`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: +- Updated dependencies [[`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: - @heroui/aria-utils@2.2.4 - @heroui/use-aria-menu@2.2.2 - @heroui/use-is-mobile@2.2.2 @@ -75,9 +75,9 @@ ### Patch Changes -- [#4255](https://github.com/frontio-ai/heroui/pull/4255) [`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) +- [#4255](https://github.com/heroui-inc/heroui/pull/4255) [`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) -- Updated dependencies [[`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: +- Updated dependencies [[`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: - @heroui/divider@2.2.3 - @heroui/aria-utils@2.2.3 @@ -85,9 +85,9 @@ ### Patch Changes -- [#4247](https://github.com/frontio-ai/heroui/pull/4247) [`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* +- [#4247](https://github.com/heroui-inc/heroui/pull/4247) [`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* -- Updated dependencies [[`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: +- Updated dependencies [[`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: - @heroui/divider@2.2.2 - @heroui/aria-utils@2.2.2 @@ -95,9 +95,9 @@ ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/divider@2.2.1 - @heroui/use-aria-menu@2.2.1 - @heroui/use-is-mobile@2.2.1 @@ -109,7 +109,7 @@ ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -135,19 +135,19 @@ ### Patch Changes -- [#4207](https://github.com/frontio-ai/heroui/pull/4207) [`6bc616c`](https://github.com/frontio-ai/heroui/commit/6bc616caea948431d05eec33c1784e0560524e97) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix the "forwardRef render functions accept exactly two parameters: props and ref. Did you forget to use the ref parameter?" on next.js by changing the way we manage collection base components refs +- [#4207](https://github.com/heroui-inc/heroui/pull/4207) [`6bc616c`](https://github.com/heroui-inc/heroui/commit/6bc616caea948431d05eec33c1784e0560524e97) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix the "forwardRef render functions accept exactly two parameters: props and ref. Did you forget to use the ref parameter?" on next.js by changing the way we manage collection base components refs -- [#4206](https://github.com/frontio-ai/heroui/pull/4206) [`44958bf`](https://github.com/frontio-ai/heroui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8) Thanks [@vinroger](https://github.com/vinroger)! - Fix typecheck +- [#4206](https://github.com/heroui-inc/heroui/pull/4206) [`44958bf`](https://github.com/heroui-inc/heroui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8) Thanks [@vinroger](https://github.com/vinroger)! - Fix typecheck -- [#4206](https://github.com/frontio-ai/heroui/pull/4206) [`44958bf`](https://github.com/frontio-ai/heroui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8) Thanks [@vinroger](https://github.com/vinroger)! - Fix should not export list item internal variables type +- [#4206](https://github.com/heroui-inc/heroui/pull/4206) [`44958bf`](https://github.com/heroui-inc/heroui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8) Thanks [@vinroger](https://github.com/vinroger)! - Fix should not export list item internal variables type -- [#4226](https://github.com/frontio-ai/heroui/pull/4226) [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) +- [#4226](https://github.com/heroui-inc/heroui/pull/4226) [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) -- [#4198](https://github.com/frontio-ai/heroui/pull/4198) [`ffb1e55`](https://github.com/frontio-ai/heroui/commit/ffb1e554f7d6b5b1ede66d0838b3b1edeeccdf6b) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix forwardRef render functions not using ref +- [#4198](https://github.com/heroui-inc/heroui/pull/4198) [`ffb1e55`](https://github.com/heroui-inc/heroui/commit/ffb1e554f7d6b5b1ede66d0838b3b1edeeccdf6b) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix forwardRef render functions not using ref -- [#4206](https://github.com/frontio-ai/heroui/pull/4206) [`44958bf`](https://github.com/frontio-ai/heroui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8) Thanks [@vinroger](https://github.com/vinroger)! - Virtualization support added to Listbox and Menu +- [#4206](https://github.com/heroui-inc/heroui/pull/4206) [`44958bf`](https://github.com/heroui-inc/heroui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8) Thanks [@vinroger](https://github.com/vinroger)! - Virtualization support added to Listbox and Menu -- Updated dependencies [[`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/aria-utils@2.2.0 - @heroui/use-aria-menu@2.2.0 - @heroui/divider@2.2.0 @@ -159,7 +159,7 @@ ### Patch Changes -- [#4168](https://github.com/frontio-ai/heroui/pull/4168) [`0b5ceb93c`](https://github.com/frontio-ai/heroui/commit/0b5ceb93ce098e5d76409190f2d57cd89c06b7e9) Thanks [@macci001](https://github.com/macci001)! - Fixes missing `
  • ` wrapper when `href` prop is passed in `ListboxItem`, `MenuItem`, and `PaginationItem` (#4147) +- [#4168](https://github.com/heroui-inc/heroui/pull/4168) [`0b5ceb93c`](https://github.com/heroui-inc/heroui/commit/0b5ceb93ce098e5d76409190f2d57cd89c06b7e9) Thanks [@macci001](https://github.com/macci001)! - Fixes missing `
  • ` wrapper when `href` prop is passed in `ListboxItem`, `MenuItem`, and `PaginationItem` (#4147) - Updated dependencies []: - @heroui/divider@2.1.0-beta.9 @@ -168,7 +168,7 @@ ### Patch Changes -- [#4156](https://github.com/frontio-ai/heroui/pull/4156) [`d37007c69`](https://github.com/frontio-ai/heroui/commit/d37007c69c3e1ff4a66d414cbb1a4a38bb22264c) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix menu item classNames not work (#4119) +- [#4156](https://github.com/heroui-inc/heroui/pull/4156) [`d37007c69`](https://github.com/heroui-inc/heroui/commit/d37007c69c3e1ff4a66d414cbb1a4a38bb22264c) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix menu item classNames not work (#4119) - Updated dependencies []: - @heroui/divider@2.1.0-beta.9 @@ -178,9 +178,9 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/divider@2.1.0-beta.9 - @heroui/use-aria-menu@2.1.0-beta.8 - @heroui/use-is-mobile@2.1.0-beta.8 @@ -192,9 +192,9 @@ ### Patch Changes -- [#3036](https://github.com/frontio-ai/heroui/pull/3036) [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3036](https://github.com/heroui-inc/heroui/pull/3036) [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version -- Updated dependencies [[`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: +- Updated dependencies [[`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: - @heroui/divider@2.1.0-beta.8 - @heroui/use-aria-menu@2.1.0-beta.7 - @heroui/use-is-mobile@2.1.0-beta.7 @@ -204,7 +204,7 @@ ### Patch Changes -- [#4105](https://github.com/frontio-ai/heroui/pull/4105) [`256d46277`](https://github.com/frontio-ai/heroui/commit/256d462771c19d6ca5b969d0ec44419fb560f0ac) Thanks [@winchesHe](https://github.com/winchesHe)! - Add truncate class to the list item to avoid overflow the wrapper +- [#4105](https://github.com/heroui-inc/heroui/pull/4105) [`256d46277`](https://github.com/heroui-inc/heroui/commit/256d462771c19d6ca5b969d0ec44419fb560f0ac) Thanks [@winchesHe](https://github.com/winchesHe)! - Add truncate class to the list item to avoid overflow the wrapper - Updated dependencies []: - @heroui/divider@2.1.0-beta.7 @@ -220,9 +220,9 @@ ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/divider@2.1.0-beta.7 - @heroui/use-aria-menu@2.1.0-beta.6 - @heroui/use-is-mobile@2.1.0-beta.6 @@ -234,9 +234,9 @@ ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/divider@2.1.0-beta.6 - @heroui/use-aria-menu@2.1.0-beta.5 - @heroui/use-is-mobile@2.1.0-beta.5 @@ -248,9 +248,9 @@ ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/divider@2.1.0-beta.5 - @heroui/use-aria-menu@2.1.0-beta.4 - @heroui/use-is-mobile@2.1.0-beta.4 @@ -262,7 +262,7 @@ ### Patch Changes -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/shared-utils@2.0.9-beta.4 - @heroui/divider@2.1.0-beta.4 - @heroui/aria-utils@2.1.0-beta.4 @@ -272,9 +272,9 @@ ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/divider@2.1.0-beta.3 - @heroui/use-aria-menu@2.1.0-beta.3 - @heroui/use-is-mobile@2.1.0-beta.3 @@ -286,9 +286,9 @@ ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/divider@2.1.0-beta.2 - @heroui/use-aria-menu@2.1.0-beta.2 - @heroui/use-is-mobile@2.1.0-beta.2 @@ -300,9 +300,9 @@ ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/divider@2.1.0-beta.1 - @heroui/use-aria-menu@2.1.0-beta.1 - @heroui/use-is-mobile@2.1.0-beta.1 @@ -314,13 +314,13 @@ ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ### Patch Changes -- [#3261](https://github.com/frontio-ai/heroui/pull/3261) [`2aebfcca5`](https://github.com/frontio-ai/heroui/commit/2aebfcca5906fb72a7f751273b38e41a40dc16a3) Thanks [@wingkwong](https://github.com/wingkwong)! - Use `useMenu` and `useMenuItem` from `@react-aria` instead of custom hooks +- [#3261](https://github.com/heroui-inc/heroui/pull/3261) [`2aebfcca5`](https://github.com/heroui-inc/heroui/commit/2aebfcca5906fb72a7f751273b38e41a40dc16a3) Thanks [@wingkwong](https://github.com/wingkwong)! - Use `useMenu` and `useMenuItem` from `@react-aria` instead of custom hooks -- Updated dependencies [[`0cf91395c`](https://github.com/frontio-ai/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/frontio-ai/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/frontio-ai/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/frontio-ai/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/frontio-ai/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/frontio-ai/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/frontio-ai/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/frontio-ai/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/frontio-ai/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/frontio-ai/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/frontio-ai/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/frontio-ai/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: +- Updated dependencies [[`0cf91395c`](https://github.com/heroui-inc/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/heroui-inc/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/heroui-inc/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/heroui-inc/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/heroui-inc/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/heroui-inc/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/heroui-inc/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/heroui-inc/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/heroui-inc/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/heroui-inc/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/heroui-inc/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/heroui-inc/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: - @heroui/theme@2.3.0-beta.0 - @heroui/divider@2.1.0-beta.0 - @heroui/system@2.3.0-beta.0 @@ -334,7 +334,7 @@ ### Patch Changes -- Updated dependencies [[`8fecb5afa`](https://github.com/frontio-ai/heroui/commit/8fecb5afa9aabe73e32243ca313f97856da8aa08), [`229388422`](https://github.com/frontio-ai/heroui/commit/2293884229541e363b1983fea88ba6e3bee6be14)]: +- Updated dependencies [[`8fecb5afa`](https://github.com/heroui-inc/heroui/commit/8fecb5afa9aabe73e32243ca313f97856da8aa08), [`229388422`](https://github.com/heroui-inc/heroui/commit/2293884229541e363b1983fea88ba6e3bee6be14)]: - @heroui/use-aria-menu@2.0.7 - @heroui/aria-utils@2.0.26 - @heroui/divider@2.0.32 @@ -343,7 +343,7 @@ ### Patch Changes -- Updated dependencies [[`123b7fbc9`](https://github.com/frontio-ai/heroui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae), [`f36df4362`](https://github.com/frontio-ai/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: +- Updated dependencies [[`123b7fbc9`](https://github.com/heroui-inc/heroui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae), [`f36df4362`](https://github.com/heroui-inc/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: - @heroui/aria-utils@2.0.25 - @heroui/shared-utils@2.0.8 - @heroui/divider@2.0.32 @@ -353,9 +353,9 @@ ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/divider@2.0.31 - @heroui/use-aria-menu@2.0.6 - @heroui/use-is-mobile@2.0.9 @@ -375,9 +375,9 @@ ### Patch Changes -- [#3336](https://github.com/frontio-ai/heroui/pull/3336) [`0cdfdb48b`](https://github.com/frontio-ai/heroui/commit/0cdfdb48bcb7eecb752fc6a3033d3bdd2335872b) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix onSelectionChange type incorrect (#2512) +- [#3336](https://github.com/heroui-inc/heroui/pull/3336) [`0cdfdb48b`](https://github.com/heroui-inc/heroui/commit/0cdfdb48bcb7eecb752fc6a3033d3bdd2335872b) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix onSelectionChange type incorrect (#2512) -- Updated dependencies [[`60bb09fe6`](https://github.com/frontio-ai/heroui/commit/60bb09fe6455475a16225e776348e9acf0537f9b), [`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: +- Updated dependencies [[`60bb09fe6`](https://github.com/heroui-inc/heroui/commit/60bb09fe6455475a16225e776348e9acf0537f9b), [`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: - @heroui/aria-utils@2.0.22 - @heroui/shared-utils@2.0.6 - @heroui/divider@2.0.29 @@ -387,9 +387,9 @@ ### Patch Changes -- [#3240](https://github.com/frontio-ai/heroui/pull/3240) [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies +- [#3240](https://github.com/heroui-inc/heroui/pull/3240) [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies -- Updated dependencies [[`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`5b9e317a8`](https://github.com/frontio-ai/heroui/commit/5b9e317a80dacad09a3fc3c5b762729cd10b2bb3), [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`b9bb06ff3`](https://github.com/frontio-ai/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: +- Updated dependencies [[`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`5b9e317a8`](https://github.com/heroui-inc/heroui/commit/5b9e317a80dacad09a3fc3c5b762729cd10b2bb3), [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`b9bb06ff3`](https://github.com/heroui-inc/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: - @heroui/aria-utils@2.0.21 - @heroui/use-aria-menu@2.0.5 - @heroui/use-is-mobile@2.0.8 @@ -400,9 +400,9 @@ ### Patch Changes -- [#3119](https://github.com/frontio-ai/heroui/pull/3119) [`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` +- [#3119](https://github.com/heroui-inc/heroui/pull/3119) [`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` -- Updated dependencies [[`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a), [`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: +- Updated dependencies [[`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a), [`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: - @heroui/use-aria-menu@2.0.4 - @heroui/aria-utils@2.0.20 - @heroui/divider@2.0.28 @@ -411,13 +411,13 @@ ### Patch Changes -- [#2953](https://github.com/frontio-ai/heroui/pull/2953) [`c8f792ccd`](https://github.com/frontio-ai/heroui/commit/c8f792ccd78a80000e6f5b15e6f22cac947fd531) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Fix update type definition to prevent primitive values as items (#2938) +- [#2953](https://github.com/heroui-inc/heroui/pull/2953) [`c8f792ccd`](https://github.com/heroui-inc/heroui/commit/c8f792ccd78a80000e6f5b15e6f22cac947fd531) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Fix update type definition to prevent primitive values as items (#2938) -- [#2970](https://github.com/frontio-ai/heroui/pull/2970) [`7df2c71ec`](https://github.com/frontio-ai/heroui/commit/7df2c71ecc5f06d60807b6b3502d3a118080a0d5) Thanks [@wingkwong](https://github.com/wingkwong)! - Focus on the first item when pressing Space / Enter key on dropdown menu open (#2863) +- [#2970](https://github.com/heroui-inc/heroui/pull/2970) [`7df2c71ec`](https://github.com/heroui-inc/heroui/commit/7df2c71ecc5f06d60807b6b3502d3a118080a0d5) Thanks [@wingkwong](https://github.com/wingkwong)! - Focus on the first item when pressing Space / Enter key on dropdown menu open (#2863) -- [#2929](https://github.com/frontio-ai/heroui/pull/2929) [`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. +- [#2929](https://github.com/heroui-inc/heroui/pull/2929) [`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. -- Updated dependencies [[`3b14c21e0`](https://github.com/frontio-ai/heroui/commit/3b14c21e02fedf15d7d22e911109dac60c4e780e), [`f24a97311`](https://github.com/frontio-ai/heroui/commit/f24a97311ab4dd16dafb56d35fe7c6db81798129)]: +- Updated dependencies [[`3b14c21e0`](https://github.com/heroui-inc/heroui/commit/3b14c21e02fedf15d7d22e911109dac60c4e780e), [`f24a97311`](https://github.com/heroui-inc/heroui/commit/f24a97311ab4dd16dafb56d35fe7c6db81798129)]: - @heroui/aria-utils@2.0.19 - @heroui/use-aria-menu@2.0.3 - @heroui/divider@2.0.28 @@ -426,7 +426,7 @@ ### Patch Changes -- Updated dependencies [[`b8e6b2fe2`](https://github.com/frontio-ai/heroui/commit/b8e6b2fe25bbbf52f656bbcac52fc00714f464bc)]: +- Updated dependencies [[`b8e6b2fe2`](https://github.com/heroui-inc/heroui/commit/b8e6b2fe25bbbf52f656bbcac52fc00714f464bc)]: - @heroui/use-aria-menu@2.0.2 - @heroui/divider@2.0.27 @@ -434,7 +434,7 @@ ### Patch Changes -- Updated dependencies [[`eccc2f2f3`](https://github.com/frontio-ai/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: +- Updated dependencies [[`eccc2f2f3`](https://github.com/heroui-inc/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: - @heroui/aria-utils@2.0.18 - @heroui/react-utils@2.0.13 - @heroui/divider@2.0.27 @@ -443,9 +443,9 @@ ### Patch Changes -- [#2746](https://github.com/frontio-ai/heroui/pull/2746) [`6b56e43a3`](https://github.com/frontio-ai/heroui/commit/6b56e43a350d045c36eb9983c7f48ba61db7cdd2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #2743 #2751 internal react-aria use-menu hooks implemented to pass down the press events and control the pressUp one +- [#2746](https://github.com/heroui-inc/heroui/pull/2746) [`6b56e43a3`](https://github.com/heroui-inc/heroui/commit/6b56e43a350d045c36eb9983c7f48ba61db7cdd2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #2743 #2751 internal react-aria use-menu hooks implemented to pass down the press events and control the pressUp one -- Updated dependencies [[`6b56e43a3`](https://github.com/frontio-ai/heroui/commit/6b56e43a350d045c36eb9983c7f48ba61db7cdd2)]: +- Updated dependencies [[`6b56e43a3`](https://github.com/heroui-inc/heroui/commit/6b56e43a350d045c36eb9983c7f48ba61db7cdd2)]: - @heroui/use-aria-menu@2.0.1 ## 2.0.19 @@ -461,16 +461,16 @@ ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added - `framer-transitions` renamed to `framer-utils` - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- Updated dependencies [[`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: +- Updated dependencies [[`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: - @heroui/divider@2.0.26 - @heroui/use-is-mobile@2.0.7 - @heroui/aria-utils@2.0.16 @@ -497,7 +497,7 @@ ### Patch Changes -- [#1915](https://github.com/frontio-ai/heroui/pull/1915) [`135cc21e6`](https://github.com/frontio-ai/heroui/commit/135cc21e6f0f2bee1f19e7e5799b6cea8179b7f5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1888 `hideSelectedIcon` added to menu and listbox sections. +- [#1915](https://github.com/heroui-inc/heroui/pull/1915) [`135cc21e6`](https://github.com/heroui-inc/heroui/commit/135cc21e6f0f2bee1f19e7e5799b6cea8179b7f5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1888 `hideSelectedIcon` added to menu and listbox sections. - Updated dependencies []: - @heroui/divider@2.0.23 @@ -506,9 +506,9 @@ ### Patch Changes -- [#1877](https://github.com/frontio-ai/heroui/pull/1877) [`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range +- [#1877](https://github.com/heroui-inc/heroui/pull/1877) [`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range -- Updated dependencies [[`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648)]: +- Updated dependencies [[`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648)]: - @heroui/divider@2.0.23 - @heroui/aria-utils@2.0.13 @@ -516,9 +516,9 @@ ### Patch Changes -- [#1874](https://github.com/frontio-ai/heroui/pull/1874) [`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. +- [#1874](https://github.com/heroui-inc/heroui/pull/1874) [`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. -- Updated dependencies [[`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0)]: +- Updated dependencies [[`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0)]: - @heroui/divider@2.0.22 - @heroui/system@2.0.12 - @heroui/aria-utils@2.0.12 @@ -527,9 +527,9 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/divider@2.0.21 - @heroui/system@2.0.11 - @heroui/theme@2.1.10 @@ -543,7 +543,7 @@ ### Patch Changes -- Updated dependencies [[`425a034bc`](https://github.com/frontio-ai/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: +- Updated dependencies [[`425a034bc`](https://github.com/heroui-inc/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: - @heroui/theme@2.1.9 - @heroui/divider@2.0.20 - @heroui/system@2.0.10 @@ -554,9 +554,9 @@ ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy -- Updated dependencies [[`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: +- Updated dependencies [[`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: - @heroui/divider@2.0.19 - @heroui/system@2.0.9 - @heroui/theme@2.1.8 @@ -569,9 +569,9 @@ ### Patch Changes -- [#1589](https://github.com/frontio-ai/heroui/pull/1589) [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded +- [#1589](https://github.com/heroui-inc/heroui/pull/1589) [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded -- Updated dependencies [[`a3be419cb`](https://github.com/frontio-ai/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/frontio-ai/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: +- Updated dependencies [[`a3be419cb`](https://github.com/heroui-inc/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/heroui-inc/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: - @heroui/theme@2.1.7 - @heroui/aria-utils@2.0.8 - @heroui/use-is-mobile@2.0.4 @@ -582,7 +582,7 @@ ### Patch Changes -- Updated dependencies [[`7c8341035`](https://github.com/frontio-ai/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: +- Updated dependencies [[`7c8341035`](https://github.com/heroui-inc/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: - @heroui/theme@2.1.6 - @heroui/divider@2.0.17 @@ -590,7 +590,7 @@ ### Patch Changes -- Updated dependencies [[`d61428d9e`](https://github.com/frontio-ai/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/frontio-ai/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: +- Updated dependencies [[`d61428d9e`](https://github.com/heroui-inc/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/heroui-inc/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: - @heroui/theme@2.1.5 - @heroui/divider@2.0.16 - @heroui/system@2.0.7 @@ -600,7 +600,7 @@ ### Patch Changes -- Updated dependencies [[`043b8420c`](https://github.com/frontio-ai/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/frontio-ai/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: +- Updated dependencies [[`043b8420c`](https://github.com/heroui-inc/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/heroui-inc/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: - @heroui/theme@2.1.4 - @heroui/system@2.0.6 - @heroui/divider@2.0.15 @@ -610,7 +610,7 @@ ### Patch Changes -- Updated dependencies [[`5702287e5`](https://github.com/frontio-ai/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: +- Updated dependencies [[`5702287e5`](https://github.com/heroui-inc/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: - @heroui/theme@2.1.3 - @heroui/divider@2.0.14 @@ -618,15 +618,15 @@ ### Patch Changes -- [#1463](https://github.com/frontio-ai/heroui/pull/1463) [`904f53877`](https://github.com/frontio-ai/heroui/commit/904f5387793cf8cc594d4ff8c32e378439a8e4fa) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria utils pkg updated +- [#1463](https://github.com/heroui-inc/heroui/pull/1463) [`904f53877`](https://github.com/heroui-inc/heroui/commit/904f5387793cf8cc594d4ff8c32e378439a8e4fa) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria utils pkg updated ## 2.0.3 ### Patch Changes -- [#1458](https://github.com/frontio-ai/heroui/pull/1458) [`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles +- [#1458](https://github.com/heroui-inc/heroui/pull/1458) [`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles -- Updated dependencies [[`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: +- Updated dependencies [[`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: - @heroui/divider@2.0.13 - @heroui/theme@2.1.2 @@ -634,7 +634,7 @@ ### Patch Changes -- Updated dependencies [[`cc839cdd`](https://github.com/frontio-ai/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: +- Updated dependencies [[`cc839cdd`](https://github.com/heroui-inc/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: - @heroui/theme@2.1.1 - @heroui/divider@2.0.12 @@ -642,13 +642,13 @@ ### Patch Changes -- [#1313](https://github.com/frontio-ai/heroui/pull/1313) [`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New components: +- [#1313](https://github.com/heroui-inc/heroui/pull/1313) [`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New components: - Select - Listbox - ScrollShadow -- Updated dependencies [[`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: +- Updated dependencies [[`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: - @heroui/theme@2.1.0 - @heroui/divider@2.0.11 - @heroui/react-utils@2.0.7 diff --git a/packages/components/menu/README.md b/packages/components/menu/README.md index 0ec3ba6765..5cb2f6124c 100644 --- a/packages/components/menu/README.md +++ b/packages/components/menu/README.md @@ -15,10 +15,10 @@ npm i @heroui/menu ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/components/modal/CHANGELOG.md b/packages/components/modal/CHANGELOG.md index b77a9c50d7..650d830eee 100644 --- a/packages/components/modal/CHANGELOG.md +++ b/packages/components/modal/CHANGELOG.md @@ -21,7 +21,7 @@ ### Patch Changes -- Updated dependencies [[`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: +- Updated dependencies [[`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: - @heroui/react-utils@2.1.3 - @heroui/framer-utils@2.1.6 @@ -29,7 +29,7 @@ ### Patch Changes -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: - @heroui/shared-utils@2.1.2 - @heroui/use-aria-button@2.2.4 - @heroui/framer-utils@2.1.5 @@ -39,7 +39,7 @@ ### Patch Changes -- Updated dependencies [[`78c0928`](https://github.com/frontio-ai/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f)]: +- Updated dependencies [[`78c0928`](https://github.com/heroui-inc/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f)]: - @heroui/use-aria-modal-overlay@2.2.3 - @heroui/use-aria-button@2.2.3 @@ -47,9 +47,9 @@ ### Patch Changes -- [#4258](https://github.com/frontio-ai/heroui/pull/4258) [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions +- [#4258](https://github.com/heroui-inc/heroui/pull/4258) [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions -- Updated dependencies [[`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: +- Updated dependencies [[`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: - @heroui/use-aria-modal-overlay@2.2.2 - @heroui/use-aria-button@2.2.2 - @heroui/use-disclosure@2.2.2 @@ -60,7 +60,7 @@ ### Patch Changes -- [#4255](https://github.com/frontio-ai/heroui/pull/4255) [`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) +- [#4255](https://github.com/heroui-inc/heroui/pull/4255) [`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) - Updated dependencies []: - @heroui/framer-utils@2.1.3 @@ -69,7 +69,7 @@ ### Patch Changes -- [#4247](https://github.com/frontio-ai/heroui/pull/4247) [`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* +- [#4247](https://github.com/heroui-inc/heroui/pull/4247) [`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* - Updated dependencies []: - @heroui/framer-utils@2.1.2 @@ -78,9 +78,9 @@ ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/use-aria-button@2.2.1 - @heroui/use-aria-modal-overlay@2.2.1 - @heroui/use-disclosure@2.2.1 @@ -95,7 +95,7 @@ ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -121,13 +121,13 @@ ### Patch Changes -- [#4206](https://github.com/frontio-ai/heroui/pull/4206) [`44958bf`](https://github.com/frontio-ai/heroui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8) Thanks [@vinroger](https://github.com/vinroger)! - Fix typecheck +- [#4206](https://github.com/heroui-inc/heroui/pull/4206) [`44958bf`](https://github.com/heroui-inc/heroui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8) Thanks [@vinroger](https://github.com/vinroger)! - Fix typecheck -- [#4226](https://github.com/frontio-ai/heroui/pull/4226) [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) +- [#4226](https://github.com/heroui-inc/heroui/pull/4226) [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) -- [#4198](https://github.com/frontio-ai/heroui/pull/4198) [`ffb1e55`](https://github.com/frontio-ai/heroui/commit/ffb1e554f7d6b5b1ede66d0838b3b1edeeccdf6b) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix forwardRef render functions not using ref +- [#4198](https://github.com/heroui-inc/heroui/pull/4198) [`ffb1e55`](https://github.com/heroui-inc/heroui/commit/ffb1e554f7d6b5b1ede66d0838b3b1edeeccdf6b) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix forwardRef render functions not using ref -- Updated dependencies [[`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/use-aria-modal-overlay@2.2.0 - @heroui/use-aria-button@2.2.0 - @heroui/use-disclosure@2.2.0 @@ -142,7 +142,7 @@ ### Patch Changes -- Updated dependencies [[`004c4a4b3`](https://github.com/frontio-ai/heroui/commit/004c4a4b3e44477f148937b12bb542e4b27fd322)]: +- Updated dependencies [[`004c4a4b3`](https://github.com/heroui-inc/heroui/commit/004c4a4b3e44477f148937b12bb542e4b27fd322)]: - @heroui/shared-icons@2.0.10-beta.8 ## 2.1.0-beta.13 @@ -156,9 +156,9 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/use-aria-button@2.1.0-beta.8 - @heroui/use-aria-modal-overlay@2.1.0-beta.8 - @heroui/use-disclosure@2.1.0-beta.8 @@ -173,9 +173,9 @@ ### Patch Changes -- [#3036](https://github.com/frontio-ai/heroui/pull/3036) [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3036](https://github.com/heroui-inc/heroui/pull/3036) [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version -- Updated dependencies [[`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: +- Updated dependencies [[`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: - @heroui/use-aria-button@2.1.0-beta.7 - @heroui/use-aria-modal-overlay@2.1.0-beta.7 - @heroui/use-disclosure@2.1.0-beta.7 @@ -192,9 +192,9 @@ ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/use-aria-button@2.1.0-beta.6 - @heroui/use-aria-modal-overlay@2.1.0-beta.6 - @heroui/use-disclosure@2.1.0-beta.6 @@ -209,9 +209,9 @@ ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/use-aria-button@2.1.0-beta.5 - @heroui/use-aria-modal-overlay@2.1.0-beta.5 - @heroui/use-disclosure@2.1.0-beta.5 @@ -226,9 +226,9 @@ ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/use-aria-button@2.1.0-beta.4 - @heroui/use-aria-modal-overlay@2.1.0-beta.4 - @heroui/use-disclosure@2.1.0-beta.4 @@ -243,20 +243,20 @@ ### Patch Changes -- [#4057](https://github.com/frontio-ai/heroui/pull/4057) [`d947b9283`](https://github.com/frontio-ai/heroui/commit/d947b92833c8e4abc16dae72466cdb922313e9c8) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Drawer styles and transition improved +- [#4057](https://github.com/heroui-inc/heroui/pull/4057) [`d947b9283`](https://github.com/heroui-inc/heroui/commit/d947b92833c8e4abc16dae72466cdb922313e9c8) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Drawer styles and transition improved ## 2.1.0-beta.5 ### Patch Changes -- Updated dependencies [[`0f55c491b`](https://github.com/frontio-ai/heroui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]: +- Updated dependencies [[`0f55c491b`](https://github.com/heroui-inc/heroui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]: - @heroui/shared-icons@2.0.10-beta.3 ## 2.1.0-beta.4 ### Patch Changes -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/shared-utils@2.0.9-beta.4 - @heroui/framer-utils@2.0.26-beta.4 - @heroui/react-utils@2.0.18-beta.4 @@ -265,9 +265,9 @@ ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/use-aria-button@2.1.0-beta.3 - @heroui/use-aria-modal-overlay@2.1.0-beta.3 - @heroui/use-disclosure@2.1.0-beta.3 @@ -282,9 +282,9 @@ ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/use-aria-button@2.1.0-beta.2 - @heroui/use-aria-modal-overlay@2.1.0-beta.2 - @heroui/use-disclosure@2.1.0-beta.2 @@ -299,9 +299,9 @@ ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/use-aria-button@2.1.0-beta.1 - @heroui/use-aria-modal-overlay@2.1.0-beta.1 - @heroui/use-disclosure@2.1.0-beta.1 @@ -316,17 +316,17 @@ ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ### Patch Changes -- [#3983](https://github.com/frontio-ai/heroui/pull/3983) [`2d6ae74c3`](https://github.com/frontio-ai/heroui/commit/2d6ae74c36a157472bd4b06b8580e7db163eddcc) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add draggable modal (#2647) +- [#3983](https://github.com/heroui-inc/heroui/pull/3983) [`2d6ae74c3`](https://github.com/heroui-inc/heroui/commit/2d6ae74c36a157472bd4b06b8580e7db163eddcc) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add draggable modal (#2647) -- [#3523](https://github.com/frontio-ai/heroui/pull/3523) [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - framer motion optimization (#3340) +- [#3523](https://github.com/heroui-inc/heroui/pull/3523) [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - framer motion optimization (#3340) -- [#3523](https://github.com/frontio-ai/heroui/pull/3523) [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - update `framer-motion` versions +- [#3523](https://github.com/heroui-inc/heroui/pull/3523) [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - update `framer-motion` versions -- Updated dependencies [[`0cf91395c`](https://github.com/frontio-ai/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/frontio-ai/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/frontio-ai/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/frontio-ai/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/frontio-ai/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/frontio-ai/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/frontio-ai/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/frontio-ai/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/frontio-ai/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/frontio-ai/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`2d6ae74c3`](https://github.com/frontio-ai/heroui/commit/2d6ae74c36a157472bd4b06b8580e7db163eddcc), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/frontio-ai/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/frontio-ai/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: +- Updated dependencies [[`0cf91395c`](https://github.com/heroui-inc/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/heroui-inc/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/heroui-inc/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/heroui-inc/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/heroui-inc/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/heroui-inc/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/heroui-inc/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/heroui-inc/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/heroui-inc/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/heroui-inc/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`2d6ae74c3`](https://github.com/heroui-inc/heroui/commit/2d6ae74c36a157472bd4b06b8580e7db163eddcc), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/heroui-inc/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/heroui-inc/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: - @heroui/theme@2.3.0-beta.0 - @heroui/system@2.3.0-beta.0 - @heroui/use-aria-button@2.1.0-beta.0 @@ -342,20 +342,20 @@ ### Patch Changes -- [#3759](https://github.com/frontio-ai/heroui/pull/3759) [`229388422`](https://github.com/frontio-ai/heroui/commit/2293884229541e363b1983fea88ba6e3bee6be14) Thanks [@wingkwong](https://github.com/wingkwong)! - rollback pr3467. rescheduled to v2.5.0. +- [#3759](https://github.com/heroui-inc/heroui/pull/3759) [`229388422`](https://github.com/heroui-inc/heroui/commit/2293884229541e363b1983fea88ba6e3bee6be14) Thanks [@wingkwong](https://github.com/wingkwong)! - rollback pr3467. rescheduled to v2.5.0. -- Updated dependencies [[`229388422`](https://github.com/frontio-ai/heroui/commit/2293884229541e363b1983fea88ba6e3bee6be14)]: +- Updated dependencies [[`229388422`](https://github.com/heroui-inc/heroui/commit/2293884229541e363b1983fea88ba6e3bee6be14)]: - @heroui/use-aria-modal-overlay@2.0.13 ## 2.0.40 ### Patch Changes -- [#3467](https://github.com/frontio-ai/heroui/pull/3467) [`123b7fbc9`](https://github.com/frontio-ai/heroui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae) Thanks [@chirokas](https://github.com/chirokas)! - Refactor overlays to reduce its complexity, while improving stability. +- [#3467](https://github.com/heroui-inc/heroui/pull/3467) [`123b7fbc9`](https://github.com/heroui-inc/heroui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae) Thanks [@chirokas](https://github.com/chirokas)! - Refactor overlays to reduce its complexity, while improving stability. -- [#3691](https://github.com/frontio-ai/heroui/pull/3691) [`3e06ef64c`](https://github.com/frontio-ai/heroui/commit/3e06ef64cc5da30f7b2ab209d9d669e6ac8478ca) Thanks [@wingkwong](https://github.com/wingkwong)! - adjust modal position when keyboard appears (#2837) +- [#3691](https://github.com/heroui-inc/heroui/pull/3691) [`3e06ef64c`](https://github.com/heroui-inc/heroui/commit/3e06ef64cc5da30f7b2ab209d9d669e6ac8478ca) Thanks [@wingkwong](https://github.com/wingkwong)! - adjust modal position when keyboard appears (#2837) -- Updated dependencies [[`123b7fbc9`](https://github.com/frontio-ai/heroui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae), [`f36df4362`](https://github.com/frontio-ai/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: +- Updated dependencies [[`123b7fbc9`](https://github.com/heroui-inc/heroui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae), [`f36df4362`](https://github.com/heroui-inc/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: - @heroui/use-aria-modal-overlay@2.0.12 - @heroui/shared-utils@2.0.8 - @heroui/framer-utils@2.0.25 @@ -365,9 +365,9 @@ ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/use-aria-button@2.0.10 - @heroui/use-aria-modal-overlay@2.0.11 - @heroui/use-disclosure@2.0.10 @@ -387,7 +387,7 @@ ### Patch Changes -- Updated dependencies [[`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: +- Updated dependencies [[`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: - @heroui/shared-utils@2.0.6 - @heroui/framer-utils@2.0.22 - @heroui/react-utils@2.0.15 @@ -396,11 +396,11 @@ ### Patch Changes -- [#3240](https://github.com/frontio-ai/heroui/pull/3240) [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - remove `disableFocusManagement` from Overlay +- [#3240](https://github.com/heroui-inc/heroui/pull/3240) [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - remove `disableFocusManagement` from Overlay -- [#3240](https://github.com/frontio-ai/heroui/pull/3240) [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies +- [#3240](https://github.com/heroui-inc/heroui/pull/3240) [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies -- Updated dependencies [[`3500147d7`](https://github.com/frontio-ai/heroui/commit/3500147d7fbe53bc01ae24749fdeaf87c37c0d12), [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`b9bb06ff3`](https://github.com/frontio-ai/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: +- Updated dependencies [[`3500147d7`](https://github.com/heroui-inc/heroui/commit/3500147d7fbe53bc01ae24749fdeaf87c37c0d12), [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`b9bb06ff3`](https://github.com/heroui-inc/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: - @heroui/shared-icons@2.0.8 - @heroui/use-aria-button@2.0.9 - @heroui/use-aria-modal-overlay@2.0.10 @@ -412,9 +412,9 @@ ### Patch Changes -- [#3119](https://github.com/frontio-ai/heroui/pull/3119) [`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` +- [#3119](https://github.com/heroui-inc/heroui/pull/3119) [`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` -- Updated dependencies [[`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: +- Updated dependencies [[`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: - @heroui/use-aria-button@2.0.8 - @heroui/use-aria-modal-overlay@2.0.9 - @heroui/use-disclosure@2.0.8 @@ -424,18 +424,18 @@ ### Patch Changes -- [#2854](https://github.com/frontio-ai/heroui/pull/2854) [`3b14c21e0`](https://github.com/frontio-ai/heroui/commit/3b14c21e02fedf15d7d22e911109dac60c4e780e) Thanks [@wingkwong](https://github.com/wingkwong)! - Revise popover-based focus behaviours (#2849, #2834, #2779, #2962, #2872, #2974, #1920, #1287, #3060) +- [#2854](https://github.com/heroui-inc/heroui/pull/2854) [`3b14c21e0`](https://github.com/heroui-inc/heroui/commit/3b14c21e02fedf15d7d22e911109dac60c4e780e) Thanks [@wingkwong](https://github.com/wingkwong)! - Revise popover-based focus behaviours (#2849, #2834, #2779, #2962, #2872, #2974, #1920, #1287, #3060) -- [#2929](https://github.com/frontio-ai/heroui/pull/2929) [`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. +- [#2929](https://github.com/heroui-inc/heroui/pull/2929) [`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. -- Updated dependencies [[`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2)]: +- Updated dependencies [[`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2)]: - @heroui/framer-utils@2.0.19 ## 2.0.33 ### Patch Changes -- Updated dependencies [[`eccc2f2f3`](https://github.com/frontio-ai/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: +- Updated dependencies [[`eccc2f2f3`](https://github.com/heroui-inc/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: - @heroui/framer-utils@2.0.18 - @heroui/react-utils@2.0.13 @@ -451,20 +451,20 @@ ### Patch Changes -- [#2739](https://github.com/frontio-ai/heroui/pull/2739) [`60c61aaf0`](https://github.com/frontio-ai/heroui/commit/60c61aaf0c46a01ca1ee0d99a6b2d0a1784cc357) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix modal inside and outside scroll +- [#2739](https://github.com/heroui-inc/heroui/pull/2739) [`60c61aaf0`](https://github.com/heroui-inc/heroui/commit/60c61aaf0c46a01ca1ee0d99a6b2d0a1784cc357) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix modal inside and outside scroll -- Updated dependencies [[`60c61aaf0`](https://github.com/frontio-ai/heroui/commit/60c61aaf0c46a01ca1ee0d99a6b2d0a1784cc357)]: +- Updated dependencies [[`60c61aaf0`](https://github.com/heroui-inc/heroui/commit/60c61aaf0c46a01ca1ee0d99a6b2d0a1784cc357)]: - @heroui/use-aria-modal-overlay@2.0.8 ## 2.0.30 ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fixed the issue where only two keyframes were supported with spring and inertia animations. +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fixed the issue where only two keyframes were supported with spring and inertia animations. -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added @@ -473,17 +473,17 @@ - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- [#2709](https://github.com/frontio-ai/heroui/pull/2709) [`eb11a7731`](https://github.com/frontio-ai/heroui/commit/eb11a7731ada165103e898ea97e80f2b735bbedd) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Prevent IME input carryover in form fields when tabbing +- [#2709](https://github.com/heroui-inc/heroui/pull/2709) [`eb11a7731`](https://github.com/heroui-inc/heroui/commit/eb11a7731ada165103e898ea97e80f2b735bbedd) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Prevent IME input carryover in form fields when tabbing -- [#2611](https://github.com/frontio-ai/heroui/pull/2611) [`8761168d3`](https://github.com/frontio-ai/heroui/commit/8761168d3459cd83ce571f4e65eb8ea6db8516ef) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed lazy motion forwardRef issue +- [#2611](https://github.com/heroui-inc/heroui/pull/2611) [`8761168d3`](https://github.com/heroui-inc/heroui/commit/8761168d3459cd83ce571f4e65eb8ea6db8516ef) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed lazy motion forwardRef issue -- [#2616](https://github.com/frontio-ai/heroui/pull/2616) [`eb51bf226`](https://github.com/frontio-ai/heroui/commit/eb51bf226170e4bb37ae30990d1c3aa26d8c504b) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed incorrect level of m.div +- [#2616](https://github.com/heroui-inc/heroui/pull/2616) [`eb51bf226`](https://github.com/heroui-inc/heroui/commit/eb51bf226170e4bb37ae30990d1c3aa26d8c504b) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed incorrect level of m.div -- [#2464](https://github.com/frontio-ai/heroui/pull/2464) [`2894aecca`](https://github.com/frontio-ai/heroui/commit/2894aecca1a2ef0dfb3066b9b8df24ce48c99dae) Thanks [@mezotv](https://github.com/mezotv)! - Changes the motion important to the more lightweight m component in framer motion to only load the required features. +- [#2464](https://github.com/heroui-inc/heroui/pull/2464) [`2894aecca`](https://github.com/heroui-inc/heroui/commit/2894aecca1a2ef0dfb3066b9b8df24ce48c99dae) Thanks [@mezotv](https://github.com/mezotv)! - Changes the motion important to the more lightweight m component in framer motion to only load the required features. -- [#2469](https://github.com/frontio-ai/heroui/pull/2469) [`a68626200`](https://github.com/frontio-ai/heroui/commit/a6862620094eae485fcb323690c3e1c6e29de690) Thanks [@mrbadri](https://github.com/mrbadri)! - Add RTL support to the modal component. +- [#2469](https://github.com/heroui-inc/heroui/pull/2469) [`a68626200`](https://github.com/heroui-inc/heroui/commit/a6862620094eae485fcb323690c3e1c6e29de690) Thanks [@mrbadri](https://github.com/mrbadri)! - Add RTL support to the modal component. -- Updated dependencies [[`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: +- Updated dependencies [[`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: - @heroui/use-aria-button@2.0.7 - @heroui/use-aria-modal-overlay@2.0.7 - @heroui/use-disclosure@2.0.7 @@ -496,7 +496,7 @@ ### Patch Changes -- [#2426](https://github.com/frontio-ai/heroui/pull/2426) [`fa27bccb3`](https://github.com/frontio-ai/heroui/commit/fa27bccb37060cbf6a13a89f9e7b02f713c3cd43) Thanks [@markwilson](https://github.com/markwilson)! - Fix typo in CSS variable accessor for modal transition +- [#2426](https://github.com/heroui-inc/heroui/pull/2426) [`fa27bccb3`](https://github.com/heroui-inc/heroui/commit/fa27bccb37060cbf6a13a89f9e7b02f713c3cd43) Thanks [@markwilson](https://github.com/markwilson)! - Fix typo in CSS variable accessor for modal transition ## 2.0.28 @@ -509,7 +509,7 @@ ### Patch Changes -- Updated dependencies [[`9189b3fbf`](https://github.com/frontio-ai/heroui/commit/9189b3fbf2d6d6cc6566009c71b37d5fcc566291)]: +- Updated dependencies [[`9189b3fbf`](https://github.com/heroui-inc/heroui/commit/9189b3fbf2d6d6cc6566009c71b37d5fcc566291)]: - @heroui/shared-icons@2.0.6 - @heroui/framer-utils@2.0.14 @@ -517,7 +517,7 @@ ### Patch Changes -- [#1877](https://github.com/frontio-ai/heroui/pull/1877) [`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range +- [#1877](https://github.com/heroui-inc/heroui/pull/1877) [`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range - Updated dependencies []: - @heroui/framer-utils@2.0.13 @@ -526,7 +526,7 @@ ### Patch Changes -- [#1874](https://github.com/frontio-ai/heroui/pull/1874) [`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. +- [#1874](https://github.com/heroui-inc/heroui/pull/1874) [`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. - Updated dependencies []: - @heroui/system@2.0.12 @@ -536,9 +536,9 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/system@2.0.11 - @heroui/theme@2.1.10 - @heroui/use-aria-button@2.0.6 @@ -553,7 +553,7 @@ ### Patch Changes -- Updated dependencies [[`425a034bc`](https://github.com/frontio-ai/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: +- Updated dependencies [[`425a034bc`](https://github.com/heroui-inc/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: - @heroui/theme@2.1.9 - @heroui/system@2.0.10 - @heroui/react-utils@2.0.9 @@ -563,9 +563,9 @@ ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy -- Updated dependencies [[`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: +- Updated dependencies [[`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: - @heroui/system@2.0.9 - @heroui/theme@2.1.8 - @heroui/use-aria-button@2.0.5 @@ -580,9 +580,9 @@ ### Patch Changes -- [#1589](https://github.com/frontio-ai/heroui/pull/1589) [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded +- [#1589](https://github.com/heroui-inc/heroui/pull/1589) [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded -- Updated dependencies [[`a3be419cb`](https://github.com/frontio-ai/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/frontio-ai/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: +- Updated dependencies [[`a3be419cb`](https://github.com/heroui-inc/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/heroui-inc/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: - @heroui/theme@2.1.7 - @heroui/use-aria-modal-overlay@2.0.4 - @heroui/use-aria-button@2.0.4 @@ -594,14 +594,14 @@ ### Patch Changes -- Updated dependencies [[`7c8341035`](https://github.com/frontio-ai/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: +- Updated dependencies [[`7c8341035`](https://github.com/heroui-inc/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: - @heroui/theme@2.1.6 ## 2.0.19 ### Patch Changes -- Updated dependencies [[`d61428d9e`](https://github.com/frontio-ai/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/frontio-ai/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: +- Updated dependencies [[`d61428d9e`](https://github.com/heroui-inc/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/heroui-inc/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: - @heroui/theme@2.1.5 - @heroui/system@2.0.7 - @heroui/framer-utils@2.0.7 @@ -610,7 +610,7 @@ ### Patch Changes -- Updated dependencies [[`043b8420c`](https://github.com/frontio-ai/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/frontio-ai/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: +- Updated dependencies [[`043b8420c`](https://github.com/heroui-inc/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/heroui-inc/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: - @heroui/theme@2.1.4 - @heroui/system@2.0.6 - @heroui/framer-utils@2.0.6 @@ -619,36 +619,36 @@ ### Patch Changes -- Updated dependencies [[`5702287e5`](https://github.com/frontio-ai/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: +- Updated dependencies [[`5702287e5`](https://github.com/heroui-inc/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: - @heroui/theme@2.1.3 ## 2.0.16 ### Patch Changes -- [#1458](https://github.com/frontio-ai/heroui/pull/1458) [`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles +- [#1458](https://github.com/heroui-inc/heroui/pull/1458) [`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles -- Updated dependencies [[`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: +- Updated dependencies [[`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: - @heroui/theme@2.1.2 ## 2.0.15 ### Patch Changes -- Updated dependencies [[`cc839cdd`](https://github.com/frontio-ai/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: +- Updated dependencies [[`cc839cdd`](https://github.com/heroui-inc/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: - @heroui/theme@2.1.1 ## 2.0.14 ### Patch Changes -- [#1313](https://github.com/frontio-ai/heroui/pull/1313) [`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New components: +- [#1313](https://github.com/heroui-inc/heroui/pull/1313) [`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New components: - Select - Listbox - ScrollShadow -- Updated dependencies [[`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: +- Updated dependencies [[`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: - @heroui/theme@2.1.0 - @heroui/shared-icons@2.0.3 - @heroui/react-utils@2.0.7 @@ -657,7 +657,7 @@ ### Patch Changes -- [#1413](https://github.com/frontio-ai/heroui/pull/1413) [`f06855277`](https://github.com/frontio-ai/heroui/commit/f0685527744f598e2aa032414f92a301b3195c1e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Tooltip style prop merged, this allows users change the z-index +- [#1413](https://github.com/heroui-inc/heroui/pull/1413) [`f06855277`](https://github.com/heroui-inc/heroui/commit/f0685527744f598e2aa032414f92a301b3195c1e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Tooltip style prop merged, this allows users change the z-index ## 2.0.12 @@ -670,7 +670,7 @@ ### Patch Changes -- Updated dependencies [[`d0341020`](https://github.com/frontio-ai/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: +- Updated dependencies [[`d0341020`](https://github.com/heroui-inc/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: - @heroui/theme@2.0.5 ## 2.0.10 @@ -684,13 +684,13 @@ ### Patch Changes -- [#1359](https://github.com/frontio-ai/heroui/pull/1359) [`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n +- [#1359](https://github.com/heroui-inc/heroui/pull/1359) [`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n - react-aria packages upgraded to the latest version - image storybooks fixed - other bug fixes.. -- Updated dependencies [[`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: +- Updated dependencies [[`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: - @heroui/use-aria-modal-overlay@2.0.3 - @heroui/framer-utils@2.0.5 - @heroui/use-aria-button@2.0.3 @@ -701,7 +701,7 @@ ### Patch Changes -- Updated dependencies [[`710395f3`](https://github.com/frontio-ai/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: +- Updated dependencies [[`710395f3`](https://github.com/heroui-inc/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: - @heroui/system@2.0.4 - @heroui/framer-utils@2.0.4 @@ -716,7 +716,7 @@ ### Patch Changes -- [#1333](https://github.com/frontio-ai/heroui/pull/1333) [`5a50390e`](https://github.com/frontio-ai/heroui/commit/5a50390e3f675828bff6ce68ee424fcda52cf829) Thanks [@jguddas](https://github.com/jguddas)! - fix: moved sr only modal close buttons to not show unnecessary scroll bar +- [#1333](https://github.com/heroui-inc/heroui/pull/1333) [`5a50390e`](https://github.com/heroui-inc/heroui/commit/5a50390e3f675828bff6ce68ee424fcda52cf829) Thanks [@jguddas](https://github.com/jguddas)! - fix: moved sr only modal close buttons to not show unnecessary scroll bar ## 2.0.5 @@ -729,18 +729,18 @@ ### Patch Changes -- [#1301](https://github.com/frontio-ai/heroui/pull/1301) [`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss +- [#1301](https://github.com/heroui-inc/heroui/pull/1301) [`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss -- Updated dependencies [[`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: +- Updated dependencies [[`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: - @heroui/theme@2.0.4 ## 2.0.3 ### Patch Changes -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports -- Updated dependencies [[`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: +- Updated dependencies [[`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: - @heroui/react-utils@2.0.2 - @heroui/system@2.0.3 - @heroui/theme@2.0.3 @@ -755,7 +755,7 @@ ### Patch Changes -- Updated dependencies [[`459ac5ed`](https://github.com/frontio-ai/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: +- Updated dependencies [[`459ac5ed`](https://github.com/heroui-inc/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: - @heroui/theme@2.0.2 - @heroui/system@2.0.2 - @heroui/framer-utils@2.0.2 @@ -764,11 +764,11 @@ ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated -- Updated dependencies [[`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: +- Updated dependencies [[`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: - @heroui/use-aria-modal-overlay@2.0.1 - @heroui/framer-utils@2.0.1 - @heroui/shared-icons@2.0.1 diff --git a/packages/components/modal/README.md b/packages/components/modal/README.md index 88a04269e9..6a88fd0a64 100644 --- a/packages/components/modal/README.md +++ b/packages/components/modal/README.md @@ -15,10 +15,10 @@ npm i @heroui/modal ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/components/navbar/CHANGELOG.md b/packages/components/navbar/CHANGELOG.md index f8615c6efb..c8deeab6a0 100644 --- a/packages/components/navbar/CHANGELOG.md +++ b/packages/components/navbar/CHANGELOG.md @@ -19,9 +19,9 @@ ### Patch Changes -- [#4490](https://github.com/frontio-ai/heroui/pull/4490) [`a43b156`](https://github.com/frontio-ai/heroui/commit/a43b156801aef88b6eaa7bff0b670f7287499dde) Thanks [@Peterl561](https://github.com/Peterl561)! - fixed NavbarMenu applying Overlay while closed +- [#4490](https://github.com/heroui-inc/heroui/pull/4490) [`a43b156`](https://github.com/heroui-inc/heroui/commit/a43b156801aef88b6eaa7bff0b670f7287499dde) Thanks [@Peterl561](https://github.com/Peterl561)! - fixed NavbarMenu applying Overlay while closed -- Updated dependencies [[`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: +- Updated dependencies [[`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: - @heroui/react-utils@2.1.3 - @heroui/framer-utils@2.1.6 @@ -29,15 +29,15 @@ ### Patch Changes -- [`6430bc0`](https://github.com/frontio-ai/heroui/commit/6430bc00844ca580027aa7c1389a210f2eac0732) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix release +- [`6430bc0`](https://github.com/heroui-inc/heroui/commit/6430bc00844ca580027aa7c1389a210f2eac0732) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix release ## 2.2.6 ### Patch Changes -- [#4406](https://github.com/frontio-ai/heroui/pull/4406) [`de0e277`](https://github.com/frontio-ai/heroui/commit/de0e2776fe8b31125847a70e6d558e538f4d63f0) Thanks [@macci001](https://github.com/macci001)! - Resolving the issue preventing the navbar from opening(#4345) +- [#4406](https://github.com/heroui-inc/heroui/pull/4406) [`de0e277`](https://github.com/heroui-inc/heroui/commit/de0e2776fe8b31125847a70e6d558e538f4d63f0) Thanks [@macci001](https://github.com/macci001)! - Resolving the issue preventing the navbar from opening(#4345) -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: - @heroui/shared-utils@2.1.2 - @heroui/framer-utils@2.1.5 - @heroui/react-utils@2.1.2 @@ -46,15 +46,15 @@ ### Patch Changes -- [#4322](https://github.com/frontio-ai/heroui/pull/4322) [`78c0928`](https://github.com/frontio-ai/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #4292 interactive elements were not responding to "onClick" event +- [#4322](https://github.com/heroui-inc/heroui/pull/4322) [`78c0928`](https://github.com/heroui-inc/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #4292 interactive elements were not responding to "onClick" event ## 2.2.4 ### Patch Changes -- [#4258](https://github.com/frontio-ai/heroui/pull/4258) [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions +- [#4258](https://github.com/heroui-inc/heroui/pull/4258) [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions -- Updated dependencies [[`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: +- Updated dependencies [[`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: - @heroui/use-aria-toggle-button@2.2.2 - @heroui/framer-utils@2.1.4 @@ -62,7 +62,7 @@ ### Patch Changes -- [#4255](https://github.com/frontio-ai/heroui/pull/4255) [`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) +- [#4255](https://github.com/heroui-inc/heroui/pull/4255) [`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) - Updated dependencies []: - @heroui/framer-utils@2.1.3 @@ -71,7 +71,7 @@ ### Patch Changes -- [#4247](https://github.com/frontio-ai/heroui/pull/4247) [`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* +- [#4247](https://github.com/heroui-inc/heroui/pull/4247) [`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* - Updated dependencies []: - @heroui/framer-utils@2.1.2 @@ -80,9 +80,9 @@ ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/use-aria-toggle-button@2.2.1 - @heroui/use-scroll-position@2.1.1 - @heroui/dom-animation@2.1.1 @@ -94,7 +94,7 @@ ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -120,9 +120,9 @@ ### Patch Changes -- [#4226](https://github.com/frontio-ai/heroui/pull/4226) [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) +- [#4226](https://github.com/heroui-inc/heroui/pull/4226) [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) -- Updated dependencies [[`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/use-aria-toggle-button@2.2.0 - @heroui/use-scroll-position@2.1.0 - @heroui/dom-animation@2.1.0 @@ -134,7 +134,7 @@ ### Patch Changes -- [#4161](https://github.com/frontio-ai/heroui/pull/4161) [`17bf65799`](https://github.com/frontio-ai/heroui/commit/17bf65799c39c2ee44ea9c0b23aa80315b2a5083) Thanks [@wingkwong](https://github.com/wingkwong)! - fix missing peer / dev dependency for framer-motion +- [#4161](https://github.com/heroui-inc/heroui/pull/4161) [`17bf65799`](https://github.com/heroui-inc/heroui/commit/17bf65799c39c2ee44ea9c0b23aa80315b2a5083) Thanks [@wingkwong](https://github.com/wingkwong)! - fix missing peer / dev dependency for framer-motion - Updated dependencies []: - @heroui/framer-utils@2.0.26-beta.11 @@ -143,9 +143,9 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/use-aria-toggle-button@2.1.0-beta.8 - @heroui/use-scroll-position@2.0.10-beta.5 - @heroui/dom-animation@2.0.1-beta.7 @@ -157,9 +157,9 @@ ### Patch Changes -- [#3036](https://github.com/frontio-ai/heroui/pull/3036) [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3036](https://github.com/heroui-inc/heroui/pull/3036) [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version -- Updated dependencies [[`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: +- Updated dependencies [[`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: - @heroui/use-aria-toggle-button@2.1.0-beta.7 - @heroui/framer-utils@2.0.26-beta.9 @@ -174,9 +174,9 @@ ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/use-aria-toggle-button@2.1.0-beta.6 - @heroui/use-scroll-position@2.0.10-beta.4 - @heroui/dom-animation@2.0.1-beta.6 @@ -188,9 +188,9 @@ ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/use-aria-toggle-button@2.1.0-beta.5 - @heroui/use-scroll-position@2.0.10-beta.3 - @heroui/dom-animation@2.0.1-beta.5 @@ -202,9 +202,9 @@ ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/use-aria-toggle-button@2.1.0-beta.4 - @heroui/use-scroll-position@2.0.10-beta.2 - @heroui/dom-animation@2.0.1-beta.4 @@ -216,7 +216,7 @@ ### Patch Changes -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/shared-utils@2.0.9-beta.4 - @heroui/framer-utils@2.0.26-beta.4 - @heroui/react-utils@2.0.18-beta.4 @@ -225,9 +225,9 @@ ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/use-aria-toggle-button@2.1.0-beta.3 - @heroui/use-scroll-position@2.0.10-beta.1 - @heroui/dom-animation@2.0.1-beta.3 @@ -239,9 +239,9 @@ ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/use-aria-toggle-button@2.1.0-beta.2 - @heroui/use-scroll-position@2.0.10-beta.0 - @heroui/dom-animation@2.0.1-beta.2 @@ -253,9 +253,9 @@ ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/use-aria-toggle-button@2.1.0-beta.1 - @heroui/dom-animation@2.0.1-beta.1 - @heroui/framer-utils@2.0.26-beta.1 @@ -266,15 +266,15 @@ ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ### Patch Changes -- [#3523](https://github.com/frontio-ai/heroui/pull/3523) [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - framer motion optimization (#3340) +- [#3523](https://github.com/heroui-inc/heroui/pull/3523) [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - framer motion optimization (#3340) -- [#3523](https://github.com/frontio-ai/heroui/pull/3523) [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - update `framer-motion` versions +- [#3523](https://github.com/heroui-inc/heroui/pull/3523) [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - update `framer-motion` versions -- Updated dependencies [[`0cf91395c`](https://github.com/frontio-ai/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/frontio-ai/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/frontio-ai/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/frontio-ai/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/frontio-ai/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/frontio-ai/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/frontio-ai/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/frontio-ai/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/frontio-ai/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/frontio-ai/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/frontio-ai/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/frontio-ai/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: +- Updated dependencies [[`0cf91395c`](https://github.com/heroui-inc/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/heroui-inc/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/heroui-inc/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/heroui-inc/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/heroui-inc/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/heroui-inc/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/heroui-inc/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/heroui-inc/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/heroui-inc/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/heroui-inc/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/heroui-inc/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/heroui-inc/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: - @heroui/theme@2.3.0-beta.0 - @heroui/system@2.3.0-beta.0 - @heroui/use-aria-toggle-button@2.1.0-beta.0 @@ -287,9 +287,9 @@ ### Patch Changes -- [#3601](https://github.com/frontio-ai/heroui/pull/3601) [`048de6e9b`](https://github.com/frontio-ai/heroui/commit/048de6e9b289d1cec180856fbcf3ba38db3007e2) Thanks [@FacundoTenuta](https://github.com/FacundoTenuta)! - Fix navbar menu breaking when a numerical height value is provided. The height value is now converted to pixels if it is a number. +- [#3601](https://github.com/heroui-inc/heroui/pull/3601) [`048de6e9b`](https://github.com/heroui-inc/heroui/commit/048de6e9b289d1cec180856fbcf3ba38db3007e2) Thanks [@FacundoTenuta](https://github.com/FacundoTenuta)! - Fix navbar menu breaking when a numerical height value is provided. The height value is now converted to pixels if it is a number. -- Updated dependencies [[`b0728e3c3`](https://github.com/frontio-ai/heroui/commit/b0728e3c3841ce6abb6ed6d4617ddb5242077324), [`f36df4362`](https://github.com/frontio-ai/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: +- Updated dependencies [[`b0728e3c3`](https://github.com/heroui-inc/heroui/commit/b0728e3c3841ce6abb6ed6d4617ddb5242077324), [`f36df4362`](https://github.com/heroui-inc/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: - @heroui/use-scroll-position@2.0.9 - @heroui/shared-utils@2.0.8 - @heroui/framer-utils@2.0.25 @@ -299,9 +299,9 @@ ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/use-aria-toggle-button@2.0.10 - @heroui/use-scroll-position@2.0.8 - @heroui/framer-utils@2.0.24 @@ -319,7 +319,7 @@ ### Patch Changes -- Updated dependencies [[`35e709de7`](https://github.com/frontio-ai/heroui/commit/35e709de7d3300c2de0b9158d098b10ef185d6ca), [`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: +- Updated dependencies [[`35e709de7`](https://github.com/heroui-inc/heroui/commit/35e709de7d3300c2de0b9158d098b10ef185d6ca), [`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: - @heroui/use-scroll-position@2.0.7 - @heroui/shared-utils@2.0.6 - @heroui/framer-utils@2.0.22 @@ -329,9 +329,9 @@ ### Patch Changes -- [#3240](https://github.com/frontio-ai/heroui/pull/3240) [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies +- [#3240](https://github.com/heroui-inc/heroui/pull/3240) [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies -- Updated dependencies [[`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`b9bb06ff3`](https://github.com/frontio-ai/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: +- Updated dependencies [[`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`b9bb06ff3`](https://github.com/heroui-inc/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: - @heroui/use-aria-toggle-button@2.0.9 - @heroui/react-utils@2.0.14 - @heroui/framer-utils@2.0.21 @@ -340,9 +340,9 @@ ### Patch Changes -- [#3119](https://github.com/frontio-ai/heroui/pull/3119) [`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` +- [#3119](https://github.com/heroui-inc/heroui/pull/3119) [`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` -- Updated dependencies [[`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: +- Updated dependencies [[`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: - @heroui/use-aria-toggle-button@2.0.8 - @heroui/framer-utils@2.0.20 @@ -350,9 +350,9 @@ ### Patch Changes -- [#2929](https://github.com/frontio-ai/heroui/pull/2929) [`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. +- [#2929](https://github.com/heroui-inc/heroui/pull/2929) [`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. -- Updated dependencies [[`fa26ce02f`](https://github.com/frontio-ai/heroui/commit/fa26ce02fd84b25fc29925c93462d15de542b847), [`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2)]: +- Updated dependencies [[`fa26ce02f`](https://github.com/heroui-inc/heroui/commit/fa26ce02fd84b25fc29925c93462d15de542b847), [`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2)]: - @heroui/use-scroll-position@2.0.6 - @heroui/framer-utils@2.0.19 @@ -360,7 +360,7 @@ ### Patch Changes -- Updated dependencies [[`eccc2f2f3`](https://github.com/frontio-ai/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: +- Updated dependencies [[`eccc2f2f3`](https://github.com/heroui-inc/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: - @heroui/framer-utils@2.0.18 - @heroui/react-utils@2.0.13 @@ -376,11 +376,11 @@ ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2527](https://github.com/frontio-ai/heroui/pull/2527) [`707a61de4`](https://github.com/frontio-ai/heroui/commit/707a61de4c41282fd317e3f4b1bc95802b1d43df) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed LazyMotion ForwardRef issue +- [#2527](https://github.com/heroui-inc/heroui/pull/2527) [`707a61de4`](https://github.com/heroui-inc/heroui/commit/707a61de4c41282fd317e3f4b1bc95802b1d43df) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed LazyMotion ForwardRef issue -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added @@ -389,9 +389,9 @@ - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- [#2464](https://github.com/frontio-ai/heroui/pull/2464) [`2894aecca`](https://github.com/frontio-ai/heroui/commit/2894aecca1a2ef0dfb3066b9b8df24ce48c99dae) Thanks [@mezotv](https://github.com/mezotv)! - Changes the motion important to the more lightweight m component in framer motion to only load the required features. +- [#2464](https://github.com/heroui-inc/heroui/pull/2464) [`2894aecca`](https://github.com/heroui-inc/heroui/commit/2894aecca1a2ef0dfb3066b9b8df24ce48c99dae) Thanks [@mezotv](https://github.com/mezotv)! - Changes the motion important to the more lightweight m component in framer motion to only load the required features. -- Updated dependencies [[`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: +- Updated dependencies [[`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: - @heroui/use-aria-toggle-button@2.0.7 - @heroui/framer-utils@2.0.16 - @heroui/react-utils@2.0.11 @@ -402,7 +402,7 @@ ### Patch Changes -- [#1946](https://github.com/frontio-ai/heroui/pull/1946) [`36775dcee`](https://github.com/frontio-ai/heroui/commit/36775dceee18e4b69684bab4cbdd122a6034c91f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1941 style prop added to the base navbar element. +- [#1946](https://github.com/heroui-inc/heroui/pull/1946) [`36775dcee`](https://github.com/heroui-inc/heroui/commit/36775dceee18e4b69684bab4cbdd122a6034c91f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1941 style prop added to the base navbar element. - Updated dependencies []: - @heroui/framer-utils@2.0.15 @@ -418,7 +418,7 @@ ### Patch Changes -- [#1877](https://github.com/frontio-ai/heroui/pull/1877) [`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range +- [#1877](https://github.com/heroui-inc/heroui/pull/1877) [`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range - Updated dependencies []: - @heroui/framer-utils@2.0.13 @@ -427,7 +427,7 @@ ### Patch Changes -- [#1874](https://github.com/frontio-ai/heroui/pull/1874) [`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. +- [#1874](https://github.com/heroui-inc/heroui/pull/1874) [`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. - Updated dependencies []: - @heroui/system@2.0.12 @@ -437,9 +437,9 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/system@2.0.11 - @heroui/theme@2.1.10 - @heroui/use-aria-toggle-button@2.0.6 @@ -452,7 +452,7 @@ ### Patch Changes -- Updated dependencies [[`425a034bc`](https://github.com/frontio-ai/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: +- Updated dependencies [[`425a034bc`](https://github.com/heroui-inc/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: - @heroui/theme@2.1.9 - @heroui/system@2.0.10 - @heroui/react-utils@2.0.9 @@ -462,9 +462,9 @@ ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy -- Updated dependencies [[`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: +- Updated dependencies [[`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: - @heroui/system@2.0.9 - @heroui/theme@2.1.8 - @heroui/use-aria-toggle-button@2.0.5 @@ -477,9 +477,9 @@ ### Patch Changes -- [#1589](https://github.com/frontio-ai/heroui/pull/1589) [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded +- [#1589](https://github.com/heroui-inc/heroui/pull/1589) [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded -- Updated dependencies [[`a3be419cb`](https://github.com/frontio-ai/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/frontio-ai/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: +- Updated dependencies [[`a3be419cb`](https://github.com/heroui-inc/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/heroui-inc/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: - @heroui/theme@2.1.7 - @heroui/use-aria-toggle-button@2.0.4 - @heroui/system@2.0.8 @@ -489,16 +489,16 @@ ### Patch Changes -- Updated dependencies [[`7c8341035`](https://github.com/frontio-ai/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: +- Updated dependencies [[`7c8341035`](https://github.com/heroui-inc/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: - @heroui/theme@2.1.6 ## 2.0.18 ### Patch Changes -- [#1555](https://github.com/frontio-ai/heroui/pull/1555) [`d61428d9e`](https://github.com/frontio-ai/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Navbar menu scroll fixed +- [#1555](https://github.com/heroui-inc/heroui/pull/1555) [`d61428d9e`](https://github.com/heroui-inc/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Navbar menu scroll fixed -- Updated dependencies [[`d61428d9e`](https://github.com/frontio-ai/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/frontio-ai/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: +- Updated dependencies [[`d61428d9e`](https://github.com/heroui-inc/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/heroui-inc/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: - @heroui/theme@2.1.5 - @heroui/system@2.0.7 - @heroui/framer-utils@2.0.7 @@ -507,9 +507,9 @@ ### Patch Changes -- [#1542](https://github.com/frontio-ai/heroui/pull/1542) [`57909accd`](https://github.com/frontio-ai/heroui/commit/57909accdeda233c9ea0c0bb3409f7fed260a9b0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1298 navbar-menu focus trapping fixed +- [#1542](https://github.com/heroui-inc/heroui/pull/1542) [`57909accd`](https://github.com/heroui-inc/heroui/commit/57909accdeda233c9ea0c0bb3409f7fed260a9b0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1298 navbar-menu focus trapping fixed -- Updated dependencies [[`043b8420c`](https://github.com/frontio-ai/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/frontio-ai/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: +- Updated dependencies [[`043b8420c`](https://github.com/heroui-inc/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/heroui-inc/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: - @heroui/theme@2.1.4 - @heroui/system@2.0.6 - @heroui/framer-utils@2.0.6 @@ -518,36 +518,36 @@ ### Patch Changes -- Updated dependencies [[`5702287e5`](https://github.com/frontio-ai/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: +- Updated dependencies [[`5702287e5`](https://github.com/heroui-inc/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: - @heroui/theme@2.1.3 ## 2.0.15 ### Patch Changes -- [#1496](https://github.com/frontio-ai/heroui/pull/1496) [`e4113b05c`](https://github.com/frontio-ai/heroui/commit/e4113b05ced165a0b09eb05da2b7822ef304bb7d) Thanks [@TIMMLOPK](https://github.com/TIMMLOPK)! - fix unable to close NavbarMenu +- [#1496](https://github.com/heroui-inc/heroui/pull/1496) [`e4113b05c`](https://github.com/heroui-inc/heroui/commit/e4113b05ced165a0b09eb05da2b7822ef304bb7d) Thanks [@TIMMLOPK](https://github.com/TIMMLOPK)! - fix unable to close NavbarMenu ## 2.0.14 ### Patch Changes -- [#1458](https://github.com/frontio-ai/heroui/pull/1458) [`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles +- [#1458](https://github.com/heroui-inc/heroui/pull/1458) [`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles -- Updated dependencies [[`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: +- Updated dependencies [[`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: - @heroui/theme@2.1.2 ## 2.0.13 ### Patch Changes -- Updated dependencies [[`cc839cdd`](https://github.com/frontio-ai/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: +- Updated dependencies [[`cc839cdd`](https://github.com/heroui-inc/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: - @heroui/theme@2.1.1 ## 2.0.12 ### Patch Changes -- Updated dependencies [[`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: +- Updated dependencies [[`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: - @heroui/theme@2.1.0 - @heroui/react-utils@2.0.7 @@ -562,7 +562,7 @@ ### Patch Changes -- Updated dependencies [[`d0341020`](https://github.com/frontio-ai/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: +- Updated dependencies [[`d0341020`](https://github.com/heroui-inc/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: - @heroui/theme@2.0.5 ## 2.0.9 @@ -576,13 +576,13 @@ ### Patch Changes -- [#1359](https://github.com/frontio-ai/heroui/pull/1359) [`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n +- [#1359](https://github.com/heroui-inc/heroui/pull/1359) [`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n - react-aria packages upgraded to the latest version - image storybooks fixed - other bug fixes.. -- Updated dependencies [[`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: +- Updated dependencies [[`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: - @heroui/use-aria-toggle-button@2.0.3 - @heroui/framer-utils@2.0.5 - @heroui/system@2.0.5 @@ -591,7 +591,7 @@ ### Patch Changes -- Updated dependencies [[`710395f3`](https://github.com/frontio-ai/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: +- Updated dependencies [[`710395f3`](https://github.com/heroui-inc/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: - @heroui/system@2.0.4 - @heroui/framer-utils@2.0.4 @@ -599,7 +599,7 @@ ### Patch Changes -- [#1351](https://github.com/frontio-ai/heroui/pull/1351) [`d13a14fa`](https://github.com/frontio-ai/heroui/commit/d13a14facc1a92dac72e58a93e0452a86a2243c6) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - filterDOMProps function modified to filter non-default event/props this avoid passing non-valid props to HTML elements +- [#1351](https://github.com/heroui-inc/heroui/pull/1351) [`d13a14fa`](https://github.com/heroui-inc/heroui/commit/d13a14facc1a92dac72e58a93e0452a86a2243c6) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - filterDOMProps function modified to filter non-default event/props this avoid passing non-valid props to HTML elements - NavbarMenu onMenuOpenChange open state modified, undefined type removed - keepContentMounted prop added to accordion and accordion item - Some bug fixes.. @@ -617,18 +617,18 @@ ### Patch Changes -- [#1301](https://github.com/frontio-ai/heroui/pull/1301) [`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss +- [#1301](https://github.com/heroui-inc/heroui/pull/1301) [`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss -- Updated dependencies [[`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: +- Updated dependencies [[`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: - @heroui/theme@2.0.4 ## 2.0.3 ### Patch Changes -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports -- Updated dependencies [[`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: +- Updated dependencies [[`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: - @heroui/react-utils@2.0.2 - @heroui/system@2.0.3 - @heroui/theme@2.0.3 @@ -641,7 +641,7 @@ ### Patch Changes -- Updated dependencies [[`459ac5ed`](https://github.com/frontio-ai/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: +- Updated dependencies [[`459ac5ed`](https://github.com/heroui-inc/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: - @heroui/theme@2.0.2 - @heroui/system@2.0.2 - @heroui/framer-utils@2.0.2 @@ -650,11 +650,11 @@ ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated -- Updated dependencies [[`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: +- Updated dependencies [[`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: - @heroui/use-aria-toggle-button@2.0.1 - @heroui/framer-utils@2.0.1 - @heroui/use-scroll-position@2.0.1 diff --git a/packages/components/navbar/README.md b/packages/components/navbar/README.md index 83db3ab0cd..96b8a2a46f 100644 --- a/packages/components/navbar/README.md +++ b/packages/components/navbar/README.md @@ -15,10 +15,10 @@ npm i @heroui/navbar ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/components/pagination/CHANGELOG.md b/packages/components/pagination/CHANGELOG.md index a68b848320..3a5961bd38 100644 --- a/packages/components/pagination/CHANGELOG.md +++ b/packages/components/pagination/CHANGELOG.md @@ -17,14 +17,14 @@ ### Patch Changes -- Updated dependencies [[`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: +- Updated dependencies [[`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: - @heroui/react-utils@2.1.3 ## 2.2.7 ### Patch Changes -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: - @heroui/shared-utils@2.1.2 - @heroui/use-pagination@2.2.3 - @heroui/react-utils@2.1.2 @@ -33,21 +33,21 @@ ### Patch Changes -- [#4314](https://github.com/frontio-ai/heroui/pull/4314) [`5598806`](https://github.com/frontio-ai/heroui/commit/5598806216166dc9fff36cafd9112412486b747f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4314](https://github.com/heroui-inc/heroui/pull/4314) [`5598806`](https://github.com/heroui-inc/heroui/commit/5598806216166dc9fff36cafd9112412486b747f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build ## 2.2.5 ### Patch Changes -- [#4286](https://github.com/frontio-ai/heroui/pull/4286) [`11eae5c`](https://github.com/frontio-ai/heroui/commit/11eae5cc808e10db07b509f4e06d30441bb1937a) Thanks [@macci001](https://github.com/macci001)! - Reverts the PR-4168 (#4256, #4246, #4244) +- [#4286](https://github.com/heroui-inc/heroui/pull/4286) [`11eae5c`](https://github.com/heroui-inc/heroui/commit/11eae5cc808e10db07b509f4e06d30441bb1937a) Thanks [@macci001](https://github.com/macci001)! - Reverts the PR-4168 (#4256, #4246, #4244) ## 2.2.4 ### Patch Changes -- [#4258](https://github.com/frontio-ai/heroui/pull/4258) [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions +- [#4258](https://github.com/heroui-inc/heroui/pull/4258) [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions -- Updated dependencies [[`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: +- Updated dependencies [[`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: - @heroui/use-intersection-observer@2.2.2 - @heroui/use-pagination@2.2.2 @@ -55,21 +55,21 @@ ### Patch Changes -- [#4255](https://github.com/frontio-ai/heroui/pull/4255) [`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) +- [#4255](https://github.com/heroui-inc/heroui/pull/4255) [`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) ## 2.2.2 ### Patch Changes -- [#4247](https://github.com/frontio-ai/heroui/pull/4247) [`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* +- [#4247](https://github.com/heroui-inc/heroui/pull/4247) [`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* ## 2.2.1 ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/use-intersection-observer@2.2.1 - @heroui/use-pagination@2.2.1 - @heroui/react-utils@2.1.1 @@ -80,7 +80,7 @@ ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -106,11 +106,11 @@ ### Patch Changes -- [#4226](https://github.com/frontio-ai/heroui/pull/4226) [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) +- [#4226](https://github.com/heroui-inc/heroui/pull/4226) [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) -- [#4222](https://github.com/frontio-ai/heroui/pull/4222) [`adbd85e`](https://github.com/frontio-ai/heroui/commit/adbd85ee95b67ee779401307c49596dd45e062fc) Thanks [@Peterl561](https://github.com/Peterl561)! - fix pagination cursor position on first load +- [#4222](https://github.com/heroui-inc/heroui/pull/4222) [`adbd85e`](https://github.com/heroui-inc/heroui/commit/adbd85ee95b67ee779401307c49596dd45e062fc) Thanks [@Peterl561](https://github.com/Peterl561)! - fix pagination cursor position on first load -- Updated dependencies [[`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/use-intersection-observer@2.2.0 - @heroui/use-pagination@2.2.0 - @heroui/react-utils@2.1.0 @@ -121,18 +121,18 @@ ### Patch Changes -- [#4168](https://github.com/frontio-ai/heroui/pull/4168) [`0b5ceb93c`](https://github.com/frontio-ai/heroui/commit/0b5ceb93ce098e5d76409190f2d57cd89c06b7e9) Thanks [@macci001](https://github.com/macci001)! - Fixes missing `
  • ` wrapper when `href` prop is passed in `ListboxItem`, `MenuItem`, and `PaginationItem` (#4147) +- [#4168](https://github.com/heroui-inc/heroui/pull/4168) [`0b5ceb93c`](https://github.com/heroui-inc/heroui/commit/0b5ceb93ce098e5d76409190f2d57cd89c06b7e9) Thanks [@macci001](https://github.com/macci001)! - Fixes missing `
  • ` wrapper when `href` prop is passed in `ListboxItem`, `MenuItem`, and `PaginationItem` (#4147) -- Updated dependencies [[`004c4a4b3`](https://github.com/frontio-ai/heroui/commit/004c4a4b3e44477f148937b12bb542e4b27fd322)]: +- Updated dependencies [[`004c4a4b3`](https://github.com/heroui-inc/heroui/commit/004c4a4b3e44477f148937b12bb542e4b27fd322)]: - @heroui/shared-icons@2.0.10-beta.8 ## 2.1.0-beta.10 ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/use-pagination@2.1.0-beta.9 - @heroui/react-utils@2.0.18-beta.8 - @heroui/shared-icons@2.0.10-beta.7 @@ -142,18 +142,18 @@ ### Patch Changes -- [#3036](https://github.com/frontio-ai/heroui/pull/3036) [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3036](https://github.com/heroui-inc/heroui/pull/3036) [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version -- Updated dependencies [[`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: +- Updated dependencies [[`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: - @heroui/use-pagination@2.1.0-beta.8 ## 2.1.0-beta.8 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/use-pagination@2.1.0-beta.7 - @heroui/react-utils@2.0.18-beta.7 - @heroui/shared-icons@2.0.10-beta.6 @@ -163,9 +163,9 @@ ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/use-pagination@2.1.0-beta.6 - @heroui/react-utils@2.0.18-beta.6 - @heroui/shared-icons@2.0.10-beta.5 @@ -175,9 +175,9 @@ ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/use-pagination@2.1.0-beta.5 - @heroui/react-utils@2.0.18-beta.5 - @heroui/shared-icons@2.0.10-beta.4 @@ -187,14 +187,14 @@ ### Patch Changes -- Updated dependencies [[`0f55c491b`](https://github.com/frontio-ai/heroui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]: +- Updated dependencies [[`0f55c491b`](https://github.com/heroui-inc/heroui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]: - @heroui/shared-icons@2.0.10-beta.3 ## 2.1.0-beta.4 ### Patch Changes -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/shared-utils@2.0.9-beta.4 - @heroui/use-pagination@2.1.0-beta.4 - @heroui/react-utils@2.0.18-beta.4 @@ -203,9 +203,9 @@ ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/use-pagination@2.1.0-beta.3 - @heroui/react-utils@2.0.18-beta.3 - @heroui/shared-icons@2.0.10-beta.2 @@ -215,9 +215,9 @@ ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/use-pagination@2.1.0-beta.2 - @heroui/react-utils@2.0.18-beta.2 - @heroui/shared-icons@2.0.10-beta.1 @@ -227,9 +227,9 @@ ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/use-pagination@2.1.0-beta.1 - @heroui/react-utils@2.0.18-beta.1 - @heroui/shared-icons@2.0.10-beta.0 @@ -239,11 +239,11 @@ ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ### Patch Changes -- Updated dependencies [[`0cf91395c`](https://github.com/frontio-ai/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/frontio-ai/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/frontio-ai/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/frontio-ai/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/frontio-ai/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/frontio-ai/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/frontio-ai/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/frontio-ai/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/frontio-ai/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/frontio-ai/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/frontio-ai/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/frontio-ai/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: +- Updated dependencies [[`0cf91395c`](https://github.com/heroui-inc/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/heroui-inc/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/heroui-inc/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/heroui-inc/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/heroui-inc/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/heroui-inc/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/heroui-inc/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/heroui-inc/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/heroui-inc/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/heroui-inc/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/heroui-inc/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/heroui-inc/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: - @heroui/theme@2.3.0-beta.0 - @heroui/system@2.3.0-beta.0 - @heroui/use-pagination@2.1.0-beta.0 @@ -254,7 +254,7 @@ ### Patch Changes -- Updated dependencies [[`f36df4362`](https://github.com/frontio-ai/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: +- Updated dependencies [[`f36df4362`](https://github.com/heroui-inc/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: - @heroui/shared-utils@2.0.8 - @heroui/react-utils@2.0.17 - @heroui/use-pagination@2.0.10 @@ -263,9 +263,9 @@ ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/use-pagination@2.0.9 - @heroui/react-utils@2.0.16 - @heroui/shared-icons@2.0.9 @@ -275,7 +275,7 @@ ### Patch Changes -- Updated dependencies [[`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: +- Updated dependencies [[`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: - @heroui/shared-utils@2.0.6 - @heroui/use-pagination@2.0.8 - @heroui/react-utils@2.0.15 @@ -284,11 +284,11 @@ ### Patch Changes -- [#3144](https://github.com/frontio-ai/heroui/pull/3144) [`68d1629e7`](https://github.com/frontio-ai/heroui/commit/68d1629e778723c85825463ef0d2cdd66c1a4aff) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed pagination missing animation (#3138) +- [#3144](https://github.com/heroui-inc/heroui/pull/3144) [`68d1629e7`](https://github.com/heroui-inc/heroui/commit/68d1629e778723c85825463ef0d2cdd66c1a4aff) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed pagination missing animation (#3138) -- [#3240](https://github.com/frontio-ai/heroui/pull/3240) [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies +- [#3240](https://github.com/heroui-inc/heroui/pull/3240) [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies -- Updated dependencies [[`3500147d7`](https://github.com/frontio-ai/heroui/commit/3500147d7fbe53bc01ae24749fdeaf87c37c0d12), [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`b9bb06ff3`](https://github.com/frontio-ai/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: +- Updated dependencies [[`3500147d7`](https://github.com/heroui-inc/heroui/commit/3500147d7fbe53bc01ae24749fdeaf87c37c0d12), [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`b9bb06ff3`](https://github.com/heroui-inc/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: - @heroui/shared-icons@2.0.8 - @heroui/use-pagination@2.0.7 - @heroui/react-utils@2.0.14 @@ -297,21 +297,21 @@ ### Patch Changes -- [#3119](https://github.com/frontio-ai/heroui/pull/3119) [`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` +- [#3119](https://github.com/heroui-inc/heroui/pull/3119) [`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` -- [#3119](https://github.com/frontio-ai/heroui/pull/3119) [`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - Add missing router.open parameters due to router change +- [#3119](https://github.com/heroui-inc/heroui/pull/3119) [`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - Add missing router.open parameters due to router change ## 2.0.31 ### Patch Changes -- [#2929](https://github.com/frontio-ai/heroui/pull/2929) [`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. +- [#2929](https://github.com/heroui-inc/heroui/pull/2929) [`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. ## 2.0.30 ### Patch Changes -- Updated dependencies [[`eccc2f2f3`](https://github.com/frontio-ai/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: +- Updated dependencies [[`eccc2f2f3`](https://github.com/heroui-inc/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: - @heroui/react-utils@2.0.13 ## 2.0.29 @@ -325,16 +325,16 @@ ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added - `framer-transitions` renamed to `framer-utils` - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- Updated dependencies [[`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: +- Updated dependencies [[`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: - @heroui/use-pagination@2.0.6 - @heroui/react-utils@2.0.11 - @heroui/shared-icons@2.0.7 @@ -344,29 +344,29 @@ ### Patch Changes -- [#2393](https://github.com/frontio-ai/heroui/pull/2393) [`dec7d411b`](https://github.com/frontio-ai/heroui/commit/dec7d411b5c9cf1ddb9d74bf8ac897f306017835) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed inversed RTL pagination arrows (#2292) +- [#2393](https://github.com/heroui-inc/heroui/pull/2393) [`dec7d411b`](https://github.com/heroui-inc/heroui/commit/dec7d411b5c9cf1ddb9d74bf8ac897f306017835) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed inversed RTL pagination arrows (#2292) -- Updated dependencies [[`dec7d411b`](https://github.com/frontio-ai/heroui/commit/dec7d411b5c9cf1ddb9d74bf8ac897f306017835)]: +- Updated dependencies [[`dec7d411b`](https://github.com/heroui-inc/heroui/commit/dec7d411b5c9cf1ddb9d74bf8ac897f306017835)]: - @heroui/use-pagination@2.0.5 ## 2.0.26 ### Patch Changes -- Updated dependencies [[`9189b3fbf`](https://github.com/frontio-ai/heroui/commit/9189b3fbf2d6d6cc6566009c71b37d5fcc566291)]: +- Updated dependencies [[`9189b3fbf`](https://github.com/heroui-inc/heroui/commit/9189b3fbf2d6d6cc6566009c71b37d5fcc566291)]: - @heroui/shared-icons@2.0.6 ## 2.0.25 ### Patch Changes -- [#1877](https://github.com/frontio-ai/heroui/pull/1877) [`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range +- [#1877](https://github.com/heroui-inc/heroui/pull/1877) [`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range ## 2.0.24 ### Patch Changes -- [#1874](https://github.com/frontio-ai/heroui/pull/1874) [`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. +- [#1874](https://github.com/heroui-inc/heroui/pull/1874) [`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. - Updated dependencies []: - @heroui/system@2.0.12 @@ -375,9 +375,9 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/system@2.0.11 - @heroui/theme@2.1.10 - @heroui/use-aria-press@2.0.1 @@ -390,7 +390,7 @@ ### Patch Changes -- Updated dependencies [[`425a034bc`](https://github.com/frontio-ai/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: +- Updated dependencies [[`425a034bc`](https://github.com/heroui-inc/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: - @heroui/theme@2.1.9 - @heroui/system@2.0.10 - @heroui/react-utils@2.0.9 @@ -399,9 +399,9 @@ ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy -- Updated dependencies [[`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: +- Updated dependencies [[`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: - @heroui/system@2.0.9 - @heroui/theme@2.1.8 - @heroui/use-pagination@2.0.3 @@ -413,9 +413,9 @@ ### Patch Changes -- [#1589](https://github.com/frontio-ai/heroui/pull/1589) [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded +- [#1589](https://github.com/heroui-inc/heroui/pull/1589) [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded -- Updated dependencies [[`a3be419cb`](https://github.com/frontio-ai/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/frontio-ai/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: +- Updated dependencies [[`a3be419cb`](https://github.com/heroui-inc/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/heroui-inc/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: - @heroui/theme@2.1.7 - @heroui/system@2.0.8 @@ -423,23 +423,23 @@ ### Patch Changes -- [#1558](https://github.com/frontio-ai/heroui/pull/1558) [`7c8341035`](https://github.com/frontio-ai/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pagination changeset +- [#1558](https://github.com/heroui-inc/heroui/pull/1558) [`7c8341035`](https://github.com/heroui-inc/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pagination changeset -- Updated dependencies [[`7c8341035`](https://github.com/frontio-ai/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: +- Updated dependencies [[`7c8341035`](https://github.com/heroui-inc/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: - @heroui/theme@2.1.6 ## 2.0.18 ### Patch Changes -- [#1555](https://github.com/frontio-ai/heroui/pull/1555) [`d61428d9e`](https://github.com/frontio-ai/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - fix: fixed pagination scale animation +- [#1555](https://github.com/heroui-inc/heroui/pull/1555) [`d61428d9e`](https://github.com/heroui-inc/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - fix: fixed pagination scale animation For animations of the pagination cursor to be enabled data-moving needs to be set to true. We are now setting the data-moving to false 300ms after setting the cursor scale to 1. -- [`4db10a47e`](https://github.com/frontio-ai/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pagination changes reverted +- [`4db10a47e`](https://github.com/heroui-inc/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pagination changes reverted -- Updated dependencies [[`d61428d9e`](https://github.com/frontio-ai/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/frontio-ai/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: +- Updated dependencies [[`d61428d9e`](https://github.com/heroui-inc/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/heroui-inc/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: - @heroui/theme@2.1.5 - @heroui/system@2.0.7 @@ -447,7 +447,7 @@ ### Patch Changes -- Updated dependencies [[`043b8420c`](https://github.com/frontio-ai/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/frontio-ai/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: +- Updated dependencies [[`043b8420c`](https://github.com/heroui-inc/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/heroui-inc/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: - @heroui/theme@2.1.4 - @heroui/system@2.0.6 @@ -455,30 +455,30 @@ ### Patch Changes -- Updated dependencies [[`5702287e5`](https://github.com/frontio-ai/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: +- Updated dependencies [[`5702287e5`](https://github.com/heroui-inc/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: - @heroui/theme@2.1.3 ## 2.0.15 ### Patch Changes -- [#1458](https://github.com/frontio-ai/heroui/pull/1458) [`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles +- [#1458](https://github.com/heroui-inc/heroui/pull/1458) [`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles -- Updated dependencies [[`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: +- Updated dependencies [[`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: - @heroui/theme@2.1.2 ## 2.0.14 ### Patch Changes -- Updated dependencies [[`cc839cdd`](https://github.com/frontio-ai/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: +- Updated dependencies [[`cc839cdd`](https://github.com/heroui-inc/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: - @heroui/theme@2.1.1 ## 2.0.13 ### Patch Changes -- Updated dependencies [[`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: +- Updated dependencies [[`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: - @heroui/theme@2.1.0 - @heroui/shared-icons@2.0.3 - @heroui/react-utils@2.0.7 @@ -494,7 +494,7 @@ ### Patch Changes -- Updated dependencies [[`d0341020`](https://github.com/frontio-ai/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: +- Updated dependencies [[`d0341020`](https://github.com/heroui-inc/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: - @heroui/theme@2.0.5 ## 2.0.10 @@ -508,20 +508,20 @@ ### Patch Changes -- [#1359](https://github.com/frontio-ai/heroui/pull/1359) [`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n +- [#1359](https://github.com/heroui-inc/heroui/pull/1359) [`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n - react-aria packages upgraded to the latest version - image storybooks fixed - other bug fixes.. -- Updated dependencies [[`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: +- Updated dependencies [[`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: - @heroui/system@2.0.5 ## 2.0.8 ### Patch Changes -- Updated dependencies [[`710395f3`](https://github.com/frontio-ai/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: +- Updated dependencies [[`710395f3`](https://github.com/heroui-inc/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: - @heroui/system@2.0.4 ## 2.0.7 @@ -542,24 +542,24 @@ ### Patch Changes -- [`8de209bf`](https://github.com/frontio-ai/heroui/commit/8de209bff75e7e1b8126f89e4a5c3e6d515c316f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pagination warnings fixed +- [`8de209bf`](https://github.com/heroui-inc/heroui/commit/8de209bff75e7e1b8126f89e4a5c3e6d515c316f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pagination warnings fixed ## 2.0.4 ### Patch Changes -- [#1301](https://github.com/frontio-ai/heroui/pull/1301) [`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss +- [#1301](https://github.com/heroui-inc/heroui/pull/1301) [`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss -- Updated dependencies [[`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: +- Updated dependencies [[`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: - @heroui/theme@2.0.4 ## 2.0.3 ### Patch Changes -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports -- Updated dependencies [[`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: +- Updated dependencies [[`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: - @heroui/react-utils@2.0.2 - @heroui/system@2.0.3 - @heroui/theme@2.0.3 @@ -571,7 +571,7 @@ ### Patch Changes -- Updated dependencies [[`459ac5ed`](https://github.com/frontio-ai/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: +- Updated dependencies [[`459ac5ed`](https://github.com/heroui-inc/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: - @heroui/theme@2.0.2 - @heroui/system@2.0.2 @@ -579,11 +579,11 @@ ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated -- Updated dependencies [[`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: +- Updated dependencies [[`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: - @heroui/shared-icons@2.0.1 - @heroui/shared-utils@2.0.1 - @heroui/react-utils@2.0.1 diff --git a/packages/components/pagination/README.md b/packages/components/pagination/README.md index 794f646d5e..d94775acbd 100644 --- a/packages/components/pagination/README.md +++ b/packages/components/pagination/README.md @@ -15,10 +15,10 @@ npm i @heroui/pagination ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/components/popover/CHANGELOG.md b/packages/components/popover/CHANGELOG.md index 0b0a65696e..fd6248b039 100644 --- a/packages/components/popover/CHANGELOG.md +++ b/packages/components/popover/CHANGELOG.md @@ -20,11 +20,11 @@ ### Patch Changes -- [#4498](https://github.com/frontio-ai/heroui/pull/4498) [`33e0418`](https://github.com/frontio-ai/heroui/commit/33e0418d08c29f829b00ee3bc41972dfce6a3370) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Fix incorrect initial popover animation and arrow display (#4466) +- [#4498](https://github.com/heroui-inc/heroui/pull/4498) [`33e0418`](https://github.com/heroui-inc/heroui/commit/33e0418d08c29f829b00ee3bc41972dfce6a3370) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Fix incorrect initial popover animation and arrow display (#4466) -- [#4460](https://github.com/frontio-ai/heroui/pull/4460) [`fb46df2`](https://github.com/frontio-ai/heroui/commit/fb46df2430f95cddef0c25fce4639c2078b34f62) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Fix initial animation direction to match fallback placement (#4290) +- [#4460](https://github.com/heroui-inc/heroui/pull/4460) [`fb46df2`](https://github.com/heroui-inc/heroui/commit/fb46df2430f95cddef0c25fce4639c2078b34f62) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Fix initial animation direction to match fallback placement (#4290) -- Updated dependencies [[`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: +- Updated dependencies [[`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: - @heroui/react-utils@2.1.3 - @heroui/button@2.2.9 - @heroui/aria-utils@2.2.7 @@ -34,7 +34,7 @@ ### Patch Changes -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: - @heroui/shared-utils@2.1.2 - @heroui/button@2.2.8 - @heroui/use-aria-button@2.2.4 @@ -46,7 +46,7 @@ ### Patch Changes -- Updated dependencies [[`78c0928`](https://github.com/frontio-ai/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f)]: +- Updated dependencies [[`78c0928`](https://github.com/heroui-inc/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f)]: - @heroui/use-aria-button@2.2.3 - @heroui/aria-utils@2.2.5 - @heroui/button@2.2.7 @@ -55,23 +55,23 @@ ### Patch Changes -- Updated dependencies [[`5598806`](https://github.com/frontio-ai/heroui/commit/5598806216166dc9fff36cafd9112412486b747f)]: +- Updated dependencies [[`5598806`](https://github.com/heroui-inc/heroui/commit/5598806216166dc9fff36cafd9112412486b747f)]: - @heroui/button@2.2.6 ## 2.3.5 ### Patch Changes -- Updated dependencies [[`dfefdd6`](https://github.com/frontio-ai/heroui/commit/dfefdd6250eb81ae653e611a8dff12b2ae29a09c)]: +- Updated dependencies [[`dfefdd6`](https://github.com/heroui-inc/heroui/commit/dfefdd6250eb81ae653e611a8dff12b2ae29a09c)]: - @heroui/button@2.2.5 ## 2.3.4 ### Patch Changes -- [#4258](https://github.com/frontio-ai/heroui/pull/4258) [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions +- [#4258](https://github.com/heroui-inc/heroui/pull/4258) [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions -- Updated dependencies [[`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: +- Updated dependencies [[`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: - @heroui/use-aria-button@2.2.2 - @heroui/aria-utils@2.2.4 - @heroui/button@2.2.4 @@ -81,9 +81,9 @@ ### Patch Changes -- [#4255](https://github.com/frontio-ai/heroui/pull/4255) [`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) +- [#4255](https://github.com/heroui-inc/heroui/pull/4255) [`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) -- Updated dependencies [[`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: +- Updated dependencies [[`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: - @heroui/button@2.2.3 - @heroui/aria-utils@2.2.3 - @heroui/framer-utils@2.1.3 @@ -92,9 +92,9 @@ ### Patch Changes -- [#4247](https://github.com/frontio-ai/heroui/pull/4247) [`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* +- [#4247](https://github.com/heroui-inc/heroui/pull/4247) [`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* -- Updated dependencies [[`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: +- Updated dependencies [[`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: - @heroui/button@2.2.2 - @heroui/aria-utils@2.2.2 - @heroui/framer-utils@2.1.2 @@ -103,9 +103,9 @@ ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/button@2.2.1 - @heroui/use-aria-button@2.2.1 - @heroui/use-safe-layout-effect@2.1.1 @@ -119,7 +119,7 @@ ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -145,13 +145,13 @@ ### Patch Changes -- [#4206](https://github.com/frontio-ai/heroui/pull/4206) [`44958bf`](https://github.com/frontio-ai/heroui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8) Thanks [@vinroger](https://github.com/vinroger)! - Fix typecheck +- [#4206](https://github.com/heroui-inc/heroui/pull/4206) [`44958bf`](https://github.com/heroui-inc/heroui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8) Thanks [@vinroger](https://github.com/vinroger)! - Fix typecheck -- [#4226](https://github.com/frontio-ai/heroui/pull/4226) [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) +- [#4226](https://github.com/heroui-inc/heroui/pull/4226) [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) -- [#4198](https://github.com/frontio-ai/heroui/pull/4198) [`ffb1e55`](https://github.com/frontio-ai/heroui/commit/ffb1e554f7d6b5b1ede66d0838b3b1edeeccdf6b) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix forwardRef render functions not using ref +- [#4198](https://github.com/heroui-inc/heroui/pull/4198) [`ffb1e55`](https://github.com/heroui-inc/heroui/commit/ffb1e554f7d6b5b1ede66d0838b3b1edeeccdf6b) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix forwardRef render functions not using ref -- Updated dependencies [[`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/use-aria-button@2.2.0 - @heroui/aria-utils@2.2.0 - @heroui/button@2.2.0 @@ -165,7 +165,7 @@ ### Patch Changes -- Updated dependencies [[`17bf65799`](https://github.com/frontio-ai/heroui/commit/17bf65799c39c2ee44ea9c0b23aa80315b2a5083)]: +- Updated dependencies [[`17bf65799`](https://github.com/heroui-inc/heroui/commit/17bf65799c39c2ee44ea9c0b23aa80315b2a5083)]: - @heroui/button@2.1.0-beta.10 - @heroui/aria-utils@2.1.0-beta.11 - @heroui/framer-utils@2.0.26-beta.11 @@ -174,9 +174,9 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/button@2.1.0-beta.9 - @heroui/use-aria-button@2.1.0-beta.8 - @heroui/use-safe-layout-effect@2.0.7-beta.5 @@ -190,9 +190,9 @@ ### Patch Changes -- [#3036](https://github.com/frontio-ai/heroui/pull/3036) [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3036](https://github.com/heroui-inc/heroui/pull/3036) [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version -- Updated dependencies [[`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: +- Updated dependencies [[`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: - @heroui/button@2.1.0-beta.8 - @heroui/use-aria-button@2.1.0-beta.7 - @heroui/aria-utils@2.1.0-beta.9 @@ -211,9 +211,9 @@ ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/button@2.1.0-beta.7 - @heroui/use-aria-button@2.1.0-beta.6 - @heroui/use-safe-layout-effect@2.0.7-beta.4 @@ -227,9 +227,9 @@ ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/button@2.1.0-beta.6 - @heroui/use-aria-button@2.1.0-beta.5 - @heroui/use-safe-layout-effect@2.0.7-beta.3 @@ -243,9 +243,9 @@ ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/button@2.1.0-beta.5 - @heroui/use-aria-button@2.1.0-beta.4 - @heroui/use-safe-layout-effect@2.0.7-beta.2 @@ -259,7 +259,7 @@ ### Patch Changes -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/shared-utils@2.0.9-beta.4 - @heroui/button@2.1.0-beta.4 - @heroui/aria-utils@2.1.0-beta.4 @@ -270,9 +270,9 @@ ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/button@2.1.0-beta.3 - @heroui/use-aria-button@2.1.0-beta.3 - @heroui/use-safe-layout-effect@2.0.7-beta.1 @@ -286,9 +286,9 @@ ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/button@2.1.0-beta.2 - @heroui/use-aria-button@2.1.0-beta.2 - @heroui/use-safe-layout-effect@2.0.7-beta.0 @@ -302,15 +302,15 @@ ### Patch Changes -- [#4003](https://github.com/frontio-ai/heroui/pull/4003) [`563c1585a`](https://github.com/frontio-ai/heroui/commit/563c1585a3c1a32e8272ec4641cfabeaaac3296c) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix: element.ref was removed in React 19 +- [#4003](https://github.com/heroui-inc/heroui/pull/4003) [`563c1585a`](https://github.com/heroui-inc/heroui/commit/563c1585a3c1a32e8272ec4641cfabeaaac3296c) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix: element.ref was removed in React 19 ## 2.2.0-beta.1 ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/button@2.1.0-beta.1 - @heroui/use-aria-button@2.1.0-beta.1 - @heroui/aria-utils@2.1.0-beta.1 @@ -323,17 +323,17 @@ ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ### Patch Changes -- [#3595](https://github.com/frontio-ai/heroui/pull/3595) [`9f6839faf`](https://github.com/frontio-ai/heroui/commit/9f6839faf9fe05c766571bcb71028bd3236d6e3a) Thanks [@awesome-pro](https://github.com/awesome-pro)! - added `shouldCloseOnScroll` to control the popover closing on scroll (#3594) +- [#3595](https://github.com/heroui-inc/heroui/pull/3595) [`9f6839faf`](https://github.com/heroui-inc/heroui/commit/9f6839faf9fe05c766571bcb71028bd3236d6e3a) Thanks [@awesome-pro](https://github.com/awesome-pro)! - added `shouldCloseOnScroll` to control the popover closing on scroll (#3594) -- [#3523](https://github.com/frontio-ai/heroui/pull/3523) [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - framer motion optimization (#3340) +- [#3523](https://github.com/heroui-inc/heroui/pull/3523) [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - framer motion optimization (#3340) -- [#3523](https://github.com/frontio-ai/heroui/pull/3523) [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - update `framer-motion` versions +- [#3523](https://github.com/heroui-inc/heroui/pull/3523) [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - update `framer-motion` versions -- Updated dependencies [[`0cf91395c`](https://github.com/frontio-ai/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/frontio-ai/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/frontio-ai/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/frontio-ai/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/frontio-ai/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/frontio-ai/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/frontio-ai/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/frontio-ai/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/frontio-ai/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/frontio-ai/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/frontio-ai/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/frontio-ai/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: +- Updated dependencies [[`0cf91395c`](https://github.com/heroui-inc/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/heroui-inc/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/heroui-inc/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/heroui-inc/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/heroui-inc/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/heroui-inc/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/heroui-inc/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/heroui-inc/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/heroui-inc/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/heroui-inc/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/heroui-inc/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/heroui-inc/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: - @heroui/theme@2.3.0-beta.0 - @heroui/button@2.1.0-beta.0 - @heroui/system@2.3.0-beta.0 @@ -348,11 +348,11 @@ ### Patch Changes -- [#3756](https://github.com/frontio-ai/heroui/pull/3756) [`4c01d1824`](https://github.com/frontio-ai/heroui/commit/4c01d1824d4dde22d89232968a3a4c48fe04678f) Thanks [@wingkwong](https://github.com/wingkwong)! - rollback PR3307. rescheduled to v2.5.0. +- [#3756](https://github.com/heroui-inc/heroui/pull/3756) [`4c01d1824`](https://github.com/heroui-inc/heroui/commit/4c01d1824d4dde22d89232968a3a4c48fe04678f) Thanks [@wingkwong](https://github.com/wingkwong)! - rollback PR3307. rescheduled to v2.5.0. -- [#3759](https://github.com/frontio-ai/heroui/pull/3759) [`229388422`](https://github.com/frontio-ai/heroui/commit/2293884229541e363b1983fea88ba6e3bee6be14) Thanks [@wingkwong](https://github.com/wingkwong)! - rollback pr3467. rescheduled to v2.5.0. +- [#3759](https://github.com/heroui-inc/heroui/pull/3759) [`229388422`](https://github.com/heroui-inc/heroui/commit/2293884229541e363b1983fea88ba6e3bee6be14) Thanks [@wingkwong](https://github.com/wingkwong)! - rollback pr3467. rescheduled to v2.5.0. -- Updated dependencies [[`229388422`](https://github.com/frontio-ai/heroui/commit/2293884229541e363b1983fea88ba6e3bee6be14)]: +- Updated dependencies [[`229388422`](https://github.com/heroui-inc/heroui/commit/2293884229541e363b1983fea88ba6e3bee6be14)]: - @heroui/aria-utils@2.0.26 - @heroui/button@2.0.38 @@ -360,11 +360,11 @@ ### Patch Changes -- [#3467](https://github.com/frontio-ai/heroui/pull/3467) [`123b7fbc9`](https://github.com/frontio-ai/heroui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae) Thanks [@chirokas](https://github.com/chirokas)! - Refactor overlays to reduce its complexity, while improving stability. +- [#3467](https://github.com/heroui-inc/heroui/pull/3467) [`123b7fbc9`](https://github.com/heroui-inc/heroui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae) Thanks [@chirokas](https://github.com/chirokas)! - Refactor overlays to reduce its complexity, while improving stability. -- [#3307](https://github.com/frontio-ai/heroui/pull/3307) [`19c331be7`](https://github.com/frontio-ai/heroui/commit/19c331be75f1d03048c7b2dc92c2c9b62865cc11) Thanks [@chirokas](https://github.com/chirokas)! - Use `usePreventScroll` instead of `react-remove-scroll`; Add `shouldBlockScroll` prop to `Tooltip` (#3474). +- [#3307](https://github.com/heroui-inc/heroui/pull/3307) [`19c331be7`](https://github.com/heroui-inc/heroui/commit/19c331be75f1d03048c7b2dc92c2c9b62865cc11) Thanks [@chirokas](https://github.com/chirokas)! - Use `usePreventScroll` instead of `react-remove-scroll`; Add `shouldBlockScroll` prop to `Tooltip` (#3474). -- Updated dependencies [[`123b7fbc9`](https://github.com/frontio-ai/heroui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae), [`f36df4362`](https://github.com/frontio-ai/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: +- Updated dependencies [[`123b7fbc9`](https://github.com/heroui-inc/heroui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae), [`f36df4362`](https://github.com/heroui-inc/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: - @heroui/use-aria-overlay@2.0.1 - @heroui/aria-utils@2.0.25 - @heroui/shared-utils@2.0.8 @@ -376,9 +376,9 @@ ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/button@2.0.37 - @heroui/use-aria-button@2.0.10 - @heroui/use-safe-layout-effect@2.0.6 @@ -400,11 +400,11 @@ ### Patch Changes -- [#3311](https://github.com/frontio-ai/heroui/pull/3311) [`0462dde0a`](https://github.com/frontio-ai/heroui/commit/0462dde0a752e5ee5341c372834be5496296a6cc) Thanks [@wingkwong](https://github.com/wingkwong)! - add `disableDialogFocus` to free-solo-popover (#3225, #3124, #3203) +- [#3311](https://github.com/heroui-inc/heroui/pull/3311) [`0462dde0a`](https://github.com/heroui-inc/heroui/commit/0462dde0a752e5ee5341c372834be5496296a6cc) Thanks [@wingkwong](https://github.com/wingkwong)! - add `disableDialogFocus` to free-solo-popover (#3225, #3124, #3203) -- [#3414](https://github.com/frontio-ai/heroui/pull/3414) [`444d320db`](https://github.com/frontio-ai/heroui/commit/444d320dbc146399eb937c219ce983d427675425) Thanks [@wingkwong](https://github.com/wingkwong)! - close popover on scroll (#3265) +- [#3414](https://github.com/heroui-inc/heroui/pull/3414) [`444d320db`](https://github.com/heroui-inc/heroui/commit/444d320dbc146399eb937c219ce983d427675425) Thanks [@wingkwong](https://github.com/wingkwong)! - close popover on scroll (#3265) -- Updated dependencies [[`60bb09fe6`](https://github.com/frontio-ai/heroui/commit/60bb09fe6455475a16225e776348e9acf0537f9b), [`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: +- Updated dependencies [[`60bb09fe6`](https://github.com/heroui-inc/heroui/commit/60bb09fe6455475a16225e776348e9acf0537f9b), [`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: - @heroui/aria-utils@2.0.22 - @heroui/shared-utils@2.0.6 - @heroui/button@2.0.35 @@ -415,13 +415,13 @@ ### Patch Changes -- [#3240](https://github.com/frontio-ai/heroui/pull/3240) [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - Fix popover focus issue (#3171, #2992) +- [#3240](https://github.com/heroui-inc/heroui/pull/3240) [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - Fix popover focus issue (#3171, #2992) -- [#3240](https://github.com/frontio-ai/heroui/pull/3240) [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - remove `disableFocusManagement` from Overlay +- [#3240](https://github.com/heroui-inc/heroui/pull/3240) [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - remove `disableFocusManagement` from Overlay -- [#3240](https://github.com/frontio-ai/heroui/pull/3240) [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies +- [#3240](https://github.com/heroui-inc/heroui/pull/3240) [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies -- Updated dependencies [[`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`b9bb06ff3`](https://github.com/frontio-ai/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: +- Updated dependencies [[`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`b9bb06ff3`](https://github.com/heroui-inc/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: - @heroui/aria-utils@2.0.21 - @heroui/button@2.0.34 - @heroui/use-aria-button@2.0.9 @@ -432,9 +432,9 @@ ### Patch Changes -- [#3119](https://github.com/frontio-ai/heroui/pull/3119) [`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` +- [#3119](https://github.com/heroui-inc/heroui/pull/3119) [`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` -- Updated dependencies [[`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: +- Updated dependencies [[`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: - @heroui/button@2.0.33 - @heroui/use-aria-button@2.0.8 - @heroui/aria-utils@2.0.20 @@ -444,11 +444,11 @@ ### Patch Changes -- [#2854](https://github.com/frontio-ai/heroui/pull/2854) [`3b14c21e0`](https://github.com/frontio-ai/heroui/commit/3b14c21e02fedf15d7d22e911109dac60c4e780e) Thanks [@wingkwong](https://github.com/wingkwong)! - Revise popover-based focus behaviours (#2849, #2834, #2779, #2962, #2872, #2974, #1920, #1287, #3060) +- [#2854](https://github.com/heroui-inc/heroui/pull/2854) [`3b14c21e0`](https://github.com/heroui-inc/heroui/commit/3b14c21e02fedf15d7d22e911109dac60c4e780e) Thanks [@wingkwong](https://github.com/wingkwong)! - Revise popover-based focus behaviours (#2849, #2834, #2779, #2962, #2872, #2974, #1920, #1287, #3060) -- [#2929](https://github.com/frontio-ai/heroui/pull/2929) [`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. +- [#2929](https://github.com/heroui-inc/heroui/pull/2929) [`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. -- Updated dependencies [[`3b14c21e0`](https://github.com/frontio-ai/heroui/commit/3b14c21e02fedf15d7d22e911109dac60c4e780e), [`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2)]: +- Updated dependencies [[`3b14c21e0`](https://github.com/heroui-inc/heroui/commit/3b14c21e02fedf15d7d22e911109dac60c4e780e), [`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2)]: - @heroui/aria-utils@2.0.19 - @heroui/button@2.0.32 - @heroui/framer-utils@2.0.19 @@ -464,9 +464,9 @@ ### Patch Changes -- [#2784](https://github.com/frontio-ai/heroui/pull/2784) [`183a4a6cf`](https://github.com/frontio-ai/heroui/commit/183a4a6cfda193a076a4a30550ab93b72d51002d) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix `isDisabled` prop warning on NextUI components that don't support this property, it is also fixed for non-NextUI components. +- [#2784](https://github.com/heroui-inc/heroui/pull/2784) [`183a4a6cf`](https://github.com/heroui-inc/heroui/commit/183a4a6cfda193a076a4a30550ab93b72d51002d) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix `isDisabled` prop warning on NextUI components that don't support this property, it is also fixed for non-NextUI components. -- Updated dependencies [[`eccc2f2f3`](https://github.com/frontio-ai/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: +- Updated dependencies [[`eccc2f2f3`](https://github.com/heroui-inc/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: - @heroui/aria-utils@2.0.18 - @heroui/framer-utils@2.0.18 - @heroui/react-utils@2.0.13 @@ -476,13 +476,13 @@ ### Patch Changes -- [`9e5dd8ce3`](https://github.com/frontio-ai/heroui/commit/9e5dd8ce37c94c9ca1ba7b2049a6e55f1803fee9) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix ref not beign passed +- [`9e5dd8ce3`](https://github.com/heroui-inc/heroui/commit/9e5dd8ce37c94c9ca1ba7b2049a6e55f1803fee9) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix ref not beign passed ## 2.1.18 ### Patch Changes -- [#2741](https://github.com/frontio-ai/heroui/pull/2741) [`f89356691`](https://github.com/frontio-ai/heroui/commit/f89356691cecb8e54f5f820b2b4491537e7c11f3) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixes isDisabled prop on a DOM element +- [#2741](https://github.com/heroui-inc/heroui/pull/2741) [`f89356691`](https://github.com/heroui-inc/heroui/commit/f89356691cecb8e54f5f820b2b4491537e7c11f3) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixes isDisabled prop on a DOM element ## 2.1.17 @@ -498,11 +498,11 @@ ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fixed the issue where only two keyframes were supported with spring and inertia animations. +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fixed the issue where only two keyframes were supported with spring and inertia animations. -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added @@ -511,21 +511,21 @@ - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- [#2494](https://github.com/frontio-ai/heroui/pull/2494) [`a05aef0ac`](https://github.com/frontio-ai/heroui/commit/a05aef0acb5a7b000c8131e8ba4f50f0adec01e5) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed popover closing issue in autocomplete with open modal (#2475, #2082, #1987) +- [#2494](https://github.com/heroui-inc/heroui/pull/2494) [`a05aef0ac`](https://github.com/heroui-inc/heroui/commit/a05aef0acb5a7b000c8131e8ba4f50f0adec01e5) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed popover closing issue in autocomplete with open modal (#2475, #2082, #1987) -- [#2536](https://github.com/frontio-ai/heroui/pull/2536) [`2b9f89023`](https://github.com/frontio-ai/heroui/commit/2b9f89023ac087016083dcc205703ae1b2bc9cb8) Thanks [@wingkwong](https://github.com/wingkwong)! - revise shouldCloseOnInteractOutside for FreeSoloPopover +- [#2536](https://github.com/heroui-inc/heroui/pull/2536) [`2b9f89023`](https://github.com/heroui-inc/heroui/commit/2b9f89023ac087016083dcc205703ae1b2bc9cb8) Thanks [@wingkwong](https://github.com/wingkwong)! - revise shouldCloseOnInteractOutside for FreeSoloPopover -- [#2522](https://github.com/frontio-ai/heroui/pull/2522) [`c5049edfd`](https://github.com/frontio-ai/heroui/commit/c5049edfde7edaee2081d70e581739be9dcae2f9) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed unexpected props on a DOM element (#2474) +- [#2522](https://github.com/heroui-inc/heroui/pull/2522) [`c5049edfd`](https://github.com/heroui-inc/heroui/commit/c5049edfde7edaee2081d70e581739be9dcae2f9) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed unexpected props on a DOM element (#2474) -- [#2611](https://github.com/frontio-ai/heroui/pull/2611) [`8761168d3`](https://github.com/frontio-ai/heroui/commit/8761168d3459cd83ce571f4e65eb8ea6db8516ef) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed lazy motion forwardRef issue +- [#2611](https://github.com/heroui-inc/heroui/pull/2611) [`8761168d3`](https://github.com/heroui-inc/heroui/commit/8761168d3459cd83ce571f4e65eb8ea6db8516ef) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed lazy motion forwardRef issue -- [#2616](https://github.com/frontio-ai/heroui/pull/2616) [`eb51bf226`](https://github.com/frontio-ai/heroui/commit/eb51bf226170e4bb37ae30990d1c3aa26d8c504b) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed incorrect level of m.div +- [#2616](https://github.com/heroui-inc/heroui/pull/2616) [`eb51bf226`](https://github.com/heroui-inc/heroui/commit/eb51bf226170e4bb37ae30990d1c3aa26d8c504b) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed incorrect level of m.div -- [#2458](https://github.com/frontio-ai/heroui/pull/2458) [`7263daca0`](https://github.com/frontio-ai/heroui/commit/7263daca08674338eb28529315070337ba0dfc17) Thanks [@wingkwong](https://github.com/wingkwong)! - fix(autocomplete): support isReadOnly for dynamic collections in Autocomplete +- [#2458](https://github.com/heroui-inc/heroui/pull/2458) [`7263daca0`](https://github.com/heroui-inc/heroui/commit/7263daca08674338eb28529315070337ba0dfc17) Thanks [@wingkwong](https://github.com/wingkwong)! - fix(autocomplete): support isReadOnly for dynamic collections in Autocomplete -- [#2464](https://github.com/frontio-ai/heroui/pull/2464) [`2894aecca`](https://github.com/frontio-ai/heroui/commit/2894aecca1a2ef0dfb3066b9b8df24ce48c99dae) Thanks [@mezotv](https://github.com/mezotv)! - Changes the motion important to the more lightweight m component in framer motion to only load the required features. +- [#2464](https://github.com/heroui-inc/heroui/pull/2464) [`2894aecca`](https://github.com/heroui-inc/heroui/commit/2894aecca1a2ef0dfb3066b9b8df24ce48c99dae) Thanks [@mezotv](https://github.com/mezotv)! - Changes the motion important to the more lightweight m component in framer motion to only load the required features. -- Updated dependencies [[`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: +- Updated dependencies [[`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: - @heroui/button@2.0.28 - @heroui/use-aria-button@2.0.7 - @heroui/aria-utils@2.0.16 @@ -538,9 +538,9 @@ ### Patch Changes -- [#2390](https://github.com/frontio-ai/heroui/pull/2390) [`a235e324b`](https://github.com/frontio-ai/heroui/commit/a235e324b9ee0c7d4f6af23b086860ac112ff633) Thanks [@u3u](https://github.com/u3u)! - Add `updatePositionDeps` prop to popover component +- [#2390](https://github.com/heroui-inc/heroui/pull/2390) [`a235e324b`](https://github.com/heroui-inc/heroui/commit/a235e324b9ee0c7d4f6af23b086860ac112ff633) Thanks [@u3u](https://github.com/u3u)! - Add `updatePositionDeps` prop to popover component -- [#2032](https://github.com/frontio-ai/heroui/pull/2032) [`01aedcf09`](https://github.com/frontio-ai/heroui/commit/01aedcf09b63daafef9ff5e0465040c0c91c809e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #2025 isDismissable prop passed to the aria-popover hook. +- [#2032](https://github.com/heroui-inc/heroui/pull/2032) [`01aedcf09`](https://github.com/heroui-inc/heroui/commit/01aedcf09b63daafef9ff5e0465040c0c91c809e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #2025 isDismissable prop passed to the aria-popover hook. - Updated dependencies []: - @heroui/button@2.0.27 @@ -567,9 +567,9 @@ ### Patch Changes -- [#1877](https://github.com/frontio-ai/heroui/pull/1877) [`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range +- [#1877](https://github.com/heroui-inc/heroui/pull/1877) [`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range -- Updated dependencies [[`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648)]: +- Updated dependencies [[`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648)]: - @heroui/button@2.0.24 - @heroui/aria-utils@2.0.13 - @heroui/framer-utils@2.0.13 @@ -578,9 +578,9 @@ ### Patch Changes -- [#1874](https://github.com/frontio-ai/heroui/pull/1874) [`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. +- [#1874](https://github.com/heroui-inc/heroui/pull/1874) [`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. -- Updated dependencies [[`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0)]: +- Updated dependencies [[`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0)]: - @heroui/button@2.0.23 - @heroui/system@2.0.12 - @heroui/aria-utils@2.0.12 @@ -590,9 +590,9 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/button@2.0.22 - @heroui/system@2.0.11 - @heroui/theme@2.1.10 @@ -606,7 +606,7 @@ ### Patch Changes -- Updated dependencies [[`ceddd0d1d`](https://github.com/frontio-ai/heroui/commit/ceddd0d1d941a669bab78ef7439a29531cff99a2), [`425a034bc`](https://github.com/frontio-ai/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: +- Updated dependencies [[`ceddd0d1d`](https://github.com/heroui-inc/heroui/commit/ceddd0d1d941a669bab78ef7439a29531cff99a2), [`425a034bc`](https://github.com/heroui-inc/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: - @heroui/button@2.0.21 - @heroui/theme@2.1.9 - @heroui/system@2.0.10 @@ -618,9 +618,9 @@ ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy -- Updated dependencies [[`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: +- Updated dependencies [[`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: - @heroui/button@2.0.20 - @heroui/system@2.0.9 - @heroui/theme@2.1.8 @@ -634,9 +634,9 @@ ### Patch Changes -- [#1589](https://github.com/frontio-ai/heroui/pull/1589) [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded +- [#1589](https://github.com/heroui-inc/heroui/pull/1589) [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded -- Updated dependencies [[`a3be419cb`](https://github.com/frontio-ai/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/frontio-ai/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: +- Updated dependencies [[`a3be419cb`](https://github.com/heroui-inc/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/heroui-inc/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: - @heroui/theme@2.1.7 - @heroui/use-aria-button@2.0.4 - @heroui/aria-utils@2.0.8 @@ -648,7 +648,7 @@ ### Patch Changes -- Updated dependencies [[`7c8341035`](https://github.com/frontio-ai/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: +- Updated dependencies [[`7c8341035`](https://github.com/heroui-inc/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: - @heroui/theme@2.1.6 - @heroui/button@2.0.18 @@ -656,7 +656,7 @@ ### Patch Changes -- Updated dependencies [[`d61428d9e`](https://github.com/frontio-ai/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/frontio-ai/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: +- Updated dependencies [[`d61428d9e`](https://github.com/heroui-inc/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/heroui-inc/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: - @heroui/theme@2.1.5 - @heroui/system@2.0.7 - @heroui/button@2.0.17 @@ -667,7 +667,7 @@ ### Patch Changes -- Updated dependencies [[`043b8420c`](https://github.com/frontio-ai/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/frontio-ai/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: +- Updated dependencies [[`043b8420c`](https://github.com/heroui-inc/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/heroui-inc/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: - @heroui/theme@2.1.4 - @heroui/system@2.0.6 - @heroui/button@2.0.16 @@ -678,7 +678,7 @@ ### Patch Changes -- Updated dependencies [[`5702287e5`](https://github.com/frontio-ai/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: +- Updated dependencies [[`5702287e5`](https://github.com/heroui-inc/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: - @heroui/theme@2.1.3 - @heroui/button@2.0.15 @@ -686,9 +686,9 @@ ### Patch Changes -- [#1458](https://github.com/frontio-ai/heroui/pull/1458) [`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles +- [#1458](https://github.com/heroui-inc/heroui/pull/1458) [`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles -- Updated dependencies [[`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: +- Updated dependencies [[`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: - @heroui/button@2.0.14 - @heroui/theme@2.1.2 @@ -696,7 +696,7 @@ ### Patch Changes -- Updated dependencies [[`cc839cdd`](https://github.com/frontio-ai/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: +- Updated dependencies [[`cc839cdd`](https://github.com/heroui-inc/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: - @heroui/theme@2.1.1 - @heroui/button@2.0.13 @@ -704,7 +704,7 @@ ### Minor Changes -- [#1313](https://github.com/frontio-ai/heroui/pull/1313) [`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New components: +- [#1313](https://github.com/heroui-inc/heroui/pull/1313) [`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New components: - Select - Listbox @@ -712,7 +712,7 @@ ### Patch Changes -- Updated dependencies [[`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: +- Updated dependencies [[`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: - @heroui/theme@2.1.0 - @heroui/button@2.0.12 - @heroui/react-utils@2.0.7 @@ -721,13 +721,13 @@ ### Patch Changes -- [#1410](https://github.com/frontio-ai/heroui/pull/1410) [`6e7e834c2`](https://github.com/frontio-ai/heroui/commit/6e7e834c2dc14c21b087da792c0576ab464a4a4a) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Popover style prop merged with the one returned by react-aria, other components merge props improvements +- [#1410](https://github.com/heroui-inc/heroui/pull/1410) [`6e7e834c2`](https://github.com/heroui-inc/heroui/commit/6e7e834c2dc14c21b087da792c0576ab464a4a4a) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Popover style prop merged with the one returned by react-aria, other components merge props improvements ## 2.0.11 ### Patch Changes -- [`406336269`](https://github.com/frontio-ai/heroui/commit/40633626991d11f251619508f151dd7f435bda25) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - fix #1386 useLayoutEffect on the server warning +- [`406336269`](https://github.com/heroui-inc/heroui/commit/40633626991d11f251619508f151dd7f435bda25) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - fix #1386 useLayoutEffect on the server warning - Updated dependencies []: - @heroui/react-utils@2.0.6 @@ -737,7 +737,7 @@ ### Patch Changes -- Updated dependencies [[`d0341020`](https://github.com/frontio-ai/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: +- Updated dependencies [[`d0341020`](https://github.com/heroui-inc/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: - @heroui/theme@2.0.5 - @heroui/button@2.0.10 @@ -753,13 +753,13 @@ ### Patch Changes -- [#1359](https://github.com/frontio-ai/heroui/pull/1359) [`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n +- [#1359](https://github.com/heroui-inc/heroui/pull/1359) [`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n - react-aria packages upgraded to the latest version - image storybooks fixed - other bug fixes.. -- Updated dependencies [[`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: +- Updated dependencies [[`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: - @heroui/framer-utils@2.0.5 - @heroui/use-aria-button@2.0.3 - @heroui/aria-utils@2.0.5 @@ -770,7 +770,7 @@ ### Patch Changes -- Updated dependencies [[`710395f3`](https://github.com/frontio-ai/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: +- Updated dependencies [[`710395f3`](https://github.com/heroui-inc/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: - @heroui/system@2.0.4 - @heroui/button@2.0.7 - @heroui/aria-utils@2.0.4 @@ -796,9 +796,9 @@ ### Patch Changes -- [#1301](https://github.com/frontio-ai/heroui/pull/1301) [`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss +- [#1301](https://github.com/heroui-inc/heroui/pull/1301) [`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss -- Updated dependencies [[`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: +- Updated dependencies [[`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: - @heroui/button@2.0.4 - @heroui/theme@2.0.4 @@ -806,9 +806,9 @@ ### Patch Changes -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports -- Updated dependencies [[`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: +- Updated dependencies [[`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: - @heroui/react-utils@2.0.2 - @heroui/button@2.0.3 - @heroui/system@2.0.3 @@ -822,7 +822,7 @@ ### Patch Changes -- Updated dependencies [[`459ac5ed`](https://github.com/frontio-ai/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: +- Updated dependencies [[`459ac5ed`](https://github.com/heroui-inc/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: - @heroui/theme@2.0.2 - @heroui/button@2.0.2 - @heroui/system@2.0.2 @@ -833,11 +833,11 @@ ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated -- Updated dependencies [[`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: +- Updated dependencies [[`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: - @heroui/framer-utils@2.0.1 - @heroui/shared-utils@2.0.1 - @heroui/use-aria-button@2.0.1 diff --git a/packages/components/popover/README.md b/packages/components/popover/README.md index 7711e52bd3..2cc116c0ef 100644 --- a/packages/components/popover/README.md +++ b/packages/components/popover/README.md @@ -15,10 +15,10 @@ npm i @heroui/popover ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/components/progress/CHANGELOG.md b/packages/components/progress/CHANGELOG.md index 1ee23f26f0..295463ca16 100644 --- a/packages/components/progress/CHANGELOG.md +++ b/packages/components/progress/CHANGELOG.md @@ -15,14 +15,14 @@ ### Patch Changes -- Updated dependencies [[`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: +- Updated dependencies [[`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: - @heroui/react-utils@2.1.3 ## 2.2.5 ### Patch Changes -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: - @heroui/shared-utils@2.1.2 - @heroui/react-utils@2.1.2 @@ -30,27 +30,27 @@ ### Patch Changes -- [#4258](https://github.com/frontio-ai/heroui/pull/4258) [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions +- [#4258](https://github.com/heroui-inc/heroui/pull/4258) [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions ## 2.2.3 ### Patch Changes -- [#4255](https://github.com/frontio-ai/heroui/pull/4255) [`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) +- [#4255](https://github.com/heroui-inc/heroui/pull/4255) [`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) ## 2.2.2 ### Patch Changes -- [#4247](https://github.com/frontio-ai/heroui/pull/4247) [`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* +- [#4247](https://github.com/heroui-inc/heroui/pull/4247) [`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* ## 2.2.1 ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/use-is-mounted@2.1.1 - @heroui/react-utils@2.1.1 - @heroui/shared-utils@2.1.1 @@ -59,7 +59,7 @@ ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -85,9 +85,9 @@ ### Patch Changes -- [#4226](https://github.com/frontio-ai/heroui/pull/4226) [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) +- [#4226](https://github.com/heroui-inc/heroui/pull/4226) [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) -- Updated dependencies [[`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/use-is-mounted@2.1.0 - @heroui/react-utils@2.1.0 - @heroui/shared-utils@2.1.0 @@ -96,9 +96,9 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/use-is-mounted@2.0.7-beta.5 - @heroui/react-utils@2.0.18-beta.8 - @heroui/shared-utils@2.0.9-beta.8 @@ -107,15 +107,15 @@ ### Patch Changes -- [#3036](https://github.com/frontio-ai/heroui/pull/3036) [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3036](https://github.com/heroui-inc/heroui/pull/3036) [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ## 2.1.0-beta.7 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/use-is-mounted@2.0.7-beta.4 - @heroui/react-utils@2.0.18-beta.7 - @heroui/shared-utils@2.0.9-beta.7 @@ -124,9 +124,9 @@ ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/use-is-mounted@2.0.7-beta.3 - @heroui/react-utils@2.0.18-beta.6 - @heroui/shared-utils@2.0.9-beta.6 @@ -135,9 +135,9 @@ ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/use-is-mounted@2.0.7-beta.2 - @heroui/react-utils@2.0.18-beta.5 - @heroui/shared-utils@2.0.9-beta.5 @@ -146,7 +146,7 @@ ### Patch Changes -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/shared-utils@2.0.9-beta.4 - @heroui/react-utils@2.0.18-beta.4 @@ -154,9 +154,9 @@ ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/use-is-mounted@2.0.7-beta.1 - @heroui/react-utils@2.0.18-beta.3 - @heroui/shared-utils@2.0.9-beta.3 @@ -165,9 +165,9 @@ ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/use-is-mounted@2.0.7-beta.0 - @heroui/react-utils@2.0.18-beta.2 - @heroui/shared-utils@2.0.9-beta.2 @@ -176,9 +176,9 @@ ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/react-utils@2.0.18-beta.1 - @heroui/shared-utils@2.0.9-beta.1 @@ -186,11 +186,11 @@ ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ### Patch Changes -- Updated dependencies [[`0cf91395c`](https://github.com/frontio-ai/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/frontio-ai/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/frontio-ai/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/frontio-ai/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/frontio-ai/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/frontio-ai/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/frontio-ai/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/frontio-ai/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/frontio-ai/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/frontio-ai/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/frontio-ai/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/frontio-ai/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: +- Updated dependencies [[`0cf91395c`](https://github.com/heroui-inc/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/heroui-inc/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/heroui-inc/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/heroui-inc/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/heroui-inc/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/heroui-inc/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/heroui-inc/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/heroui-inc/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/heroui-inc/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/heroui-inc/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/heroui-inc/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/heroui-inc/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: - @heroui/theme@2.3.0-beta.0 - @heroui/system@2.3.0-beta.0 - @heroui/shared-utils@2.0.9-beta.0 @@ -200,7 +200,7 @@ ### Patch Changes -- Updated dependencies [[`f36df4362`](https://github.com/frontio-ai/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: +- Updated dependencies [[`f36df4362`](https://github.com/heroui-inc/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: - @heroui/shared-utils@2.0.8 - @heroui/react-utils@2.0.17 @@ -208,9 +208,9 @@ ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/use-is-mounted@2.0.6 - @heroui/react-utils@2.0.16 - @heroui/shared-utils@2.0.7 @@ -219,7 +219,7 @@ ### Patch Changes -- Updated dependencies [[`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: +- Updated dependencies [[`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: - @heroui/shared-utils@2.0.6 - @heroui/react-utils@2.0.15 @@ -227,28 +227,28 @@ ### Patch Changes -- [#3240](https://github.com/frontio-ai/heroui/pull/3240) [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies +- [#3240](https://github.com/heroui-inc/heroui/pull/3240) [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies -- Updated dependencies [[`b9bb06ff3`](https://github.com/frontio-ai/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: +- Updated dependencies [[`b9bb06ff3`](https://github.com/heroui-inc/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: - @heroui/react-utils@2.0.14 ## 2.0.30 ### Patch Changes -- [#3119](https://github.com/frontio-ai/heroui/pull/3119) [`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` +- [#3119](https://github.com/heroui-inc/heroui/pull/3119) [`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` ## 2.0.29 ### Patch Changes -- [#2929](https://github.com/frontio-ai/heroui/pull/2929) [`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. +- [#2929](https://github.com/heroui-inc/heroui/pull/2929) [`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. ## 2.0.28 ### Patch Changes -- Updated dependencies [[`eccc2f2f3`](https://github.com/frontio-ai/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: +- Updated dependencies [[`eccc2f2f3`](https://github.com/heroui-inc/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: - @heroui/react-utils@2.0.13 ## 2.0.27 @@ -262,16 +262,16 @@ ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added - `framer-transitions` renamed to `framer-utils` - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- Updated dependencies [[`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: +- Updated dependencies [[`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: - @heroui/react-utils@2.0.11 - @heroui/shared-utils@2.0.5 - @heroui/use-is-mounted@2.0.5 @@ -280,19 +280,19 @@ ### Patch Changes -- [#2410](https://github.com/frontio-ai/heroui/pull/2410) [`0ce10269c`](https://github.com/frontio-ai/heroui/commit/0ce10269c2eb5b89cdee13e493bc9e2e0b430be9) Thanks [@wingkwong](https://github.com/wingkwong)! - fix incorrect strokeWidth in circular progress (#1790) +- [#2410](https://github.com/heroui-inc/heroui/pull/2410) [`0ce10269c`](https://github.com/heroui-inc/heroui/commit/0ce10269c2eb5b89cdee13e493bc9e2e0b430be9) Thanks [@wingkwong](https://github.com/wingkwong)! - fix incorrect strokeWidth in circular progress (#1790) ## 2.0.24 ### Patch Changes -- [#1877](https://github.com/frontio-ai/heroui/pull/1877) [`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range +- [#1877](https://github.com/heroui-inc/heroui/pull/1877) [`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range ## 2.0.23 ### Patch Changes -- [#1874](https://github.com/frontio-ai/heroui/pull/1874) [`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. +- [#1874](https://github.com/heroui-inc/heroui/pull/1874) [`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. - Updated dependencies []: - @heroui/system@2.0.12 @@ -301,9 +301,9 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/system@2.0.11 - @heroui/theme@2.1.10 - @heroui/use-is-mounted@2.0.4 @@ -314,7 +314,7 @@ ### Patch Changes -- Updated dependencies [[`425a034bc`](https://github.com/frontio-ai/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: +- Updated dependencies [[`425a034bc`](https://github.com/heroui-inc/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: - @heroui/theme@2.1.9 - @heroui/system@2.0.10 - @heroui/react-utils@2.0.9 @@ -323,9 +323,9 @@ ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy -- Updated dependencies [[`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: +- Updated dependencies [[`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: - @heroui/system@2.0.9 - @heroui/theme@2.1.8 - @heroui/use-is-mounted@2.0.3 @@ -336,9 +336,9 @@ ### Patch Changes -- [#1589](https://github.com/frontio-ai/heroui/pull/1589) [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded +- [#1589](https://github.com/heroui-inc/heroui/pull/1589) [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded -- Updated dependencies [[`a3be419cb`](https://github.com/frontio-ai/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/frontio-ai/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: +- Updated dependencies [[`a3be419cb`](https://github.com/heroui-inc/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/heroui-inc/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: - @heroui/theme@2.1.7 - @heroui/system@2.0.8 @@ -346,14 +346,14 @@ ### Patch Changes -- Updated dependencies [[`7c8341035`](https://github.com/frontio-ai/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: +- Updated dependencies [[`7c8341035`](https://github.com/heroui-inc/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: - @heroui/theme@2.1.6 ## 2.0.17 ### Patch Changes -- Updated dependencies [[`d61428d9e`](https://github.com/frontio-ai/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/frontio-ai/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: +- Updated dependencies [[`d61428d9e`](https://github.com/heroui-inc/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/heroui-inc/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: - @heroui/theme@2.1.5 - @heroui/system@2.0.7 @@ -361,7 +361,7 @@ ### Patch Changes -- Updated dependencies [[`043b8420c`](https://github.com/frontio-ai/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/frontio-ai/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: +- Updated dependencies [[`043b8420c`](https://github.com/heroui-inc/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/heroui-inc/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: - @heroui/theme@2.1.4 - @heroui/system@2.0.6 @@ -369,30 +369,30 @@ ### Patch Changes -- Updated dependencies [[`5702287e5`](https://github.com/frontio-ai/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: +- Updated dependencies [[`5702287e5`](https://github.com/heroui-inc/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: - @heroui/theme@2.1.3 ## 2.0.14 ### Patch Changes -- [#1458](https://github.com/frontio-ai/heroui/pull/1458) [`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles +- [#1458](https://github.com/heroui-inc/heroui/pull/1458) [`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles -- Updated dependencies [[`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: +- Updated dependencies [[`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: - @heroui/theme@2.1.2 ## 2.0.13 ### Patch Changes -- Updated dependencies [[`cc839cdd`](https://github.com/frontio-ai/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: +- Updated dependencies [[`cc839cdd`](https://github.com/heroui-inc/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: - @heroui/theme@2.1.1 ## 2.0.12 ### Patch Changes -- Updated dependencies [[`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: +- Updated dependencies [[`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: - @heroui/theme@2.1.0 - @heroui/react-utils@2.0.7 @@ -407,7 +407,7 @@ ### Patch Changes -- Updated dependencies [[`d0341020`](https://github.com/frontio-ai/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: +- Updated dependencies [[`d0341020`](https://github.com/heroui-inc/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: - @heroui/theme@2.0.5 ## 2.0.9 @@ -421,20 +421,20 @@ ### Patch Changes -- [#1359](https://github.com/frontio-ai/heroui/pull/1359) [`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n +- [#1359](https://github.com/heroui-inc/heroui/pull/1359) [`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n - react-aria packages upgraded to the latest version - image storybooks fixed - other bug fixes.. -- Updated dependencies [[`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: +- Updated dependencies [[`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: - @heroui/system@2.0.5 ## 2.0.7 ### Patch Changes -- Updated dependencies [[`710395f3`](https://github.com/frontio-ai/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: +- Updated dependencies [[`710395f3`](https://github.com/heroui-inc/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: - @heroui/system@2.0.4 ## 2.0.6 @@ -455,18 +455,18 @@ ### Patch Changes -- [#1301](https://github.com/frontio-ai/heroui/pull/1301) [`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss +- [#1301](https://github.com/heroui-inc/heroui/pull/1301) [`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss -- Updated dependencies [[`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: +- Updated dependencies [[`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: - @heroui/theme@2.0.4 ## 2.0.3 ### Patch Changes -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports -- Updated dependencies [[`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: +- Updated dependencies [[`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: - @heroui/react-utils@2.0.2 - @heroui/system@2.0.3 - @heroui/theme@2.0.3 @@ -477,7 +477,7 @@ ### Patch Changes -- Updated dependencies [[`459ac5ed`](https://github.com/frontio-ai/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: +- Updated dependencies [[`459ac5ed`](https://github.com/heroui-inc/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: - @heroui/theme@2.0.2 - @heroui/system@2.0.2 @@ -485,11 +485,11 @@ ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated -- Updated dependencies [[`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: +- Updated dependencies [[`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: - @heroui/shared-utils@2.0.1 - @heroui/react-utils@2.0.1 - @heroui/use-is-mounted@2.0.1 diff --git a/packages/components/progress/README.md b/packages/components/progress/README.md index efa3e49064..23073f223e 100644 --- a/packages/components/progress/README.md +++ b/packages/components/progress/README.md @@ -15,10 +15,10 @@ npm i @heroui/progress ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/components/radio/CHANGELOG.md b/packages/components/radio/CHANGELOG.md index 3da4571ea7..e74a43f557 100644 --- a/packages/components/radio/CHANGELOG.md +++ b/packages/components/radio/CHANGELOG.md @@ -15,7 +15,7 @@ ### Patch Changes -- Updated dependencies [[`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: +- Updated dependencies [[`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: - @heroui/react-utils@2.1.3 - @heroui/form@2.1.8 @@ -23,9 +23,9 @@ ### Patch Changes -- [#4334](https://github.com/frontio-ai/heroui/pull/4334) [`0b117e5`](https://github.com/frontio-ai/heroui/commit/0b117e59b22a485d95054491b5aea4e67d257bff) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@heroui/theme` in peerDependencies +- [#4334](https://github.com/heroui-inc/heroui/pull/4334) [`0b117e5`](https://github.com/heroui-inc/heroui/commit/0b117e59b22a485d95054491b5aea4e67d257bff) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@heroui/theme` in peerDependencies -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: - @heroui/shared-utils@2.1.2 - @heroui/form@2.1.7 - @heroui/react-utils@2.1.2 @@ -34,7 +34,7 @@ ### Patch Changes -- [#4314](https://github.com/frontio-ai/heroui/pull/4314) [`5598806`](https://github.com/frontio-ai/heroui/commit/5598806216166dc9fff36cafd9112412486b747f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4314](https://github.com/heroui-inc/heroui/pull/4314) [`5598806`](https://github.com/heroui-inc/heroui/commit/5598806216166dc9fff36cafd9112412486b747f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build - Updated dependencies []: - @heroui/form@2.1.6 @@ -43,7 +43,7 @@ ### Patch Changes -- [#4311](https://github.com/frontio-ai/heroui/pull/4311) [`03abf1d`](https://github.com/frontio-ai/heroui/commit/03abf1daf4fe5ee74f4766cd4fd78068ac25ed78) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #4252 #4260 interactive elements were not working properly +- [#4311](https://github.com/heroui-inc/heroui/pull/4311) [`03abf1d`](https://github.com/heroui-inc/heroui/commit/03abf1daf4fe5ee74f4766cd4fd78068ac25ed78) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #4252 #4260 interactive elements were not working properly - Updated dependencies []: - @heroui/form@2.1.5 @@ -52,36 +52,36 @@ ### Patch Changes -- [#4258](https://github.com/frontio-ai/heroui/pull/4258) [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions +- [#4258](https://github.com/heroui-inc/heroui/pull/4258) [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions -- Updated dependencies [[`b16291b`](https://github.com/frontio-ai/heroui/commit/b16291b2200229f0d0a9ea910e38f3f100f7931f), [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: +- Updated dependencies [[`b16291b`](https://github.com/heroui-inc/heroui/commit/b16291b2200229f0d0a9ea910e38f3f100f7931f), [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: - @heroui/form@2.1.4 ## 2.3.3 ### Patch Changes -- [#4255](https://github.com/frontio-ai/heroui/pull/4255) [`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) +- [#4255](https://github.com/heroui-inc/heroui/pull/4255) [`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) -- Updated dependencies [[`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: +- Updated dependencies [[`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: - @heroui/form@2.1.3 ## 2.3.2 ### Patch Changes -- [#4247](https://github.com/frontio-ai/heroui/pull/4247) [`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* +- [#4247](https://github.com/heroui-inc/heroui/pull/4247) [`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* -- Updated dependencies [[`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: +- Updated dependencies [[`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: - @heroui/form@2.1.2 ## 2.3.1 ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/form@2.1.1 - @heroui/react-utils@2.1.1 - @heroui/shared-utils@2.1.1 @@ -90,7 +90,7 @@ ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -116,13 +116,13 @@ ### Patch Changes -- [#4220](https://github.com/frontio-ai/heroui/pull/4220) [`729ede8`](https://github.com/frontio-ai/heroui/commit/729ede8de7f18c7b49fbdb736aac300b5b98f239) Thanks [@macci001](https://github.com/macci001)! - Fix #4210 radio, checkbox & switch interaction +- [#4220](https://github.com/heroui-inc/heroui/pull/4220) [`729ede8`](https://github.com/heroui-inc/heroui/commit/729ede8de7f18c7b49fbdb736aac300b5b98f239) Thanks [@macci001](https://github.com/macci001)! - Fix #4210 radio, checkbox & switch interaction -- [#4224](https://github.com/frontio-ai/heroui/pull/4224) [`26e478d`](https://github.com/frontio-ai/heroui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Added form support to input-otp, change default validationBehavior to "native" to avoid breaking changes, and fix select with form +- [#4224](https://github.com/heroui-inc/heroui/pull/4224) [`26e478d`](https://github.com/heroui-inc/heroui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Added form support to input-otp, change default validationBehavior to "native" to avoid breaking changes, and fix select with form -- [#4226](https://github.com/frontio-ai/heroui/pull/4226) [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) +- [#4226](https://github.com/heroui-inc/heroui/pull/4226) [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) -- Updated dependencies [[`26e478d`](https://github.com/frontio-ai/heroui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52), [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`26e478d`](https://github.com/heroui-inc/heroui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52), [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/form@2.1.0 - @heroui/react-utils@2.1.0 - @heroui/shared-utils@2.1.0 @@ -131,9 +131,9 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/form@2.0.1-beta.1 - @heroui/react-utils@2.0.18-beta.8 - @heroui/shared-utils@2.0.9-beta.8 @@ -142,18 +142,18 @@ ### Patch Changes -- [#3036](https://github.com/frontio-ai/heroui/pull/3036) [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - support server validation with form +- [#3036](https://github.com/heroui-inc/heroui/pull/3036) [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - support server validation with form -- Updated dependencies [[`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: +- Updated dependencies [[`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: - @heroui/form@2.0.1-beta.0 ## 2.2.0-beta.7 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/react-utils@2.0.18-beta.7 - @heroui/shared-utils@2.0.9-beta.7 @@ -161,9 +161,9 @@ ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/react-utils@2.0.18-beta.6 - @heroui/shared-utils@2.0.9-beta.6 @@ -171,9 +171,9 @@ ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/react-utils@2.0.18-beta.5 - @heroui/shared-utils@2.0.9-beta.5 @@ -181,7 +181,7 @@ ### Patch Changes -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/shared-utils@2.0.9-beta.4 - @heroui/react-utils@2.0.18-beta.4 @@ -189,9 +189,9 @@ ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/react-utils@2.0.18-beta.3 - @heroui/shared-utils@2.0.9-beta.3 @@ -199,9 +199,9 @@ ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/react-utils@2.0.18-beta.2 - @heroui/shared-utils@2.0.9-beta.2 @@ -209,9 +209,9 @@ ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/react-utils@2.0.18-beta.1 - @heroui/shared-utils@2.0.9-beta.1 @@ -219,11 +219,11 @@ ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ### Patch Changes -- Updated dependencies [[`0cf91395c`](https://github.com/frontio-ai/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/frontio-ai/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/frontio-ai/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/frontio-ai/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/frontio-ai/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/frontio-ai/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/frontio-ai/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/frontio-ai/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/frontio-ai/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/frontio-ai/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/frontio-ai/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/frontio-ai/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: +- Updated dependencies [[`0cf91395c`](https://github.com/heroui-inc/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/heroui-inc/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/heroui-inc/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/heroui-inc/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/heroui-inc/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/heroui-inc/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/heroui-inc/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/heroui-inc/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/heroui-inc/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/heroui-inc/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/heroui-inc/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/heroui-inc/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: - @heroui/theme@2.3.0-beta.0 - @heroui/system@2.3.0-beta.0 - @heroui/shared-utils@2.0.9-beta.0 @@ -233,7 +233,7 @@ ### Patch Changes -- Updated dependencies [[`f36df4362`](https://github.com/frontio-ai/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: +- Updated dependencies [[`f36df4362`](https://github.com/heroui-inc/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: - @heroui/shared-utils@2.0.8 - @heroui/react-utils@2.0.17 @@ -241,9 +241,9 @@ ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/react-utils@2.0.16 - @heroui/shared-utils@2.0.7 @@ -251,9 +251,9 @@ ### Patch Changes -- [#3301](https://github.com/frontio-ai/heroui/pull/3301) [`42183353a`](https://github.com/frontio-ai/heroui/commit/42183353a1a03c567724e125be3414dc52aad48a) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Fix ensure radio input correctly references description (#2932) +- [#3301](https://github.com/heroui-inc/heroui/pull/3301) [`42183353a`](https://github.com/heroui-inc/heroui/commit/42183353a1a03c567724e125be3414dc52aad48a) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Fix ensure radio input correctly references description (#2932) -- Updated dependencies [[`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: +- Updated dependencies [[`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: - @heroui/shared-utils@2.0.6 - @heroui/react-utils@2.0.15 @@ -261,43 +261,43 @@ ### Patch Changes -- [#3240](https://github.com/frontio-ai/heroui/pull/3240) [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies +- [#3240](https://github.com/heroui-inc/heroui/pull/3240) [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies -- Updated dependencies [[`b9bb06ff3`](https://github.com/frontio-ai/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: +- Updated dependencies [[`b9bb06ff3`](https://github.com/heroui-inc/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: - @heroui/react-utils@2.0.14 ## 2.1.1 ### Patch Changes -- [#3119](https://github.com/frontio-ai/heroui/pull/3119) [`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` +- [#3119](https://github.com/heroui-inc/heroui/pull/3119) [`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` -- [#3110](https://github.com/frontio-ai/heroui/pull/3110) [`41d2eeb20`](https://github.com/frontio-ai/heroui/commit/41d2eeb20bde3182306f134ba619942e182d0998) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Remove required attribute for Radio with validationBehavior="aria" +- [#3110](https://github.com/heroui-inc/heroui/pull/3110) [`41d2eeb20`](https://github.com/heroui-inc/heroui/commit/41d2eeb20bde3182306f134ba619942e182d0998) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Remove required attribute for Radio with validationBehavior="aria" ## 2.1.0 ### Minor Changes -- [#2987](https://github.com/frontio-ai/heroui/pull/2987) [`540aa2124`](https://github.com/frontio-ai/heroui/commit/540aa2124b45b65a40e73f5aea2b90405fe1fe9a) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Change validationBehavior from native to aria by default, with the option to change via props. +- [#2987](https://github.com/heroui-inc/heroui/pull/2987) [`540aa2124`](https://github.com/heroui-inc/heroui/commit/540aa2124b45b65a40e73f5aea2b90405fe1fe9a) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Change validationBehavior from native to aria by default, with the option to change via props. ### Patch Changes -- [#2929](https://github.com/frontio-ai/heroui/pull/2929) [`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. +- [#2929](https://github.com/heroui-inc/heroui/pull/2929) [`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. -- [#3013](https://github.com/frontio-ai/heroui/pull/3013) [`06ecd213c`](https://github.com/frontio-ai/heroui/commit/06ecd213cf85db2dfaa5fc26c1fed62dcb5fbc85) Thanks [@kosmotema](https://github.com/kosmotema)! - make the VisuallyHidden `elementType` as span when the default parent element accepts only phrasing elements +- [#3013](https://github.com/heroui-inc/heroui/pull/3013) [`06ecd213c`](https://github.com/heroui-inc/heroui/commit/06ecd213cf85db2dfaa5fc26c1fed62dcb5fbc85) Thanks [@kosmotema](https://github.com/kosmotema)! - make the VisuallyHidden `elementType` as span when the default parent element accepts only phrasing elements ## 2.0.28 ### Patch Changes -- Updated dependencies [[`eccc2f2f3`](https://github.com/frontio-ai/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: +- Updated dependencies [[`eccc2f2f3`](https://github.com/heroui-inc/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: - @heroui/react-utils@2.0.13 ## 2.0.27 ### Patch Changes -- [#2761](https://github.com/frontio-ai/heroui/pull/2761) [`f728c0542`](https://github.com/frontio-ai/heroui/commit/f728c0542c1f63398aa2fee4c7f2dedaf16ca185) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #2759 non-react props omitted from radio group component +- [#2761](https://github.com/heroui-inc/heroui/pull/2761) [`f728c0542`](https://github.com/heroui-inc/heroui/commit/f728c0542c1f63398aa2fee4c7f2dedaf16ca185) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #2759 non-react props omitted from radio group component - Updated dependencies []: - @heroui/react-utils@2.0.12 @@ -306,9 +306,9 @@ ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added @@ -317,9 +317,9 @@ - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fixed missing required props and validationMessage +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fixed missing required props and validationMessage -- Updated dependencies [[`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: +- Updated dependencies [[`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: - @heroui/react-utils@2.0.11 - @heroui/shared-utils@2.0.5 @@ -327,13 +327,13 @@ ### Patch Changes -- [#1877](https://github.com/frontio-ai/heroui/pull/1877) [`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range +- [#1877](https://github.com/heroui-inc/heroui/pull/1877) [`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range ## 2.0.24 ### Patch Changes -- [#1874](https://github.com/frontio-ai/heroui/pull/1874) [`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. +- [#1874](https://github.com/heroui-inc/heroui/pull/1874) [`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. - Updated dependencies []: - @heroui/system@2.0.12 @@ -342,9 +342,9 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/system@2.0.11 - @heroui/theme@2.1.10 - @heroui/use-aria-press@2.0.1 @@ -355,9 +355,9 @@ ### Patch Changes -- [#1631](https://github.com/frontio-ai/heroui/pull/1631) [`425a034bc`](https://github.com/frontio-ai/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - validationState prop deprecated, "isInvalid" prop adjusted, invalid checkbox and radios state improved +- [#1631](https://github.com/heroui-inc/heroui/pull/1631) [`425a034bc`](https://github.com/heroui-inc/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - validationState prop deprecated, "isInvalid" prop adjusted, invalid checkbox and radios state improved -- Updated dependencies [[`425a034bc`](https://github.com/frontio-ai/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: +- Updated dependencies [[`425a034bc`](https://github.com/heroui-inc/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: - @heroui/theme@2.1.9 - @heroui/system@2.0.10 - @heroui/react-utils@2.0.9 @@ -366,9 +366,9 @@ ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy -- Updated dependencies [[`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: +- Updated dependencies [[`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: - @heroui/system@2.0.9 - @heroui/theme@2.1.8 - @heroui/react-utils@2.0.8 @@ -378,9 +378,9 @@ ### Patch Changes -- [#1589](https://github.com/frontio-ai/heroui/pull/1589) [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded +- [#1589](https://github.com/heroui-inc/heroui/pull/1589) [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded -- Updated dependencies [[`a3be419cb`](https://github.com/frontio-ai/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/frontio-ai/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: +- Updated dependencies [[`a3be419cb`](https://github.com/heroui-inc/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/heroui-inc/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: - @heroui/theme@2.1.7 - @heroui/system@2.0.8 @@ -388,14 +388,14 @@ ### Patch Changes -- Updated dependencies [[`7c8341035`](https://github.com/frontio-ai/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: +- Updated dependencies [[`7c8341035`](https://github.com/heroui-inc/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: - @heroui/theme@2.1.6 ## 2.0.18 ### Patch Changes -- Updated dependencies [[`d61428d9e`](https://github.com/frontio-ai/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/frontio-ai/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: +- Updated dependencies [[`d61428d9e`](https://github.com/heroui-inc/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/heroui-inc/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: - @heroui/theme@2.1.5 - @heroui/system@2.0.7 @@ -403,7 +403,7 @@ ### Patch Changes -- Updated dependencies [[`043b8420c`](https://github.com/frontio-ai/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/frontio-ai/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: +- Updated dependencies [[`043b8420c`](https://github.com/heroui-inc/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/heroui-inc/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: - @heroui/theme@2.1.4 - @heroui/system@2.0.6 @@ -411,30 +411,30 @@ ### Patch Changes -- Updated dependencies [[`5702287e5`](https://github.com/frontio-ai/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: +- Updated dependencies [[`5702287e5`](https://github.com/heroui-inc/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: - @heroui/theme@2.1.3 ## 2.0.15 ### Patch Changes -- [#1458](https://github.com/frontio-ai/heroui/pull/1458) [`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles +- [#1458](https://github.com/heroui-inc/heroui/pull/1458) [`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles -- Updated dependencies [[`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: +- Updated dependencies [[`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: - @heroui/theme@2.1.2 ## 2.0.14 ### Patch Changes -- Updated dependencies [[`cc839cdd`](https://github.com/frontio-ai/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: +- Updated dependencies [[`cc839cdd`](https://github.com/heroui-inc/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: - @heroui/theme@2.1.1 ## 2.0.13 ### Patch Changes -- Updated dependencies [[`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: +- Updated dependencies [[`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: - @heroui/theme@2.1.0 - @heroui/react-utils@2.0.7 @@ -449,14 +449,14 @@ ### Patch Changes -- Updated dependencies [[`d0341020`](https://github.com/frontio-ai/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: +- Updated dependencies [[`d0341020`](https://github.com/heroui-inc/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: - @heroui/theme@2.0.5 ## 2.0.10 ### Patch Changes -- [#1381](https://github.com/frontio-ai/heroui/pull/1381) [`e2b0497b`](https://github.com/frontio-ai/heroui/commit/e2b0497b07e99eca937fe62d13a6930b7d2832eb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - fix #1380 checkbox and radio onChange function type fixed +- [#1381](https://github.com/heroui-inc/heroui/pull/1381) [`e2b0497b`](https://github.com/heroui-inc/heroui/commit/e2b0497b07e99eca937fe62d13a6930b7d2832eb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - fix #1380 checkbox and radio onChange function type fixed ## 2.0.9 @@ -469,20 +469,20 @@ ### Patch Changes -- [#1359](https://github.com/frontio-ai/heroui/pull/1359) [`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n +- [#1359](https://github.com/heroui-inc/heroui/pull/1359) [`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n - react-aria packages upgraded to the latest version - image storybooks fixed - other bug fixes.. -- Updated dependencies [[`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: +- Updated dependencies [[`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: - @heroui/system@2.0.5 ## 2.0.7 ### Patch Changes -- Updated dependencies [[`710395f3`](https://github.com/frontio-ai/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: +- Updated dependencies [[`710395f3`](https://github.com/heroui-inc/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: - @heroui/system@2.0.4 ## 2.0.6 @@ -503,18 +503,18 @@ ### Patch Changes -- [#1301](https://github.com/frontio-ai/heroui/pull/1301) [`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss +- [#1301](https://github.com/heroui-inc/heroui/pull/1301) [`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss -- Updated dependencies [[`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: +- Updated dependencies [[`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: - @heroui/theme@2.0.4 ## 2.0.3 ### Patch Changes -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports -- Updated dependencies [[`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: +- Updated dependencies [[`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: - @heroui/react-utils@2.0.2 - @heroui/system@2.0.3 - @heroui/theme@2.0.3 @@ -524,7 +524,7 @@ ### Patch Changes -- Updated dependencies [[`459ac5ed`](https://github.com/frontio-ai/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: +- Updated dependencies [[`459ac5ed`](https://github.com/heroui-inc/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: - @heroui/theme@2.0.2 - @heroui/system@2.0.2 @@ -532,11 +532,11 @@ ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated -- Updated dependencies [[`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: +- Updated dependencies [[`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: - @heroui/shared-utils@2.0.1 - @heroui/react-utils@2.0.1 - @heroui/system@2.0.1 diff --git a/packages/components/radio/README.md b/packages/components/radio/README.md index fc29a4702e..764c3387ea 100644 --- a/packages/components/radio/README.md +++ b/packages/components/radio/README.md @@ -15,10 +15,10 @@ npm i @heroui/radio ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/components/ripple/CHANGELOG.md b/packages/components/ripple/CHANGELOG.md index 642d3b126b..235c162991 100644 --- a/packages/components/ripple/CHANGELOG.md +++ b/packages/components/ripple/CHANGELOG.md @@ -15,14 +15,14 @@ ### Patch Changes -- Updated dependencies [[`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: +- Updated dependencies [[`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: - @heroui/react-utils@2.1.3 ## 2.2.6 ### Patch Changes -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: - @heroui/shared-utils@2.1.2 - @heroui/react-utils@2.1.2 @@ -30,33 +30,33 @@ ### Patch Changes -- [#4314](https://github.com/frontio-ai/heroui/pull/4314) [`5598806`](https://github.com/frontio-ai/heroui/commit/5598806216166dc9fff36cafd9112412486b747f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4314](https://github.com/heroui-inc/heroui/pull/4314) [`5598806`](https://github.com/heroui-inc/heroui/commit/5598806216166dc9fff36cafd9112412486b747f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build ## 2.2.4 ### Patch Changes -- [#4284](https://github.com/frontio-ai/heroui/pull/4284) [`dfefdd6`](https://github.com/frontio-ai/heroui/commit/dfefdd6250eb81ae653e611a8dff12b2ae29a09c) Thanks [@sudongyuer](https://github.com/sudongyuer)! - Refactor Button & Card Ripple +- [#4284](https://github.com/heroui-inc/heroui/pull/4284) [`dfefdd6`](https://github.com/heroui-inc/heroui/commit/dfefdd6250eb81ae653e611a8dff12b2ae29a09c) Thanks [@sudongyuer](https://github.com/sudongyuer)! - Refactor Button & Card Ripple ## 2.2.3 ### Patch Changes -- [#4255](https://github.com/frontio-ai/heroui/pull/4255) [`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) +- [#4255](https://github.com/heroui-inc/heroui/pull/4255) [`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) ## 2.2.2 ### Patch Changes -- [#4247](https://github.com/frontio-ai/heroui/pull/4247) [`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* +- [#4247](https://github.com/heroui-inc/heroui/pull/4247) [`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* ## 2.2.1 ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/dom-animation@2.1.1 - @heroui/react-utils@2.1.1 - @heroui/shared-utils@2.1.1 @@ -65,7 +65,7 @@ ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -91,7 +91,7 @@ ### Patch Changes -- Updated dependencies [[`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/dom-animation@2.1.0 - @heroui/react-utils@2.1.0 - @heroui/shared-utils@2.1.0 @@ -100,9 +100,9 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/dom-animation@2.0.1-beta.7 - @heroui/react-utils@2.0.18-beta.8 - @heroui/shared-utils@2.0.9-beta.8 @@ -111,9 +111,9 @@ ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/dom-animation@2.0.1-beta.6 - @heroui/react-utils@2.0.18-beta.7 - @heroui/shared-utils@2.0.9-beta.7 @@ -122,9 +122,9 @@ ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/dom-animation@2.0.1-beta.5 - @heroui/react-utils@2.0.18-beta.6 - @heroui/shared-utils@2.0.9-beta.6 @@ -133,9 +133,9 @@ ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/dom-animation@2.0.1-beta.4 - @heroui/react-utils@2.0.18-beta.5 - @heroui/shared-utils@2.0.9-beta.5 @@ -144,7 +144,7 @@ ### Patch Changes -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/shared-utils@2.0.9-beta.4 - @heroui/react-utils@2.0.18-beta.4 @@ -152,9 +152,9 @@ ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/dom-animation@2.0.1-beta.3 - @heroui/react-utils@2.0.18-beta.3 - @heroui/shared-utils@2.0.9-beta.3 @@ -163,9 +163,9 @@ ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/dom-animation@2.0.1-beta.2 - @heroui/react-utils@2.0.18-beta.2 - @heroui/shared-utils@2.0.9-beta.2 @@ -174,9 +174,9 @@ ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/dom-animation@2.0.1-beta.1 - @heroui/react-utils@2.0.18-beta.1 - @heroui/shared-utils@2.0.9-beta.1 @@ -185,15 +185,15 @@ ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ### Patch Changes -- [#3523](https://github.com/frontio-ai/heroui/pull/3523) [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - framer motion optimization (#3340) +- [#3523](https://github.com/heroui-inc/heroui/pull/3523) [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - framer motion optimization (#3340) -- [#3523](https://github.com/frontio-ai/heroui/pull/3523) [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - update `framer-motion` versions +- [#3523](https://github.com/heroui-inc/heroui/pull/3523) [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - update `framer-motion` versions -- Updated dependencies [[`0cf91395c`](https://github.com/frontio-ai/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/frontio-ai/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/frontio-ai/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/frontio-ai/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/frontio-ai/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/frontio-ai/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/frontio-ai/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/frontio-ai/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/frontio-ai/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/frontio-ai/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/frontio-ai/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/frontio-ai/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: +- Updated dependencies [[`0cf91395c`](https://github.com/heroui-inc/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/heroui-inc/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/heroui-inc/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/heroui-inc/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/heroui-inc/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/heroui-inc/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/heroui-inc/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/heroui-inc/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/heroui-inc/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/heroui-inc/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/heroui-inc/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/heroui-inc/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: - @heroui/theme@2.3.0-beta.0 - @heroui/system@2.3.0-beta.0 - @heroui/shared-utils@2.0.9-beta.0 @@ -204,7 +204,7 @@ ### Patch Changes -- Updated dependencies [[`f36df4362`](https://github.com/frontio-ai/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: +- Updated dependencies [[`f36df4362`](https://github.com/heroui-inc/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: - @heroui/shared-utils@2.0.8 - @heroui/react-utils@2.0.17 @@ -212,9 +212,9 @@ ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/react-utils@2.0.16 - @heroui/shared-utils@2.0.7 @@ -222,7 +222,7 @@ ### Patch Changes -- Updated dependencies [[`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: +- Updated dependencies [[`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: - @heroui/shared-utils@2.0.6 - @heroui/react-utils@2.0.15 @@ -230,26 +230,26 @@ ### Patch Changes -- Updated dependencies [[`b9bb06ff3`](https://github.com/frontio-ai/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: +- Updated dependencies [[`b9bb06ff3`](https://github.com/heroui-inc/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: - @heroui/react-utils@2.0.14 ## 2.0.29 ### Patch Changes -- [#2929](https://github.com/frontio-ai/heroui/pull/2929) [`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. +- [#2929](https://github.com/heroui-inc/heroui/pull/2929) [`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. ## 2.0.28 ### Patch Changes -- [#2853](https://github.com/frontio-ai/heroui/pull/2853) [`765c04e2a`](https://github.com/frontio-ai/heroui/commit/765c04e2a5b3e3a072d87a4ae1bcb8ae389d53a0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix press event on iOS, the ripple zIndex was preventing the press event +- [#2853](https://github.com/heroui-inc/heroui/pull/2853) [`765c04e2a`](https://github.com/heroui-inc/heroui/commit/765c04e2a5b3e3a072d87a4ae1bcb8ae389d53a0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix press event on iOS, the ripple zIndex was preventing the press event ## 2.0.27 ### Patch Changes -- Updated dependencies [[`eccc2f2f3`](https://github.com/frontio-ai/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: +- Updated dependencies [[`eccc2f2f3`](https://github.com/heroui-inc/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: - @heroui/react-utils@2.0.13 ## 2.0.26 @@ -263,13 +263,13 @@ ### Patch Changes -- [#2622](https://github.com/frontio-ai/heroui/pull/2622) [`2e49e0831`](https://github.com/frontio-ai/heroui/commit/2e49e0831533350808e0fcbd48585f910981b39a) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed LazyMotion forwardRef issue +- [#2622](https://github.com/heroui-inc/heroui/pull/2622) [`2e49e0831`](https://github.com/heroui-inc/heroui/commit/2e49e0831533350808e0fcbd48585f910981b39a) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed LazyMotion forwardRef issue -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fixed the issue where only two keyframes were supported with spring and inertia animations. +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fixed the issue where only two keyframes were supported with spring and inertia animations. -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added @@ -278,9 +278,9 @@ - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- [#2464](https://github.com/frontio-ai/heroui/pull/2464) [`2894aecca`](https://github.com/frontio-ai/heroui/commit/2894aecca1a2ef0dfb3066b9b8df24ce48c99dae) Thanks [@mezotv](https://github.com/mezotv)! - Changes the motion important to the more lightweight m component in framer motion to only load the required features. +- [#2464](https://github.com/heroui-inc/heroui/pull/2464) [`2894aecca`](https://github.com/heroui-inc/heroui/commit/2894aecca1a2ef0dfb3066b9b8df24ce48c99dae) Thanks [@mezotv](https://github.com/mezotv)! - Changes the motion important to the more lightweight m component in framer motion to only load the required features. -- Updated dependencies [[`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: +- Updated dependencies [[`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: - @heroui/react-utils@2.0.11 - @heroui/shared-utils@2.0.5 @@ -288,13 +288,13 @@ ### Patch Changes -- [#1877](https://github.com/frontio-ai/heroui/pull/1877) [`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range +- [#1877](https://github.com/heroui-inc/heroui/pull/1877) [`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range ## 2.0.23 ### Patch Changes -- [#1874](https://github.com/frontio-ai/heroui/pull/1874) [`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. +- [#1874](https://github.com/heroui-inc/heroui/pull/1874) [`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. - Updated dependencies []: - @heroui/system@2.0.12 @@ -303,9 +303,9 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/system@2.0.11 - @heroui/theme@2.1.10 - @heroui/react-utils@2.0.10 @@ -315,9 +315,9 @@ ### Patch Changes -- [#1635](https://github.com/frontio-ai/heroui/pull/1635) [`ceddd0d1d`](https://github.com/frontio-ai/heroui/commit/ceddd0d1d941a669bab78ef7439a29531cff99a2) Thanks [@li-jia-nan](https://github.com/li-jia-nan)! - refactor: optimize the time of ripple destroy +- [#1635](https://github.com/heroui-inc/heroui/pull/1635) [`ceddd0d1d`](https://github.com/heroui-inc/heroui/commit/ceddd0d1d941a669bab78ef7439a29531cff99a2) Thanks [@li-jia-nan](https://github.com/li-jia-nan)! - refactor: optimize the time of ripple destroy -- Updated dependencies [[`425a034bc`](https://github.com/frontio-ai/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: +- Updated dependencies [[`425a034bc`](https://github.com/heroui-inc/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: - @heroui/theme@2.1.9 - @heroui/system@2.0.10 - @heroui/react-utils@2.0.9 @@ -326,11 +326,11 @@ ### Patch Changes -- [`8b3998909`](https://github.com/frontio-ai/heroui/commit/8b39989090d9cd577e886edde01b081d37e65bb7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Exported types fixed +- [`8b3998909`](https://github.com/heroui-inc/heroui/commit/8b39989090d9cd577e886edde01b081d37e65bb7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Exported types fixed -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy -- Updated dependencies [[`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: +- Updated dependencies [[`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: - @heroui/system@2.0.9 - @heroui/theme@2.1.8 - @heroui/react-utils@2.0.8 @@ -340,7 +340,7 @@ ### Patch Changes -- Updated dependencies [[`a3be419cb`](https://github.com/frontio-ai/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/frontio-ai/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: +- Updated dependencies [[`a3be419cb`](https://github.com/heroui-inc/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/heroui-inc/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: - @heroui/theme@2.1.7 - @heroui/system@2.0.8 @@ -348,14 +348,14 @@ ### Patch Changes -- Updated dependencies [[`7c8341035`](https://github.com/frontio-ai/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: +- Updated dependencies [[`7c8341035`](https://github.com/heroui-inc/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: - @heroui/theme@2.1.6 ## 2.0.17 ### Patch Changes -- Updated dependencies [[`d61428d9e`](https://github.com/frontio-ai/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/frontio-ai/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: +- Updated dependencies [[`d61428d9e`](https://github.com/heroui-inc/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/heroui-inc/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: - @heroui/theme@2.1.5 - @heroui/system@2.0.7 @@ -363,7 +363,7 @@ ### Patch Changes -- Updated dependencies [[`043b8420c`](https://github.com/frontio-ai/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/frontio-ai/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: +- Updated dependencies [[`043b8420c`](https://github.com/heroui-inc/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/heroui-inc/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: - @heroui/theme@2.1.4 - @heroui/system@2.0.6 @@ -371,30 +371,30 @@ ### Patch Changes -- Updated dependencies [[`5702287e5`](https://github.com/frontio-ai/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: +- Updated dependencies [[`5702287e5`](https://github.com/heroui-inc/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: - @heroui/theme@2.1.3 ## 2.0.14 ### Patch Changes -- [#1458](https://github.com/frontio-ai/heroui/pull/1458) [`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles +- [#1458](https://github.com/heroui-inc/heroui/pull/1458) [`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles -- Updated dependencies [[`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: +- Updated dependencies [[`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: - @heroui/theme@2.1.2 ## 2.0.13 ### Patch Changes -- Updated dependencies [[`cc839cdd`](https://github.com/frontio-ai/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: +- Updated dependencies [[`cc839cdd`](https://github.com/heroui-inc/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: - @heroui/theme@2.1.1 ## 2.0.12 ### Patch Changes -- Updated dependencies [[`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: +- Updated dependencies [[`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: - @heroui/theme@2.1.0 - @heroui/react-utils@2.0.7 @@ -409,7 +409,7 @@ ### Patch Changes -- Updated dependencies [[`d0341020`](https://github.com/frontio-ai/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: +- Updated dependencies [[`d0341020`](https://github.com/heroui-inc/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: - @heroui/theme@2.0.5 ## 2.0.9 @@ -423,20 +423,20 @@ ### Patch Changes -- [#1359](https://github.com/frontio-ai/heroui/pull/1359) [`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n +- [#1359](https://github.com/heroui-inc/heroui/pull/1359) [`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n - react-aria packages upgraded to the latest version - image storybooks fixed - other bug fixes.. -- Updated dependencies [[`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: +- Updated dependencies [[`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: - @heroui/system@2.0.5 ## 2.0.7 ### Patch Changes -- Updated dependencies [[`710395f3`](https://github.com/frontio-ai/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: +- Updated dependencies [[`710395f3`](https://github.com/heroui-inc/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: - @heroui/system@2.0.4 ## 2.0.6 @@ -457,16 +457,16 @@ ### Patch Changes -- Updated dependencies [[`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: +- Updated dependencies [[`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: - @heroui/theme@2.0.4 ## 2.0.3 ### Patch Changes -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports -- Updated dependencies [[`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: +- Updated dependencies [[`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: - @heroui/react-utils@2.0.2 - @heroui/system@2.0.3 - @heroui/theme@2.0.3 @@ -476,7 +476,7 @@ ### Patch Changes -- Updated dependencies [[`459ac5ed`](https://github.com/frontio-ai/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: +- Updated dependencies [[`459ac5ed`](https://github.com/heroui-inc/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: - @heroui/theme@2.0.2 - @heroui/system@2.0.2 @@ -484,11 +484,11 @@ ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated -- Updated dependencies [[`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: +- Updated dependencies [[`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: - @heroui/shared-utils@2.0.1 - @heroui/react-utils@2.0.1 - @heroui/system@2.0.1 diff --git a/packages/components/ripple/README.md b/packages/components/ripple/README.md index 5108055edb..bde826d01e 100644 --- a/packages/components/ripple/README.md +++ b/packages/components/ripple/README.md @@ -15,10 +15,10 @@ npm i @heroui/ripple ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/components/scroll-shadow/CHANGELOG.md b/packages/components/scroll-shadow/CHANGELOG.md index db960dcdde..38130deb46 100644 --- a/packages/components/scroll-shadow/CHANGELOG.md +++ b/packages/components/scroll-shadow/CHANGELOG.md @@ -15,14 +15,14 @@ ### Patch Changes -- Updated dependencies [[`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: +- Updated dependencies [[`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: - @heroui/react-utils@2.1.3 ## 2.3.4 ### Patch Changes -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: - @heroui/shared-utils@2.1.2 - @heroui/use-data-scroll-overflow@2.2.2 - @heroui/react-utils@2.1.2 @@ -31,21 +31,21 @@ ### Patch Changes -- [#4255](https://github.com/frontio-ai/heroui/pull/4255) [`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) +- [#4255](https://github.com/heroui-inc/heroui/pull/4255) [`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) ## 2.3.2 ### Patch Changes -- [#4247](https://github.com/frontio-ai/heroui/pull/4247) [`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* +- [#4247](https://github.com/heroui-inc/heroui/pull/4247) [`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* ## 2.3.1 ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/use-data-scroll-overflow@2.2.1 - @heroui/react-utils@2.1.1 - @heroui/shared-utils@2.1.1 @@ -54,7 +54,7 @@ ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -80,7 +80,7 @@ ### Patch Changes -- Updated dependencies [[`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/use-data-scroll-overflow@2.2.0 - @heroui/react-utils@2.1.0 - @heroui/shared-utils@2.1.0 @@ -89,9 +89,9 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/use-data-scroll-overflow@2.1.8-beta.8 - @heroui/react-utils@2.0.18-beta.8 - @heroui/shared-utils@2.0.9-beta.8 @@ -100,9 +100,9 @@ ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/use-data-scroll-overflow@2.1.8-beta.7 - @heroui/react-utils@2.0.18-beta.7 - @heroui/shared-utils@2.0.9-beta.7 @@ -111,9 +111,9 @@ ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/use-data-scroll-overflow@2.1.8-beta.6 - @heroui/react-utils@2.0.18-beta.6 - @heroui/shared-utils@2.0.9-beta.6 @@ -122,9 +122,9 @@ ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/use-data-scroll-overflow@2.1.8-beta.5 - @heroui/react-utils@2.0.18-beta.5 - @heroui/shared-utils@2.0.9-beta.5 @@ -133,7 +133,7 @@ ### Patch Changes -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/shared-utils@2.0.9-beta.4 - @heroui/use-data-scroll-overflow@2.1.8-beta.4 - @heroui/react-utils@2.0.18-beta.4 @@ -142,9 +142,9 @@ ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/use-data-scroll-overflow@2.1.8-beta.3 - @heroui/react-utils@2.0.18-beta.3 - @heroui/shared-utils@2.0.9-beta.3 @@ -153,9 +153,9 @@ ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/use-data-scroll-overflow@2.1.8-beta.2 - @heroui/react-utils@2.0.18-beta.2 - @heroui/shared-utils@2.0.9-beta.2 @@ -164,9 +164,9 @@ ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/use-data-scroll-overflow@2.1.8-beta.1 - @heroui/react-utils@2.0.18-beta.1 - @heroui/shared-utils@2.0.9-beta.1 @@ -175,11 +175,11 @@ ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ### Patch Changes -- Updated dependencies [[`0cf91395c`](https://github.com/frontio-ai/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/frontio-ai/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/frontio-ai/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/frontio-ai/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/frontio-ai/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/frontio-ai/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/frontio-ai/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/frontio-ai/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/frontio-ai/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/frontio-ai/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/frontio-ai/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/frontio-ai/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: +- Updated dependencies [[`0cf91395c`](https://github.com/heroui-inc/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/heroui-inc/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/heroui-inc/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/heroui-inc/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/heroui-inc/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/heroui-inc/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/heroui-inc/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/heroui-inc/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/heroui-inc/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/heroui-inc/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/heroui-inc/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/heroui-inc/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: - @heroui/theme@2.3.0-beta.0 - @heroui/system@2.3.0-beta.0 - @heroui/shared-utils@2.0.9-beta.0 @@ -190,7 +190,7 @@ ### Patch Changes -- Updated dependencies [[`f36df4362`](https://github.com/frontio-ai/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: +- Updated dependencies [[`f36df4362`](https://github.com/heroui-inc/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: - @heroui/shared-utils@2.0.8 - @heroui/react-utils@2.0.17 - @heroui/use-data-scroll-overflow@2.1.7 @@ -199,9 +199,9 @@ ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/use-data-scroll-overflow@2.1.6 - @heroui/react-utils@2.0.16 - @heroui/shared-utils@2.0.7 @@ -210,7 +210,7 @@ ### Patch Changes -- Updated dependencies [[`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: +- Updated dependencies [[`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: - @heroui/shared-utils@2.0.6 - @heroui/use-data-scroll-overflow@2.1.5 - @heroui/react-utils@2.0.15 @@ -219,14 +219,14 @@ ### Patch Changes -- Updated dependencies [[`b9bb06ff3`](https://github.com/frontio-ai/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: +- Updated dependencies [[`b9bb06ff3`](https://github.com/heroui-inc/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: - @heroui/react-utils@2.0.14 ## 2.1.16 ### Patch Changes -- Updated dependencies [[`eccc2f2f3`](https://github.com/frontio-ai/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: +- Updated dependencies [[`eccc2f2f3`](https://github.com/heroui-inc/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: - @heroui/react-utils@2.0.13 ## 2.1.15 @@ -240,16 +240,16 @@ ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added - `framer-transitions` renamed to `framer-utils` - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- Updated dependencies [[`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: +- Updated dependencies [[`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: - @heroui/react-utils@2.0.11 - @heroui/shared-utils@2.0.5 - @heroui/use-data-scroll-overflow@2.1.4 @@ -258,20 +258,20 @@ ### Patch Changes -- Updated dependencies [[`5be104f72`](https://github.com/frontio-ai/heroui/commit/5be104f72d717968f253c4bedb2abe323f083c72)]: +- Updated dependencies [[`5be104f72`](https://github.com/heroui-inc/heroui/commit/5be104f72d717968f253c4bedb2abe323f083c72)]: - @heroui/use-data-scroll-overflow@2.1.3 ## 2.1.12 ### Patch Changes -- [#1877](https://github.com/frontio-ai/heroui/pull/1877) [`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range +- [#1877](https://github.com/heroui-inc/heroui/pull/1877) [`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range ## 2.1.11 ### Patch Changes -- [#1874](https://github.com/frontio-ai/heroui/pull/1874) [`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. +- [#1874](https://github.com/heroui-inc/heroui/pull/1874) [`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. - Updated dependencies []: - @heroui/system@2.0.12 @@ -280,9 +280,9 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/system@2.0.11 - @heroui/theme@2.1.10 - @heroui/use-data-scroll-overflow@2.1.2 @@ -293,7 +293,7 @@ ### Patch Changes -- Updated dependencies [[`425a034bc`](https://github.com/frontio-ai/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: +- Updated dependencies [[`425a034bc`](https://github.com/heroui-inc/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: - @heroui/theme@2.1.9 - @heroui/system@2.0.10 - @heroui/react-utils@2.0.9 @@ -302,9 +302,9 @@ ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy -- Updated dependencies [[`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: +- Updated dependencies [[`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: - @heroui/system@2.0.9 - @heroui/theme@2.1.8 - @heroui/use-data-scroll-overflow@2.1.1 @@ -315,7 +315,7 @@ ### Patch Changes -- Updated dependencies [[`a3be419cb`](https://github.com/frontio-ai/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/frontio-ai/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: +- Updated dependencies [[`a3be419cb`](https://github.com/heroui-inc/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/heroui-inc/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: - @heroui/theme@2.1.7 - @heroui/system@2.0.8 @@ -323,14 +323,14 @@ ### Patch Changes -- Updated dependencies [[`7c8341035`](https://github.com/frontio-ai/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: +- Updated dependencies [[`7c8341035`](https://github.com/heroui-inc/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: - @heroui/theme@2.1.6 ## 2.1.5 ### Patch Changes -- Updated dependencies [[`d61428d9e`](https://github.com/frontio-ai/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/frontio-ai/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: +- Updated dependencies [[`d61428d9e`](https://github.com/heroui-inc/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/heroui-inc/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: - @heroui/theme@2.1.5 - @heroui/system@2.0.7 @@ -338,7 +338,7 @@ ### Patch Changes -- Updated dependencies [[`043b8420c`](https://github.com/frontio-ai/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/frontio-ai/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: +- Updated dependencies [[`043b8420c`](https://github.com/heroui-inc/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/heroui-inc/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: - @heroui/theme@2.1.4 - @heroui/system@2.0.6 @@ -346,30 +346,30 @@ ### Patch Changes -- Updated dependencies [[`5702287e5`](https://github.com/frontio-ai/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: +- Updated dependencies [[`5702287e5`](https://github.com/heroui-inc/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: - @heroui/theme@2.1.3 ## 2.1.2 ### Patch Changes -- [#1458](https://github.com/frontio-ai/heroui/pull/1458) [`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles +- [#1458](https://github.com/heroui-inc/heroui/pull/1458) [`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles -- Updated dependencies [[`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: +- Updated dependencies [[`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: - @heroui/theme@2.1.2 ## 2.1.1 ### Patch Changes -- Updated dependencies [[`cc839cdd`](https://github.com/frontio-ai/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: +- Updated dependencies [[`cc839cdd`](https://github.com/heroui-inc/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: - @heroui/theme@2.1.1 ## 2.1.0 ### Minor Changes -- [#1313](https://github.com/frontio-ai/heroui/pull/1313) [`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New components: +- [#1313](https://github.com/heroui-inc/heroui/pull/1313) [`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New components: - Select - Listbox @@ -377,7 +377,7 @@ ### Patch Changes -- Updated dependencies [[`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: +- Updated dependencies [[`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: - @heroui/use-data-scroll-overflow@2.1.0 - @heroui/theme@2.1.0 - @heroui/react-utils@2.0.7 diff --git a/packages/components/scroll-shadow/README.md b/packages/components/scroll-shadow/README.md index f10de9642b..c0ea1b4fe3 100644 --- a/packages/components/scroll-shadow/README.md +++ b/packages/components/scroll-shadow/README.md @@ -15,10 +15,10 @@ npm i @heroui/scroll-shadow ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/components/select/CHANGELOG.md b/packages/components/select/CHANGELOG.md index 373789ea6d..7201be778e 100644 --- a/packages/components/select/CHANGELOG.md +++ b/packages/components/select/CHANGELOG.md @@ -24,11 +24,11 @@ ### Patch Changes -- [#4463](https://github.com/frontio-ai/heroui/pull/4463) [`d92468a`](https://github.com/frontio-ai/heroui/commit/d92468aa1e35d5022c071b5d2674f5bfb6408001) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@tanstack/react-virtual` to support react 19 peer dep +- [#4463](https://github.com/heroui-inc/heroui/pull/4463) [`d92468a`](https://github.com/heroui-inc/heroui/commit/d92468aa1e35d5022c071b5d2674f5bfb6408001) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@tanstack/react-virtual` to support react 19 peer dep -- [#4462](https://github.com/frontio-ai/heroui/pull/4462) [`16c57ec`](https://github.com/frontio-ai/heroui/commit/16c57ece6467d755645f109b8de810c9063e5665) Thanks [@vinroger](https://github.com/vinroger)! - add support for dataset with section, add support for scrollshadow +- [#4462](https://github.com/heroui-inc/heroui/pull/4462) [`16c57ec`](https://github.com/heroui-inc/heroui/commit/16c57ece6467d755645f109b8de810c9063e5665) Thanks [@vinroger](https://github.com/vinroger)! - add support for dataset with section, add support for scrollshadow -- Updated dependencies [[`d92468a`](https://github.com/frontio-ai/heroui/commit/d92468aa1e35d5022c071b5d2674f5bfb6408001), [`33e0418`](https://github.com/frontio-ai/heroui/commit/33e0418d08c29f829b00ee3bc41972dfce6a3370), [`16c57ec`](https://github.com/frontio-ai/heroui/commit/16c57ece6467d755645f109b8de810c9063e5665), [`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2), [`fb46df2`](https://github.com/frontio-ai/heroui/commit/fb46df2430f95cddef0c25fce4639c2078b34f62)]: +- Updated dependencies [[`d92468a`](https://github.com/heroui-inc/heroui/commit/d92468aa1e35d5022c071b5d2674f5bfb6408001), [`33e0418`](https://github.com/heroui-inc/heroui/commit/33e0418d08c29f829b00ee3bc41972dfce6a3370), [`16c57ec`](https://github.com/heroui-inc/heroui/commit/16c57ece6467d755645f109b8de810c9063e5665), [`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2), [`fb46df2`](https://github.com/heroui-inc/heroui/commit/fb46df2430f95cddef0c25fce4639c2078b34f62)]: - @heroui/listbox@2.3.9 - @heroui/popover@2.3.9 - @heroui/react-utils@2.1.3 @@ -41,9 +41,9 @@ ### Patch Changes -- [#4427](https://github.com/frontio-ai/heroui/pull/4427) [`f7e1b17`](https://github.com/frontio-ai/heroui/commit/f7e1b17c40f448670cc6feda6c6c90d1195ac724) Thanks [@Peterl561](https://github.com/Peterl561)! - fixed validationBehavior=native showing browser ui error for select component (#3913) +- [#4427](https://github.com/heroui-inc/heroui/pull/4427) [`f7e1b17`](https://github.com/heroui-inc/heroui/commit/f7e1b17c40f448670cc6feda6c6c90d1195ac724) Thanks [@Peterl561](https://github.com/Peterl561)! - fixed validationBehavior=native showing browser ui error for select component (#3913) fixed select not committing error message when validationBehavior=native -- Updated dependencies [[`b5943db`](https://github.com/frontio-ai/heroui/commit/b5943db1fdad3cacba54e10ef828bc24c740f01b), [`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31), [`f7e1b17`](https://github.com/frontio-ai/heroui/commit/f7e1b17c40f448670cc6feda6c6c90d1195ac724)]: +- Updated dependencies [[`b5943db`](https://github.com/heroui-inc/heroui/commit/b5943db1fdad3cacba54e10ef828bc24c740f01b), [`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31), [`f7e1b17`](https://github.com/heroui-inc/heroui/commit/f7e1b17c40f448670cc6feda6c6c90d1195ac724)]: - @heroui/listbox@2.3.8 - @heroui/shared-utils@2.1.2 - @heroui/use-aria-multiselect@2.4.3 @@ -59,7 +59,7 @@ ### Patch Changes -- Updated dependencies [[`78c0928`](https://github.com/frontio-ai/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f)]: +- Updated dependencies [[`78c0928`](https://github.com/heroui-inc/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f)]: - @heroui/use-aria-button@2.2.3 - @heroui/aria-utils@2.2.5 - @heroui/listbox@2.3.7 @@ -70,7 +70,7 @@ ### Patch Changes -- Updated dependencies [[`5598806`](https://github.com/frontio-ai/heroui/commit/5598806216166dc9fff36cafd9112412486b747f)]: +- Updated dependencies [[`5598806`](https://github.com/heroui-inc/heroui/commit/5598806216166dc9fff36cafd9112412486b747f)]: - @heroui/listbox@2.3.6 - @heroui/form@2.1.6 - @heroui/popover@2.3.6 @@ -81,7 +81,7 @@ ### Patch Changes -- Updated dependencies [[`11eae5c`](https://github.com/frontio-ai/heroui/commit/11eae5cc808e10db07b509f4e06d30441bb1937a)]: +- Updated dependencies [[`11eae5c`](https://github.com/heroui-inc/heroui/commit/11eae5cc808e10db07b509f4e06d30441bb1937a)]: - @heroui/listbox@2.3.5 - @heroui/form@2.1.5 - @heroui/popover@2.3.5 @@ -92,9 +92,9 @@ ### Patch Changes -- [#4258](https://github.com/frontio-ai/heroui/pull/4258) [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions +- [#4258](https://github.com/heroui-inc/heroui/pull/4258) [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions -- Updated dependencies [[`b16291b`](https://github.com/frontio-ai/heroui/commit/b16291b2200229f0d0a9ea910e38f3f100f7931f), [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: +- Updated dependencies [[`b16291b`](https://github.com/heroui-inc/heroui/commit/b16291b2200229f0d0a9ea910e38f3f100f7931f), [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: - @heroui/form@2.1.4 - @heroui/use-aria-multiselect@2.4.2 - @heroui/use-aria-button@2.2.2 @@ -108,9 +108,9 @@ ### Patch Changes -- [#4255](https://github.com/frontio-ai/heroui/pull/4255) [`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) +- [#4255](https://github.com/heroui-inc/heroui/pull/4255) [`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) -- Updated dependencies [[`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: +- Updated dependencies [[`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: - @heroui/scroll-shadow@2.3.3 - @heroui/listbox@2.3.3 - @heroui/popover@2.3.3 @@ -122,9 +122,9 @@ ### Patch Changes -- [#4247](https://github.com/frontio-ai/heroui/pull/4247) [`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* +- [#4247](https://github.com/heroui-inc/heroui/pull/4247) [`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* -- Updated dependencies [[`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: +- Updated dependencies [[`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: - @heroui/scroll-shadow@2.3.2 - @heroui/listbox@2.3.2 - @heroui/popover@2.3.2 @@ -136,9 +136,9 @@ ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/form@2.1.1 - @heroui/listbox@2.3.1 - @heroui/popover@2.3.1 @@ -156,7 +156,7 @@ ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -182,17 +182,17 @@ ### Patch Changes -- [#4207](https://github.com/frontio-ai/heroui/pull/4207) [`6bc616c`](https://github.com/frontio-ai/heroui/commit/6bc616caea948431d05eec33c1784e0560524e97) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix the "forwardRef render functions accept exactly two parameters: props and ref. Did you forget to use the ref parameter?" on next.js by changing the way we manage collection base components refs +- [#4207](https://github.com/heroui-inc/heroui/pull/4207) [`6bc616c`](https://github.com/heroui-inc/heroui/commit/6bc616caea948431d05eec33c1784e0560524e97) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix the "forwardRef render functions accept exactly two parameters: props and ref. Did you forget to use the ref parameter?" on next.js by changing the way we manage collection base components refs -- [#4214](https://github.com/frontio-ai/heroui/pull/4214) [`af0d20d`](https://github.com/frontio-ai/heroui/commit/af0d20d807311b98a49218cb10faff0972a7d2fa) Thanks [@jubar](https://github.com/jubar)! - Update the data-slot attribute of the Select component from "errorMessage" to "error-message" to maintain consistency across all components. +- [#4214](https://github.com/heroui-inc/heroui/pull/4214) [`af0d20d`](https://github.com/heroui-inc/heroui/commit/af0d20d807311b98a49218cb10faff0972a7d2fa) Thanks [@jubar](https://github.com/jubar)! - Update the data-slot attribute of the Select component from "errorMessage" to "error-message" to maintain consistency across all components. -- [#4224](https://github.com/frontio-ai/heroui/pull/4224) [`26e478d`](https://github.com/frontio-ai/heroui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Added form support to input-otp, change default validationBehavior to "native" to avoid breaking changes, and fix select with form +- [#4224](https://github.com/heroui-inc/heroui/pull/4224) [`26e478d`](https://github.com/heroui-inc/heroui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Added form support to input-otp, change default validationBehavior to "native" to avoid breaking changes, and fix select with form -- [#4226](https://github.com/frontio-ai/heroui/pull/4226) [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) +- [#4226](https://github.com/heroui-inc/heroui/pull/4226) [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) -- [#4219](https://github.com/frontio-ai/heroui/pull/4219) [`1855ba4`](https://github.com/frontio-ai/heroui/commit/1855ba4390186f701c793f76593f31a5dce6da70) Thanks [@Peterl561](https://github.com/Peterl561)! - add hideEmptyContent API to select +- [#4219](https://github.com/heroui-inc/heroui/pull/4219) [`1855ba4`](https://github.com/heroui-inc/heroui/commit/1855ba4390186f701c793f76593f31a5dce6da70) Thanks [@Peterl561](https://github.com/Peterl561)! - add hideEmptyContent API to select -- Updated dependencies [[`6bc616c`](https://github.com/frontio-ai/heroui/commit/6bc616caea948431d05eec33c1784e0560524e97), [`44958bf`](https://github.com/frontio-ai/heroui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8), [`26e478d`](https://github.com/frontio-ai/heroui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52), [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`1855ba4`](https://github.com/frontio-ai/heroui/commit/1855ba4390186f701c793f76593f31a5dce6da70), [`ffb1e55`](https://github.com/frontio-ai/heroui/commit/ffb1e554f7d6b5b1ede66d0838b3b1edeeccdf6b), [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201), [`44958bf`](https://github.com/frontio-ai/heroui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8)]: +- Updated dependencies [[`6bc616c`](https://github.com/heroui-inc/heroui/commit/6bc616caea948431d05eec33c1784e0560524e97), [`44958bf`](https://github.com/heroui-inc/heroui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8), [`26e478d`](https://github.com/heroui-inc/heroui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52), [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`1855ba4`](https://github.com/heroui-inc/heroui/commit/1855ba4390186f701c793f76593f31a5dce6da70), [`ffb1e55`](https://github.com/heroui-inc/heroui/commit/ffb1e554f7d6b5b1ede66d0838b3b1edeeccdf6b), [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201), [`44958bf`](https://github.com/heroui-inc/heroui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8)]: - @heroui/listbox@2.3.0 - @heroui/popover@2.3.0 - @heroui/use-aria-multiselect@2.4.0 @@ -210,7 +210,7 @@ ### Patch Changes -- Updated dependencies [[`004c4a4b3`](https://github.com/frontio-ai/heroui/commit/004c4a4b3e44477f148937b12bb542e4b27fd322), [`0b5ceb93c`](https://github.com/frontio-ai/heroui/commit/0b5ceb93ce098e5d76409190f2d57cd89c06b7e9)]: +- Updated dependencies [[`004c4a4b3`](https://github.com/heroui-inc/heroui/commit/004c4a4b3e44477f148937b12bb542e4b27fd322), [`0b5ceb93c`](https://github.com/heroui-inc/heroui/commit/0b5ceb93ce098e5d76409190f2d57cd89c06b7e9)]: - @heroui/shared-icons@2.0.10-beta.8 - @heroui/listbox@2.2.0-beta.14 - @heroui/popover@2.2.0-beta.12 @@ -232,9 +232,9 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/listbox@2.2.0-beta.12 - @heroui/popover@2.2.0-beta.11 - @heroui/scroll-shadow@2.2.0-beta.8 @@ -251,15 +251,15 @@ ### Patch Changes -- [#4082](https://github.com/frontio-ai/heroui/pull/4082) [`1e05a721f`](https://github.com/frontio-ai/heroui/commit/1e05a721f9ba25403c023023a1e3efa44ac3bb74) Thanks [@chirokas](https://github.com/chirokas)! - Fix Controlled IsInvalid Prop In Select +- [#4082](https://github.com/heroui-inc/heroui/pull/4082) [`1e05a721f`](https://github.com/heroui-inc/heroui/commit/1e05a721f9ba25403c023023a1e3efa44ac3bb74) Thanks [@chirokas](https://github.com/chirokas)! - Fix Controlled IsInvalid Prop In Select ## 2.3.0-beta.15 ### Patch Changes -- [#3036](https://github.com/frontio-ai/heroui/pull/3036) [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3036](https://github.com/heroui-inc/heroui/pull/3036) [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version -- Updated dependencies [[`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: +- Updated dependencies [[`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: - @heroui/listbox@2.2.0-beta.11 - @heroui/popover@2.2.0-beta.10 - @heroui/use-aria-button@2.1.0-beta.7 @@ -272,7 +272,7 @@ ### Patch Changes -- Updated dependencies [[`256d46277`](https://github.com/frontio-ai/heroui/commit/256d462771c19d6ca5b969d0ec44419fb560f0ac)]: +- Updated dependencies [[`256d46277`](https://github.com/heroui-inc/heroui/commit/256d462771c19d6ca5b969d0ec44419fb560f0ac)]: - @heroui/listbox@2.2.0-beta.10 - @heroui/popover@2.2.0-beta.9 - @heroui/scroll-shadow@2.2.0-beta.7 @@ -282,7 +282,7 @@ ### Patch Changes -- [#4126](https://github.com/frontio-ai/heroui/pull/4126) [`9e8beabab`](https://github.com/frontio-ai/heroui/commit/9e8beababea60dc499cc0989a0720fe25a10a823) Thanks [@tianenpang](https://github.com/tianenpang)! - Fix the label placement when the `Select` has a `placeholder` or `description`. +- [#4126](https://github.com/heroui-inc/heroui/pull/4126) [`9e8beabab`](https://github.com/heroui-inc/heroui/commit/9e8beababea60dc499cc0989a0720fe25a10a823) Thanks [@tianenpang](https://github.com/tianenpang)! - Fix the label placement when the `Select` has a `placeholder` or `description`. - Updated dependencies []: - @heroui/listbox@2.2.0-beta.9 @@ -304,7 +304,7 @@ ### Patch Changes -- Updated dependencies [[`b9d5d4925`](https://github.com/frontio-ai/heroui/commit/b9d5d492519778a4bf071748ec9f2b4e25d8373f)]: +- Updated dependencies [[`b9d5d4925`](https://github.com/heroui-inc/heroui/commit/b9d5d492519778a4bf071748ec9f2b4e25d8373f)]: - @heroui/listbox@2.2.0-beta.8 - @heroui/popover@2.2.0-beta.8 - @heroui/scroll-shadow@2.2.0-beta.7 @@ -314,9 +314,9 @@ ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/listbox@2.2.0-beta.7 - @heroui/popover@2.2.0-beta.8 - @heroui/scroll-shadow@2.2.0-beta.7 @@ -333,9 +333,9 @@ ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/listbox@2.2.0-beta.6 - @heroui/popover@2.2.0-beta.7 - @heroui/scroll-shadow@2.2.0-beta.6 @@ -352,9 +352,9 @@ ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/listbox@2.2.0-beta.5 - @heroui/popover@2.2.0-beta.6 - @heroui/scroll-shadow@2.2.0-beta.5 @@ -371,7 +371,7 @@ ### Patch Changes -- Updated dependencies [[`0f55c491b`](https://github.com/frontio-ai/heroui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]: +- Updated dependencies [[`0f55c491b`](https://github.com/heroui-inc/heroui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]: - @heroui/shared-icons@2.0.10-beta.3 - @heroui/listbox@2.2.0-beta.4 - @heroui/popover@2.2.0-beta.5 @@ -382,7 +382,7 @@ ### Patch Changes -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/shared-utils@2.0.9-beta.4 - @heroui/listbox@2.2.0-beta.4 - @heroui/popover@2.2.0-beta.5 @@ -395,9 +395,9 @@ ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/listbox@2.2.0-beta.3 - @heroui/popover@2.2.0-beta.4 - @heroui/scroll-shadow@2.2.0-beta.3 @@ -414,9 +414,9 @@ ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/listbox@2.2.0-beta.2 - @heroui/popover@2.2.0-beta.3 - @heroui/scroll-shadow@2.2.0-beta.2 @@ -433,14 +433,14 @@ ### Patch Changes -- Updated dependencies [[`563c1585a`](https://github.com/frontio-ai/heroui/commit/563c1585a3c1a32e8272ec4641cfabeaaac3296c)]: +- Updated dependencies [[`563c1585a`](https://github.com/heroui-inc/heroui/commit/563c1585a3c1a32e8272ec4641cfabeaaac3296c)]: - @heroui/popover@2.2.0-beta.2 ## 2.3.0-beta.2 ### Patch Changes -- [#3966](https://github.com/frontio-ai/heroui/pull/3966) [`a2d653137`](https://github.com/frontio-ai/heroui/commit/a2d653137d61465a88dfa3830bb3a44e3a7faa87) Thanks [@mstfblci](https://github.com/mstfblci)! - - Fixed a UI sliding issue caused by the helper wrapper being rendered when `isInvalid` was false but `errorMessage` was present +- [#3966](https://github.com/heroui-inc/heroui/pull/3966) [`a2d653137`](https://github.com/heroui-inc/heroui/commit/a2d653137d61465a88dfa3830bb3a44e3a7faa87) Thanks [@mstfblci](https://github.com/mstfblci)! - - Fixed a UI sliding issue caused by the helper wrapper being rendered when `isInvalid` was false but `errorMessage` was present - Updated dependencies []: - @heroui/popover@2.2.0-beta.1 @@ -450,9 +450,9 @@ ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/listbox@2.2.0-beta.1 - @heroui/popover@2.2.0-beta.1 - @heroui/scroll-shadow@2.2.0-beta.1 @@ -468,15 +468,15 @@ ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ### Patch Changes -- [#3853](https://github.com/frontio-ai/heroui/pull/3853) [`488a18f52`](https://github.com/frontio-ai/heroui/commit/488a18f525465817ce56e81db8e502399a7572b7) Thanks [@macci001](https://github.com/macci001)! - update label placement in Select to use `shouldLabelBeOutside` instead of `isOutsideLeft`, resolving multiline label placement issues (#3841). +- [#3853](https://github.com/heroui-inc/heroui/pull/3853) [`488a18f52`](https://github.com/heroui-inc/heroui/commit/488a18f525465817ce56e81db8e502399a7572b7) Thanks [@macci001](https://github.com/macci001)! - update label placement in Select to use `shouldLabelBeOutside` instead of `isOutsideLeft`, resolving multiline label placement issues (#3841). -- [#3523](https://github.com/frontio-ai/heroui/pull/3523) [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - update `framer-motion` versions +- [#3523](https://github.com/heroui-inc/heroui/pull/3523) [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - update `framer-motion` versions -- Updated dependencies [[`0cf91395c`](https://github.com/frontio-ai/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`a2e562b03`](https://github.com/frontio-ai/heroui/commit/a2e562b03f79b52b0b35f07104b3585ea05e2cb6), [`781b85566`](https://github.com/frontio-ai/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/frontio-ai/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/frontio-ai/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/frontio-ai/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/frontio-ai/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/frontio-ai/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/frontio-ai/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/frontio-ai/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/frontio-ai/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`9f6839faf`](https://github.com/frontio-ai/heroui/commit/9f6839faf9fe05c766571bcb71028bd3236d6e3a), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/frontio-ai/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/frontio-ai/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: +- Updated dependencies [[`0cf91395c`](https://github.com/heroui-inc/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`a2e562b03`](https://github.com/heroui-inc/heroui/commit/a2e562b03f79b52b0b35f07104b3585ea05e2cb6), [`781b85566`](https://github.com/heroui-inc/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/heroui-inc/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/heroui-inc/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/heroui-inc/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/heroui-inc/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/heroui-inc/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/heroui-inc/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/heroui-inc/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/heroui-inc/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`9f6839faf`](https://github.com/heroui-inc/heroui/commit/9f6839faf9fe05c766571bcb71028bd3236d6e3a), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/heroui-inc/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/heroui-inc/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: - @heroui/theme@2.3.0-beta.0 - @heroui/listbox@2.2.0-beta.0 - @heroui/popover@2.2.0-beta.0 @@ -493,9 +493,9 @@ ### Patch Changes -- [#3759](https://github.com/frontio-ai/heroui/pull/3759) [`229388422`](https://github.com/frontio-ai/heroui/commit/2293884229541e363b1983fea88ba6e3bee6be14) Thanks [@wingkwong](https://github.com/wingkwong)! - rollback pr3467. rescheduled to v2.5.0. +- [#3759](https://github.com/heroui-inc/heroui/pull/3759) [`229388422`](https://github.com/heroui-inc/heroui/commit/2293884229541e363b1983fea88ba6e3bee6be14) Thanks [@wingkwong](https://github.com/wingkwong)! - rollback pr3467. rescheduled to v2.5.0. -- Updated dependencies [[`4c01d1824`](https://github.com/frontio-ai/heroui/commit/4c01d1824d4dde22d89232968a3a4c48fe04678f), [`229388422`](https://github.com/frontio-ai/heroui/commit/2293884229541e363b1983fea88ba6e3bee6be14)]: +- Updated dependencies [[`4c01d1824`](https://github.com/heroui-inc/heroui/commit/4c01d1824d4dde22d89232968a3a4c48fe04678f), [`229388422`](https://github.com/heroui-inc/heroui/commit/2293884229541e363b1983fea88ba6e3bee6be14)]: - @heroui/popover@2.1.29 - @heroui/use-aria-multiselect@2.2.5 - @heroui/aria-utils@2.0.26 @@ -507,13 +507,13 @@ ### Patch Changes -- [#3568](https://github.com/frontio-ai/heroui/pull/3568) [`5c8cc7a42`](https://github.com/frontio-ai/heroui/commit/5c8cc7a42d1e7a7957c0273ab21555f01d5bac8f) Thanks [@sohan01fw](https://github.com/sohan01fw)! - Fixed toggle issue while clicking on label of select component unexpectedly open and close the model instantly. The removal of code block containing `group-data-[filled=true]:pointer-events-auto` prevent from any unwanted user interactions and resolve the flickering issue (#3558) +- [#3568](https://github.com/heroui-inc/heroui/pull/3568) [`5c8cc7a42`](https://github.com/heroui-inc/heroui/commit/5c8cc7a42d1e7a7957c0273ab21555f01d5bac8f) Thanks [@sohan01fw](https://github.com/sohan01fw)! - Fixed toggle issue while clicking on label of select component unexpectedly open and close the model instantly. The removal of code block containing `group-data-[filled=true]:pointer-events-auto` prevent from any unwanted user interactions and resolve the flickering issue (#3558) -- [#3598](https://github.com/frontio-ai/heroui/pull/3598) [`74792f7bf`](https://github.com/frontio-ai/heroui/commit/74792f7bff9ffe735d3954e01b5383d969a51caf) Thanks [@wingkwong](https://github.com/wingkwong)! - added missing onChange when there are more than 300 items (#3455) +- [#3598](https://github.com/heroui-inc/heroui/pull/3598) [`74792f7bf`](https://github.com/heroui-inc/heroui/commit/74792f7bff9ffe735d3954e01b5383d969a51caf) Thanks [@wingkwong](https://github.com/wingkwong)! - added missing onChange when there are more than 300 items (#3455) -- [#3467](https://github.com/frontio-ai/heroui/pull/3467) [`123b7fbc9`](https://github.com/frontio-ai/heroui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae) Thanks [@chirokas](https://github.com/chirokas)! - Refactor overlays to reduce its complexity, while improving stability. +- [#3467](https://github.com/heroui-inc/heroui/pull/3467) [`123b7fbc9`](https://github.com/heroui-inc/heroui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae) Thanks [@chirokas](https://github.com/chirokas)! - Refactor overlays to reduce its complexity, while improving stability. -- Updated dependencies [[`123b7fbc9`](https://github.com/frontio-ai/heroui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae), [`d621b2923`](https://github.com/frontio-ai/heroui/commit/d621b2923e7c90e73bea996e5918b744223e896c), [`19c331be7`](https://github.com/frontio-ai/heroui/commit/19c331be75f1d03048c7b2dc92c2c9b62865cc11), [`f36df4362`](https://github.com/frontio-ai/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: +- Updated dependencies [[`123b7fbc9`](https://github.com/heroui-inc/heroui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae), [`d621b2923`](https://github.com/heroui-inc/heroui/commit/d621b2923e7c90e73bea996e5918b744223e896c), [`19c331be7`](https://github.com/heroui-inc/heroui/commit/19c331be75f1d03048c7b2dc92c2c9b62865cc11), [`f36df4362`](https://github.com/heroui-inc/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: - @heroui/popover@2.1.28 - @heroui/use-aria-multiselect@2.2.4 - @heroui/listbox@2.1.26 @@ -526,9 +526,9 @@ ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/listbox@2.1.25 - @heroui/popover@2.1.27 - @heroui/scroll-shadow@2.1.19 @@ -556,13 +556,13 @@ ### Patch Changes -- [#3336](https://github.com/frontio-ai/heroui/pull/3336) [`0cdfdb48b`](https://github.com/frontio-ai/heroui/commit/0cdfdb48bcb7eecb752fc6a3033d3bdd2335872b) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix onSelectionChange type incorrect (#2512) +- [#3336](https://github.com/heroui-inc/heroui/pull/3336) [`0cdfdb48b`](https://github.com/heroui-inc/heroui/commit/0cdfdb48bcb7eecb752fc6a3033d3bdd2335872b) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix onSelectionChange type incorrect (#2512) -- [#3374](https://github.com/frontio-ai/heroui/pull/3374) [`7cc1bd78a`](https://github.com/frontio-ai/heroui/commit/7cc1bd78a30045f2e4370df5738ec3e4ae3933f3) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed select closing issue with selector button (#3276) +- [#3374](https://github.com/heroui-inc/heroui/pull/3374) [`7cc1bd78a`](https://github.com/heroui-inc/heroui/commit/7cc1bd78a30045f2e4370df5738ec3e4ae3933f3) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed select closing issue with selector button (#3276) -- [#3368](https://github.com/frontio-ai/heroui/pull/3368) [`1cd64b2e2`](https://github.com/frontio-ai/heroui/commit/1cd64b2e2e7b0abeac1933ae58e0de997ba78fc4) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Fixed import HiddenSelect and UseSelectProps (#3356) +- [#3368](https://github.com/heroui-inc/heroui/pull/3368) [`1cd64b2e2`](https://github.com/heroui-inc/heroui/commit/1cd64b2e2e7b0abeac1933ae58e0de997ba78fc4) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Fixed import HiddenSelect and UseSelectProps (#3356) -- Updated dependencies [[`60bb09fe6`](https://github.com/frontio-ai/heroui/commit/60bb09fe6455475a16225e776348e9acf0537f9b), [`0462dde0a`](https://github.com/frontio-ai/heroui/commit/0462dde0a752e5ee5341c372834be5496296a6cc), [`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49), [`444d320db`](https://github.com/frontio-ai/heroui/commit/444d320dbc146399eb937c219ce983d427675425)]: +- Updated dependencies [[`60bb09fe6`](https://github.com/heroui-inc/heroui/commit/60bb09fe6455475a16225e776348e9acf0537f9b), [`0462dde0a`](https://github.com/heroui-inc/heroui/commit/0462dde0a752e5ee5341c372834be5496296a6cc), [`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49), [`444d320db`](https://github.com/heroui-inc/heroui/commit/444d320dbc146399eb937c219ce983d427675425)]: - @heroui/aria-utils@2.0.22 - @heroui/popover@2.1.25 - @heroui/shared-utils@2.0.6 @@ -575,13 +575,13 @@ ### Patch Changes -- [#3177](https://github.com/frontio-ai/heroui/pull/3177) [`a0d6a77ef`](https://github.com/frontio-ai/heroui/commit/a0d6a77efbe917df406bb309cbd1750629534eaf) Thanks [@wingkwong](https://github.com/wingkwong)! - Add missing `data-invalid` attribute (#3149) +- [#3177](https://github.com/heroui-inc/heroui/pull/3177) [`a0d6a77ef`](https://github.com/heroui-inc/heroui/commit/a0d6a77efbe917df406bb309cbd1750629534eaf) Thanks [@wingkwong](https://github.com/wingkwong)! - Add missing `data-invalid` attribute (#3149) -- [#3240](https://github.com/frontio-ai/heroui/pull/3240) [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies +- [#3240](https://github.com/heroui-inc/heroui/pull/3240) [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies -- [#3157](https://github.com/frontio-ai/heroui/pull/3157) [`a06422f37`](https://github.com/frontio-ai/heroui/commit/a06422f373a13a0cf9f5fada394dec4739ee57e3) Thanks [@wingkwong](https://github.com/wingkwong)! - set empty string instead of undefined for unsetting value (#3156) +- [#3157](https://github.com/heroui-inc/heroui/pull/3157) [`a06422f37`](https://github.com/heroui-inc/heroui/commit/a06422f373a13a0cf9f5fada394dec4739ee57e3) Thanks [@wingkwong](https://github.com/wingkwong)! - set empty string instead of undefined for unsetting value (#3156) -- Updated dependencies [[`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`3500147d7`](https://github.com/frontio-ai/heroui/commit/3500147d7fbe53bc01ae24749fdeaf87c37c0d12), [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`b9bb06ff3`](https://github.com/frontio-ai/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: +- Updated dependencies [[`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`3500147d7`](https://github.com/heroui-inc/heroui/commit/3500147d7fbe53bc01ae24749fdeaf87c37c0d12), [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`b9bb06ff3`](https://github.com/heroui-inc/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: - @heroui/popover@2.1.24 - @heroui/aria-utils@2.0.21 - @heroui/shared-icons@2.0.8 @@ -596,9 +596,9 @@ ### Patch Changes -- [#3119](https://github.com/frontio-ai/heroui/pull/3119) [`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` +- [#3119](https://github.com/heroui-inc/heroui/pull/3119) [`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` -- Updated dependencies [[`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: +- Updated dependencies [[`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: - @heroui/listbox@2.1.21 - @heroui/popover@2.1.23 - @heroui/use-aria-button@2.0.8 @@ -611,23 +611,23 @@ ### Minor Changes -- [#2987](https://github.com/frontio-ai/heroui/pull/2987) [`540aa2124`](https://github.com/frontio-ai/heroui/commit/540aa2124b45b65a40e73f5aea2b90405fe1fe9a) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Change validationBehavior from native to aria by default, with the option to change via props. +- [#2987](https://github.com/heroui-inc/heroui/pull/2987) [`540aa2124`](https://github.com/heroui-inc/heroui/commit/540aa2124b45b65a40e73f5aea2b90405fe1fe9a) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Change validationBehavior from native to aria by default, with the option to change via props. ### Patch Changes -- [#2854](https://github.com/frontio-ai/heroui/pull/2854) [`3b14c21e0`](https://github.com/frontio-ai/heroui/commit/3b14c21e02fedf15d7d22e911109dac60c4e780e) Thanks [@wingkwong](https://github.com/wingkwong)! - Revise popover-based focus behaviours (#2849, #2834, #2779, #2962, #2872, #2974, #1920, #1287, #3060) +- [#2854](https://github.com/heroui-inc/heroui/pull/2854) [`3b14c21e0`](https://github.com/heroui-inc/heroui/commit/3b14c21e02fedf15d7d22e911109dac60c4e780e) Thanks [@wingkwong](https://github.com/wingkwong)! - Revise popover-based focus behaviours (#2849, #2834, #2779, #2962, #2872, #2974, #1920, #1287, #3060) -- [#2953](https://github.com/frontio-ai/heroui/pull/2953) [`c8f792ccd`](https://github.com/frontio-ai/heroui/commit/c8f792ccd78a80000e6f5b15e6f22cac947fd531) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Fix update type definition to prevent primitive values as items (#2938) +- [#2953](https://github.com/heroui-inc/heroui/pull/2953) [`c8f792ccd`](https://github.com/heroui-inc/heroui/commit/c8f792ccd78a80000e6f5b15e6f22cac947fd531) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Fix update type definition to prevent primitive values as items (#2938) -- [#2937](https://github.com/frontio-ai/heroui/pull/2937) [`a2133009f`](https://github.com/frontio-ai/heroui/commit/a2133009f73aa728a0e5deeb9b742aa1defd4de2) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Fix onSelectionChange can handle number (#2926) +- [#2937](https://github.com/heroui-inc/heroui/pull/2937) [`a2133009f`](https://github.com/heroui-inc/heroui/commit/a2133009f73aa728a0e5deeb9b742aa1defd4de2) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Fix onSelectionChange can handle number (#2926) -- [#3081](https://github.com/frontio-ai/heroui/pull/3081) [`31bfaebe2`](https://github.com/frontio-ai/heroui/commit/31bfaebe2c53b0a3b9d18c65db4089e6044fe9dc) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Fix: display placeholder text when unselected for controlled (#3062) +- [#3081](https://github.com/heroui-inc/heroui/pull/3081) [`31bfaebe2`](https://github.com/heroui-inc/heroui/commit/31bfaebe2c53b0a3b9d18c65db4089e6044fe9dc) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Fix: display placeholder text when unselected for controlled (#3062) -- [#2929](https://github.com/frontio-ai/heroui/pull/2929) [`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. +- [#2929](https://github.com/heroui-inc/heroui/pull/2929) [`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. -- [#3013](https://github.com/frontio-ai/heroui/pull/3013) [`06ecd213c`](https://github.com/frontio-ai/heroui/commit/06ecd213cf85db2dfaa5fc26c1fed62dcb5fbc85) Thanks [@kosmotema](https://github.com/kosmotema)! - make the VisuallyHidden `elementType` as span when the default parent element accepts only phrasing elements +- [#3013](https://github.com/heroui-inc/heroui/pull/3013) [`06ecd213c`](https://github.com/heroui-inc/heroui/commit/06ecd213cf85db2dfaa5fc26c1fed62dcb5fbc85) Thanks [@kosmotema](https://github.com/kosmotema)! - make the VisuallyHidden `elementType` as span when the default parent element accepts only phrasing elements -- Updated dependencies [[`3b14c21e0`](https://github.com/frontio-ai/heroui/commit/3b14c21e02fedf15d7d22e911109dac60c4e780e), [`c8f792ccd`](https://github.com/frontio-ai/heroui/commit/c8f792ccd78a80000e6f5b15e6f22cac947fd531), [`a2133009f`](https://github.com/frontio-ai/heroui/commit/a2133009f73aa728a0e5deeb9b742aa1defd4de2), [`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2), [`540aa2124`](https://github.com/frontio-ai/heroui/commit/540aa2124b45b65a40e73f5aea2b90405fe1fe9a)]: +- Updated dependencies [[`3b14c21e0`](https://github.com/heroui-inc/heroui/commit/3b14c21e02fedf15d7d22e911109dac60c4e780e), [`c8f792ccd`](https://github.com/heroui-inc/heroui/commit/c8f792ccd78a80000e6f5b15e6f22cac947fd531), [`a2133009f`](https://github.com/heroui-inc/heroui/commit/a2133009f73aa728a0e5deeb9b742aa1defd4de2), [`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2), [`540aa2124`](https://github.com/heroui-inc/heroui/commit/540aa2124b45b65a40e73f5aea2b90405fe1fe9a)]: - @heroui/popover@2.1.22 - @heroui/aria-utils@2.0.19 - @heroui/listbox@2.1.20 @@ -649,7 +649,7 @@ ### Patch Changes -- Updated dependencies [[`183a4a6cf`](https://github.com/frontio-ai/heroui/commit/183a4a6cfda193a076a4a30550ab93b72d51002d), [`eccc2f2f3`](https://github.com/frontio-ai/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: +- Updated dependencies [[`183a4a6cf`](https://github.com/heroui-inc/heroui/commit/183a4a6cfda193a076a4a30550ab93b72d51002d), [`eccc2f2f3`](https://github.com/heroui-inc/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: - @heroui/popover@2.1.20 - @heroui/aria-utils@2.0.18 - @heroui/react-utils@2.0.13 @@ -661,14 +661,14 @@ ### Patch Changes -- Updated dependencies [[`9e5dd8ce3`](https://github.com/frontio-ai/heroui/commit/9e5dd8ce37c94c9ca1ba7b2049a6e55f1803fee9)]: +- Updated dependencies [[`9e5dd8ce3`](https://github.com/heroui-inc/heroui/commit/9e5dd8ce37c94c9ca1ba7b2049a6e55f1803fee9)]: - @heroui/popover@2.1.19 ## 2.1.24 ### Patch Changes -- Updated dependencies [[`f89356691`](https://github.com/frontio-ai/heroui/commit/f89356691cecb8e54f5f820b2b4491537e7c11f3)]: +- Updated dependencies [[`f89356691`](https://github.com/heroui-inc/heroui/commit/f89356691cecb8e54f5f820b2b4491537e7c11f3)]: - @heroui/popover@2.1.18 ## 2.1.23 @@ -687,11 +687,11 @@ ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fixed the issue where only two keyframes were supported with spring and inertia animations. +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fixed the issue where only two keyframes were supported with spring and inertia animations. -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added @@ -700,19 +700,19 @@ - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- [#2556](https://github.com/frontio-ai/heroui/pull/2556) [`888d86184`](https://github.com/frontio-ai/heroui/commit/888d8618410741c7e00500ee812c6431e5239877) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed isFilled & hasValue logic for state.selectedItems in select +- [#2556](https://github.com/heroui-inc/heroui/pull/2556) [`888d86184`](https://github.com/heroui-inc/heroui/commit/888d8618410741c7e00500ee812c6431e5239877) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed isFilled & hasValue logic for state.selectedItems in select -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fixed the bug of positioning the label in the `Select` component if the description field was used +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fixed the bug of positioning the label in the `Select` component if the description field was used -- [#2485](https://github.com/frontio-ai/heroui/pull/2485) [`aab1f19a9`](https://github.com/frontio-ai/heroui/commit/aab1f19a96f0b07ee064bb1ccbdc782bd288fd8a) Thanks [@mrbadri](https://github.com/mrbadri)! - add RTL support to the select component +- [#2485](https://github.com/heroui-inc/heroui/pull/2485) [`aab1f19a9`](https://github.com/heroui-inc/heroui/commit/aab1f19a96f0b07ee064bb1ccbdc782bd288fd8a) Thanks [@mrbadri](https://github.com/mrbadri)! - add RTL support to the select component -- [#2536](https://github.com/frontio-ai/heroui/pull/2536) [`2b9f89023`](https://github.com/frontio-ai/heroui/commit/2b9f89023ac087016083dcc205703ae1b2bc9cb8) Thanks [@wingkwong](https://github.com/wingkwong)! - revise shouldCloseOnInteractOutside for FreeSoloPopover +- [#2536](https://github.com/heroui-inc/heroui/pull/2536) [`2b9f89023`](https://github.com/heroui-inc/heroui/commit/2b9f89023ac087016083dcc205703ae1b2bc9cb8) Thanks [@wingkwong](https://github.com/wingkwong)! - revise shouldCloseOnInteractOutside for FreeSoloPopover -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fixed react-hook-form uncontrolled components (#1969) +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fixed react-hook-form uncontrolled components (#1969) -- [#2649](https://github.com/frontio-ai/heroui/pull/2649) [`e45843255`](https://github.com/frontio-ai/heroui/commit/e4584325504fd728cb7177dd2619f1083d80819c) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed Disabled Select Allows Changes Using Blur + Keyboard (#2345) +- [#2649](https://github.com/heroui-inc/heroui/pull/2649) [`e45843255`](https://github.com/heroui-inc/heroui/commit/e4584325504fd728cb7177dd2619f1083d80819c) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed Disabled Select Allows Changes Using Blur + Keyboard (#2345) -- Updated dependencies [[`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`a05aef0ac`](https://github.com/frontio-ai/heroui/commit/a05aef0acb5a7b000c8131e8ba4f50f0adec01e5), [`a60c2d7b2`](https://github.com/frontio-ai/heroui/commit/a60c2d7b22b3335084b4a846f9d39f00751e8c24), [`2b9f89023`](https://github.com/frontio-ai/heroui/commit/2b9f89023ac087016083dcc205703ae1b2bc9cb8), [`c5049edfd`](https://github.com/frontio-ai/heroui/commit/c5049edfde7edaee2081d70e581739be9dcae2f9), [`abf532b54`](https://github.com/frontio-ai/heroui/commit/abf532b548235689fb37a3e79f07776ff52f6caf), [`8761168d3`](https://github.com/frontio-ai/heroui/commit/8761168d3459cd83ce571f4e65eb8ea6db8516ef), [`eb51bf226`](https://github.com/frontio-ai/heroui/commit/eb51bf226170e4bb37ae30990d1c3aa26d8c504b), [`7263daca0`](https://github.com/frontio-ai/heroui/commit/7263daca08674338eb28529315070337ba0dfc17), [`2894aecca`](https://github.com/frontio-ai/heroui/commit/2894aecca1a2ef0dfb3066b9b8df24ce48c99dae)]: +- Updated dependencies [[`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`a05aef0ac`](https://github.com/heroui-inc/heroui/commit/a05aef0acb5a7b000c8131e8ba4f50f0adec01e5), [`a60c2d7b2`](https://github.com/heroui-inc/heroui/commit/a60c2d7b22b3335084b4a846f9d39f00751e8c24), [`2b9f89023`](https://github.com/heroui-inc/heroui/commit/2b9f89023ac087016083dcc205703ae1b2bc9cb8), [`c5049edfd`](https://github.com/heroui-inc/heroui/commit/c5049edfde7edaee2081d70e581739be9dcae2f9), [`abf532b54`](https://github.com/heroui-inc/heroui/commit/abf532b548235689fb37a3e79f07776ff52f6caf), [`8761168d3`](https://github.com/heroui-inc/heroui/commit/8761168d3459cd83ce571f4e65eb8ea6db8516ef), [`eb51bf226`](https://github.com/heroui-inc/heroui/commit/eb51bf226170e4bb37ae30990d1c3aa26d8c504b), [`7263daca0`](https://github.com/heroui-inc/heroui/commit/7263daca08674338eb28529315070337ba0dfc17), [`2894aecca`](https://github.com/heroui-inc/heroui/commit/2894aecca1a2ef0dfb3066b9b8df24ce48c99dae)]: - @heroui/listbox@2.1.17 - @heroui/popover@2.1.16 - @heroui/scroll-shadow@2.1.14 @@ -729,9 +729,9 @@ ### Patch Changes -- [#2028](https://github.com/frontio-ai/heroui/pull/2028) [`0ba165f0f`](https://github.com/frontio-ai/heroui/commit/0ba165f0fd2257f5b8302b32a9f5eb1ecde8d890) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1979 labelPlacement is outside when not having a label for input, autocomplete and select components. +- [#2028](https://github.com/heroui-inc/heroui/pull/2028) [`0ba165f0f`](https://github.com/heroui-inc/heroui/commit/0ba165f0fd2257f5b8302b32a9f5eb1ecde8d890) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1979 labelPlacement is outside when not having a label for input, autocomplete and select components. -- Updated dependencies [[`d8b0ef528`](https://github.com/frontio-ai/heroui/commit/d8b0ef528b341b25c2032fdc4530956d1d15a5ba), [`0b5cde7bc`](https://github.com/frontio-ai/heroui/commit/0b5cde7bc4fc71231eb117f44052db2efdbdc595), [`a235e324b`](https://github.com/frontio-ai/heroui/commit/a235e324b9ee0c7d4f6af23b086860ac112ff633), [`01aedcf09`](https://github.com/frontio-ai/heroui/commit/01aedcf09b63daafef9ff5e0465040c0c91c809e)]: +- Updated dependencies [[`d8b0ef528`](https://github.com/heroui-inc/heroui/commit/d8b0ef528b341b25c2032fdc4530956d1d15a5ba), [`0b5cde7bc`](https://github.com/heroui-inc/heroui/commit/0b5cde7bc4fc71231eb117f44052db2efdbdc595), [`a235e324b`](https://github.com/heroui-inc/heroui/commit/a235e324b9ee0c7d4f6af23b086860ac112ff633), [`01aedcf09`](https://github.com/heroui-inc/heroui/commit/01aedcf09b63daafef9ff5e0465040c0c91c809e)]: - @heroui/use-aria-multiselect@2.1.4 - @heroui/spinner@2.0.25 - @heroui/popover@2.1.15 @@ -753,7 +753,7 @@ ### Patch Changes -- Updated dependencies [[`9189b3fbf`](https://github.com/frontio-ai/heroui/commit/9189b3fbf2d6d6cc6566009c71b37d5fcc566291)]: +- Updated dependencies [[`9189b3fbf`](https://github.com/heroui-inc/heroui/commit/9189b3fbf2d6d6cc6566009c71b37d5fcc566291)]: - @heroui/shared-icons@2.0.6 - @heroui/listbox@2.1.15 - @heroui/popover@2.1.13 @@ -765,9 +765,9 @@ ### Patch Changes -- [#1914](https://github.com/frontio-ai/heroui/pull/1914) [`7f6218b97`](https://github.com/frontio-ai/heroui/commit/7f6218b97860d267f5208134948dfeadd04505d1) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1910 multiline select fixed, style improved. +- [#1914](https://github.com/heroui-inc/heroui/pull/1914) [`7f6218b97`](https://github.com/heroui-inc/heroui/commit/7f6218b97860d267f5208134948dfeadd04505d1) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1910 multiline select fixed, style improved. -- Updated dependencies [[`135cc21e6`](https://github.com/frontio-ai/heroui/commit/135cc21e6f0f2bee1f19e7e5799b6cea8179b7f5)]: +- Updated dependencies [[`135cc21e6`](https://github.com/heroui-inc/heroui/commit/135cc21e6f0f2bee1f19e7e5799b6cea8179b7f5)]: - @heroui/listbox@2.1.14 - @heroui/popover@2.1.12 - @heroui/scroll-shadow@2.1.12 @@ -777,7 +777,7 @@ ### Patch Changes -- [#1901](https://github.com/frontio-ai/heroui/pull/1901) [`6a6d426b1`](https://github.com/frontio-ai/heroui/commit/6a6d426b10fa7f92dfb20611e261347027393193) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Label position changed for Select and Input, this avoids to break the layout when having long descriptions and no placeholder +- [#1901](https://github.com/heroui-inc/heroui/pull/1901) [`6a6d426b1`](https://github.com/heroui-inc/heroui/commit/6a6d426b10fa7f92dfb20611e261347027393193) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Label position changed for Select and Input, this avoids to break the layout when having long descriptions and no placeholder - Input/Select styles improved, label opacity removed - Updated dependencies []: - @heroui/popover@2.1.12 @@ -789,9 +789,9 @@ ### Patch Changes -- [#1877](https://github.com/frontio-ai/heroui/pull/1877) [`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range +- [#1877](https://github.com/heroui-inc/heroui/pull/1877) [`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range -- Updated dependencies [[`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648)]: +- Updated dependencies [[`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648)]: - @heroui/scroll-shadow@2.1.12 - @heroui/listbox@2.1.13 - @heroui/popover@2.1.12 @@ -802,9 +802,9 @@ ### Patch Changes -- [#1874](https://github.com/frontio-ai/heroui/pull/1874) [`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. +- [#1874](https://github.com/heroui-inc/heroui/pull/1874) [`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. -- Updated dependencies [[`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0)]: +- Updated dependencies [[`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0)]: - @heroui/scroll-shadow@2.1.11 - @heroui/listbox@2.1.12 - @heroui/popover@2.1.11 @@ -816,9 +816,9 @@ ### Patch Changes -- [#1869](https://github.com/frontio-ai/heroui/pull/1869) [`e84158db6`](https://github.com/frontio-ai/heroui/commit/e84158db620954b0f1d71206acbf3d46f43b0b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Select without label position fixed +- [#1869](https://github.com/heroui-inc/heroui/pull/1869) [`e84158db6`](https://github.com/heroui-inc/heroui/commit/e84158db620954b0f1d71206acbf3d46f43b0b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Select without label position fixed - Input helperWrapper slot is now relative to its parent -- Updated dependencies [[`e84158db6`](https://github.com/frontio-ai/heroui/commit/e84158db620954b0f1d71206acbf3d46f43b0b89)]: +- Updated dependencies [[`e84158db6`](https://github.com/heroui-inc/heroui/commit/e84158db620954b0f1d71206acbf3d46f43b0b89)]: - @heroui/theme@2.1.12 - @heroui/popover@2.1.10 - @heroui/listbox@2.1.11 @@ -829,9 +829,9 @@ ### Patch Changes -- [#1865](https://github.com/frontio-ai/heroui/pull/1865) [`1fd5049f5`](https://github.com/frontio-ai/heroui/commit/1fd5049f5a0b852862e8ca1816f1e83507fdd8b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix multiline select and inputs with description/errorMessage +- [#1865](https://github.com/heroui-inc/heroui/pull/1865) [`1fd5049f5`](https://github.com/heroui-inc/heroui/commit/1fd5049f5a0b852862e8ca1816f1e83507fdd8b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix multiline select and inputs with description/errorMessage -- Updated dependencies [[`1fd5049f5`](https://github.com/frontio-ai/heroui/commit/1fd5049f5a0b852862e8ca1816f1e83507fdd8b5)]: +- Updated dependencies [[`1fd5049f5`](https://github.com/heroui-inc/heroui/commit/1fd5049f5a0b852862e8ca1816f1e83507fdd8b5)]: - @heroui/theme@2.1.11 - @heroui/listbox@2.1.11 - @heroui/popover@2.1.10 @@ -842,9 +842,9 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/listbox@2.1.11 - @heroui/popover@2.1.10 - @heroui/scroll-shadow@2.1.10 @@ -862,9 +862,9 @@ ### Patch Changes -- [#1631](https://github.com/frontio-ai/heroui/pull/1631) [`425a034bc`](https://github.com/frontio-ai/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - validationState prop deprecated, "isInvalid" prop adjusted, invalid checkbox and radios state improved +- [#1631](https://github.com/heroui-inc/heroui/pull/1631) [`425a034bc`](https://github.com/heroui-inc/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - validationState prop deprecated, "isInvalid" prop adjusted, invalid checkbox and radios state improved -- Updated dependencies [[`3aa86423a`](https://github.com/frontio-ai/heroui/commit/3aa86423aa4b0c56d2e14772bc081f98a5fbdb05), [`425a034bc`](https://github.com/frontio-ai/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: +- Updated dependencies [[`3aa86423a`](https://github.com/heroui-inc/heroui/commit/3aa86423aa4b0c56d2e14772bc081f98a5fbdb05), [`425a034bc`](https://github.com/heroui-inc/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: - @heroui/listbox@2.1.10 - @heroui/theme@2.1.9 - @heroui/popover@2.1.9 @@ -878,11 +878,11 @@ ### Patch Changes -- [`8b3998909`](https://github.com/frontio-ai/heroui/commit/8b39989090d9cd577e886edde01b081d37e65bb7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Exported types fixed +- [`8b3998909`](https://github.com/heroui-inc/heroui/commit/8b39989090d9cd577e886edde01b081d37e65bb7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Exported types fixed -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy -- Updated dependencies [[`8b3998909`](https://github.com/frontio-ai/heroui/commit/8b39989090d9cd577e886edde01b081d37e65bb7), [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: +- Updated dependencies [[`8b3998909`](https://github.com/heroui-inc/heroui/commit/8b39989090d9cd577e886edde01b081d37e65bb7), [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: - @heroui/use-aria-multiselect@2.1.2 - @heroui/listbox@2.1.9 - @heroui/popover@2.1.8 @@ -900,9 +900,9 @@ ### Patch Changes -- [#1589](https://github.com/frontio-ai/heroui/pull/1589) [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded +- [#1589](https://github.com/heroui-inc/heroui/pull/1589) [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded -- Updated dependencies [[`a3be419cb`](https://github.com/frontio-ai/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/frontio-ai/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: +- Updated dependencies [[`a3be419cb`](https://github.com/heroui-inc/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/heroui-inc/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: - @heroui/theme@2.1.7 - @heroui/use-aria-multiselect@2.1.1 - @heroui/use-aria-button@2.0.4 @@ -917,7 +917,7 @@ ### Patch Changes -- Updated dependencies [[`7c8341035`](https://github.com/frontio-ai/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: +- Updated dependencies [[`7c8341035`](https://github.com/heroui-inc/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: - @heroui/theme@2.1.6 - @heroui/listbox@2.1.7 - @heroui/popover@2.1.6 @@ -928,7 +928,7 @@ ### Patch Changes -- Updated dependencies [[`d61428d9e`](https://github.com/frontio-ai/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/frontio-ai/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: +- Updated dependencies [[`d61428d9e`](https://github.com/heroui-inc/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/heroui-inc/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: - @heroui/theme@2.1.5 - @heroui/spinner@2.0.15 - @heroui/system@2.0.7 @@ -941,13 +941,13 @@ ### Patch Changes -- [#1543](https://github.com/frontio-ai/heroui/pull/1543) [`043b8420c`](https://github.com/frontio-ai/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1492 \n +- [#1543](https://github.com/heroui-inc/heroui/pull/1543) [`043b8420c`](https://github.com/heroui-inc/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1492 \n - Select and Input spaces fixed on helper wrapper - New select wrapper added `mainWrapper` which contains the helperWrapper and the trigger slots - Outside input with start content fixed -- Updated dependencies [[`043b8420c`](https://github.com/frontio-ai/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`a9e324b35`](https://github.com/frontio-ai/heroui/commit/a9e324b3515bab9883f3911747351ee69f9afb9d), [`641bf0885`](https://github.com/frontio-ai/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: +- Updated dependencies [[`043b8420c`](https://github.com/heroui-inc/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`a9e324b35`](https://github.com/heroui-inc/heroui/commit/a9e324b3515bab9883f3911747351ee69f9afb9d), [`641bf0885`](https://github.com/heroui-inc/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: - @heroui/theme@2.1.4 - @heroui/listbox@2.1.5 - @heroui/system@2.0.6 @@ -960,7 +960,7 @@ ### Patch Changes -- Updated dependencies [[`5702287e5`](https://github.com/frontio-ai/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: +- Updated dependencies [[`5702287e5`](https://github.com/heroui-inc/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: - @heroui/theme@2.1.3 - @heroui/listbox@2.1.4 - @heroui/popover@2.1.3 @@ -971,24 +971,24 @@ ### Patch Changes -- [#1472](https://github.com/frontio-ai/heroui/pull/1472) [`ae9f300d4`](https://github.com/frontio-ai/heroui/commit/ae9f300d4571aab367935d996fe95fbbfa36e22b) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1468 size prop fixed in Select component +- [#1472](https://github.com/heroui-inc/heroui/pull/1472) [`ae9f300d4`](https://github.com/heroui-inc/heroui/commit/ae9f300d4571aab367935d996fe95fbbfa36e22b) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1468 size prop fixed in Select component ## 2.1.3 ### Patch Changes -- [#1463](https://github.com/frontio-ai/heroui/pull/1463) [`904f53877`](https://github.com/frontio-ai/heroui/commit/904f5387793cf8cc594d4ff8c32e378439a8e4fa) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria utils pkg updated +- [#1463](https://github.com/heroui-inc/heroui/pull/1463) [`904f53877`](https://github.com/heroui-inc/heroui/commit/904f5387793cf8cc594d4ff8c32e378439a8e4fa) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria utils pkg updated -- Updated dependencies [[`904f53877`](https://github.com/frontio-ai/heroui/commit/904f5387793cf8cc594d4ff8c32e378439a8e4fa)]: +- Updated dependencies [[`904f53877`](https://github.com/heroui-inc/heroui/commit/904f5387793cf8cc594d4ff8c32e378439a8e4fa)]: - @heroui/listbox@2.1.3 ## 2.1.2 ### Patch Changes -- [#1458](https://github.com/frontio-ai/heroui/pull/1458) [`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles +- [#1458](https://github.com/heroui-inc/heroui/pull/1458) [`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles -- Updated dependencies [[`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: +- Updated dependencies [[`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: - @heroui/scroll-shadow@2.1.2 - @heroui/listbox@2.1.2 - @heroui/popover@2.1.2 @@ -999,7 +999,7 @@ ### Patch Changes -- Updated dependencies [[`cc839cdd`](https://github.com/frontio-ai/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: +- Updated dependencies [[`cc839cdd`](https://github.com/heroui-inc/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: - @heroui/theme@2.1.1 - @heroui/listbox@2.1.1 - @heroui/popover@2.1.1 @@ -1010,7 +1010,7 @@ ### Minor Changes -- [#1313](https://github.com/frontio-ai/heroui/pull/1313) [`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New components: +- [#1313](https://github.com/heroui-inc/heroui/pull/1313) [`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New components: - Select - Listbox @@ -1018,7 +1018,7 @@ ### Patch Changes -- Updated dependencies [[`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: +- Updated dependencies [[`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: - @heroui/use-aria-multiselect@2.1.0 - @heroui/scroll-shadow@2.1.0 - @heroui/listbox@2.1.0 diff --git a/packages/components/select/README.md b/packages/components/select/README.md index 321a2da19f..60e3c307e8 100644 --- a/packages/components/select/README.md +++ b/packages/components/select/README.md @@ -15,10 +15,10 @@ npm i @heroui/select ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/components/skeleton/CHANGELOG.md b/packages/components/skeleton/CHANGELOG.md index df6987de77..fd05e9da95 100644 --- a/packages/components/skeleton/CHANGELOG.md +++ b/packages/components/skeleton/CHANGELOG.md @@ -14,14 +14,14 @@ ### Patch Changes -- Updated dependencies [[`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: +- Updated dependencies [[`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: - @heroui/react-utils@2.1.3 ## 2.2.4 ### Patch Changes -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: - @heroui/shared-utils@2.1.2 - @heroui/react-utils@2.1.2 @@ -29,21 +29,21 @@ ### Patch Changes -- [#4255](https://github.com/frontio-ai/heroui/pull/4255) [`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) +- [#4255](https://github.com/heroui-inc/heroui/pull/4255) [`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) ## 2.2.2 ### Patch Changes -- [#4247](https://github.com/frontio-ai/heroui/pull/4247) [`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* +- [#4247](https://github.com/heroui-inc/heroui/pull/4247) [`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* ## 2.2.1 ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/react-utils@2.1.1 - @heroui/shared-utils@2.1.1 @@ -51,7 +51,7 @@ ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -77,7 +77,7 @@ ### Patch Changes -- Updated dependencies [[`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/react-utils@2.1.0 - @heroui/shared-utils@2.1.0 @@ -85,9 +85,9 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/react-utils@2.0.18-beta.8 - @heroui/shared-utils@2.0.9-beta.8 @@ -95,9 +95,9 @@ ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/react-utils@2.0.18-beta.7 - @heroui/shared-utils@2.0.9-beta.7 @@ -105,9 +105,9 @@ ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/react-utils@2.0.18-beta.6 - @heroui/shared-utils@2.0.9-beta.6 @@ -115,9 +115,9 @@ ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/react-utils@2.0.18-beta.5 - @heroui/shared-utils@2.0.9-beta.5 @@ -125,7 +125,7 @@ ### Patch Changes -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/shared-utils@2.0.9-beta.4 - @heroui/react-utils@2.0.18-beta.4 @@ -133,9 +133,9 @@ ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/react-utils@2.0.18-beta.3 - @heroui/shared-utils@2.0.9-beta.3 @@ -143,9 +143,9 @@ ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/react-utils@2.0.18-beta.2 - @heroui/shared-utils@2.0.9-beta.2 @@ -153,9 +153,9 @@ ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/react-utils@2.0.18-beta.1 - @heroui/shared-utils@2.0.9-beta.1 @@ -163,11 +163,11 @@ ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ### Patch Changes -- Updated dependencies [[`0cf91395c`](https://github.com/frontio-ai/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/frontio-ai/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/frontio-ai/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/frontio-ai/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/frontio-ai/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/frontio-ai/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/frontio-ai/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/frontio-ai/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/frontio-ai/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/frontio-ai/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/frontio-ai/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/frontio-ai/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: +- Updated dependencies [[`0cf91395c`](https://github.com/heroui-inc/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/heroui-inc/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/heroui-inc/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/heroui-inc/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/heroui-inc/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/heroui-inc/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/heroui-inc/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/heroui-inc/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/heroui-inc/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/heroui-inc/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/heroui-inc/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/heroui-inc/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: - @heroui/theme@2.3.0-beta.0 - @heroui/system@2.3.0-beta.0 - @heroui/shared-utils@2.0.9-beta.0 @@ -177,7 +177,7 @@ ### Patch Changes -- Updated dependencies [[`f36df4362`](https://github.com/frontio-ai/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: +- Updated dependencies [[`f36df4362`](https://github.com/heroui-inc/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: - @heroui/shared-utils@2.0.8 - @heroui/react-utils@2.0.17 @@ -185,9 +185,9 @@ ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/react-utils@2.0.16 - @heroui/shared-utils@2.0.7 @@ -195,7 +195,7 @@ ### Patch Changes -- Updated dependencies [[`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: +- Updated dependencies [[`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: - @heroui/shared-utils@2.0.6 - @heroui/react-utils@2.0.15 @@ -203,20 +203,20 @@ ### Patch Changes -- Updated dependencies [[`b9bb06ff3`](https://github.com/frontio-ai/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: +- Updated dependencies [[`b9bb06ff3`](https://github.com/heroui-inc/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: - @heroui/react-utils@2.0.14 ## 2.0.28 ### Patch Changes -- [#2929](https://github.com/frontio-ai/heroui/pull/2929) [`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. +- [#2929](https://github.com/heroui-inc/heroui/pull/2929) [`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. ## 2.0.27 ### Patch Changes -- Updated dependencies [[`eccc2f2f3`](https://github.com/frontio-ai/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: +- Updated dependencies [[`eccc2f2f3`](https://github.com/heroui-inc/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: - @heroui/react-utils@2.0.13 - @heroui/system-rsc@2.1.1 @@ -224,7 +224,7 @@ ### Patch Changes -- Updated dependencies [[`74eda3128`](https://github.com/frontio-ai/heroui/commit/74eda312883b2e17df26f71442aba9fb3cd240be)]: +- Updated dependencies [[`74eda3128`](https://github.com/heroui-inc/heroui/commit/74eda312883b2e17df26f71442aba9fb3cd240be)]: - @heroui/system-rsc@2.1.1 - @heroui/react-utils@2.0.12 @@ -232,18 +232,18 @@ ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2538](https://github.com/frontio-ai/heroui/pull/2538) [`0359bf308`](https://github.com/frontio-ai/heroui/commit/0359bf3084d9f0fc29bf70505b600dab5e1c5da1) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed missing disableAnimation behavior in skeleton +- [#2538](https://github.com/heroui-inc/heroui/pull/2538) [`0359bf308`](https://github.com/heroui-inc/heroui/commit/0359bf3084d9f0fc29bf70505b600dab5e1c5da1) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed missing disableAnimation behavior in skeleton -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added - `framer-transitions` renamed to `framer-utils` - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- Updated dependencies [[`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`c5049edfd`](https://github.com/frontio-ai/heroui/commit/c5049edfde7edaee2081d70e581739be9dcae2f9)]: +- Updated dependencies [[`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`c5049edfd`](https://github.com/heroui-inc/heroui/commit/c5049edfde7edaee2081d70e581739be9dcae2f9)]: - @heroui/system-rsc@2.1.0 - @heroui/react-utils@2.0.11 - @heroui/shared-utils@2.0.5 @@ -252,41 +252,41 @@ ### Patch Changes -- Updated dependencies [[`a978687b0`](https://github.com/frontio-ai/heroui/commit/a978687b0736d1e15943ef46628fc4fa0723ddc7)]: +- Updated dependencies [[`a978687b0`](https://github.com/heroui-inc/heroui/commit/a978687b0736d1e15943ef46628fc4fa0723ddc7)]: - @heroui/system-rsc@2.0.11 ## 2.0.23 ### Patch Changes -- Updated dependencies [[`6ecdc278a`](https://github.com/frontio-ai/heroui/commit/6ecdc278aba927ee38a799679b8eb99cba99cab9)]: +- Updated dependencies [[`6ecdc278a`](https://github.com/heroui-inc/heroui/commit/6ecdc278aba927ee38a799679b8eb99cba99cab9)]: - @heroui/system-rsc@2.0.10 ## 2.0.22 ### Patch Changes -- [#1877](https://github.com/frontio-ai/heroui/pull/1877) [`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range +- [#1877](https://github.com/heroui-inc/heroui/pull/1877) [`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range -- Updated dependencies [[`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648)]: +- Updated dependencies [[`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648)]: - @heroui/system-rsc@2.0.9 ## 2.0.21 ### Patch Changes -- [#1874](https://github.com/frontio-ai/heroui/pull/1874) [`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. +- [#1874](https://github.com/heroui-inc/heroui/pull/1874) [`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. -- Updated dependencies [[`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0)]: +- Updated dependencies [[`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0)]: - @heroui/system-rsc@2.0.8 ## 2.0.20 ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/system-rsc@2.0.7 - @heroui/theme@2.1.10 - @heroui/react-utils@2.0.10 @@ -296,7 +296,7 @@ ### Patch Changes -- Updated dependencies [[`f6531c5f6`](https://github.com/frontio-ai/heroui/commit/f6531c5f603d7f6308a597962ec6fab62c92fa93), [`425a034bc`](https://github.com/frontio-ai/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: +- Updated dependencies [[`f6531c5f6`](https://github.com/heroui-inc/heroui/commit/f6531c5f603d7f6308a597962ec6fab62c92fa93), [`425a034bc`](https://github.com/heroui-inc/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: - @heroui/system-rsc@2.0.6 - @heroui/theme@2.1.9 - @heroui/react-utils@2.0.9 @@ -305,9 +305,9 @@ ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy -- Updated dependencies [[`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: +- Updated dependencies [[`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: - @heroui/system-rsc@2.0.5 - @heroui/theme@2.1.8 - @heroui/react-utils@2.0.8 @@ -317,7 +317,7 @@ ### Patch Changes -- Updated dependencies [[`a3be419cb`](https://github.com/frontio-ai/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/frontio-ai/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5)]: +- Updated dependencies [[`a3be419cb`](https://github.com/heroui-inc/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/heroui-inc/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5)]: - @heroui/theme@2.1.7 - @heroui/system-rsc@2.0.4 @@ -325,7 +325,7 @@ ### Patch Changes -- Updated dependencies [[`7c8341035`](https://github.com/frontio-ai/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: +- Updated dependencies [[`7c8341035`](https://github.com/heroui-inc/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: - @heroui/theme@2.1.6 - @heroui/system-rsc@2.0.4 @@ -333,7 +333,7 @@ ### Patch Changes -- Updated dependencies [[`d61428d9e`](https://github.com/frontio-ai/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/frontio-ai/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: +- Updated dependencies [[`d61428d9e`](https://github.com/heroui-inc/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/heroui-inc/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: - @heroui/system-rsc@2.0.4 - @heroui/theme@2.1.5 @@ -341,7 +341,7 @@ ### Patch Changes -- Updated dependencies [[`043b8420c`](https://github.com/frontio-ai/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592)]: +- Updated dependencies [[`043b8420c`](https://github.com/heroui-inc/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592)]: - @heroui/theme@2.1.4 - @heroui/system-rsc@2.0.3 @@ -349,7 +349,7 @@ ### Patch Changes -- Updated dependencies [[`5702287e5`](https://github.com/frontio-ai/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: +- Updated dependencies [[`5702287e5`](https://github.com/heroui-inc/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: - @heroui/theme@2.1.3 - @heroui/system-rsc@2.0.3 @@ -357,9 +357,9 @@ ### Patch Changes -- [#1458](https://github.com/frontio-ai/heroui/pull/1458) [`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles +- [#1458](https://github.com/heroui-inc/heroui/pull/1458) [`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles -- Updated dependencies [[`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: +- Updated dependencies [[`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: - @heroui/theme@2.1.2 - @heroui/system-rsc@2.0.3 @@ -367,7 +367,7 @@ ### Patch Changes -- Updated dependencies [[`cc839cdd`](https://github.com/frontio-ai/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: +- Updated dependencies [[`cc839cdd`](https://github.com/heroui-inc/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: - @heroui/theme@2.1.1 - @heroui/system-rsc@2.0.3 @@ -375,7 +375,7 @@ ### Patch Changes -- Updated dependencies [[`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: +- Updated dependencies [[`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: - @heroui/theme@2.1.0 - @heroui/system-rsc@2.0.3 - @heroui/react-utils@2.0.7 @@ -392,7 +392,7 @@ ### Patch Changes -- Updated dependencies [[`d0341020`](https://github.com/frontio-ai/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: +- Updated dependencies [[`d0341020`](https://github.com/heroui-inc/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: - @heroui/theme@2.0.5 - @heroui/system-rsc@2.0.3 @@ -424,9 +424,9 @@ ### Patch Changes -- [#1301](https://github.com/frontio-ai/heroui/pull/1301) [`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss +- [#1301](https://github.com/heroui-inc/heroui/pull/1301) [`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss -- Updated dependencies [[`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: +- Updated dependencies [[`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: - @heroui/theme@2.0.4 - @heroui/system-rsc@2.0.3 @@ -434,14 +434,14 @@ ### Patch Changes -- [#1289](https://github.com/frontio-ai/heroui/pull/1289) [`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it +- [#1289](https://github.com/heroui-inc/heroui/pull/1289) [`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it - packages adapted to support RSC imports - filterDomProps function was modified to enable/disabled it -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports -- Updated dependencies [[`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: +- Updated dependencies [[`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: - @heroui/react-utils@2.0.2 - @heroui/system-rsc@2.0.3 - @heroui/theme@2.0.3 @@ -451,7 +451,7 @@ ### Patch Changes -- Updated dependencies [[`459ac5ed`](https://github.com/frontio-ai/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: +- Updated dependencies [[`459ac5ed`](https://github.com/heroui-inc/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: - @heroui/theme@2.0.2 - @heroui/system@2.0.2 @@ -459,11 +459,11 @@ ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated -- Updated dependencies [[`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: +- Updated dependencies [[`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: - @heroui/shared-utils@2.0.1 - @heroui/react-utils@2.0.1 - @heroui/system@2.0.1 diff --git a/packages/components/skeleton/README.md b/packages/components/skeleton/README.md index c0e0c826da..b75ee5825d 100644 --- a/packages/components/skeleton/README.md +++ b/packages/components/skeleton/README.md @@ -15,10 +15,10 @@ npm i @heroui/skeleton ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/components/slider/CHANGELOG.md b/packages/components/slider/CHANGELOG.md index 8c5eba3e6c..c2b4681334 100644 --- a/packages/components/slider/CHANGELOG.md +++ b/packages/components/slider/CHANGELOG.md @@ -15,7 +15,7 @@ ### Patch Changes -- Updated dependencies [[`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: +- Updated dependencies [[`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: - @heroui/react-utils@2.1.3 - @heroui/tooltip@2.2.7 @@ -23,7 +23,7 @@ ### Patch Changes -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: - @heroui/shared-utils@2.1.2 - @heroui/tooltip@2.2.6 - @heroui/react-utils@2.1.2 @@ -39,36 +39,36 @@ ### Patch Changes -- [#4258](https://github.com/frontio-ai/heroui/pull/4258) [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions +- [#4258](https://github.com/heroui-inc/heroui/pull/4258) [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions -- Updated dependencies [[`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: +- Updated dependencies [[`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: - @heroui/tooltip@2.2.4 ## 2.4.3 ### Patch Changes -- [#4255](https://github.com/frontio-ai/heroui/pull/4255) [`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) +- [#4255](https://github.com/heroui-inc/heroui/pull/4255) [`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) -- Updated dependencies [[`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: +- Updated dependencies [[`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: - @heroui/tooltip@2.2.3 ## 2.4.2 ### Patch Changes -- [#4247](https://github.com/frontio-ai/heroui/pull/4247) [`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* +- [#4247](https://github.com/heroui-inc/heroui/pull/4247) [`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* -- Updated dependencies [[`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: +- Updated dependencies [[`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: - @heroui/tooltip@2.2.2 ## 2.4.1 ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/tooltip@2.2.1 - @heroui/react-utils@2.1.1 - @heroui/shared-utils@2.1.1 @@ -77,7 +77,7 @@ ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -103,9 +103,9 @@ ### Patch Changes -- [#4226](https://github.com/frontio-ai/heroui/pull/4226) [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) +- [#4226](https://github.com/heroui-inc/heroui/pull/4226) [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) -- Updated dependencies [[`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/tooltip@2.2.0 - @heroui/react-utils@2.1.0 - @heroui/shared-utils@2.1.0 @@ -121,9 +121,9 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/tooltip@2.1.0-beta.10 - @heroui/react-utils@2.0.18-beta.8 - @heroui/shared-utils@2.0.9-beta.8 @@ -132,9 +132,9 @@ ### Patch Changes -- [#3036](https://github.com/frontio-ai/heroui/pull/3036) [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3036](https://github.com/heroui-inc/heroui/pull/3036) [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version -- Updated dependencies [[`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: +- Updated dependencies [[`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: - @heroui/tooltip@2.1.0-beta.9 ## 2.3.0-beta.8 @@ -148,9 +148,9 @@ ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/tooltip@2.1.0-beta.7 - @heroui/react-utils@2.0.18-beta.7 - @heroui/shared-utils@2.0.9-beta.7 @@ -159,9 +159,9 @@ ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/tooltip@2.1.0-beta.6 - @heroui/react-utils@2.0.18-beta.6 - @heroui/shared-utils@2.0.9-beta.6 @@ -170,9 +170,9 @@ ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/tooltip@2.1.0-beta.5 - @heroui/react-utils@2.0.18-beta.5 - @heroui/shared-utils@2.0.9-beta.5 @@ -181,7 +181,7 @@ ### Patch Changes -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/shared-utils@2.0.9-beta.4 - @heroui/tooltip@2.1.0-beta.4 - @heroui/react-utils@2.0.18-beta.4 @@ -190,9 +190,9 @@ ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/tooltip@2.1.0-beta.3 - @heroui/react-utils@2.0.18-beta.3 - @heroui/shared-utils@2.0.9-beta.3 @@ -201,9 +201,9 @@ ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/tooltip@2.1.0-beta.2 - @heroui/react-utils@2.0.18-beta.2 - @heroui/shared-utils@2.0.9-beta.2 @@ -212,9 +212,9 @@ ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/tooltip@2.1.0-beta.1 - @heroui/react-utils@2.0.18-beta.1 - @heroui/shared-utils@2.0.9-beta.1 @@ -223,11 +223,11 @@ ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ### Patch Changes -- Updated dependencies [[`0cf91395c`](https://github.com/frontio-ai/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/frontio-ai/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/frontio-ai/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/frontio-ai/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/frontio-ai/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/frontio-ai/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/frontio-ai/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/frontio-ai/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/frontio-ai/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/frontio-ai/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/frontio-ai/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/frontio-ai/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: +- Updated dependencies [[`0cf91395c`](https://github.com/heroui-inc/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/heroui-inc/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/heroui-inc/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/heroui-inc/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/heroui-inc/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/heroui-inc/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/heroui-inc/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/heroui-inc/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/heroui-inc/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/heroui-inc/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/heroui-inc/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/heroui-inc/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: - @heroui/theme@2.3.0-beta.0 - @heroui/tooltip@2.1.0-beta.0 - @heroui/system@2.3.0-beta.0 @@ -238,14 +238,14 @@ ### Patch Changes -- Updated dependencies [[`4c01d1824`](https://github.com/frontio-ai/heroui/commit/4c01d1824d4dde22d89232968a3a4c48fe04678f)]: +- Updated dependencies [[`4c01d1824`](https://github.com/heroui-inc/heroui/commit/4c01d1824d4dde22d89232968a3a4c48fe04678f)]: - @heroui/tooltip@2.0.41 ## 2.2.16 ### Patch Changes -- Updated dependencies [[`f36df4362`](https://github.com/frontio-ai/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: +- Updated dependencies [[`f36df4362`](https://github.com/heroui-inc/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: - @heroui/shared-utils@2.0.8 - @heroui/tooltip@2.0.40 - @heroui/react-utils@2.0.17 @@ -254,9 +254,9 @@ ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/tooltip@2.0.39 - @heroui/react-utils@2.0.16 - @heroui/shared-utils@2.0.7 @@ -272,7 +272,7 @@ ### Patch Changes -- Updated dependencies [[`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: +- Updated dependencies [[`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: - @heroui/shared-utils@2.0.6 - @heroui/tooltip@2.0.37 - @heroui/react-utils@2.0.15 @@ -281,9 +281,9 @@ ### Patch Changes -- [#3240](https://github.com/frontio-ai/heroui/pull/3240) [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies +- [#3240](https://github.com/heroui-inc/heroui/pull/3240) [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies -- Updated dependencies [[`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`b9bb06ff3`](https://github.com/frontio-ai/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: +- Updated dependencies [[`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`b9bb06ff3`](https://github.com/heroui-inc/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: - @heroui/tooltip@2.0.36 - @heroui/react-utils@2.0.14 @@ -291,27 +291,27 @@ ### Patch Changes -- [#3119](https://github.com/frontio-ai/heroui/pull/3119) [`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` +- [#3119](https://github.com/heroui-inc/heroui/pull/3119) [`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` -- Updated dependencies [[`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: +- Updated dependencies [[`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: - @heroui/tooltip@2.0.35 ## 2.2.10 ### Patch Changes -- [#3017](https://github.com/frontio-ai/heroui/pull/3017) [`5329de42d`](https://github.com/frontio-ai/heroui/commit/5329de42d2152424bfb5d5ebbf08a68d557f147f) Thanks [@wingkwong](https://github.com/wingkwong)! - calculate the correct value on mark click (#2980) +- [#3017](https://github.com/heroui-inc/heroui/pull/3017) [`5329de42d`](https://github.com/heroui-inc/heroui/commit/5329de42d2152424bfb5d5ebbf08a68d557f147f) Thanks [@wingkwong](https://github.com/wingkwong)! - calculate the correct value on mark click (#2980) -- [#2929](https://github.com/frontio-ai/heroui/pull/2929) [`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. +- [#2929](https://github.com/heroui-inc/heroui/pull/2929) [`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. -- Updated dependencies [[`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2)]: +- Updated dependencies [[`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2)]: - @heroui/tooltip@2.0.34 ## 2.2.9 ### Patch Changes -- Updated dependencies [[`eccc2f2f3`](https://github.com/frontio-ai/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: +- Updated dependencies [[`eccc2f2f3`](https://github.com/heroui-inc/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: - @heroui/react-utils@2.0.13 - @heroui/tooltip@2.0.33 @@ -327,16 +327,16 @@ ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added - `framer-transitions` renamed to `framer-utils` - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- Updated dependencies [[`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`0a10de8d0`](https://github.com/frontio-ai/heroui/commit/0a10de8d08fac7ce4aa995a66d9f28c91602e04d), [`7263daca0`](https://github.com/frontio-ai/heroui/commit/7263daca08674338eb28529315070337ba0dfc17), [`2894aecca`](https://github.com/frontio-ai/heroui/commit/2894aecca1a2ef0dfb3066b9b8df24ce48c99dae)]: +- Updated dependencies [[`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`0a10de8d0`](https://github.com/heroui-inc/heroui/commit/0a10de8d08fac7ce4aa995a66d9f28c91602e04d), [`7263daca0`](https://github.com/heroui-inc/heroui/commit/7263daca08674338eb28529315070337ba0dfc17), [`2894aecca`](https://github.com/heroui-inc/heroui/commit/2894aecca1a2ef0dfb3066b9b8df24ce48c99dae)]: - @heroui/tooltip@2.0.31 - @heroui/react-utils@2.0.11 - @heroui/shared-utils@2.0.5 @@ -345,7 +345,7 @@ ### Patch Changes -- Updated dependencies [[`bea1e1fde`](https://github.com/frontio-ai/heroui/commit/bea1e1fde8358d03a16bb6a9e517de724b5d95e4)]: +- Updated dependencies [[`bea1e1fde`](https://github.com/heroui-inc/heroui/commit/bea1e1fde8358d03a16bb6a9e517de724b5d95e4)]: - @heroui/tooltip@2.0.30 ## 2.2.5 @@ -366,18 +366,18 @@ ### Patch Changes -- [#1877](https://github.com/frontio-ai/heroui/pull/1877) [`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range +- [#1877](https://github.com/heroui-inc/heroui/pull/1877) [`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range -- Updated dependencies [[`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648)]: +- Updated dependencies [[`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648)]: - @heroui/tooltip@2.0.27 ## 2.2.2 ### Patch Changes -- [#1874](https://github.com/frontio-ai/heroui/pull/1874) [`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. +- [#1874](https://github.com/heroui-inc/heroui/pull/1874) [`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. -- Updated dependencies [[`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0)]: +- Updated dependencies [[`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0)]: - @heroui/tooltip@2.0.26 - @heroui/system@2.0.12 @@ -385,9 +385,9 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/tooltip@2.0.25 - @heroui/system@2.0.11 - @heroui/theme@2.1.10 diff --git a/packages/components/slider/README.md b/packages/components/slider/README.md index baf80f99fc..2ce9fd6236 100644 --- a/packages/components/slider/README.md +++ b/packages/components/slider/README.md @@ -15,10 +15,10 @@ npm i @heroui/slider ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/components/snippet/CHANGELOG.md b/packages/components/snippet/CHANGELOG.md index c8c18132af..4fe282fb37 100644 --- a/packages/components/snippet/CHANGELOG.md +++ b/packages/components/snippet/CHANGELOG.md @@ -18,7 +18,7 @@ ### Patch Changes -- Updated dependencies [[`4f0ef58`](https://github.com/frontio-ai/heroui/commit/4f0ef5818be83071d6c2032080251b41039656f1), [`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: +- Updated dependencies [[`4f0ef58`](https://github.com/heroui-inc/heroui/commit/4f0ef5818be83071d6c2032080251b41039656f1), [`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: - @heroui/use-clipboard@2.1.2 - @heroui/react-utils@2.1.3 - @heroui/button@2.2.9 @@ -28,7 +28,7 @@ ### Patch Changes -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: - @heroui/shared-utils@2.1.2 - @heroui/button@2.2.8 - @heroui/tooltip@2.2.6 @@ -38,7 +38,7 @@ ### Patch Changes -- Updated dependencies [[`78c0928`](https://github.com/frontio-ai/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f)]: +- Updated dependencies [[`78c0928`](https://github.com/heroui-inc/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f)]: - @heroui/button@2.2.7 - @heroui/tooltip@2.2.5 @@ -46,7 +46,7 @@ ### Patch Changes -- Updated dependencies [[`5598806`](https://github.com/frontio-ai/heroui/commit/5598806216166dc9fff36cafd9112412486b747f)]: +- Updated dependencies [[`5598806`](https://github.com/heroui-inc/heroui/commit/5598806216166dc9fff36cafd9112412486b747f)]: - @heroui/button@2.2.6 - @heroui/tooltip@2.2.4 @@ -54,7 +54,7 @@ ### Patch Changes -- Updated dependencies [[`dfefdd6`](https://github.com/frontio-ai/heroui/commit/dfefdd6250eb81ae653e611a8dff12b2ae29a09c)]: +- Updated dependencies [[`dfefdd6`](https://github.com/heroui-inc/heroui/commit/dfefdd6250eb81ae653e611a8dff12b2ae29a09c)]: - @heroui/button@2.2.5 - @heroui/tooltip@2.2.4 @@ -62,9 +62,9 @@ ### Patch Changes -- [#4258](https://github.com/frontio-ai/heroui/pull/4258) [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions +- [#4258](https://github.com/heroui-inc/heroui/pull/4258) [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions -- Updated dependencies [[`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: +- Updated dependencies [[`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: - @heroui/tooltip@2.2.4 - @heroui/button@2.2.4 @@ -72,9 +72,9 @@ ### Patch Changes -- [#4255](https://github.com/frontio-ai/heroui/pull/4255) [`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) +- [#4255](https://github.com/heroui-inc/heroui/pull/4255) [`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) -- Updated dependencies [[`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: +- Updated dependencies [[`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: - @heroui/tooltip@2.2.3 - @heroui/button@2.2.3 @@ -82,9 +82,9 @@ ### Patch Changes -- [#4247](https://github.com/frontio-ai/heroui/pull/4247) [`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* +- [#4247](https://github.com/heroui-inc/heroui/pull/4247) [`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* -- Updated dependencies [[`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: +- Updated dependencies [[`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: - @heroui/tooltip@2.2.2 - @heroui/button@2.2.2 @@ -92,9 +92,9 @@ ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/button@2.2.1 - @heroui/tooltip@2.2.1 - @heroui/use-clipboard@2.1.1 @@ -106,13 +106,13 @@ ### Patch Changes -- [#4235](https://github.com/frontio-ai/heroui/pull/4235) [`71e2d8c`](https://github.com/frontio-ai/heroui/commit/71e2d8c6014c821c0441c6a68924043a7a491e5b) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix release +- [#4235](https://github.com/heroui-inc/heroui/pull/4235) [`71e2d8c`](https://github.com/heroui-inc/heroui/commit/71e2d8c6014c821c0441c6a68924043a7a491e5b) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix release ## 2.2.0 ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -138,9 +138,9 @@ ### Patch Changes -- [#4226](https://github.com/frontio-ai/heroui/pull/4226) [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) +- [#4226](https://github.com/heroui-inc/heroui/pull/4226) [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) -- Updated dependencies [[`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/tooltip@2.2.0 - @heroui/button@2.2.0 - @heroui/use-clipboard@2.1.0 @@ -152,7 +152,7 @@ ### Patch Changes -- Updated dependencies [[`004c4a4b3`](https://github.com/frontio-ai/heroui/commit/004c4a4b3e44477f148937b12bb542e4b27fd322)]: +- Updated dependencies [[`004c4a4b3`](https://github.com/heroui-inc/heroui/commit/004c4a4b3e44477f148937b12bb542e4b27fd322)]: - @heroui/shared-icons@2.0.10-beta.8 - @heroui/button@2.1.0-beta.10 - @heroui/tooltip@2.1.0-beta.11 @@ -161,9 +161,9 @@ ### Patch Changes -- [#4161](https://github.com/frontio-ai/heroui/pull/4161) [`17bf65799`](https://github.com/frontio-ai/heroui/commit/17bf65799c39c2ee44ea9c0b23aa80315b2a5083) Thanks [@wingkwong](https://github.com/wingkwong)! - fix missing peer / dev dependency for framer-motion +- [#4161](https://github.com/heroui-inc/heroui/pull/4161) [`17bf65799`](https://github.com/heroui-inc/heroui/commit/17bf65799c39c2ee44ea9c0b23aa80315b2a5083) Thanks [@wingkwong](https://github.com/wingkwong)! - fix missing peer / dev dependency for framer-motion -- Updated dependencies [[`17bf65799`](https://github.com/frontio-ai/heroui/commit/17bf65799c39c2ee44ea9c0b23aa80315b2a5083)]: +- Updated dependencies [[`17bf65799`](https://github.com/heroui-inc/heroui/commit/17bf65799c39c2ee44ea9c0b23aa80315b2a5083)]: - @heroui/button@2.1.0-beta.10 - @heroui/tooltip@2.1.0-beta.11 @@ -171,9 +171,9 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/button@2.1.0-beta.9 - @heroui/tooltip@2.1.0-beta.10 - @heroui/use-clipboard@2.0.8-beta.6 @@ -185,9 +185,9 @@ ### Patch Changes -- [#3036](https://github.com/frontio-ai/heroui/pull/3036) [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3036](https://github.com/heroui-inc/heroui/pull/3036) [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version -- Updated dependencies [[`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: +- Updated dependencies [[`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: - @heroui/button@2.1.0-beta.8 - @heroui/tooltip@2.1.0-beta.9 @@ -203,9 +203,9 @@ ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/button@2.1.0-beta.7 - @heroui/tooltip@2.1.0-beta.7 - @heroui/use-clipboard@2.0.8-beta.5 @@ -217,9 +217,9 @@ ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/button@2.1.0-beta.6 - @heroui/tooltip@2.1.0-beta.6 - @heroui/use-clipboard@2.0.8-beta.4 @@ -231,9 +231,9 @@ ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/button@2.1.0-beta.5 - @heroui/tooltip@2.1.0-beta.5 - @heroui/use-clipboard@2.0.8-beta.3 @@ -245,7 +245,7 @@ ### Patch Changes -- Updated dependencies [[`0f55c491b`](https://github.com/frontio-ai/heroui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]: +- Updated dependencies [[`0f55c491b`](https://github.com/heroui-inc/heroui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]: - @heroui/shared-icons@2.0.10-beta.3 - @heroui/button@2.1.0-beta.4 - @heroui/tooltip@2.1.0-beta.4 @@ -254,7 +254,7 @@ ### Patch Changes -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/shared-utils@2.0.9-beta.4 - @heroui/button@2.1.0-beta.4 - @heroui/tooltip@2.1.0-beta.4 @@ -264,9 +264,9 @@ ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/button@2.1.0-beta.3 - @heroui/tooltip@2.1.0-beta.3 - @heroui/use-clipboard@2.0.8-beta.2 @@ -278,9 +278,9 @@ ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/button@2.1.0-beta.2 - @heroui/tooltip@2.1.0-beta.2 - @heroui/use-clipboard@2.0.8-beta.1 @@ -292,9 +292,9 @@ ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/button@2.1.0-beta.1 - @heroui/tooltip@2.1.0-beta.1 - @heroui/use-clipboard@2.0.8-beta.0 @@ -306,13 +306,13 @@ ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ### Patch Changes -- [#3523](https://github.com/frontio-ai/heroui/pull/3523) [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - update `framer-motion` versions +- [#3523](https://github.com/heroui-inc/heroui/pull/3523) [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - update `framer-motion` versions -- Updated dependencies [[`0cf91395c`](https://github.com/frontio-ai/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/frontio-ai/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/frontio-ai/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/frontio-ai/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/frontio-ai/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/frontio-ai/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/frontio-ai/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/frontio-ai/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/frontio-ai/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/frontio-ai/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/frontio-ai/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/frontio-ai/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: +- Updated dependencies [[`0cf91395c`](https://github.com/heroui-inc/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/heroui-inc/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/heroui-inc/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/heroui-inc/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/heroui-inc/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/heroui-inc/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/heroui-inc/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/heroui-inc/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/heroui-inc/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/heroui-inc/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/heroui-inc/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/heroui-inc/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: - @heroui/theme@2.3.0-beta.0 - @heroui/button@2.1.0-beta.0 - @heroui/tooltip@2.1.0-beta.0 @@ -324,7 +324,7 @@ ### Patch Changes -- Updated dependencies [[`4c01d1824`](https://github.com/frontio-ai/heroui/commit/4c01d1824d4dde22d89232968a3a4c48fe04678f)]: +- Updated dependencies [[`4c01d1824`](https://github.com/heroui-inc/heroui/commit/4c01d1824d4dde22d89232968a3a4c48fe04678f)]: - @heroui/tooltip@2.0.41 - @heroui/button@2.0.38 @@ -332,7 +332,7 @@ ### Patch Changes -- Updated dependencies [[`eda316ab2`](https://github.com/frontio-ai/heroui/commit/eda316ab24d390065931daf3aa816cbdbff4fb9a), [`f36df4362`](https://github.com/frontio-ai/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: +- Updated dependencies [[`eda316ab2`](https://github.com/heroui-inc/heroui/commit/eda316ab24d390065931daf3aa816cbdbff4fb9a), [`f36df4362`](https://github.com/heroui-inc/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: - @heroui/use-clipboard@2.0.7 - @heroui/shared-utils@2.0.8 - @heroui/button@2.0.38 @@ -343,9 +343,9 @@ ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/button@2.0.37 - @heroui/tooltip@2.0.39 - @heroui/use-clipboard@2.0.6 @@ -365,7 +365,7 @@ ### Patch Changes -- Updated dependencies [[`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: +- Updated dependencies [[`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: - @heroui/shared-utils@2.0.6 - @heroui/button@2.0.35 - @heroui/tooltip@2.0.37 @@ -375,9 +375,9 @@ ### Patch Changes -- [#3240](https://github.com/frontio-ai/heroui/pull/3240) [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies +- [#3240](https://github.com/heroui-inc/heroui/pull/3240) [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies -- Updated dependencies [[`3500147d7`](https://github.com/frontio-ai/heroui/commit/3500147d7fbe53bc01ae24749fdeaf87c37c0d12), [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`b9bb06ff3`](https://github.com/frontio-ai/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: +- Updated dependencies [[`3500147d7`](https://github.com/heroui-inc/heroui/commit/3500147d7fbe53bc01ae24749fdeaf87c37c0d12), [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`b9bb06ff3`](https://github.com/heroui-inc/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: - @heroui/shared-icons@2.0.8 - @heroui/button@2.0.34 - @heroui/tooltip@2.0.36 @@ -387,7 +387,7 @@ ### Patch Changes -- Updated dependencies [[`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: +- Updated dependencies [[`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: - @heroui/button@2.0.33 - @heroui/tooltip@2.0.35 @@ -395,9 +395,9 @@ ### Patch Changes -- [#2929](https://github.com/frontio-ai/heroui/pull/2929) [`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. +- [#2929](https://github.com/heroui-inc/heroui/pull/2929) [`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. -- Updated dependencies [[`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2)]: +- Updated dependencies [[`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2)]: - @heroui/button@2.0.32 - @heroui/tooltip@2.0.34 @@ -413,7 +413,7 @@ ### Patch Changes -- Updated dependencies [[`eccc2f2f3`](https://github.com/frontio-ai/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: +- Updated dependencies [[`eccc2f2f3`](https://github.com/heroui-inc/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: - @heroui/react-utils@2.0.13 - @heroui/button@2.0.30 - @heroui/tooltip@2.0.33 @@ -431,16 +431,16 @@ ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added - `framer-transitions` renamed to `framer-utils` - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- Updated dependencies [[`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`0a10de8d0`](https://github.com/frontio-ai/heroui/commit/0a10de8d08fac7ce4aa995a66d9f28c91602e04d), [`7263daca0`](https://github.com/frontio-ai/heroui/commit/7263daca08674338eb28529315070337ba0dfc17), [`2894aecca`](https://github.com/frontio-ai/heroui/commit/2894aecca1a2ef0dfb3066b9b8df24ce48c99dae)]: +- Updated dependencies [[`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`0a10de8d0`](https://github.com/heroui-inc/heroui/commit/0a10de8d08fac7ce4aa995a66d9f28c91602e04d), [`7263daca0`](https://github.com/heroui-inc/heroui/commit/7263daca08674338eb28529315070337ba0dfc17), [`2894aecca`](https://github.com/heroui-inc/heroui/commit/2894aecca1a2ef0dfb3066b9b8df24ce48c99dae)]: - @heroui/button@2.0.28 - @heroui/tooltip@2.0.31 - @heroui/react-utils@2.0.11 @@ -452,7 +452,7 @@ ### Patch Changes -- Updated dependencies [[`bea1e1fde`](https://github.com/frontio-ai/heroui/commit/bea1e1fde8358d03a16bb6a9e517de724b5d95e4)]: +- Updated dependencies [[`bea1e1fde`](https://github.com/heroui-inc/heroui/commit/bea1e1fde8358d03a16bb6a9e517de724b5d95e4)]: - @heroui/tooltip@2.0.30 - @heroui/button@2.0.27 @@ -468,7 +468,7 @@ ### Patch Changes -- Updated dependencies [[`9189b3fbf`](https://github.com/frontio-ai/heroui/commit/9189b3fbf2d6d6cc6566009c71b37d5fcc566291)]: +- Updated dependencies [[`9189b3fbf`](https://github.com/heroui-inc/heroui/commit/9189b3fbf2d6d6cc6566009c71b37d5fcc566291)]: - @heroui/shared-icons@2.0.6 - @heroui/button@2.0.25 - @heroui/tooltip@2.0.28 @@ -477,9 +477,9 @@ ### Patch Changes -- [#1877](https://github.com/frontio-ai/heroui/pull/1877) [`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range +- [#1877](https://github.com/heroui-inc/heroui/pull/1877) [`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range -- Updated dependencies [[`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648)]: +- Updated dependencies [[`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648)]: - @heroui/tooltip@2.0.27 - @heroui/button@2.0.24 @@ -487,9 +487,9 @@ ### Patch Changes -- [#1874](https://github.com/frontio-ai/heroui/pull/1874) [`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. +- [#1874](https://github.com/heroui-inc/heroui/pull/1874) [`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. -- Updated dependencies [[`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0)]: +- Updated dependencies [[`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0)]: - @heroui/tooltip@2.0.26 - @heroui/button@2.0.23 - @heroui/system@2.0.12 @@ -498,9 +498,9 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/button@2.0.22 - @heroui/tooltip@2.0.25 - @heroui/system@2.0.11 @@ -514,7 +514,7 @@ ### Patch Changes -- Updated dependencies [[`ceddd0d1d`](https://github.com/frontio-ai/heroui/commit/ceddd0d1d941a669bab78ef7439a29531cff99a2), [`425a034bc`](https://github.com/frontio-ai/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: +- Updated dependencies [[`ceddd0d1d`](https://github.com/heroui-inc/heroui/commit/ceddd0d1d941a669bab78ef7439a29531cff99a2), [`425a034bc`](https://github.com/heroui-inc/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: - @heroui/button@2.0.21 - @heroui/theme@2.1.9 - @heroui/tooltip@2.0.24 @@ -525,9 +525,9 @@ ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy -- Updated dependencies [[`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: +- Updated dependencies [[`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: - @heroui/button@2.0.20 - @heroui/tooltip@2.0.23 - @heroui/system@2.0.9 @@ -541,9 +541,9 @@ ### Patch Changes -- [#1589](https://github.com/frontio-ai/heroui/pull/1589) [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded +- [#1589](https://github.com/heroui-inc/heroui/pull/1589) [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded -- Updated dependencies [[`a3be419cb`](https://github.com/frontio-ai/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/frontio-ai/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: +- Updated dependencies [[`a3be419cb`](https://github.com/heroui-inc/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/heroui-inc/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: - @heroui/theme@2.1.7 - @heroui/tooltip@2.0.22 - @heroui/button@2.0.19 @@ -553,7 +553,7 @@ ### Patch Changes -- Updated dependencies [[`7c8341035`](https://github.com/frontio-ai/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: +- Updated dependencies [[`7c8341035`](https://github.com/heroui-inc/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: - @heroui/theme@2.1.6 - @heroui/button@2.0.18 - @heroui/tooltip@2.0.21 @@ -562,7 +562,7 @@ ### Patch Changes -- Updated dependencies [[`d61428d9e`](https://github.com/frontio-ai/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/frontio-ai/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: +- Updated dependencies [[`d61428d9e`](https://github.com/heroui-inc/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/heroui-inc/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: - @heroui/theme@2.1.5 - @heroui/system@2.0.7 - @heroui/button@2.0.17 @@ -572,9 +572,9 @@ ### Patch Changes -- [#1546](https://github.com/frontio-ai/heroui/pull/1546) [`faf26acd2`](https://github.com/frontio-ai/heroui/commit/faf26acd239dcffcab71ef63d1d2708990f19bec) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Snippet invalid props fixed +- [#1546](https://github.com/heroui-inc/heroui/pull/1546) [`faf26acd2`](https://github.com/heroui-inc/heroui/commit/faf26acd239dcffcab71ef63d1d2708990f19bec) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Snippet invalid props fixed -- Updated dependencies [[`043b8420c`](https://github.com/frontio-ai/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/frontio-ai/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: +- Updated dependencies [[`043b8420c`](https://github.com/heroui-inc/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/heroui-inc/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: - @heroui/theme@2.1.4 - @heroui/system@2.0.6 - @heroui/button@2.0.16 @@ -584,7 +584,7 @@ ### Patch Changes -- Updated dependencies [[`5702287e5`](https://github.com/frontio-ai/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: +- Updated dependencies [[`5702287e5`](https://github.com/heroui-inc/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: - @heroui/theme@2.1.3 - @heroui/button@2.0.15 - @heroui/tooltip@2.0.18 @@ -593,16 +593,16 @@ ### Patch Changes -- Updated dependencies [[`a371e1a5f`](https://github.com/frontio-ai/heroui/commit/a371e1a5fa698aaf1d2aa1c8beb6d3df6eaad57a)]: +- Updated dependencies [[`a371e1a5f`](https://github.com/heroui-inc/heroui/commit/a371e1a5fa698aaf1d2aa1c8beb6d3df6eaad57a)]: - @heroui/tooltip@2.0.17 ## 2.0.17 ### Patch Changes -- [#1458](https://github.com/frontio-ai/heroui/pull/1458) [`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles +- [#1458](https://github.com/heroui-inc/heroui/pull/1458) [`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles -- Updated dependencies [[`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: +- Updated dependencies [[`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: - @heroui/tooltip@2.0.16 - @heroui/button@2.0.14 - @heroui/theme@2.1.2 @@ -611,7 +611,7 @@ ### Patch Changes -- Updated dependencies [[`cc839cdd`](https://github.com/frontio-ai/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: +- Updated dependencies [[`cc839cdd`](https://github.com/heroui-inc/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: - @heroui/theme@2.1.1 - @heroui/button@2.0.13 - @heroui/tooltip@2.0.15 @@ -620,13 +620,13 @@ ### Patch Changes -- [#1313](https://github.com/frontio-ai/heroui/pull/1313) [`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New components: +- [#1313](https://github.com/heroui-inc/heroui/pull/1313) [`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New components: - Select - Listbox - ScrollShadow -- Updated dependencies [[`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: +- Updated dependencies [[`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: - @heroui/theme@2.1.0 - @heroui/shared-icons@2.0.3 - @heroui/button@2.0.12 @@ -637,14 +637,14 @@ ### Patch Changes -- Updated dependencies [[`f06855277`](https://github.com/frontio-ai/heroui/commit/f0685527744f598e2aa032414f92a301b3195c1e)]: +- Updated dependencies [[`f06855277`](https://github.com/heroui-inc/heroui/commit/f0685527744f598e2aa032414f92a301b3195c1e)]: - @heroui/tooltip@2.0.13 ## 2.0.13 ### Patch Changes -- [#1410](https://github.com/frontio-ai/heroui/pull/1410) [`6e7e834c2`](https://github.com/frontio-ai/heroui/commit/6e7e834c2dc14c21b087da792c0576ab464a4a4a) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Popover style prop merged with the one returned by react-aria, other components merge props improvements +- [#1410](https://github.com/heroui-inc/heroui/pull/1410) [`6e7e834c2`](https://github.com/heroui-inc/heroui/commit/6e7e834c2dc14c21b087da792c0576ab464a4a4a) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Popover style prop merged with the one returned by react-aria, other components merge props improvements ## 2.0.12 @@ -659,7 +659,7 @@ ### Patch Changes -- Updated dependencies [[`d0341020`](https://github.com/frontio-ai/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: +- Updated dependencies [[`d0341020`](https://github.com/heroui-inc/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: - @heroui/theme@2.0.5 - @heroui/button@2.0.10 - @heroui/tooltip@2.0.11 @@ -677,13 +677,13 @@ ### Patch Changes -- [#1359](https://github.com/frontio-ai/heroui/pull/1359) [`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n +- [#1359](https://github.com/heroui-inc/heroui/pull/1359) [`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n - react-aria packages upgraded to the latest version - image storybooks fixed - other bug fixes.. -- Updated dependencies [[`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: +- Updated dependencies [[`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: - @heroui/tooltip@2.0.9 - @heroui/button@2.0.8 - @heroui/system@2.0.5 @@ -692,7 +692,7 @@ ### Patch Changes -- Updated dependencies [[`710395f3`](https://github.com/frontio-ai/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: +- Updated dependencies [[`710395f3`](https://github.com/heroui-inc/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: - @heroui/system@2.0.4 - @heroui/button@2.0.7 - @heroui/tooltip@2.0.8 @@ -719,9 +719,9 @@ ### Patch Changes -- [#1301](https://github.com/frontio-ai/heroui/pull/1301) [`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss +- [#1301](https://github.com/heroui-inc/heroui/pull/1301) [`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss -- Updated dependencies [[`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: +- Updated dependencies [[`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: - @heroui/tooltip@2.0.5 - @heroui/button@2.0.4 - @heroui/theme@2.0.4 @@ -730,9 +730,9 @@ ### Patch Changes -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports -- Updated dependencies [[`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: +- Updated dependencies [[`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: - @heroui/react-utils@2.0.2 - @heroui/button@2.0.3 - @heroui/system@2.0.3 @@ -746,14 +746,14 @@ ### Patch Changes -- Updated dependencies [[`a1a02dc0`](https://github.com/frontio-ai/heroui/commit/a1a02dc0db6dc6f9c3355e6f58173433c2e41e19)]: +- Updated dependencies [[`a1a02dc0`](https://github.com/heroui-inc/heroui/commit/a1a02dc0db6dc6f9c3355e6f58173433c2e41e19)]: - @heroui/tooltip@2.0.3 ## 2.0.2 ### Patch Changes -- Updated dependencies [[`459ac5ed`](https://github.com/frontio-ai/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: +- Updated dependencies [[`459ac5ed`](https://github.com/heroui-inc/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: - @heroui/theme@2.0.2 - @heroui/button@2.0.2 - @heroui/tooltip@2.0.2 @@ -763,11 +763,11 @@ ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated -- Updated dependencies [[`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: +- Updated dependencies [[`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: - @heroui/shared-icons@2.0.1 - @heroui/shared-utils@2.0.1 - @heroui/react-utils@2.0.1 diff --git a/packages/components/snippet/README.md b/packages/components/snippet/README.md index d4f30ecf82..3eecd076f1 100644 --- a/packages/components/snippet/README.md +++ b/packages/components/snippet/README.md @@ -15,10 +15,10 @@ npm i @heroui/snippet ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/components/spacer/CHANGELOG.md b/packages/components/spacer/CHANGELOG.md index 7595ea7bd0..3574dc1556 100644 --- a/packages/components/spacer/CHANGELOG.md +++ b/packages/components/spacer/CHANGELOG.md @@ -15,7 +15,7 @@ ### Patch Changes -- Updated dependencies [[`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: +- Updated dependencies [[`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: - @heroui/react-utils@2.1.3 - @heroui/system-rsc@2.3.5 @@ -23,7 +23,7 @@ ### Patch Changes -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31), [`76a72a9`](https://github.com/frontio-ai/heroui/commit/76a72a9d1c8400d23b3f948670cb6844d9728b2a)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31), [`76a72a9`](https://github.com/heroui-inc/heroui/commit/76a72a9d1c8400d23b3f948670cb6844d9728b2a)]: - @heroui/shared-utils@2.1.2 - @heroui/system-rsc@2.3.5 - @heroui/react-utils@2.1.2 @@ -32,34 +32,34 @@ ### Patch Changes -- Updated dependencies [[`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: +- Updated dependencies [[`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: - @heroui/system-rsc@2.3.4 ## 2.2.3 ### Patch Changes -- [#4255](https://github.com/frontio-ai/heroui/pull/4255) [`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) +- [#4255](https://github.com/heroui-inc/heroui/pull/4255) [`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) -- Updated dependencies [[`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: +- Updated dependencies [[`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: - @heroui/system-rsc@2.3.3 ## 2.2.2 ### Patch Changes -- [#4247](https://github.com/frontio-ai/heroui/pull/4247) [`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* +- [#4247](https://github.com/heroui-inc/heroui/pull/4247) [`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* -- Updated dependencies [[`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: +- Updated dependencies [[`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: - @heroui/system-rsc@2.3.2 ## 2.2.1 ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/system-rsc@2.3.1 - @heroui/react-utils@2.1.1 - @heroui/shared-utils@2.1.1 @@ -68,7 +68,7 @@ ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -94,7 +94,7 @@ ### Patch Changes -- Updated dependencies [[`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/system-rsc@2.3.0 - @heroui/react-utils@2.1.0 - @heroui/shared-utils@2.1.0 @@ -103,9 +103,9 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/system-rsc@2.2.0-beta.8 - @heroui/react-utils@2.0.18-beta.8 - @heroui/shared-utils@2.0.9-beta.8 @@ -114,16 +114,16 @@ ### Patch Changes -- Updated dependencies [[`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: +- Updated dependencies [[`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: - @heroui/system-rsc@2.2.0-beta.7 ## 2.1.0-beta.7 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/system-rsc@2.2.0-beta.6 - @heroui/react-utils@2.0.18-beta.7 - @heroui/shared-utils@2.0.9-beta.7 @@ -132,9 +132,9 @@ ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/system-rsc@2.2.0-beta.5 - @heroui/react-utils@2.0.18-beta.6 - @heroui/shared-utils@2.0.9-beta.6 @@ -143,9 +143,9 @@ ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/system-rsc@2.2.0-beta.4 - @heroui/react-utils@2.0.18-beta.5 - @heroui/shared-utils@2.0.9-beta.5 @@ -154,7 +154,7 @@ ### Patch Changes -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/shared-utils@2.0.9-beta.4 - @heroui/system-rsc@2.2.0-beta.3 - @heroui/react-utils@2.0.18-beta.4 @@ -163,9 +163,9 @@ ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/system-rsc@2.2.0-beta.3 - @heroui/react-utils@2.0.18-beta.3 - @heroui/shared-utils@2.0.9-beta.3 @@ -174,9 +174,9 @@ ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/system-rsc@2.2.0-beta.2 - @heroui/react-utils@2.0.18-beta.2 - @heroui/shared-utils@2.0.9-beta.2 @@ -185,9 +185,9 @@ ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/system-rsc@2.2.0-beta.1 - @heroui/react-utils@2.0.18-beta.1 - @heroui/shared-utils@2.0.9-beta.1 @@ -196,11 +196,11 @@ ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ### Patch Changes -- Updated dependencies [[`0cf91395c`](https://github.com/frontio-ai/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/frontio-ai/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/frontio-ai/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/frontio-ai/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/frontio-ai/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/frontio-ai/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/frontio-ai/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/frontio-ai/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/frontio-ai/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/frontio-ai/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/frontio-ai/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/frontio-ai/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: +- Updated dependencies [[`0cf91395c`](https://github.com/heroui-inc/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/heroui-inc/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/heroui-inc/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/heroui-inc/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/heroui-inc/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/heroui-inc/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/heroui-inc/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/heroui-inc/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/heroui-inc/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/heroui-inc/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/heroui-inc/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/heroui-inc/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: - @heroui/theme@2.3.0-beta.0 - @heroui/system-rsc@2.2.0-beta.0 - @heroui/shared-utils@2.0.9-beta.0 @@ -210,7 +210,7 @@ ### Patch Changes -- Updated dependencies [[`44e89a077`](https://github.com/frontio-ai/heroui/commit/44e89a0779c1c98fe275c864fe12834d19302b9c), [`f36df4362`](https://github.com/frontio-ai/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: +- Updated dependencies [[`44e89a077`](https://github.com/heroui-inc/heroui/commit/44e89a0779c1c98fe275c864fe12834d19302b9c), [`f36df4362`](https://github.com/heroui-inc/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: - @heroui/system-rsc@2.1.6 - @heroui/shared-utils@2.0.8 - @heroui/react-utils@2.0.17 @@ -219,9 +219,9 @@ ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/system-rsc@2.1.5 - @heroui/react-utils@2.0.16 - @heroui/shared-utils@2.0.7 @@ -230,14 +230,14 @@ ### Patch Changes -- Updated dependencies [[`5591138bf`](https://github.com/frontio-ai/heroui/commit/5591138bff4a393f614c4cb0d505901560c4ceea)]: +- Updated dependencies [[`5591138bf`](https://github.com/heroui-inc/heroui/commit/5591138bff4a393f614c4cb0d505901560c4ceea)]: - @heroui/system-rsc@2.1.4 ## 2.0.30 ### Patch Changes -- Updated dependencies [[`0cdfdb48b`](https://github.com/frontio-ai/heroui/commit/0cdfdb48bcb7eecb752fc6a3033d3bdd2335872b), [`f785d1fb0`](https://github.com/frontio-ai/heroui/commit/f785d1fb0460df73912bcd6614bc78d46db14e6b), [`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: +- Updated dependencies [[`0cdfdb48b`](https://github.com/heroui-inc/heroui/commit/0cdfdb48bcb7eecb752fc6a3033d3bdd2335872b), [`f785d1fb0`](https://github.com/heroui-inc/heroui/commit/f785d1fb0460df73912bcd6614bc78d46db14e6b), [`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: - @heroui/system-rsc@2.1.3 - @heroui/shared-utils@2.0.6 - @heroui/react-utils@2.0.15 @@ -246,7 +246,7 @@ ### Patch Changes -- Updated dependencies [[`b9bb06ff3`](https://github.com/frontio-ai/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: +- Updated dependencies [[`b9bb06ff3`](https://github.com/heroui-inc/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: - @heroui/react-utils@2.0.14 - @heroui/system-rsc@2.1.2 @@ -254,14 +254,14 @@ ### Patch Changes -- Updated dependencies [[`e3afa4789`](https://github.com/frontio-ai/heroui/commit/e3afa4789a1ac0fa929b2acaca5bd9c520567ab8), [`1109baea6`](https://github.com/frontio-ai/heroui/commit/1109baea6ac6aa3feb2be90ef065f61b2c2a06a9)]: +- Updated dependencies [[`e3afa4789`](https://github.com/heroui-inc/heroui/commit/e3afa4789a1ac0fa929b2acaca5bd9c520567ab8), [`1109baea6`](https://github.com/heroui-inc/heroui/commit/1109baea6ac6aa3feb2be90ef065f61b2c2a06a9)]: - @heroui/system-rsc@2.1.2 ## 2.0.27 ### Patch Changes -- Updated dependencies [[`eccc2f2f3`](https://github.com/frontio-ai/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: +- Updated dependencies [[`eccc2f2f3`](https://github.com/heroui-inc/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: - @heroui/react-utils@2.0.13 - @heroui/system-rsc@2.1.1 @@ -269,7 +269,7 @@ ### Patch Changes -- Updated dependencies [[`74eda3128`](https://github.com/frontio-ai/heroui/commit/74eda312883b2e17df26f71442aba9fb3cd240be)]: +- Updated dependencies [[`74eda3128`](https://github.com/heroui-inc/heroui/commit/74eda312883b2e17df26f71442aba9fb3cd240be)]: - @heroui/system-rsc@2.1.1 - @heroui/react-utils@2.0.12 @@ -277,16 +277,16 @@ ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added - `framer-transitions` renamed to `framer-utils` - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- Updated dependencies [[`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`c5049edfd`](https://github.com/frontio-ai/heroui/commit/c5049edfde7edaee2081d70e581739be9dcae2f9)]: +- Updated dependencies [[`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`c5049edfd`](https://github.com/heroui-inc/heroui/commit/c5049edfde7edaee2081d70e581739be9dcae2f9)]: - @heroui/system-rsc@2.1.0 - @heroui/react-utils@2.0.11 - @heroui/shared-utils@2.0.5 @@ -295,41 +295,41 @@ ### Patch Changes -- Updated dependencies [[`a978687b0`](https://github.com/frontio-ai/heroui/commit/a978687b0736d1e15943ef46628fc4fa0723ddc7)]: +- Updated dependencies [[`a978687b0`](https://github.com/heroui-inc/heroui/commit/a978687b0736d1e15943ef46628fc4fa0723ddc7)]: - @heroui/system-rsc@2.0.11 ## 2.0.23 ### Patch Changes -- Updated dependencies [[`6ecdc278a`](https://github.com/frontio-ai/heroui/commit/6ecdc278aba927ee38a799679b8eb99cba99cab9)]: +- Updated dependencies [[`6ecdc278a`](https://github.com/heroui-inc/heroui/commit/6ecdc278aba927ee38a799679b8eb99cba99cab9)]: - @heroui/system-rsc@2.0.10 ## 2.0.22 ### Patch Changes -- [#1877](https://github.com/frontio-ai/heroui/pull/1877) [`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range +- [#1877](https://github.com/heroui-inc/heroui/pull/1877) [`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range -- Updated dependencies [[`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648)]: +- Updated dependencies [[`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648)]: - @heroui/system-rsc@2.0.9 ## 2.0.21 ### Patch Changes -- [#1874](https://github.com/frontio-ai/heroui/pull/1874) [`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. +- [#1874](https://github.com/heroui-inc/heroui/pull/1874) [`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. -- Updated dependencies [[`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0)]: +- Updated dependencies [[`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0)]: - @heroui/system-rsc@2.0.8 ## 2.0.20 ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/system-rsc@2.0.7 - @heroui/theme@2.1.10 - @heroui/react-utils@2.0.10 @@ -339,7 +339,7 @@ ### Patch Changes -- Updated dependencies [[`f6531c5f6`](https://github.com/frontio-ai/heroui/commit/f6531c5f603d7f6308a597962ec6fab62c92fa93), [`425a034bc`](https://github.com/frontio-ai/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: +- Updated dependencies [[`f6531c5f6`](https://github.com/heroui-inc/heroui/commit/f6531c5f603d7f6308a597962ec6fab62c92fa93), [`425a034bc`](https://github.com/heroui-inc/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: - @heroui/system-rsc@2.0.6 - @heroui/theme@2.1.9 - @heroui/react-utils@2.0.9 @@ -348,9 +348,9 @@ ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy -- Updated dependencies [[`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: +- Updated dependencies [[`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: - @heroui/system-rsc@2.0.5 - @heroui/theme@2.1.8 - @heroui/react-utils@2.0.8 @@ -360,7 +360,7 @@ ### Patch Changes -- Updated dependencies [[`a3be419cb`](https://github.com/frontio-ai/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/frontio-ai/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5)]: +- Updated dependencies [[`a3be419cb`](https://github.com/heroui-inc/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/heroui-inc/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5)]: - @heroui/theme@2.1.7 - @heroui/system-rsc@2.0.4 @@ -368,7 +368,7 @@ ### Patch Changes -- Updated dependencies [[`7c8341035`](https://github.com/frontio-ai/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: +- Updated dependencies [[`7c8341035`](https://github.com/heroui-inc/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: - @heroui/theme@2.1.6 - @heroui/system-rsc@2.0.4 @@ -376,7 +376,7 @@ ### Patch Changes -- Updated dependencies [[`d61428d9e`](https://github.com/frontio-ai/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/frontio-ai/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: +- Updated dependencies [[`d61428d9e`](https://github.com/heroui-inc/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/heroui-inc/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: - @heroui/system-rsc@2.0.4 - @heroui/theme@2.1.5 @@ -384,7 +384,7 @@ ### Patch Changes -- Updated dependencies [[`043b8420c`](https://github.com/frontio-ai/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592)]: +- Updated dependencies [[`043b8420c`](https://github.com/heroui-inc/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592)]: - @heroui/theme@2.1.4 - @heroui/system-rsc@2.0.3 @@ -392,7 +392,7 @@ ### Patch Changes -- Updated dependencies [[`5702287e5`](https://github.com/frontio-ai/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: +- Updated dependencies [[`5702287e5`](https://github.com/heroui-inc/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: - @heroui/theme@2.1.3 - @heroui/system-rsc@2.0.3 @@ -400,9 +400,9 @@ ### Patch Changes -- [#1458](https://github.com/frontio-ai/heroui/pull/1458) [`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles +- [#1458](https://github.com/heroui-inc/heroui/pull/1458) [`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles -- Updated dependencies [[`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: +- Updated dependencies [[`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: - @heroui/theme@2.1.2 - @heroui/system-rsc@2.0.3 @@ -410,7 +410,7 @@ ### Patch Changes -- Updated dependencies [[`cc839cdd`](https://github.com/frontio-ai/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: +- Updated dependencies [[`cc839cdd`](https://github.com/heroui-inc/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: - @heroui/theme@2.1.1 - @heroui/system-rsc@2.0.3 @@ -418,7 +418,7 @@ ### Patch Changes -- Updated dependencies [[`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: +- Updated dependencies [[`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: - @heroui/theme@2.1.0 - @heroui/system-rsc@2.0.3 - @heroui/react-utils@2.0.7 @@ -435,7 +435,7 @@ ### Patch Changes -- Updated dependencies [[`d0341020`](https://github.com/frontio-ai/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: +- Updated dependencies [[`d0341020`](https://github.com/heroui-inc/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: - @heroui/theme@2.0.5 - @heroui/system-rsc@2.0.3 @@ -467,9 +467,9 @@ ### Patch Changes -- [#1301](https://github.com/frontio-ai/heroui/pull/1301) [`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss +- [#1301](https://github.com/heroui-inc/heroui/pull/1301) [`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss -- Updated dependencies [[`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: +- Updated dependencies [[`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: - @heroui/theme@2.0.4 - @heroui/system-rsc@2.0.3 @@ -477,14 +477,14 @@ ### Patch Changes -- [#1289](https://github.com/frontio-ai/heroui/pull/1289) [`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it +- [#1289](https://github.com/heroui-inc/heroui/pull/1289) [`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it - packages adapted to support RSC imports - filterDomProps function was modified to enable/disabled it -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports -- Updated dependencies [[`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: +- Updated dependencies [[`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: - @heroui/react-utils@2.0.2 - @heroui/system-rsc@2.0.3 - @heroui/theme@2.0.3 @@ -494,7 +494,7 @@ ### Patch Changes -- Updated dependencies [[`459ac5ed`](https://github.com/frontio-ai/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: +- Updated dependencies [[`459ac5ed`](https://github.com/heroui-inc/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: - @heroui/theme@2.0.2 - @heroui/system@2.0.2 @@ -502,11 +502,11 @@ ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated -- Updated dependencies [[`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: +- Updated dependencies [[`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: - @heroui/shared-utils@2.0.1 - @heroui/react-utils@2.0.1 - @heroui/system@2.0.1 diff --git a/packages/components/spacer/README.md b/packages/components/spacer/README.md index c260444894..bc4c65037b 100644 --- a/packages/components/spacer/README.md +++ b/packages/components/spacer/README.md @@ -15,10 +15,10 @@ npm i @heroui/spacer ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/components/spinner/CHANGELOG.md b/packages/components/spinner/CHANGELOG.md index 6c3a1bd62e..7a74a693ab 100644 --- a/packages/components/spinner/CHANGELOG.md +++ b/packages/components/spinner/CHANGELOG.md @@ -15,7 +15,7 @@ ### Patch Changes -- Updated dependencies [[`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: +- Updated dependencies [[`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: - @heroui/react-utils@2.1.3 - @heroui/system-rsc@2.3.5 @@ -23,7 +23,7 @@ ### Patch Changes -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31), [`76a72a9`](https://github.com/frontio-ai/heroui/commit/76a72a9d1c8400d23b3f948670cb6844d9728b2a)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31), [`76a72a9`](https://github.com/heroui-inc/heroui/commit/76a72a9d1c8400d23b3f948670cb6844d9728b2a)]: - @heroui/shared-utils@2.1.2 - @heroui/system-rsc@2.3.5 - @heroui/react-utils@2.1.2 @@ -32,34 +32,34 @@ ### Patch Changes -- Updated dependencies [[`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: +- Updated dependencies [[`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: - @heroui/system-rsc@2.3.4 ## 2.2.3 ### Patch Changes -- [#4255](https://github.com/frontio-ai/heroui/pull/4255) [`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) +- [#4255](https://github.com/heroui-inc/heroui/pull/4255) [`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) -- Updated dependencies [[`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: +- Updated dependencies [[`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: - @heroui/system-rsc@2.3.3 ## 2.2.2 ### Patch Changes -- [#4247](https://github.com/frontio-ai/heroui/pull/4247) [`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* +- [#4247](https://github.com/heroui-inc/heroui/pull/4247) [`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* -- Updated dependencies [[`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: +- Updated dependencies [[`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: - @heroui/system-rsc@2.3.2 ## 2.2.1 ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/system-rsc@2.3.1 - @heroui/react-utils@2.1.1 - @heroui/shared-utils@2.1.1 @@ -68,7 +68,7 @@ ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -94,7 +94,7 @@ ### Patch Changes -- Updated dependencies [[`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/system-rsc@2.3.0 - @heroui/react-utils@2.1.0 - @heroui/shared-utils@2.1.0 @@ -103,9 +103,9 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/system-rsc@2.2.0-beta.8 - @heroui/react-utils@2.0.18-beta.8 - @heroui/shared-utils@2.0.9-beta.8 @@ -114,16 +114,16 @@ ### Patch Changes -- Updated dependencies [[`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: +- Updated dependencies [[`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: - @heroui/system-rsc@2.2.0-beta.7 ## 2.1.0-beta.7 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/system-rsc@2.2.0-beta.6 - @heroui/react-utils@2.0.18-beta.7 - @heroui/shared-utils@2.0.9-beta.7 @@ -132,9 +132,9 @@ ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/system-rsc@2.2.0-beta.5 - @heroui/react-utils@2.0.18-beta.6 - @heroui/shared-utils@2.0.9-beta.6 @@ -143,9 +143,9 @@ ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/system-rsc@2.2.0-beta.4 - @heroui/react-utils@2.0.18-beta.5 - @heroui/shared-utils@2.0.9-beta.5 @@ -154,7 +154,7 @@ ### Patch Changes -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/shared-utils@2.0.9-beta.4 - @heroui/system-rsc@2.2.0-beta.3 - @heroui/react-utils@2.0.18-beta.4 @@ -163,9 +163,9 @@ ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/system-rsc@2.2.0-beta.3 - @heroui/react-utils@2.0.18-beta.3 - @heroui/shared-utils@2.0.9-beta.3 @@ -174,9 +174,9 @@ ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/system-rsc@2.2.0-beta.2 - @heroui/react-utils@2.0.18-beta.2 - @heroui/shared-utils@2.0.9-beta.2 @@ -185,9 +185,9 @@ ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/system-rsc@2.2.0-beta.1 - @heroui/react-utils@2.0.18-beta.1 - @heroui/shared-utils@2.0.9-beta.1 @@ -196,11 +196,11 @@ ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ### Patch Changes -- Updated dependencies [[`0cf91395c`](https://github.com/frontio-ai/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/frontio-ai/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/frontio-ai/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/frontio-ai/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/frontio-ai/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/frontio-ai/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/frontio-ai/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/frontio-ai/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/frontio-ai/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/frontio-ai/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/frontio-ai/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/frontio-ai/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: +- Updated dependencies [[`0cf91395c`](https://github.com/heroui-inc/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/heroui-inc/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/heroui-inc/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/heroui-inc/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/heroui-inc/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/heroui-inc/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/heroui-inc/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/heroui-inc/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/heroui-inc/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/heroui-inc/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/heroui-inc/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/heroui-inc/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: - @heroui/theme@2.3.0-beta.0 - @heroui/system-rsc@2.2.0-beta.0 - @heroui/shared-utils@2.0.9-beta.0 @@ -210,7 +210,7 @@ ### Patch Changes -- Updated dependencies [[`44e89a077`](https://github.com/frontio-ai/heroui/commit/44e89a0779c1c98fe275c864fe12834d19302b9c), [`f36df4362`](https://github.com/frontio-ai/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: +- Updated dependencies [[`44e89a077`](https://github.com/heroui-inc/heroui/commit/44e89a0779c1c98fe275c864fe12834d19302b9c), [`f36df4362`](https://github.com/heroui-inc/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: - @heroui/system-rsc@2.1.6 - @heroui/shared-utils@2.0.8 - @heroui/react-utils@2.0.17 @@ -219,9 +219,9 @@ ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/system-rsc@2.1.5 - @heroui/react-utils@2.0.16 - @heroui/shared-utils@2.0.7 @@ -230,14 +230,14 @@ ### Patch Changes -- Updated dependencies [[`5591138bf`](https://github.com/frontio-ai/heroui/commit/5591138bff4a393f614c4cb0d505901560c4ceea)]: +- Updated dependencies [[`5591138bf`](https://github.com/heroui-inc/heroui/commit/5591138bff4a393f614c4cb0d505901560c4ceea)]: - @heroui/system-rsc@2.1.4 ## 2.0.31 ### Patch Changes -- Updated dependencies [[`0cdfdb48b`](https://github.com/frontio-ai/heroui/commit/0cdfdb48bcb7eecb752fc6a3033d3bdd2335872b), [`f785d1fb0`](https://github.com/frontio-ai/heroui/commit/f785d1fb0460df73912bcd6614bc78d46db14e6b), [`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: +- Updated dependencies [[`0cdfdb48b`](https://github.com/heroui-inc/heroui/commit/0cdfdb48bcb7eecb752fc6a3033d3bdd2335872b), [`f785d1fb0`](https://github.com/heroui-inc/heroui/commit/f785d1fb0460df73912bcd6614bc78d46db14e6b), [`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: - @heroui/system-rsc@2.1.3 - @heroui/shared-utils@2.0.6 - @heroui/react-utils@2.0.15 @@ -246,7 +246,7 @@ ### Patch Changes -- Updated dependencies [[`b9bb06ff3`](https://github.com/frontio-ai/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: +- Updated dependencies [[`b9bb06ff3`](https://github.com/heroui-inc/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: - @heroui/react-utils@2.0.14 - @heroui/system-rsc@2.1.2 @@ -254,14 +254,14 @@ ### Patch Changes -- Updated dependencies [[`e3afa4789`](https://github.com/frontio-ai/heroui/commit/e3afa4789a1ac0fa929b2acaca5bd9c520567ab8), [`1109baea6`](https://github.com/frontio-ai/heroui/commit/1109baea6ac6aa3feb2be90ef065f61b2c2a06a9)]: +- Updated dependencies [[`e3afa4789`](https://github.com/heroui-inc/heroui/commit/e3afa4789a1ac0fa929b2acaca5bd9c520567ab8), [`1109baea6`](https://github.com/heroui-inc/heroui/commit/1109baea6ac6aa3feb2be90ef065f61b2c2a06a9)]: - @heroui/system-rsc@2.1.2 ## 2.0.28 ### Patch Changes -- Updated dependencies [[`eccc2f2f3`](https://github.com/frontio-ai/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: +- Updated dependencies [[`eccc2f2f3`](https://github.com/heroui-inc/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: - @heroui/react-utils@2.0.13 - @heroui/system-rsc@2.1.1 @@ -269,7 +269,7 @@ ### Patch Changes -- Updated dependencies [[`74eda3128`](https://github.com/frontio-ai/heroui/commit/74eda312883b2e17df26f71442aba9fb3cd240be)]: +- Updated dependencies [[`74eda3128`](https://github.com/heroui-inc/heroui/commit/74eda312883b2e17df26f71442aba9fb3cd240be)]: - @heroui/system-rsc@2.1.1 - @heroui/react-utils@2.0.12 @@ -277,16 +277,16 @@ ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added - `framer-transitions` renamed to `framer-utils` - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- Updated dependencies [[`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`c5049edfd`](https://github.com/frontio-ai/heroui/commit/c5049edfde7edaee2081d70e581739be9dcae2f9)]: +- Updated dependencies [[`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`c5049edfd`](https://github.com/heroui-inc/heroui/commit/c5049edfde7edaee2081d70e581739be9dcae2f9)]: - @heroui/system-rsc@2.1.0 - @heroui/react-utils@2.0.11 - @heroui/shared-utils@2.0.5 @@ -295,7 +295,7 @@ ### Patch Changes -- [#2325](https://github.com/frontio-ai/heroui/pull/2325) [`0b5cde7bc`](https://github.com/frontio-ai/heroui/commit/0b5cde7bc4fc71231eb117f44052db2efdbdc595) Thanks [@ali-idrizi](https://github.com/ali-idrizi)! - allow styling Spinner's label by passing classNames to the slot +- [#2325](https://github.com/heroui-inc/heroui/pull/2325) [`0b5cde7bc`](https://github.com/heroui-inc/heroui/commit/0b5cde7bc4fc71231eb117f44052db2efdbdc595) Thanks [@ali-idrizi](https://github.com/ali-idrizi)! - allow styling Spinner's label by passing classNames to the slot - Updated dependencies []: - @heroui/system-rsc@2.0.11 @@ -304,41 +304,41 @@ ### Patch Changes -- Updated dependencies [[`a978687b0`](https://github.com/frontio-ai/heroui/commit/a978687b0736d1e15943ef46628fc4fa0723ddc7)]: +- Updated dependencies [[`a978687b0`](https://github.com/heroui-inc/heroui/commit/a978687b0736d1e15943ef46628fc4fa0723ddc7)]: - @heroui/system-rsc@2.0.11 ## 2.0.23 ### Patch Changes -- Updated dependencies [[`6ecdc278a`](https://github.com/frontio-ai/heroui/commit/6ecdc278aba927ee38a799679b8eb99cba99cab9)]: +- Updated dependencies [[`6ecdc278a`](https://github.com/heroui-inc/heroui/commit/6ecdc278aba927ee38a799679b8eb99cba99cab9)]: - @heroui/system-rsc@2.0.10 ## 2.0.22 ### Patch Changes -- [#1877](https://github.com/frontio-ai/heroui/pull/1877) [`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range +- [#1877](https://github.com/heroui-inc/heroui/pull/1877) [`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range -- Updated dependencies [[`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648)]: +- Updated dependencies [[`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648)]: - @heroui/system-rsc@2.0.9 ## 2.0.21 ### Patch Changes -- [#1874](https://github.com/frontio-ai/heroui/pull/1874) [`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. +- [#1874](https://github.com/heroui-inc/heroui/pull/1874) [`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. -- Updated dependencies [[`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0)]: +- Updated dependencies [[`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0)]: - @heroui/system-rsc@2.0.8 ## 2.0.20 ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/system-rsc@2.0.7 - @heroui/theme@2.1.10 - @heroui/react-utils@2.0.10 @@ -348,7 +348,7 @@ ### Patch Changes -- Updated dependencies [[`f6531c5f6`](https://github.com/frontio-ai/heroui/commit/f6531c5f603d7f6308a597962ec6fab62c92fa93), [`425a034bc`](https://github.com/frontio-ai/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: +- Updated dependencies [[`f6531c5f6`](https://github.com/heroui-inc/heroui/commit/f6531c5f603d7f6308a597962ec6fab62c92fa93), [`425a034bc`](https://github.com/heroui-inc/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: - @heroui/system-rsc@2.0.6 - @heroui/theme@2.1.9 - @heroui/react-utils@2.0.9 @@ -357,9 +357,9 @@ ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy -- Updated dependencies [[`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: +- Updated dependencies [[`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: - @heroui/system-rsc@2.0.5 - @heroui/theme@2.1.8 - @heroui/react-utils@2.0.8 @@ -369,7 +369,7 @@ ### Patch Changes -- Updated dependencies [[`a3be419cb`](https://github.com/frontio-ai/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/frontio-ai/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5)]: +- Updated dependencies [[`a3be419cb`](https://github.com/heroui-inc/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/heroui-inc/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5)]: - @heroui/theme@2.1.7 - @heroui/system-rsc@2.0.4 @@ -377,7 +377,7 @@ ### Patch Changes -- Updated dependencies [[`7c8341035`](https://github.com/frontio-ai/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: +- Updated dependencies [[`7c8341035`](https://github.com/heroui-inc/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: - @heroui/theme@2.1.6 - @heroui/system-rsc@2.0.4 @@ -385,7 +385,7 @@ ### Patch Changes -- Updated dependencies [[`d61428d9e`](https://github.com/frontio-ai/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/frontio-ai/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: +- Updated dependencies [[`d61428d9e`](https://github.com/heroui-inc/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/heroui-inc/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: - @heroui/system-rsc@2.0.4 - @heroui/theme@2.1.5 @@ -393,7 +393,7 @@ ### Patch Changes -- Updated dependencies [[`043b8420c`](https://github.com/frontio-ai/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592)]: +- Updated dependencies [[`043b8420c`](https://github.com/heroui-inc/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592)]: - @heroui/theme@2.1.4 - @heroui/system-rsc@2.0.3 @@ -401,7 +401,7 @@ ### Patch Changes -- Updated dependencies [[`5702287e5`](https://github.com/frontio-ai/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: +- Updated dependencies [[`5702287e5`](https://github.com/heroui-inc/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: - @heroui/theme@2.1.3 - @heroui/system-rsc@2.0.3 @@ -409,9 +409,9 @@ ### Patch Changes -- [#1458](https://github.com/frontio-ai/heroui/pull/1458) [`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles +- [#1458](https://github.com/heroui-inc/heroui/pull/1458) [`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles -- Updated dependencies [[`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: +- Updated dependencies [[`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: - @heroui/theme@2.1.2 - @heroui/system-rsc@2.0.3 @@ -419,7 +419,7 @@ ### Patch Changes -- Updated dependencies [[`cc839cdd`](https://github.com/frontio-ai/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: +- Updated dependencies [[`cc839cdd`](https://github.com/heroui-inc/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: - @heroui/theme@2.1.1 - @heroui/system-rsc@2.0.3 @@ -427,7 +427,7 @@ ### Patch Changes -- Updated dependencies [[`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: +- Updated dependencies [[`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: - @heroui/theme@2.1.0 - @heroui/system-rsc@2.0.3 - @heroui/react-utils@2.0.7 @@ -444,7 +444,7 @@ ### Patch Changes -- Updated dependencies [[`d0341020`](https://github.com/frontio-ai/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: +- Updated dependencies [[`d0341020`](https://github.com/heroui-inc/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: - @heroui/theme@2.0.5 - @heroui/system-rsc@2.0.3 @@ -476,9 +476,9 @@ ### Patch Changes -- [#1301](https://github.com/frontio-ai/heroui/pull/1301) [`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss +- [#1301](https://github.com/heroui-inc/heroui/pull/1301) [`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss -- Updated dependencies [[`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: +- Updated dependencies [[`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: - @heroui/theme@2.0.4 - @heroui/system-rsc@2.0.3 @@ -486,14 +486,14 @@ ### Patch Changes -- [#1289](https://github.com/frontio-ai/heroui/pull/1289) [`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it +- [#1289](https://github.com/heroui-inc/heroui/pull/1289) [`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it - packages adapted to support RSC imports - filterDomProps function was modified to enable/disabled it -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports -- Updated dependencies [[`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: +- Updated dependencies [[`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: - @heroui/react-utils@2.0.2 - @heroui/system-rsc@2.0.3 - @heroui/theme@2.0.3 @@ -503,7 +503,7 @@ ### Patch Changes -- Updated dependencies [[`459ac5ed`](https://github.com/frontio-ai/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: +- Updated dependencies [[`459ac5ed`](https://github.com/heroui-inc/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: - @heroui/theme@2.0.2 - @heroui/system@2.0.2 @@ -511,11 +511,11 @@ ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated -- Updated dependencies [[`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: +- Updated dependencies [[`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: - @heroui/shared-utils@2.0.1 - @heroui/react-utils@2.0.1 - @heroui/system@2.0.1 diff --git a/packages/components/spinner/README.md b/packages/components/spinner/README.md index 9705f08705..287fce4966 100644 --- a/packages/components/spinner/README.md +++ b/packages/components/spinner/README.md @@ -15,10 +15,10 @@ npm i @heroui/loading ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/components/switch/CHANGELOG.md b/packages/components/switch/CHANGELOG.md index 1ebd76f107..c56d877605 100644 --- a/packages/components/switch/CHANGELOG.md +++ b/packages/components/switch/CHANGELOG.md @@ -15,16 +15,16 @@ ### Patch Changes -- Updated dependencies [[`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: +- Updated dependencies [[`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: - @heroui/react-utils@2.1.3 ## 2.2.7 ### Patch Changes -- [#4334](https://github.com/frontio-ai/heroui/pull/4334) [`0b117e5`](https://github.com/frontio-ai/heroui/commit/0b117e59b22a485d95054491b5aea4e67d257bff) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@heroui/theme` in peerDependencies +- [#4334](https://github.com/heroui-inc/heroui/pull/4334) [`0b117e5`](https://github.com/heroui-inc/heroui/commit/0b117e59b22a485d95054491b5aea4e67d257bff) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@heroui/theme` in peerDependencies -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: - @heroui/shared-utils@2.1.2 - @heroui/react-utils@2.1.2 @@ -32,39 +32,39 @@ ### Patch Changes -- [#4314](https://github.com/frontio-ai/heroui/pull/4314) [`5598806`](https://github.com/frontio-ai/heroui/commit/5598806216166dc9fff36cafd9112412486b747f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4314](https://github.com/heroui-inc/heroui/pull/4314) [`5598806`](https://github.com/heroui-inc/heroui/commit/5598806216166dc9fff36cafd9112412486b747f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build ## 2.2.5 ### Patch Changes -- [#4311](https://github.com/frontio-ai/heroui/pull/4311) [`03abf1d`](https://github.com/frontio-ai/heroui/commit/03abf1daf4fe5ee74f4766cd4fd78068ac25ed78) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #4252 #4260 interactive elements were not working properly +- [#4311](https://github.com/heroui-inc/heroui/pull/4311) [`03abf1d`](https://github.com/heroui-inc/heroui/commit/03abf1daf4fe5ee74f4766cd4fd78068ac25ed78) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #4252 #4260 interactive elements were not working properly ## 2.2.4 ### Patch Changes -- [#4258](https://github.com/frontio-ai/heroui/pull/4258) [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions +- [#4258](https://github.com/heroui-inc/heroui/pull/4258) [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions ## 2.2.3 ### Patch Changes -- [#4255](https://github.com/frontio-ai/heroui/pull/4255) [`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) +- [#4255](https://github.com/heroui-inc/heroui/pull/4255) [`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) ## 2.2.2 ### Patch Changes -- [#4247](https://github.com/frontio-ai/heroui/pull/4247) [`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* +- [#4247](https://github.com/heroui-inc/heroui/pull/4247) [`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* ## 2.2.1 ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/use-safe-layout-effect@2.1.1 - @heroui/react-utils@2.1.1 - @heroui/shared-utils@2.1.1 @@ -73,7 +73,7 @@ ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -99,11 +99,11 @@ ### Patch Changes -- [#4220](https://github.com/frontio-ai/heroui/pull/4220) [`729ede8`](https://github.com/frontio-ai/heroui/commit/729ede8de7f18c7b49fbdb736aac300b5b98f239) Thanks [@macci001](https://github.com/macci001)! - Fix #4210 radio, checkbox & switch interaction +- [#4220](https://github.com/heroui-inc/heroui/pull/4220) [`729ede8`](https://github.com/heroui-inc/heroui/commit/729ede8de7f18c7b49fbdb736aac300b5b98f239) Thanks [@macci001](https://github.com/macci001)! - Fix #4210 radio, checkbox & switch interaction -- [#4226](https://github.com/frontio-ai/heroui/pull/4226) [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) +- [#4226](https://github.com/heroui-inc/heroui/pull/4226) [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) -- Updated dependencies [[`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/use-safe-layout-effect@2.1.0 - @heroui/react-utils@2.1.0 - @heroui/shared-utils@2.1.0 @@ -112,9 +112,9 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/use-safe-layout-effect@2.0.7-beta.5 - @heroui/react-utils@2.0.18-beta.8 - @heroui/shared-utils@2.0.9-beta.8 @@ -123,15 +123,15 @@ ### Patch Changes -- [#3036](https://github.com/frontio-ai/heroui/pull/3036) [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3036](https://github.com/heroui-inc/heroui/pull/3036) [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ## 2.1.0-beta.7 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/use-safe-layout-effect@2.0.7-beta.4 - @heroui/react-utils@2.0.18-beta.7 - @heroui/shared-utils@2.0.9-beta.7 @@ -140,9 +140,9 @@ ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/use-safe-layout-effect@2.0.7-beta.3 - @heroui/react-utils@2.0.18-beta.6 - @heroui/shared-utils@2.0.9-beta.6 @@ -151,9 +151,9 @@ ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/use-safe-layout-effect@2.0.7-beta.2 - @heroui/react-utils@2.0.18-beta.5 - @heroui/shared-utils@2.0.9-beta.5 @@ -162,7 +162,7 @@ ### Patch Changes -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/shared-utils@2.0.9-beta.4 - @heroui/react-utils@2.0.18-beta.4 @@ -170,9 +170,9 @@ ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/use-safe-layout-effect@2.0.7-beta.1 - @heroui/react-utils@2.0.18-beta.3 - @heroui/shared-utils@2.0.9-beta.3 @@ -181,9 +181,9 @@ ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/use-safe-layout-effect@2.0.7-beta.0 - @heroui/react-utils@2.0.18-beta.2 - @heroui/shared-utils@2.0.9-beta.2 @@ -192,9 +192,9 @@ ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/react-utils@2.0.18-beta.1 - @heroui/shared-utils@2.0.9-beta.1 @@ -202,11 +202,11 @@ ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ### Patch Changes -- Updated dependencies [[`0cf91395c`](https://github.com/frontio-ai/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/frontio-ai/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/frontio-ai/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/frontio-ai/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/frontio-ai/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/frontio-ai/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/frontio-ai/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/frontio-ai/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/frontio-ai/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/frontio-ai/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/frontio-ai/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/frontio-ai/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: +- Updated dependencies [[`0cf91395c`](https://github.com/heroui-inc/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/heroui-inc/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/heroui-inc/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/heroui-inc/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/heroui-inc/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/heroui-inc/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/heroui-inc/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/heroui-inc/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/heroui-inc/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/heroui-inc/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/heroui-inc/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/heroui-inc/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: - @heroui/theme@2.3.0-beta.0 - @heroui/system@2.3.0-beta.0 - @heroui/shared-utils@2.0.9-beta.0 @@ -216,7 +216,7 @@ ### Patch Changes -- Updated dependencies [[`f36df4362`](https://github.com/frontio-ai/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: +- Updated dependencies [[`f36df4362`](https://github.com/heroui-inc/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: - @heroui/shared-utils@2.0.8 - @heroui/react-utils@2.0.17 @@ -224,9 +224,9 @@ ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/use-safe-layout-effect@2.0.6 - @heroui/react-utils@2.0.16 - @heroui/shared-utils@2.0.7 @@ -235,7 +235,7 @@ ### Patch Changes -- Updated dependencies [[`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: +- Updated dependencies [[`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: - @heroui/shared-utils@2.0.6 - @heroui/react-utils@2.0.15 @@ -243,32 +243,32 @@ ### Patch Changes -- [#3240](https://github.com/frontio-ai/heroui/pull/3240) [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies +- [#3240](https://github.com/heroui-inc/heroui/pull/3240) [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies -- Updated dependencies [[`b9bb06ff3`](https://github.com/frontio-ai/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: +- Updated dependencies [[`b9bb06ff3`](https://github.com/heroui-inc/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: - @heroui/react-utils@2.0.14 ## 2.0.30 ### Patch Changes -- [#3119](https://github.com/frontio-ai/heroui/pull/3119) [`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` +- [#3119](https://github.com/heroui-inc/heroui/pull/3119) [`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` ## 2.0.29 ### Patch Changes -- [#2924](https://github.com/frontio-ai/heroui/pull/2924) [`9acf3eada`](https://github.com/frontio-ai/heroui/commit/9acf3eada03af911dba42198a83e8ea4b453a93a) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed react-hook-form uncontrolled switch component +- [#2924](https://github.com/heroui-inc/heroui/pull/2924) [`9acf3eada`](https://github.com/heroui-inc/heroui/commit/9acf3eada03af911dba42198a83e8ea4b453a93a) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed react-hook-form uncontrolled switch component -- [#2929](https://github.com/frontio-ai/heroui/pull/2929) [`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. +- [#2929](https://github.com/heroui-inc/heroui/pull/2929) [`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. -- [#3013](https://github.com/frontio-ai/heroui/pull/3013) [`06ecd213c`](https://github.com/frontio-ai/heroui/commit/06ecd213cf85db2dfaa5fc26c1fed62dcb5fbc85) Thanks [@kosmotema](https://github.com/kosmotema)! - make the VisuallyHidden `elementType` as span when the default parent element accepts only phrasing elements +- [#3013](https://github.com/heroui-inc/heroui/pull/3013) [`06ecd213c`](https://github.com/heroui-inc/heroui/commit/06ecd213cf85db2dfaa5fc26c1fed62dcb5fbc85) Thanks [@kosmotema](https://github.com/kosmotema)! - make the VisuallyHidden `elementType` as span when the default parent element accepts only phrasing elements ## 2.0.28 ### Patch Changes -- Updated dependencies [[`eccc2f2f3`](https://github.com/frontio-ai/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: +- Updated dependencies [[`eccc2f2f3`](https://github.com/heroui-inc/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: - @heroui/react-utils@2.0.13 ## 2.0.27 @@ -282,9 +282,9 @@ ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added @@ -293,9 +293,9 @@ - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- [#2468](https://github.com/frontio-ai/heroui/pull/2468) [`a702bb869`](https://github.com/frontio-ai/heroui/commit/a702bb869d08aff6aa649527a8c74e8380ce311e) Thanks [@mrbadri](https://github.com/mrbadri)! - Add RTL support to the switch component +- [#2468](https://github.com/heroui-inc/heroui/pull/2468) [`a702bb869`](https://github.com/heroui-inc/heroui/commit/a702bb869d08aff6aa649527a8c74e8380ce311e) Thanks [@mrbadri](https://github.com/mrbadri)! - Add RTL support to the switch component -- Updated dependencies [[`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: +- Updated dependencies [[`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: - @heroui/react-utils@2.0.11 - @heroui/shared-utils@2.0.5 @@ -303,19 +303,19 @@ ### Patch Changes -- [#1949](https://github.com/frontio-ai/heroui/pull/1949) [`467383b8a`](https://github.com/frontio-ai/heroui/commit/467383b8a2ad42bd22fabe1f70ea17c95bede53b) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix switch base element type it is an input now. +- [#1949](https://github.com/heroui-inc/heroui/pull/1949) [`467383b8a`](https://github.com/heroui-inc/heroui/commit/467383b8a2ad42bd22fabe1f70ea17c95bede53b) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix switch base element type it is an input now. ## 2.0.24 ### Patch Changes -- [#1877](https://github.com/frontio-ai/heroui/pull/1877) [`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range +- [#1877](https://github.com/heroui-inc/heroui/pull/1877) [`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range ## 2.0.23 ### Patch Changes -- [#1874](https://github.com/frontio-ai/heroui/pull/1874) [`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. +- [#1874](https://github.com/heroui-inc/heroui/pull/1874) [`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. - Updated dependencies []: - @heroui/system@2.0.12 @@ -324,9 +324,9 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/system@2.0.11 - @heroui/theme@2.1.10 - @heroui/use-aria-press@2.0.1 @@ -337,7 +337,7 @@ ### Patch Changes -- Updated dependencies [[`425a034bc`](https://github.com/frontio-ai/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: +- Updated dependencies [[`425a034bc`](https://github.com/heroui-inc/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: - @heroui/theme@2.1.9 - @heroui/system@2.0.10 - @heroui/react-utils@2.0.9 @@ -346,9 +346,9 @@ ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy -- Updated dependencies [[`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: +- Updated dependencies [[`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: - @heroui/system@2.0.9 - @heroui/theme@2.1.8 - @heroui/react-utils@2.0.8 @@ -358,9 +358,9 @@ ### Patch Changes -- [#1589](https://github.com/frontio-ai/heroui/pull/1589) [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded +- [#1589](https://github.com/heroui-inc/heroui/pull/1589) [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded -- Updated dependencies [[`a3be419cb`](https://github.com/frontio-ai/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/frontio-ai/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: +- Updated dependencies [[`a3be419cb`](https://github.com/heroui-inc/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/heroui-inc/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: - @heroui/theme@2.1.7 - @heroui/system@2.0.8 @@ -368,14 +368,14 @@ ### Patch Changes -- Updated dependencies [[`7c8341035`](https://github.com/frontio-ai/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: +- Updated dependencies [[`7c8341035`](https://github.com/heroui-inc/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: - @heroui/theme@2.1.6 ## 2.0.17 ### Patch Changes -- Updated dependencies [[`d61428d9e`](https://github.com/frontio-ai/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/frontio-ai/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: +- Updated dependencies [[`d61428d9e`](https://github.com/heroui-inc/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/heroui-inc/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: - @heroui/theme@2.1.5 - @heroui/system@2.0.7 @@ -383,7 +383,7 @@ ### Patch Changes -- Updated dependencies [[`043b8420c`](https://github.com/frontio-ai/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/frontio-ai/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: +- Updated dependencies [[`043b8420c`](https://github.com/heroui-inc/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/heroui-inc/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: - @heroui/theme@2.1.4 - @heroui/system@2.0.6 @@ -391,30 +391,30 @@ ### Patch Changes -- Updated dependencies [[`5702287e5`](https://github.com/frontio-ai/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: +- Updated dependencies [[`5702287e5`](https://github.com/heroui-inc/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: - @heroui/theme@2.1.3 ## 2.0.14 ### Patch Changes -- [#1458](https://github.com/frontio-ai/heroui/pull/1458) [`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles +- [#1458](https://github.com/heroui-inc/heroui/pull/1458) [`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles -- Updated dependencies [[`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: +- Updated dependencies [[`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: - @heroui/theme@2.1.2 ## 2.0.13 ### Patch Changes -- Updated dependencies [[`cc839cdd`](https://github.com/frontio-ai/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: +- Updated dependencies [[`cc839cdd`](https://github.com/heroui-inc/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: - @heroui/theme@2.1.1 ## 2.0.12 ### Patch Changes -- Updated dependencies [[`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: +- Updated dependencies [[`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: - @heroui/theme@2.1.0 - @heroui/react-utils@2.0.7 @@ -429,7 +429,7 @@ ### Patch Changes -- Updated dependencies [[`d0341020`](https://github.com/frontio-ai/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: +- Updated dependencies [[`d0341020`](https://github.com/heroui-inc/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: - @heroui/theme@2.0.5 ## 2.0.9 @@ -443,20 +443,20 @@ ### Patch Changes -- [#1359](https://github.com/frontio-ai/heroui/pull/1359) [`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n +- [#1359](https://github.com/heroui-inc/heroui/pull/1359) [`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n - react-aria packages upgraded to the latest version - image storybooks fixed - other bug fixes.. -- Updated dependencies [[`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: +- Updated dependencies [[`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: - @heroui/system@2.0.5 ## 2.0.7 ### Patch Changes -- Updated dependencies [[`710395f3`](https://github.com/frontio-ai/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: +- Updated dependencies [[`710395f3`](https://github.com/heroui-inc/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: - @heroui/system@2.0.4 ## 2.0.6 @@ -477,18 +477,18 @@ ### Patch Changes -- [#1301](https://github.com/frontio-ai/heroui/pull/1301) [`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss +- [#1301](https://github.com/heroui-inc/heroui/pull/1301) [`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss -- Updated dependencies [[`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: +- Updated dependencies [[`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: - @heroui/theme@2.0.4 ## 2.0.3 ### Patch Changes -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports -- Updated dependencies [[`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: +- Updated dependencies [[`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: - @heroui/react-utils@2.0.2 - @heroui/system@2.0.3 - @heroui/theme@2.0.3 @@ -498,7 +498,7 @@ ### Patch Changes -- Updated dependencies [[`459ac5ed`](https://github.com/frontio-ai/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: +- Updated dependencies [[`459ac5ed`](https://github.com/heroui-inc/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: - @heroui/theme@2.0.2 - @heroui/system@2.0.2 @@ -506,11 +506,11 @@ ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated -- Updated dependencies [[`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: +- Updated dependencies [[`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: - @heroui/shared-utils@2.0.1 - @heroui/react-utils@2.0.1 - @heroui/system@2.0.1 diff --git a/packages/components/switch/README.md b/packages/components/switch/README.md index e298c765e6..98f3ed857a 100644 --- a/packages/components/switch/README.md +++ b/packages/components/switch/README.md @@ -15,10 +15,10 @@ npm i @heroui/switch ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/components/table/CHANGELOG.md b/packages/components/table/CHANGELOG.md index dbbff0dae1..a1f8773892 100644 --- a/packages/components/table/CHANGELOG.md +++ b/packages/components/table/CHANGELOG.md @@ -17,7 +17,7 @@ ### Patch Changes -- Updated dependencies [[`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: +- Updated dependencies [[`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: - @heroui/react-utils@2.1.3 - @heroui/checkbox@2.3.8 - @heroui/spacer@2.2.6 @@ -26,7 +26,7 @@ ### Patch Changes -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31), [`0b117e5`](https://github.com/frontio-ai/heroui/commit/0b117e59b22a485d95054491b5aea4e67d257bff)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31), [`0b117e5`](https://github.com/heroui-inc/heroui/commit/0b117e59b22a485d95054491b5aea4e67d257bff)]: - @heroui/shared-utils@2.1.2 - @heroui/checkbox@2.3.7 - @heroui/spacer@2.2.5 @@ -36,7 +36,7 @@ ### Patch Changes -- Updated dependencies [[`5598806`](https://github.com/frontio-ai/heroui/commit/5598806216166dc9fff36cafd9112412486b747f)]: +- Updated dependencies [[`5598806`](https://github.com/heroui-inc/heroui/commit/5598806216166dc9fff36cafd9112412486b747f)]: - @heroui/checkbox@2.3.6 - @heroui/spacer@2.2.4 @@ -44,7 +44,7 @@ ### Patch Changes -- Updated dependencies [[`03abf1d`](https://github.com/frontio-ai/heroui/commit/03abf1daf4fe5ee74f4766cd4fd78068ac25ed78)]: +- Updated dependencies [[`03abf1d`](https://github.com/heroui-inc/heroui/commit/03abf1daf4fe5ee74f4766cd4fd78068ac25ed78)]: - @heroui/checkbox@2.3.5 - @heroui/spacer@2.2.4 @@ -52,9 +52,9 @@ ### Patch Changes -- [#4258](https://github.com/frontio-ai/heroui/pull/4258) [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions +- [#4258](https://github.com/heroui-inc/heroui/pull/4258) [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions -- Updated dependencies [[`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: +- Updated dependencies [[`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: - @heroui/checkbox@2.3.4 - @heroui/spacer@2.2.4 @@ -62,9 +62,9 @@ ### Patch Changes -- [#4255](https://github.com/frontio-ai/heroui/pull/4255) [`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) +- [#4255](https://github.com/heroui-inc/heroui/pull/4255) [`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) -- Updated dependencies [[`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: +- Updated dependencies [[`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: - @heroui/checkbox@2.3.3 - @heroui/spacer@2.2.3 @@ -72,9 +72,9 @@ ### Patch Changes -- [#4247](https://github.com/frontio-ai/heroui/pull/4247) [`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* +- [#4247](https://github.com/heroui-inc/heroui/pull/4247) [`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* -- Updated dependencies [[`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: +- Updated dependencies [[`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: - @heroui/checkbox@2.3.2 - @heroui/spacer@2.2.2 @@ -82,9 +82,9 @@ ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/checkbox@2.3.1 - @heroui/spacer@2.2.1 - @heroui/react-utils@2.1.1 @@ -95,7 +95,7 @@ ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -121,9 +121,9 @@ ### Patch Changes -- [#4226](https://github.com/frontio-ai/heroui/pull/4226) [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) +- [#4226](https://github.com/heroui-inc/heroui/pull/4226) [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) -- Updated dependencies [[`729ede8`](https://github.com/frontio-ai/heroui/commit/729ede8de7f18c7b49fbdb736aac300b5b98f239), [`26e478d`](https://github.com/frontio-ai/heroui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52), [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`729ede8`](https://github.com/heroui-inc/heroui/commit/729ede8de7f18c7b49fbdb736aac300b5b98f239), [`26e478d`](https://github.com/heroui-inc/heroui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52), [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/checkbox@2.3.0 - @heroui/spacer@2.2.0 - @heroui/react-utils@2.1.0 @@ -134,7 +134,7 @@ ### Patch Changes -- Updated dependencies [[`004c4a4b3`](https://github.com/frontio-ai/heroui/commit/004c4a4b3e44477f148937b12bb542e4b27fd322)]: +- Updated dependencies [[`004c4a4b3`](https://github.com/heroui-inc/heroui/commit/004c4a4b3e44477f148937b12bb542e4b27fd322)]: - @heroui/shared-icons@2.0.10-beta.8 - @heroui/checkbox@2.2.0-beta.9 - @heroui/spacer@2.1.0-beta.9 @@ -143,9 +143,9 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/checkbox@2.2.0-beta.9 - @heroui/spacer@2.1.0-beta.9 - @heroui/react-utils@2.0.18-beta.8 @@ -156,9 +156,9 @@ ### Patch Changes -- [#3036](https://github.com/frontio-ai/heroui/pull/3036) [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - The `layoutNode` prop has been removed due to the update to react-aria. +- [#3036](https://github.com/heroui-inc/heroui/pull/3036) [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - The `layoutNode` prop has been removed due to the update to react-aria. -- Updated dependencies [[`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: +- Updated dependencies [[`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: - @heroui/checkbox@2.2.0-beta.8 - @heroui/spacer@2.1.0-beta.8 @@ -166,7 +166,7 @@ ### Patch Changes -- [#3735](https://github.com/frontio-ai/heroui/pull/3735) [`ee4870dc1`](https://github.com/frontio-ai/heroui/commit/ee4870dc14b2a449fd22be4489b88e44f030329a) Thanks [@macci001](https://github.com/macci001)! - Currently, whenever any arrow-key keypress is triggered it navigates the focus to other cell/row. This creates an issue when the table cell contains a component which requires this keys for specific purpose (eg. if a table cell contains input component, it might need arrow keys for editing. But it is not possible because whenever the keypress triggers navigation). The PR adds an `isKeyboardNavigationDisabled` prop to disable the navigation. +- [#3735](https://github.com/heroui-inc/heroui/pull/3735) [`ee4870dc1`](https://github.com/heroui-inc/heroui/commit/ee4870dc14b2a449fd22be4489b88e44f030329a) Thanks [@macci001](https://github.com/macci001)! - Currently, whenever any arrow-key keypress is triggered it navigates the focus to other cell/row. This creates an issue when the table cell contains a component which requires this keys for specific purpose (eg. if a table cell contains input component, it might need arrow keys for editing. But it is not possible because whenever the keypress triggers navigation). The PR adds an `isKeyboardNavigationDisabled` prop to disable the navigation. - Updated dependencies []: - @heroui/checkbox@2.2.0-beta.7 @@ -176,9 +176,9 @@ ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/checkbox@2.2.0-beta.7 - @heroui/spacer@2.1.0-beta.7 - @heroui/react-utils@2.0.18-beta.7 @@ -189,9 +189,9 @@ ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/checkbox@2.2.0-beta.6 - @heroui/spacer@2.1.0-beta.6 - @heroui/react-utils@2.0.18-beta.6 @@ -202,9 +202,9 @@ ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/checkbox@2.2.0-beta.5 - @heroui/spacer@2.1.0-beta.5 - @heroui/react-utils@2.0.18-beta.5 @@ -215,7 +215,7 @@ ### Patch Changes -- Updated dependencies [[`0f55c491b`](https://github.com/frontio-ai/heroui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]: +- Updated dependencies [[`0f55c491b`](https://github.com/heroui-inc/heroui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]: - @heroui/shared-icons@2.0.10-beta.3 - @heroui/checkbox@2.2.0-beta.4 - @heroui/spacer@2.1.0-beta.4 @@ -224,7 +224,7 @@ ### Patch Changes -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/shared-utils@2.0.9-beta.4 - @heroui/checkbox@2.2.0-beta.4 - @heroui/spacer@2.1.0-beta.4 @@ -234,9 +234,9 @@ ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/checkbox@2.2.0-beta.3 - @heroui/spacer@2.1.0-beta.3 - @heroui/react-utils@2.0.18-beta.3 @@ -247,9 +247,9 @@ ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/checkbox@2.2.0-beta.2 - @heroui/spacer@2.1.0-beta.2 - @heroui/react-utils@2.0.18-beta.2 @@ -260,9 +260,9 @@ ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/checkbox@2.2.0-beta.1 - @heroui/spacer@2.1.0-beta.1 - @heroui/react-utils@2.0.18-beta.1 @@ -273,11 +273,11 @@ ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ### Patch Changes -- Updated dependencies [[`0cf91395c`](https://github.com/frontio-ai/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/frontio-ai/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/frontio-ai/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/frontio-ai/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/frontio-ai/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/frontio-ai/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/frontio-ai/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/frontio-ai/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/frontio-ai/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/frontio-ai/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/frontio-ai/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/frontio-ai/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: +- Updated dependencies [[`0cf91395c`](https://github.com/heroui-inc/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/heroui-inc/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/heroui-inc/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/heroui-inc/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/heroui-inc/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/heroui-inc/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/heroui-inc/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/heroui-inc/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/heroui-inc/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/heroui-inc/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/heroui-inc/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/heroui-inc/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: - @heroui/theme@2.3.0-beta.0 - @heroui/checkbox@2.2.0-beta.0 - @heroui/spacer@2.1.0-beta.0 @@ -289,7 +289,7 @@ ### Patch Changes -- Updated dependencies [[`f36df4362`](https://github.com/frontio-ai/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: +- Updated dependencies [[`f36df4362`](https://github.com/heroui-inc/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: - @heroui/shared-utils@2.0.8 - @heroui/checkbox@2.1.5 - @heroui/spacer@2.0.33 @@ -299,9 +299,9 @@ ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/checkbox@2.1.4 - @heroui/spacer@2.0.32 - @heroui/react-utils@2.0.16 @@ -320,7 +320,7 @@ ### Patch Changes -- Updated dependencies [[`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: +- Updated dependencies [[`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: - @heroui/shared-utils@2.0.6 - @heroui/checkbox@2.1.3 - @heroui/spacer@2.0.30 @@ -330,11 +330,11 @@ ### Patch Changes -- [#3240](https://github.com/frontio-ai/heroui/pull/3240) [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies +- [#3240](https://github.com/heroui-inc/heroui/pull/3240) [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies -- [#2900](https://github.com/frontio-ai/heroui/pull/2900) [`75d122317`](https://github.com/frontio-ai/heroui/commit/75d1223178a8d6f5b68535b54a79efb2d75a31cc) Thanks [@chirokas](https://github.com/chirokas)! - Fix #2886 TableColumn align prop fixed, style improved. +- [#2900](https://github.com/heroui-inc/heroui/pull/2900) [`75d122317`](https://github.com/heroui-inc/heroui/commit/75d1223178a8d6f5b68535b54a79efb2d75a31cc) Thanks [@chirokas](https://github.com/chirokas)! - Fix #2886 TableColumn align prop fixed, style improved. -- Updated dependencies [[`3500147d7`](https://github.com/frontio-ai/heroui/commit/3500147d7fbe53bc01ae24749fdeaf87c37c0d12), [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`b9bb06ff3`](https://github.com/frontio-ai/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: +- Updated dependencies [[`3500147d7`](https://github.com/heroui-inc/heroui/commit/3500147d7fbe53bc01ae24749fdeaf87c37c0d12), [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`b9bb06ff3`](https://github.com/heroui-inc/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: - @heroui/shared-icons@2.0.8 - @heroui/checkbox@2.1.2 - @heroui/react-utils@2.0.14 @@ -344,9 +344,9 @@ ### Patch Changes -- [#3119](https://github.com/frontio-ai/heroui/pull/3119) [`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` +- [#3119](https://github.com/heroui-inc/heroui/pull/3119) [`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` -- Updated dependencies [[`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: +- Updated dependencies [[`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: - @heroui/checkbox@2.1.1 - @heroui/spacer@2.0.28 @@ -354,13 +354,13 @@ ### Patch Changes -- [#2929](https://github.com/frontio-ai/heroui/pull/2929) [`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. +- [#2929](https://github.com/heroui-inc/heroui/pull/2929) [`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. -- [#2866](https://github.com/frontio-ai/heroui/pull/2866) [`5f5ad7a1d`](https://github.com/frontio-ai/heroui/commit/5f5ad7a1ddae1fb30be4a25e6aad4f87666ee1ce) Thanks [@sapkra](https://github.com/sapkra)! - Add missing export of `TableRowProps` type (#2584) +- [#2866](https://github.com/heroui-inc/heroui/pull/2866) [`5f5ad7a1d`](https://github.com/heroui-inc/heroui/commit/5f5ad7a1ddae1fb30be4a25e6aad4f87666ee1ce) Thanks [@sapkra](https://github.com/sapkra)! - Add missing export of `TableRowProps` type (#2584) -- [#3020](https://github.com/frontio-ai/heroui/pull/3020) [`9d63259ee`](https://github.com/frontio-ai/heroui/commit/9d63259eeacfe8b8714629e612a20e00293f0a43) Thanks [@wingkwong](https://github.com/wingkwong)! - set `onKeyDownCapture` to `undefined` so that users can type with spaces in input or textarea inside a table component (#1968) +- [#3020](https://github.com/heroui-inc/heroui/pull/3020) [`9d63259ee`](https://github.com/heroui-inc/heroui/commit/9d63259eeacfe8b8714629e612a20e00293f0a43) Thanks [@wingkwong](https://github.com/wingkwong)! - set `onKeyDownCapture` to `undefined` so that users can type with spaces in input or textarea inside a table component (#1968) -- Updated dependencies [[`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2), [`540aa2124`](https://github.com/frontio-ai/heroui/commit/540aa2124b45b65a40e73f5aea2b90405fe1fe9a), [`06ecd213c`](https://github.com/frontio-ai/heroui/commit/06ecd213cf85db2dfaa5fc26c1fed62dcb5fbc85)]: +- Updated dependencies [[`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2), [`540aa2124`](https://github.com/heroui-inc/heroui/commit/540aa2124b45b65a40e73f5aea2b90405fe1fe9a), [`06ecd213c`](https://github.com/heroui-inc/heroui/commit/06ecd213cf85db2dfaa5fc26c1fed62dcb5fbc85)]: - @heroui/checkbox@2.1.0 - @heroui/spacer@2.0.28 @@ -368,7 +368,7 @@ ### Patch Changes -- [#2584](https://github.com/frontio-ai/heroui/pull/2584) [`d532a9da7`](https://github.com/frontio-ai/heroui/commit/d532a9da7a24d3552ef1bf0706c9fbf984887ddb) Thanks [@sapkra](https://github.com/sapkra)! - Add missing export of TableRowProps type +- [#2584](https://github.com/heroui-inc/heroui/pull/2584) [`d532a9da7`](https://github.com/heroui-inc/heroui/commit/d532a9da7a24d3552ef1bf0706c9fbf984887ddb) Thanks [@sapkra](https://github.com/sapkra)! - Add missing export of TableRowProps type - Updated dependencies []: - @heroui/checkbox@2.0.29 @@ -378,7 +378,7 @@ ### Patch Changes -- Updated dependencies [[`eccc2f2f3`](https://github.com/frontio-ai/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: +- Updated dependencies [[`eccc2f2f3`](https://github.com/heroui-inc/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: - @heroui/react-utils@2.0.13 - @heroui/checkbox@2.0.29 - @heroui/spacer@2.0.27 @@ -387,16 +387,16 @@ ### Patch Changes -- Updated dependencies [[`69f713cb0`](https://github.com/frontio-ai/heroui/commit/69f713cb056d1d39db510b75bdd53eb29c459b19)]: +- Updated dependencies [[`69f713cb0`](https://github.com/heroui-inc/heroui/commit/69f713cb056d1d39db510b75bdd53eb29c459b19)]: - @heroui/checkbox@2.0.28 ## 2.0.30 ### Patch Changes -- [#2747](https://github.com/frontio-ai/heroui/pull/2747) [`2126ea186`](https://github.com/frontio-ai/heroui/commit/2126ea186317e855bfb8f4a5ad326b4e65293466) Thanks [@ShrinidhiUpadhyaya](https://github.com/ShrinidhiUpadhyaya)! - Fixes adding of empty content at the bottom of the table when rows present in Table (#2742) +- [#2747](https://github.com/heroui-inc/heroui/pull/2747) [`2126ea186`](https://github.com/heroui-inc/heroui/commit/2126ea186317e855bfb8f4a5ad326b4e65293466) Thanks [@ShrinidhiUpadhyaya](https://github.com/ShrinidhiUpadhyaya)! - Fixes adding of empty content at the bottom of the table when rows present in Table (#2742) -- Updated dependencies [[`cadbb30cf`](https://github.com/frontio-ai/heroui/commit/cadbb30cfb786d2b54e1cb46ea9319d4cb9ce590)]: +- Updated dependencies [[`cadbb30cf`](https://github.com/heroui-inc/heroui/commit/cadbb30cfb786d2b54e1cb46ea9319d4cb9ce590)]: - @heroui/checkbox@2.0.27 - @heroui/spacer@2.0.26 - @heroui/react-utils@2.0.12 @@ -405,13 +405,13 @@ ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2509](https://github.com/frontio-ai/heroui/pull/2509) [`5ea479f6c`](https://github.com/frontio-ai/heroui/commit/5ea479f6c464ab5e9a62a0cb15e034638ea8dfd5) Thanks [@alphaxek](https://github.com/alphaxek)! - Fixed an issue where the `Table` component incorrectly rendered cell contents beneath the stripe when multiple computed values were provided in a `td` (table cell) element. +- [#2509](https://github.com/heroui-inc/heroui/pull/2509) [`5ea479f6c`](https://github.com/heroui-inc/heroui/commit/5ea479f6c464ab5e9a62a0cb15e034638ea8dfd5) Thanks [@alphaxek](https://github.com/alphaxek)! - Fixed an issue where the `Table` component incorrectly rendered cell contents beneath the stripe when multiple computed values were provided in a `td` (table cell) element. -- [#2472](https://github.com/frontio-ai/heroui/pull/2472) [`0443ec1c8`](https://github.com/frontio-ai/heroui/commit/0443ec1c878812de465966f2f65e3be56d1be9b5) Thanks [@mrbadri](https://github.com/mrbadri)! - Add RTL support to the table component. +- [#2472](https://github.com/heroui-inc/heroui/pull/2472) [`0443ec1c8`](https://github.com/heroui-inc/heroui/commit/0443ec1c878812de465966f2f65e3be56d1be9b5) Thanks [@mrbadri](https://github.com/mrbadri)! - Add RTL support to the table component. -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added @@ -420,11 +420,11 @@ - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- [#2502](https://github.com/frontio-ai/heroui/pull/2502) [`b0ee8e3fc`](https://github.com/frontio-ai/heroui/commit/b0ee8e3fc22634fa8617d1b43f62ec89e87ee137) Thanks [@alphaxek](https://github.com/alphaxek)! - Fixed normal cursor to cursor-not-allowed for disabled rows in Table +- [#2502](https://github.com/heroui-inc/heroui/pull/2502) [`b0ee8e3fc`](https://github.com/heroui-inc/heroui/commit/b0ee8e3fc22634fa8617d1b43f62ec89e87ee137) Thanks [@alphaxek](https://github.com/alphaxek)! - Fixed normal cursor to cursor-not-allowed for disabled rows in Table -- [#2500](https://github.com/frontio-ai/heroui/pull/2500) [`ea48ac2d0`](https://github.com/frontio-ai/heroui/commit/ea48ac2d08ac641468c4b69e8ecdc0fb16cb5b46) Thanks [@alphaxek](https://github.com/alphaxek)! - fixed `Spinner` loading on top of columns instead of inside `Table` in case of `emptyContent` prop not passed to `Table` body +- [#2500](https://github.com/heroui-inc/heroui/pull/2500) [`ea48ac2d0`](https://github.com/heroui-inc/heroui/commit/ea48ac2d08ac641468c4b69e8ecdc0fb16cb5b46) Thanks [@alphaxek](https://github.com/alphaxek)! - fixed `Spinner` loading on top of columns instead of inside `Table` in case of `emptyContent` prop not passed to `Table` body -- Updated dependencies [[`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`ef6ea6c1f`](https://github.com/frontio-ai/heroui/commit/ef6ea6c1ffb57cd30f8994143a48b70f8ad2adeb), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`e4b3c7d1a`](https://github.com/frontio-ai/heroui/commit/e4b3c7d1a19bc31c1f69c90a5b467bf8310602dc)]: +- Updated dependencies [[`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`ef6ea6c1f`](https://github.com/heroui-inc/heroui/commit/ef6ea6c1ffb57cd30f8994143a48b70f8ad2adeb), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`e4b3c7d1a`](https://github.com/heroui-inc/heroui/commit/e4b3c7d1a19bc31c1f69c90a5b467bf8310602dc)]: - @heroui/checkbox@2.0.26 - @heroui/spacer@2.0.25 - @heroui/react-utils@2.0.11 @@ -443,7 +443,7 @@ ### Patch Changes -- Updated dependencies [[`9189b3fbf`](https://github.com/frontio-ai/heroui/commit/9189b3fbf2d6d6cc6566009c71b37d5fcc566291)]: +- Updated dependencies [[`9189b3fbf`](https://github.com/heroui-inc/heroui/commit/9189b3fbf2d6d6cc6566009c71b37d5fcc566291)]: - @heroui/shared-icons@2.0.6 - @heroui/checkbox@2.0.25 - @heroui/spacer@2.0.23 @@ -452,9 +452,9 @@ ### Patch Changes -- [#1877](https://github.com/frontio-ai/heroui/pull/1877) [`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range +- [#1877](https://github.com/heroui-inc/heroui/pull/1877) [`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range -- Updated dependencies [[`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648)]: +- Updated dependencies [[`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648)]: - @heroui/checkbox@2.0.25 - @heroui/spacer@2.0.22 @@ -462,9 +462,9 @@ ### Patch Changes -- [#1874](https://github.com/frontio-ai/heroui/pull/1874) [`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. +- [#1874](https://github.com/heroui-inc/heroui/pull/1874) [`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. -- Updated dependencies [[`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0)]: +- Updated dependencies [[`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0)]: - @heroui/checkbox@2.0.24 - @heroui/spacer@2.0.21 - @heroui/system@2.0.12 @@ -473,9 +473,9 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/checkbox@2.0.23 - @heroui/spacer@2.0.20 - @heroui/system@2.0.11 @@ -488,7 +488,7 @@ ### Patch Changes -- Updated dependencies [[`425a034bc`](https://github.com/frontio-ai/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: +- Updated dependencies [[`425a034bc`](https://github.com/heroui-inc/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: - @heroui/checkbox@2.0.22 - @heroui/theme@2.1.9 - @heroui/spacer@2.0.19 @@ -499,9 +499,9 @@ ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy -- Updated dependencies [[`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: +- Updated dependencies [[`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: - @heroui/checkbox@2.0.21 - @heroui/spacer@2.0.18 - @heroui/system@2.0.9 @@ -514,9 +514,9 @@ ### Patch Changes -- [#1589](https://github.com/frontio-ai/heroui/pull/1589) [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded +- [#1589](https://github.com/heroui-inc/heroui/pull/1589) [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded -- Updated dependencies [[`a3be419cb`](https://github.com/frontio-ai/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/frontio-ai/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: +- Updated dependencies [[`a3be419cb`](https://github.com/heroui-inc/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/heroui-inc/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: - @heroui/theme@2.1.7 - @heroui/checkbox@2.0.20 - @heroui/system@2.0.8 @@ -526,7 +526,7 @@ ### Patch Changes -- Updated dependencies [[`7c8341035`](https://github.com/frontio-ai/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: +- Updated dependencies [[`7c8341035`](https://github.com/heroui-inc/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: - @heroui/theme@2.1.6 - @heroui/checkbox@2.0.19 - @heroui/spacer@2.0.16 @@ -535,7 +535,7 @@ ### Patch Changes -- Updated dependencies [[`d61428d9e`](https://github.com/frontio-ai/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/frontio-ai/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: +- Updated dependencies [[`d61428d9e`](https://github.com/heroui-inc/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/heroui-inc/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: - @heroui/theme@2.1.5 - @heroui/spacer@2.0.15 - @heroui/system@2.0.7 @@ -545,7 +545,7 @@ ### Patch Changes -- Updated dependencies [[`043b8420c`](https://github.com/frontio-ai/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/frontio-ai/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: +- Updated dependencies [[`043b8420c`](https://github.com/heroui-inc/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/heroui-inc/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: - @heroui/theme@2.1.4 - @heroui/system@2.0.6 - @heroui/checkbox@2.0.17 @@ -555,9 +555,9 @@ ### Patch Changes -- [#1303](https://github.com/frontio-ai/heroui/pull/1303) [`290cce15b`](https://github.com/frontio-ai/heroui/commit/290cce15be86273eea2c5e524d2a702b06b6d788) Thanks [@jguddas](https://github.com/jguddas)! - fix: show focus ring when table row is focused in read mode +- [#1303](https://github.com/heroui-inc/heroui/pull/1303) [`290cce15b`](https://github.com/heroui-inc/heroui/commit/290cce15be86273eea2c5e524d2a702b06b6d788) Thanks [@jguddas](https://github.com/jguddas)! - fix: show focus ring when table row is focused in read mode -- Updated dependencies [[`5702287e5`](https://github.com/frontio-ai/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: +- Updated dependencies [[`5702287e5`](https://github.com/heroui-inc/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: - @heroui/theme@2.1.3 - @heroui/checkbox@2.0.16 - @heroui/spacer@2.0.13 @@ -566,9 +566,9 @@ ### Patch Changes -- [#1458](https://github.com/frontio-ai/heroui/pull/1458) [`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles +- [#1458](https://github.com/heroui-inc/heroui/pull/1458) [`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles -- Updated dependencies [[`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: +- Updated dependencies [[`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: - @heroui/checkbox@2.0.15 - @heroui/spacer@2.0.12 - @heroui/theme@2.1.2 @@ -577,7 +577,7 @@ ### Patch Changes -- Updated dependencies [[`cc839cdd`](https://github.com/frontio-ai/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: +- Updated dependencies [[`cc839cdd`](https://github.com/heroui-inc/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: - @heroui/theme@2.1.1 - @heroui/checkbox@2.0.14 - @heroui/spacer@2.0.11 @@ -586,7 +586,7 @@ ### Patch Changes -- Updated dependencies [[`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: +- Updated dependencies [[`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: - @heroui/theme@2.1.0 - @heroui/shared-icons@2.0.3 - @heroui/checkbox@2.0.13 @@ -606,7 +606,7 @@ ### Patch Changes -- Updated dependencies [[`d0341020`](https://github.com/frontio-ai/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: +- Updated dependencies [[`d0341020`](https://github.com/heroui-inc/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: - @heroui/theme@2.0.5 - @heroui/checkbox@2.0.11 - @heroui/spacer@2.0.8 @@ -615,14 +615,14 @@ ### Patch Changes -- Updated dependencies [[`e2b0497b`](https://github.com/frontio-ai/heroui/commit/e2b0497b07e99eca937fe62d13a6930b7d2832eb)]: +- Updated dependencies [[`e2b0497b`](https://github.com/heroui-inc/heroui/commit/e2b0497b07e99eca937fe62d13a6930b7d2832eb)]: - @heroui/checkbox@2.0.10 ## 2.0.10 ### Patch Changes -- [#1372](https://github.com/frontio-ai/heroui/pull/1372) [`3e263aa8`](https://github.com/frontio-ai/heroui/commit/3e263aa882ca3385d63498ec33d86dcb818097ef) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria layout property renamed to layoutNode to avoid conflicts with the variants one +- [#1372](https://github.com/heroui-inc/heroui/pull/1372) [`3e263aa8`](https://github.com/heroui-inc/heroui/commit/3e263aa882ca3385d63498ec33d86dcb818097ef) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria layout property renamed to layoutNode to avoid conflicts with the variants one ## 2.0.9 @@ -637,13 +637,13 @@ ### Patch Changes -- [#1359](https://github.com/frontio-ai/heroui/pull/1359) [`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n +- [#1359](https://github.com/heroui-inc/heroui/pull/1359) [`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n - react-aria packages upgraded to the latest version - image storybooks fixed - other bug fixes.. -- Updated dependencies [[`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: +- Updated dependencies [[`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: - @heroui/checkbox@2.0.8 - @heroui/system@2.0.5 @@ -651,7 +651,7 @@ ### Patch Changes -- Updated dependencies [[`710395f3`](https://github.com/frontio-ai/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: +- Updated dependencies [[`710395f3`](https://github.com/heroui-inc/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: - @heroui/system@2.0.4 - @heroui/checkbox@2.0.7 @@ -677,9 +677,9 @@ ### Patch Changes -- [#1301](https://github.com/frontio-ai/heroui/pull/1301) [`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss +- [#1301](https://github.com/heroui-inc/heroui/pull/1301) [`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss -- Updated dependencies [[`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: +- Updated dependencies [[`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: - @heroui/checkbox@2.0.4 - @heroui/spacer@2.0.4 - @heroui/theme@2.0.4 @@ -688,14 +688,14 @@ ### Patch Changes -- [#1289](https://github.com/frontio-ai/heroui/pull/1289) [`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it +- [#1289](https://github.com/heroui-inc/heroui/pull/1289) [`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it - packages adapted to support RSC imports - filterDomProps function was modified to enable/disabled it -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports -- Updated dependencies [[`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: +- Updated dependencies [[`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: - @heroui/react-utils@2.0.2 - @heroui/spacer@2.0.3 - @heroui/system@2.0.3 @@ -708,7 +708,7 @@ ### Patch Changes -- Updated dependencies [[`459ac5ed`](https://github.com/frontio-ai/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: +- Updated dependencies [[`459ac5ed`](https://github.com/heroui-inc/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: - @heroui/theme@2.0.2 - @heroui/checkbox@2.0.2 - @heroui/spacer@2.0.2 @@ -718,11 +718,11 @@ ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated -- Updated dependencies [[`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: +- Updated dependencies [[`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: - @heroui/shared-icons@2.0.1 - @heroui/shared-utils@2.0.1 - @heroui/react-utils@2.0.1 diff --git a/packages/components/table/README.md b/packages/components/table/README.md index 864e4f7f1e..5da6f25d62 100644 --- a/packages/components/table/README.md +++ b/packages/components/table/README.md @@ -15,10 +15,10 @@ npm i @heroui/table ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/components/tabs/CHANGELOG.md b/packages/components/tabs/CHANGELOG.md index 643d0f6a0a..3dbbd9b064 100644 --- a/packages/components/tabs/CHANGELOG.md +++ b/packages/components/tabs/CHANGELOG.md @@ -18,7 +18,7 @@ ### Patch Changes -- Updated dependencies [[`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: +- Updated dependencies [[`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: - @heroui/react-utils@2.1.3 - @heroui/aria-utils@2.2.7 - @heroui/framer-utils@2.1.6 @@ -27,7 +27,7 @@ ### Patch Changes -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: - @heroui/shared-utils@2.1.2 - @heroui/aria-utils@2.2.6 - @heroui/framer-utils@2.1.5 @@ -37,16 +37,16 @@ ### Patch Changes -- Updated dependencies [[`78c0928`](https://github.com/frontio-ai/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f)]: +- Updated dependencies [[`78c0928`](https://github.com/heroui-inc/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f)]: - @heroui/aria-utils@2.2.5 ## 2.2.4 ### Patch Changes -- [#4258](https://github.com/frontio-ai/heroui/pull/4258) [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions +- [#4258](https://github.com/heroui-inc/heroui/pull/4258) [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions -- Updated dependencies [[`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: +- Updated dependencies [[`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: - @heroui/aria-utils@2.2.4 - @heroui/framer-utils@2.1.4 @@ -54,7 +54,7 @@ ### Patch Changes -- [#4255](https://github.com/frontio-ai/heroui/pull/4255) [`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) +- [#4255](https://github.com/heroui-inc/heroui/pull/4255) [`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) - Updated dependencies []: - @heroui/aria-utils@2.2.3 @@ -64,7 +64,7 @@ ### Patch Changes -- [#4247](https://github.com/frontio-ai/heroui/pull/4247) [`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* +- [#4247](https://github.com/heroui-inc/heroui/pull/4247) [`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* - Updated dependencies []: - @heroui/aria-utils@2.2.2 @@ -74,9 +74,9 @@ ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/use-is-mounted@2.1.1 - @heroui/use-update-effect@2.1.1 - @heroui/aria-utils@2.2.1 @@ -88,7 +88,7 @@ ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -114,11 +114,11 @@ ### Patch Changes -- [#4207](https://github.com/frontio-ai/heroui/pull/4207) [`6bc616c`](https://github.com/frontio-ai/heroui/commit/6bc616caea948431d05eec33c1784e0560524e97) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix the "forwardRef render functions accept exactly two parameters: props and ref. Did you forget to use the ref parameter?" on next.js by changing the way we manage collection base components refs +- [#4207](https://github.com/heroui-inc/heroui/pull/4207) [`6bc616c`](https://github.com/heroui-inc/heroui/commit/6bc616caea948431d05eec33c1784e0560524e97) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix the "forwardRef render functions accept exactly two parameters: props and ref. Did you forget to use the ref parameter?" on next.js by changing the way we manage collection base components refs -- [#4226](https://github.com/frontio-ai/heroui/pull/4226) [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) +- [#4226](https://github.com/heroui-inc/heroui/pull/4226) [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) -- Updated dependencies [[`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/aria-utils@2.2.0 - @heroui/use-is-mounted@2.1.0 - @heroui/use-update-effect@2.1.0 @@ -138,9 +138,9 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/use-is-mounted@2.0.7-beta.5 - @heroui/use-update-effect@2.0.7-beta.5 - @heroui/aria-utils@2.1.0-beta.10 @@ -152,9 +152,9 @@ ### Patch Changes -- [#3036](https://github.com/frontio-ai/heroui/pull/3036) [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3036](https://github.com/heroui-inc/heroui/pull/3036) [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version -- Updated dependencies [[`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: +- Updated dependencies [[`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: - @heroui/aria-utils@2.1.0-beta.9 - @heroui/framer-utils@2.0.26-beta.9 @@ -170,9 +170,9 @@ ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/use-is-mounted@2.0.7-beta.4 - @heroui/use-update-effect@2.0.7-beta.4 - @heroui/aria-utils@2.1.0-beta.7 @@ -184,9 +184,9 @@ ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/use-is-mounted@2.0.7-beta.3 - @heroui/use-update-effect@2.0.7-beta.3 - @heroui/aria-utils@2.1.0-beta.6 @@ -198,9 +198,9 @@ ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/use-is-mounted@2.0.7-beta.2 - @heroui/use-update-effect@2.0.7-beta.2 - @heroui/aria-utils@2.1.0-beta.5 @@ -212,9 +212,9 @@ ### Patch Changes -- [#4039](https://github.com/frontio-ai/heroui/pull/4039) [`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7) Thanks [@wingkwong](https://github.com/wingkwong)! - support inert value with boolean type for react 19 (#4038) +- [#4039](https://github.com/heroui-inc/heroui/pull/4039) [`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7) Thanks [@wingkwong](https://github.com/wingkwong)! - support inert value with boolean type for react 19 (#4038) -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/shared-utils@2.0.9-beta.4 - @heroui/aria-utils@2.1.0-beta.4 - @heroui/framer-utils@2.0.26-beta.4 @@ -224,9 +224,9 @@ ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/use-is-mounted@2.0.7-beta.1 - @heroui/use-update-effect@2.0.7-beta.1 - @heroui/aria-utils@2.1.0-beta.3 @@ -238,9 +238,9 @@ ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/use-is-mounted@2.0.7-beta.0 - @heroui/use-update-effect@2.0.7-beta.0 - @heroui/aria-utils@2.1.0-beta.2 @@ -252,9 +252,9 @@ ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/aria-utils@2.1.0-beta.1 - @heroui/framer-utils@2.0.26-beta.1 - @heroui/react-utils@2.0.18-beta.1 @@ -264,17 +264,17 @@ ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ### Patch Changes -- [#3974](https://github.com/frontio-ai/heroui/pull/3974) [`7c2c9c487`](https://github.com/frontio-ai/heroui/commit/7c2c9c48750c334c30bd3c5d06b27cff7f33fb54) Thanks [@winchesHe](https://github.com/winchesHe)! - Add tab ref +- [#3974](https://github.com/heroui-inc/heroui/pull/3974) [`7c2c9c487`](https://github.com/heroui-inc/heroui/commit/7c2c9c48750c334c30bd3c5d06b27cff7f33fb54) Thanks [@winchesHe](https://github.com/winchesHe)! - Add tab ref -- [#3523](https://github.com/frontio-ai/heroui/pull/3523) [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - update `framer-motion` versions +- [#3523](https://github.com/heroui-inc/heroui/pull/3523) [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - update `framer-motion` versions -- [#3978](https://github.com/frontio-ai/heroui/pull/3978) [`9fe0aa79c`](https://github.com/frontio-ai/heroui/commit/9fe0aa79c8d74a29418db6a235db179a5a9242bc) Thanks [@ShrinidhiUpadhyaya](https://github.com/ShrinidhiUpadhyaya)! - revise the inert attribute in `TabPanel` (#3972) +- [#3978](https://github.com/heroui-inc/heroui/pull/3978) [`9fe0aa79c`](https://github.com/heroui-inc/heroui/commit/9fe0aa79c8d74a29418db6a235db179a5a9242bc) Thanks [@ShrinidhiUpadhyaya](https://github.com/ShrinidhiUpadhyaya)! - revise the inert attribute in `TabPanel` (#3972) -- Updated dependencies [[`0cf91395c`](https://github.com/frontio-ai/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/frontio-ai/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/frontio-ai/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/frontio-ai/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/frontio-ai/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/frontio-ai/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/frontio-ai/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/frontio-ai/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/frontio-ai/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/frontio-ai/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/frontio-ai/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/frontio-ai/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: +- Updated dependencies [[`0cf91395c`](https://github.com/heroui-inc/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/heroui-inc/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/heroui-inc/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/heroui-inc/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/heroui-inc/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/heroui-inc/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/heroui-inc/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/heroui-inc/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/heroui-inc/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/heroui-inc/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/heroui-inc/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/heroui-inc/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: - @heroui/theme@2.3.0-beta.0 - @heroui/system@2.3.0-beta.0 - @heroui/aria-utils@2.1.0-beta.0 @@ -286,14 +286,14 @@ ### Patch Changes -- Updated dependencies [[`229388422`](https://github.com/frontio-ai/heroui/commit/2293884229541e363b1983fea88ba6e3bee6be14)]: +- Updated dependencies [[`229388422`](https://github.com/heroui-inc/heroui/commit/2293884229541e363b1983fea88ba6e3bee6be14)]: - @heroui/aria-utils@2.0.26 ## 2.0.36 ### Patch Changes -- Updated dependencies [[`123b7fbc9`](https://github.com/frontio-ai/heroui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae), [`f36df4362`](https://github.com/frontio-ai/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: +- Updated dependencies [[`123b7fbc9`](https://github.com/heroui-inc/heroui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae), [`f36df4362`](https://github.com/heroui-inc/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: - @heroui/aria-utils@2.0.25 - @heroui/shared-utils@2.0.8 - @heroui/framer-utils@2.0.25 @@ -303,9 +303,9 @@ ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/use-is-mounted@2.0.6 - @heroui/use-update-effect@2.0.6 - @heroui/aria-utils@2.0.24 @@ -325,7 +325,7 @@ ### Patch Changes -- Updated dependencies [[`60bb09fe6`](https://github.com/frontio-ai/heroui/commit/60bb09fe6455475a16225e776348e9acf0537f9b), [`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: +- Updated dependencies [[`60bb09fe6`](https://github.com/heroui-inc/heroui/commit/60bb09fe6455475a16225e776348e9acf0537f9b), [`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: - @heroui/aria-utils@2.0.22 - @heroui/shared-utils@2.0.6 - @heroui/framer-utils@2.0.22 @@ -335,13 +335,13 @@ ### Patch Changes -- [#3164](https://github.com/frontio-ai/heroui/pull/3164) [`5c83e9cea`](https://github.com/frontio-ai/heroui/commit/5c83e9ceafd014691b0532192bee28dd1cdc503f) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed incorrect content in tab panel (#3159) +- [#3164](https://github.com/heroui-inc/heroui/pull/3164) [`5c83e9cea`](https://github.com/heroui-inc/heroui/commit/5c83e9ceafd014691b0532192bee28dd1cdc503f) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed incorrect content in tab panel (#3159) -- [#3240](https://github.com/frontio-ai/heroui/pull/3240) [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies +- [#3240](https://github.com/heroui-inc/heroui/pull/3240) [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies -- [#3246](https://github.com/frontio-ai/heroui/pull/3246) [`d8ceab357`](https://github.com/frontio-ai/heroui/commit/d8ceab3579e94a68217e5ddb135f256d40281564) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Fixed set tab panel id correctly (#2809) +- [#3246](https://github.com/heroui-inc/heroui/pull/3246) [`d8ceab357`](https://github.com/heroui-inc/heroui/commit/d8ceab3579e94a68217e5ddb135f256d40281564) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Fixed set tab panel id correctly (#2809) -- Updated dependencies [[`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`b9bb06ff3`](https://github.com/frontio-ai/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: +- Updated dependencies [[`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`b9bb06ff3`](https://github.com/heroui-inc/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: - @heroui/aria-utils@2.0.21 - @heroui/react-utils@2.0.14 - @heroui/framer-utils@2.0.21 @@ -350,9 +350,9 @@ ### Patch Changes -- [#3119](https://github.com/frontio-ai/heroui/pull/3119) [`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` +- [#3119](https://github.com/heroui-inc/heroui/pull/3119) [`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` -- Updated dependencies [[`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: +- Updated dependencies [[`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: - @heroui/aria-utils@2.0.20 - @heroui/framer-utils@2.0.20 @@ -360,15 +360,15 @@ ### Patch Changes -- [#2953](https://github.com/frontio-ai/heroui/pull/2953) [`c8f792ccd`](https://github.com/frontio-ai/heroui/commit/c8f792ccd78a80000e6f5b15e6f22cac947fd531) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Fix update type definition to prevent primitive values as items (#2938) +- [#2953](https://github.com/heroui-inc/heroui/pull/2953) [`c8f792ccd`](https://github.com/heroui-inc/heroui/commit/c8f792ccd78a80000e6f5b15e6f22cac947fd531) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Fix update type definition to prevent primitive values as items (#2938) -- [#2973](https://github.com/frontio-ai/heroui/pull/2973) [`e34c5e307`](https://github.com/frontio-ai/heroui/commit/e34c5e307d1dfa2747e7fd77752983ad30a7e3eb) Thanks [@wingkwong](https://github.com/wingkwong)! - Add `destroyInactiveTabPanel` prop for Tabs component (#1562) +- [#2973](https://github.com/heroui-inc/heroui/pull/2973) [`e34c5e307`](https://github.com/heroui-inc/heroui/commit/e34c5e307d1dfa2747e7fd77752983ad30a7e3eb) Thanks [@wingkwong](https://github.com/wingkwong)! - Add `destroyInactiveTabPanel` prop for Tabs component (#1562) -- [#2929](https://github.com/frontio-ai/heroui/pull/2929) [`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. +- [#2929](https://github.com/heroui-inc/heroui/pull/2929) [`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. -- [#2725](https://github.com/frontio-ai/heroui/pull/2725) [`8048dcc0c`](https://github.com/frontio-ai/heroui/commit/8048dcc0c37455d2574c93d6f9fa505a936aedb5) Thanks [@ericfabreu](https://github.com/ericfabreu)! - Fix 'Tap to click' behavior on macOS for Accordion and Tab +- [#2725](https://github.com/heroui-inc/heroui/pull/2725) [`8048dcc0c`](https://github.com/heroui-inc/heroui/commit/8048dcc0c37455d2574c93d6f9fa505a936aedb5) Thanks [@ericfabreu](https://github.com/ericfabreu)! - Fix 'Tap to click' behavior on macOS for Accordion and Tab -- Updated dependencies [[`3b14c21e0`](https://github.com/frontio-ai/heroui/commit/3b14c21e02fedf15d7d22e911109dac60c4e780e), [`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2)]: +- Updated dependencies [[`3b14c21e0`](https://github.com/heroui-inc/heroui/commit/3b14c21e02fedf15d7d22e911109dac60c4e780e), [`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2)]: - @heroui/aria-utils@2.0.19 - @heroui/framer-utils@2.0.19 @@ -376,7 +376,7 @@ ### Patch Changes -- Updated dependencies [[`eccc2f2f3`](https://github.com/frontio-ai/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: +- Updated dependencies [[`eccc2f2f3`](https://github.com/heroui-inc/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: - @heroui/aria-utils@2.0.18 - @heroui/framer-utils@2.0.18 - @heroui/react-utils@2.0.13 @@ -394,13 +394,13 @@ ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fixed the issue where only two keyframes were supported with spring and inertia animations. +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fixed the issue where only two keyframes were supported with spring and inertia animations. -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add placement and isVertical prop +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add placement and isVertical prop -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added @@ -409,9 +409,9 @@ - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- [#2464](https://github.com/frontio-ai/heroui/pull/2464) [`2894aecca`](https://github.com/frontio-ai/heroui/commit/2894aecca1a2ef0dfb3066b9b8df24ce48c99dae) Thanks [@mezotv](https://github.com/mezotv)! - Changes the motion important to the more lightweight m component in framer motion to only load the required features. +- [#2464](https://github.com/heroui-inc/heroui/pull/2464) [`2894aecca`](https://github.com/heroui-inc/heroui/commit/2894aecca1a2ef0dfb3066b9b8df24ce48c99dae) Thanks [@mezotv](https://github.com/mezotv)! - Changes the motion important to the more lightweight m component in framer motion to only load the required features. -- Updated dependencies [[`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: +- Updated dependencies [[`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: - @heroui/aria-utils@2.0.16 - @heroui/framer-utils@2.0.16 - @heroui/react-utils@2.0.11 @@ -423,7 +423,7 @@ ### Patch Changes -- [#1948](https://github.com/frontio-ai/heroui/pull/1948) [`aab1dbf77`](https://github.com/frontio-ai/heroui/commit/aab1dbf77cee29375bf958e44bdf1d6da037cf1f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1938 selectedKey duplicated declaration +- [#1948](https://github.com/heroui-inc/heroui/pull/1948) [`aab1dbf77`](https://github.com/heroui-inc/heroui/commit/aab1dbf77cee29375bf958e44bdf1d6da037cf1f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1938 selectedKey duplicated declaration - Updated dependencies []: - @heroui/aria-utils@2.0.15 @@ -441,7 +441,7 @@ ### Patch Changes -- [#1877](https://github.com/frontio-ai/heroui/pull/1877) [`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range +- [#1877](https://github.com/heroui-inc/heroui/pull/1877) [`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range - Updated dependencies []: - @heroui/aria-utils@2.0.13 @@ -451,7 +451,7 @@ ### Patch Changes -- [#1874](https://github.com/frontio-ai/heroui/pull/1874) [`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. +- [#1874](https://github.com/heroui-inc/heroui/pull/1874) [`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. - Updated dependencies []: - @heroui/system@2.0.12 @@ -462,9 +462,9 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/system@2.0.11 - @heroui/theme@2.1.10 - @heroui/use-is-mounted@2.0.4 @@ -478,7 +478,7 @@ ### Patch Changes -- Updated dependencies [[`425a034bc`](https://github.com/frontio-ai/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: +- Updated dependencies [[`425a034bc`](https://github.com/heroui-inc/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: - @heroui/theme@2.1.9 - @heroui/system@2.0.10 - @heroui/react-utils@2.0.9 @@ -489,9 +489,9 @@ ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy -- Updated dependencies [[`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: +- Updated dependencies [[`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: - @heroui/system@2.0.9 - @heroui/theme@2.1.8 - @heroui/use-is-mounted@2.0.3 @@ -505,9 +505,9 @@ ### Patch Changes -- [#1589](https://github.com/frontio-ai/heroui/pull/1589) [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded +- [#1589](https://github.com/heroui-inc/heroui/pull/1589) [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded -- Updated dependencies [[`a3be419cb`](https://github.com/frontio-ai/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/frontio-ai/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: +- Updated dependencies [[`a3be419cb`](https://github.com/heroui-inc/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/heroui-inc/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: - @heroui/theme@2.1.7 - @heroui/aria-utils@2.0.8 - @heroui/system@2.0.8 @@ -517,14 +517,14 @@ ### Patch Changes -- Updated dependencies [[`7c8341035`](https://github.com/frontio-ai/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: +- Updated dependencies [[`7c8341035`](https://github.com/heroui-inc/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: - @heroui/theme@2.1.6 ## 2.0.17 ### Patch Changes -- Updated dependencies [[`d61428d9e`](https://github.com/frontio-ai/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/frontio-ai/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: +- Updated dependencies [[`d61428d9e`](https://github.com/heroui-inc/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/heroui-inc/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: - @heroui/theme@2.1.5 - @heroui/system@2.0.7 - @heroui/aria-utils@2.0.7 @@ -534,9 +534,9 @@ ### Patch Changes -- [#1545](https://github.com/frontio-ai/heroui/pull/1545) [`09fe1d314`](https://github.com/frontio-ai/heroui/commit/09fe1d3141ee9b05f72600f31346a1e0f7dffda4) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1531 title props filtered, titleValue prop added to pass the title to the HTML element. +- [#1545](https://github.com/heroui-inc/heroui/pull/1545) [`09fe1d314`](https://github.com/heroui-inc/heroui/commit/09fe1d3141ee9b05f72600f31346a1e0f7dffda4) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1531 title props filtered, titleValue prop added to pass the title to the HTML element. -- Updated dependencies [[`043b8420c`](https://github.com/frontio-ai/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/frontio-ai/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: +- Updated dependencies [[`043b8420c`](https://github.com/heroui-inc/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/heroui-inc/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: - @heroui/theme@2.1.4 - @heroui/system@2.0.6 - @heroui/aria-utils@2.0.6 @@ -546,36 +546,36 @@ ### Patch Changes -- Updated dependencies [[`5702287e5`](https://github.com/frontio-ai/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: +- Updated dependencies [[`5702287e5`](https://github.com/heroui-inc/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: - @heroui/theme@2.1.3 ## 2.0.14 ### Patch Changes -- [#1458](https://github.com/frontio-ai/heroui/pull/1458) [`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles +- [#1458](https://github.com/heroui-inc/heroui/pull/1458) [`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles -- Updated dependencies [[`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: +- Updated dependencies [[`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: - @heroui/theme@2.1.2 ## 2.0.13 ### Patch Changes -- Updated dependencies [[`cc839cdd`](https://github.com/frontio-ai/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: +- Updated dependencies [[`cc839cdd`](https://github.com/heroui-inc/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: - @heroui/theme@2.1.1 ## 2.0.12 ### Patch Changes -- [#1313](https://github.com/frontio-ai/heroui/pull/1313) [`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New components: +- [#1313](https://github.com/heroui-inc/heroui/pull/1313) [`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New components: - Select - Listbox - ScrollShadow -- Updated dependencies [[`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: +- Updated dependencies [[`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: - @heroui/theme@2.1.0 - @heroui/react-utils@2.0.7 @@ -590,7 +590,7 @@ ### Patch Changes -- Updated dependencies [[`d0341020`](https://github.com/frontio-ai/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: +- Updated dependencies [[`d0341020`](https://github.com/heroui-inc/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: - @heroui/theme@2.0.5 ## 2.0.9 @@ -604,13 +604,13 @@ ### Patch Changes -- [#1359](https://github.com/frontio-ai/heroui/pull/1359) [`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n +- [#1359](https://github.com/heroui-inc/heroui/pull/1359) [`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n - react-aria packages upgraded to the latest version - image storybooks fixed - other bug fixes.. -- Updated dependencies [[`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: +- Updated dependencies [[`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: - @heroui/framer-utils@2.0.5 - @heroui/aria-utils@2.0.5 - @heroui/system@2.0.5 @@ -619,7 +619,7 @@ ### Patch Changes -- Updated dependencies [[`710395f3`](https://github.com/frontio-ai/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: +- Updated dependencies [[`710395f3`](https://github.com/heroui-inc/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: - @heroui/system@2.0.4 - @heroui/aria-utils@2.0.4 - @heroui/framer-utils@2.0.4 @@ -642,23 +642,23 @@ ### Patch Changes -- [#1301](https://github.com/frontio-ai/heroui/pull/1301) [`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss +- [#1301](https://github.com/heroui-inc/heroui/pull/1301) [`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss -- Updated dependencies [[`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: +- Updated dependencies [[`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: - @heroui/theme@2.0.4 ## 2.0.3 ### Patch Changes -- [#1289](https://github.com/frontio-ai/heroui/pull/1289) [`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it +- [#1289](https://github.com/heroui-inc/heroui/pull/1289) [`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it - packages adapted to support RSC imports - filterDomProps function was modified to enable/disabled it -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports -- Updated dependencies [[`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: +- Updated dependencies [[`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: - @heroui/react-utils@2.0.2 - @heroui/system@2.0.3 - @heroui/theme@2.0.3 @@ -672,7 +672,7 @@ ### Patch Changes -- Updated dependencies [[`459ac5ed`](https://github.com/frontio-ai/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: +- Updated dependencies [[`459ac5ed`](https://github.com/heroui-inc/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: - @heroui/theme@2.0.2 - @heroui/system@2.0.2 - @heroui/aria-utils@2.0.2 @@ -682,11 +682,11 @@ ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated -- Updated dependencies [[`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: +- Updated dependencies [[`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: - @heroui/framer-utils@2.0.1 - @heroui/use-update-effect@2.0.1 - @heroui/shared-utils@2.0.1 diff --git a/packages/components/tabs/README.md b/packages/components/tabs/README.md index aa0543c386..4d58e19f2d 100644 --- a/packages/components/tabs/README.md +++ b/packages/components/tabs/README.md @@ -15,10 +15,10 @@ npm i @heroui/tabs ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/components/tooltip/CHANGELOG.md b/packages/components/tooltip/CHANGELOG.md index ef3f9b66e2..0c661784a0 100644 --- a/packages/components/tooltip/CHANGELOG.md +++ b/packages/components/tooltip/CHANGELOG.md @@ -18,7 +18,7 @@ ### Patch Changes -- Updated dependencies [[`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: +- Updated dependencies [[`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: - @heroui/react-utils@2.1.3 - @heroui/aria-utils@2.2.7 - @heroui/framer-utils@2.1.6 @@ -27,7 +27,7 @@ ### Patch Changes -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: - @heroui/shared-utils@2.1.2 - @heroui/aria-utils@2.2.6 - @heroui/framer-utils@2.1.5 @@ -37,16 +37,16 @@ ### Patch Changes -- Updated dependencies [[`78c0928`](https://github.com/frontio-ai/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f)]: +- Updated dependencies [[`78c0928`](https://github.com/heroui-inc/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f)]: - @heroui/aria-utils@2.2.5 ## 2.2.4 ### Patch Changes -- [#4258](https://github.com/frontio-ai/heroui/pull/4258) [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions +- [#4258](https://github.com/heroui-inc/heroui/pull/4258) [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions -- Updated dependencies [[`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: +- Updated dependencies [[`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: - @heroui/aria-utils@2.2.4 - @heroui/framer-utils@2.1.4 @@ -54,7 +54,7 @@ ### Patch Changes -- [#4255](https://github.com/frontio-ai/heroui/pull/4255) [`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) +- [#4255](https://github.com/heroui-inc/heroui/pull/4255) [`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) - Updated dependencies []: - @heroui/aria-utils@2.2.3 @@ -64,7 +64,7 @@ ### Patch Changes -- [#4247](https://github.com/frontio-ai/heroui/pull/4247) [`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* +- [#4247](https://github.com/heroui-inc/heroui/pull/4247) [`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* - Updated dependencies []: - @heroui/aria-utils@2.2.2 @@ -74,9 +74,9 @@ ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/use-safe-layout-effect@2.1.1 - @heroui/aria-utils@2.2.1 - @heroui/dom-animation@2.1.1 @@ -88,7 +88,7 @@ ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -114,9 +114,9 @@ ### Patch Changes -- [#4226](https://github.com/frontio-ai/heroui/pull/4226) [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) +- [#4226](https://github.com/heroui-inc/heroui/pull/4226) [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) -- Updated dependencies [[`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/aria-utils@2.2.0 - @heroui/use-safe-layout-effect@2.1.0 - @heroui/dom-animation@2.1.0 @@ -136,9 +136,9 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/use-safe-layout-effect@2.0.7-beta.5 - @heroui/aria-utils@2.1.0-beta.10 - @heroui/dom-animation@2.0.1-beta.7 @@ -150,9 +150,9 @@ ### Patch Changes -- [#3036](https://github.com/frontio-ai/heroui/pull/3036) [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3036](https://github.com/heroui-inc/heroui/pull/3036) [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version -- Updated dependencies [[`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: +- Updated dependencies [[`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: - @heroui/aria-utils@2.1.0-beta.9 - @heroui/framer-utils@2.0.26-beta.9 @@ -168,9 +168,9 @@ ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/use-safe-layout-effect@2.0.7-beta.4 - @heroui/aria-utils@2.1.0-beta.7 - @heroui/dom-animation@2.0.1-beta.6 @@ -182,9 +182,9 @@ ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/use-safe-layout-effect@2.0.7-beta.3 - @heroui/aria-utils@2.1.0-beta.6 - @heroui/dom-animation@2.0.1-beta.5 @@ -196,9 +196,9 @@ ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/use-safe-layout-effect@2.0.7-beta.2 - @heroui/aria-utils@2.1.0-beta.5 - @heroui/dom-animation@2.0.1-beta.4 @@ -210,7 +210,7 @@ ### Patch Changes -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/shared-utils@2.0.9-beta.4 - @heroui/aria-utils@2.1.0-beta.4 - @heroui/framer-utils@2.0.26-beta.4 @@ -220,9 +220,9 @@ ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/use-safe-layout-effect@2.0.7-beta.1 - @heroui/aria-utils@2.1.0-beta.3 - @heroui/dom-animation@2.0.1-beta.3 @@ -234,9 +234,9 @@ ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/use-safe-layout-effect@2.0.7-beta.0 - @heroui/aria-utils@2.1.0-beta.2 - @heroui/dom-animation@2.0.1-beta.2 @@ -248,9 +248,9 @@ ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/aria-utils@2.1.0-beta.1 - @heroui/dom-animation@2.0.1-beta.1 - @heroui/framer-utils@2.0.26-beta.1 @@ -261,15 +261,15 @@ ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ### Patch Changes -- [#3523](https://github.com/frontio-ai/heroui/pull/3523) [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - framer motion optimization (#3340) +- [#3523](https://github.com/heroui-inc/heroui/pull/3523) [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - framer motion optimization (#3340) -- [#3523](https://github.com/frontio-ai/heroui/pull/3523) [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - update `framer-motion` versions +- [#3523](https://github.com/heroui-inc/heroui/pull/3523) [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - update `framer-motion` versions -- Updated dependencies [[`0cf91395c`](https://github.com/frontio-ai/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/frontio-ai/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/frontio-ai/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/frontio-ai/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/frontio-ai/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/frontio-ai/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/frontio-ai/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/frontio-ai/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/frontio-ai/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/frontio-ai/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/frontio-ai/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/frontio-ai/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: +- Updated dependencies [[`0cf91395c`](https://github.com/heroui-inc/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/heroui-inc/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/heroui-inc/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/heroui-inc/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/heroui-inc/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/heroui-inc/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/heroui-inc/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/heroui-inc/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/heroui-inc/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/heroui-inc/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/heroui-inc/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/heroui-inc/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: - @heroui/theme@2.3.0-beta.0 - @heroui/system@2.3.0-beta.0 - @heroui/aria-utils@2.1.0-beta.0 @@ -282,16 +282,16 @@ ### Patch Changes -- [#3756](https://github.com/frontio-ai/heroui/pull/3756) [`4c01d1824`](https://github.com/frontio-ai/heroui/commit/4c01d1824d4dde22d89232968a3a4c48fe04678f) Thanks [@wingkwong](https://github.com/wingkwong)! - rollback PR3307. rescheduled to v2.5.0. +- [#3756](https://github.com/heroui-inc/heroui/pull/3756) [`4c01d1824`](https://github.com/heroui-inc/heroui/commit/4c01d1824d4dde22d89232968a3a4c48fe04678f) Thanks [@wingkwong](https://github.com/wingkwong)! - rollback PR3307. rescheduled to v2.5.0. -- Updated dependencies [[`229388422`](https://github.com/frontio-ai/heroui/commit/2293884229541e363b1983fea88ba6e3bee6be14)]: +- Updated dependencies [[`229388422`](https://github.com/heroui-inc/heroui/commit/2293884229541e363b1983fea88ba6e3bee6be14)]: - @heroui/aria-utils@2.0.26 ## 2.0.40 ### Patch Changes -- Updated dependencies [[`123b7fbc9`](https://github.com/frontio-ai/heroui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae), [`f36df4362`](https://github.com/frontio-ai/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: +- Updated dependencies [[`123b7fbc9`](https://github.com/heroui-inc/heroui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae), [`f36df4362`](https://github.com/heroui-inc/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: - @heroui/aria-utils@2.0.25 - @heroui/shared-utils@2.0.8 - @heroui/framer-utils@2.0.25 @@ -301,9 +301,9 @@ ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/use-safe-layout-effect@2.0.6 - @heroui/aria-utils@2.0.24 - @heroui/framer-utils@2.0.24 @@ -322,7 +322,7 @@ ### Patch Changes -- Updated dependencies [[`60bb09fe6`](https://github.com/frontio-ai/heroui/commit/60bb09fe6455475a16225e776348e9acf0537f9b), [`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: +- Updated dependencies [[`60bb09fe6`](https://github.com/heroui-inc/heroui/commit/60bb09fe6455475a16225e776348e9acf0537f9b), [`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: - @heroui/aria-utils@2.0.22 - @heroui/shared-utils@2.0.6 - @heroui/framer-utils@2.0.22 @@ -332,9 +332,9 @@ ### Patch Changes -- [#3240](https://github.com/frontio-ai/heroui/pull/3240) [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies +- [#3240](https://github.com/heroui-inc/heroui/pull/3240) [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies -- Updated dependencies [[`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`b9bb06ff3`](https://github.com/frontio-ai/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: +- Updated dependencies [[`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`b9bb06ff3`](https://github.com/heroui-inc/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: - @heroui/aria-utils@2.0.21 - @heroui/react-utils@2.0.14 - @heroui/framer-utils@2.0.21 @@ -343,9 +343,9 @@ ### Patch Changes -- [#3119](https://github.com/frontio-ai/heroui/pull/3119) [`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` +- [#3119](https://github.com/heroui-inc/heroui/pull/3119) [`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` -- Updated dependencies [[`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: +- Updated dependencies [[`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: - @heroui/aria-utils@2.0.20 - @heroui/framer-utils@2.0.20 @@ -353,9 +353,9 @@ ### Patch Changes -- [#2929](https://github.com/frontio-ai/heroui/pull/2929) [`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. +- [#2929](https://github.com/heroui-inc/heroui/pull/2929) [`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. -- Updated dependencies [[`3b14c21e0`](https://github.com/frontio-ai/heroui/commit/3b14c21e02fedf15d7d22e911109dac60c4e780e), [`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2)]: +- Updated dependencies [[`3b14c21e0`](https://github.com/heroui-inc/heroui/commit/3b14c21e02fedf15d7d22e911109dac60c4e780e), [`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2)]: - @heroui/aria-utils@2.0.19 - @heroui/framer-utils@2.0.19 @@ -363,7 +363,7 @@ ### Patch Changes -- Updated dependencies [[`eccc2f2f3`](https://github.com/frontio-ai/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: +- Updated dependencies [[`eccc2f2f3`](https://github.com/heroui-inc/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: - @heroui/aria-utils@2.0.18 - @heroui/framer-utils@2.0.18 - @heroui/react-utils@2.0.13 @@ -381,11 +381,11 @@ ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fixed the issue where only two keyframes were supported with spring and inertia animations. +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fixed the issue where only two keyframes were supported with spring and inertia animations. -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added @@ -394,13 +394,13 @@ - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- [#2079](https://github.com/frontio-ai/heroui/pull/2079) [`0a10de8d0`](https://github.com/frontio-ai/heroui/commit/0a10de8d08fac7ce4aa995a66d9f28c91602e04d) Thanks [@black197](https://github.com/black197)! - Fix #1840 let Tooltip allow non-ReactElement children +- [#2079](https://github.com/heroui-inc/heroui/pull/2079) [`0a10de8d0`](https://github.com/heroui-inc/heroui/commit/0a10de8d08fac7ce4aa995a66d9f28c91602e04d) Thanks [@black197](https://github.com/black197)! - Fix #1840 let Tooltip allow non-ReactElement children -- [#2458](https://github.com/frontio-ai/heroui/pull/2458) [`7263daca0`](https://github.com/frontio-ai/heroui/commit/7263daca08674338eb28529315070337ba0dfc17) Thanks [@wingkwong](https://github.com/wingkwong)! - fix(autocomplete): support isReadOnly for dynamic collections in Autocomplete +- [#2458](https://github.com/heroui-inc/heroui/pull/2458) [`7263daca0`](https://github.com/heroui-inc/heroui/commit/7263daca08674338eb28529315070337ba0dfc17) Thanks [@wingkwong](https://github.com/wingkwong)! - fix(autocomplete): support isReadOnly for dynamic collections in Autocomplete -- [#2464](https://github.com/frontio-ai/heroui/pull/2464) [`2894aecca`](https://github.com/frontio-ai/heroui/commit/2894aecca1a2ef0dfb3066b9b8df24ce48c99dae) Thanks [@mezotv](https://github.com/mezotv)! - Changes the motion important to the more lightweight m component in framer motion to only load the required features. +- [#2464](https://github.com/heroui-inc/heroui/pull/2464) [`2894aecca`](https://github.com/heroui-inc/heroui/commit/2894aecca1a2ef0dfb3066b9b8df24ce48c99dae) Thanks [@mezotv](https://github.com/mezotv)! - Changes the motion important to the more lightweight m component in framer motion to only load the required features. -- Updated dependencies [[`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: +- Updated dependencies [[`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: - @heroui/aria-utils@2.0.16 - @heroui/framer-utils@2.0.16 - @heroui/react-utils@2.0.11 @@ -411,7 +411,7 @@ ### Patch Changes -- [#2021](https://github.com/frontio-ai/heroui/pull/2021) [`bea1e1fde`](https://github.com/frontio-ai/heroui/commit/bea1e1fde8358d03a16bb6a9e517de724b5d95e4) Thanks [@friedemannsommer](https://github.com/friedemannsommer)! - replaced "useLayoutEffect" with "useSafeLayoutEffect" in "useTooltip" hook to prevent unnecessary React warnings +- [#2021](https://github.com/heroui-inc/heroui/pull/2021) [`bea1e1fde`](https://github.com/heroui-inc/heroui/commit/bea1e1fde8358d03a16bb6a9e517de724b5d95e4) Thanks [@friedemannsommer](https://github.com/friedemannsommer)! - replaced "useLayoutEffect" with "useSafeLayoutEffect" in "useTooltip" hook to prevent unnecessary React warnings ## 2.0.29 @@ -433,7 +433,7 @@ ### Patch Changes -- [#1877](https://github.com/frontio-ai/heroui/pull/1877) [`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range +- [#1877](https://github.com/heroui-inc/heroui/pull/1877) [`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range - Updated dependencies []: - @heroui/aria-utils@2.0.13 @@ -443,7 +443,7 @@ ### Patch Changes -- [#1874](https://github.com/frontio-ai/heroui/pull/1874) [`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. +- [#1874](https://github.com/heroui-inc/heroui/pull/1874) [`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. - Updated dependencies []: - @heroui/system@2.0.12 @@ -454,9 +454,9 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/system@2.0.11 - @heroui/theme@2.1.10 - @heroui/aria-utils@2.0.11 @@ -468,7 +468,7 @@ ### Patch Changes -- Updated dependencies [[`425a034bc`](https://github.com/frontio-ai/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: +- Updated dependencies [[`425a034bc`](https://github.com/heroui-inc/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: - @heroui/theme@2.1.9 - @heroui/system@2.0.10 - @heroui/react-utils@2.0.9 @@ -479,9 +479,9 @@ ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy -- Updated dependencies [[`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: +- Updated dependencies [[`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: - @heroui/system@2.0.9 - @heroui/theme@2.1.8 - @heroui/aria-utils@2.0.9 @@ -493,9 +493,9 @@ ### Patch Changes -- [#1589](https://github.com/frontio-ai/heroui/pull/1589) [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded +- [#1589](https://github.com/heroui-inc/heroui/pull/1589) [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded -- Updated dependencies [[`a3be419cb`](https://github.com/frontio-ai/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/frontio-ai/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: +- Updated dependencies [[`a3be419cb`](https://github.com/heroui-inc/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/heroui-inc/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: - @heroui/theme@2.1.7 - @heroui/aria-utils@2.0.8 - @heroui/system@2.0.8 @@ -505,14 +505,14 @@ ### Patch Changes -- Updated dependencies [[`7c8341035`](https://github.com/frontio-ai/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: +- Updated dependencies [[`7c8341035`](https://github.com/heroui-inc/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: - @heroui/theme@2.1.6 ## 2.0.20 ### Patch Changes -- Updated dependencies [[`d61428d9e`](https://github.com/frontio-ai/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/frontio-ai/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: +- Updated dependencies [[`d61428d9e`](https://github.com/heroui-inc/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/heroui-inc/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: - @heroui/theme@2.1.5 - @heroui/system@2.0.7 - @heroui/aria-utils@2.0.7 @@ -522,7 +522,7 @@ ### Patch Changes -- Updated dependencies [[`043b8420c`](https://github.com/frontio-ai/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/frontio-ai/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: +- Updated dependencies [[`043b8420c`](https://github.com/heroui-inc/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/heroui-inc/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: - @heroui/theme@2.1.4 - @heroui/system@2.0.6 - @heroui/aria-utils@2.0.6 @@ -532,36 +532,36 @@ ### Patch Changes -- Updated dependencies [[`5702287e5`](https://github.com/frontio-ai/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: +- Updated dependencies [[`5702287e5`](https://github.com/heroui-inc/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: - @heroui/theme@2.1.3 ## 2.0.17 ### Patch Changes -- [#1474](https://github.com/frontio-ai/heroui/pull/1474) [`a371e1a5f`](https://github.com/frontio-ai/heroui/commit/a371e1a5fa698aaf1d2aa1c8beb6d3df6eaad57a) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Tooltip arrow position fixed +- [#1474](https://github.com/heroui-inc/heroui/pull/1474) [`a371e1a5f`](https://github.com/heroui-inc/heroui/commit/a371e1a5fa698aaf1d2aa1c8beb6d3df6eaad57a) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Tooltip arrow position fixed ## 2.0.16 ### Patch Changes -- [#1458](https://github.com/frontio-ai/heroui/pull/1458) [`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles +- [#1458](https://github.com/heroui-inc/heroui/pull/1458) [`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles -- Updated dependencies [[`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: +- Updated dependencies [[`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: - @heroui/theme@2.1.2 ## 2.0.15 ### Patch Changes -- Updated dependencies [[`cc839cdd`](https://github.com/frontio-ai/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: +- Updated dependencies [[`cc839cdd`](https://github.com/heroui-inc/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: - @heroui/theme@2.1.1 ## 2.0.14 ### Patch Changes -- Updated dependencies [[`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: +- Updated dependencies [[`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: - @heroui/theme@2.1.0 - @heroui/react-utils@2.0.7 @@ -569,7 +569,7 @@ ### Patch Changes -- [#1413](https://github.com/frontio-ai/heroui/pull/1413) [`f06855277`](https://github.com/frontio-ai/heroui/commit/f0685527744f598e2aa032414f92a301b3195c1e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Tooltip style prop merged, this allows users change the z-index +- [#1413](https://github.com/heroui-inc/heroui/pull/1413) [`f06855277`](https://github.com/heroui-inc/heroui/commit/f0685527744f598e2aa032414f92a301b3195c1e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Tooltip style prop merged, this allows users change the z-index ## 2.0.12 @@ -582,7 +582,7 @@ ### Patch Changes -- Updated dependencies [[`d0341020`](https://github.com/frontio-ai/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: +- Updated dependencies [[`d0341020`](https://github.com/heroui-inc/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: - @heroui/theme@2.0.5 ## 2.0.10 @@ -596,13 +596,13 @@ ### Patch Changes -- [#1359](https://github.com/frontio-ai/heroui/pull/1359) [`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n +- [#1359](https://github.com/heroui-inc/heroui/pull/1359) [`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n - react-aria packages upgraded to the latest version - image storybooks fixed - other bug fixes.. -- Updated dependencies [[`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: +- Updated dependencies [[`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: - @heroui/framer-utils@2.0.5 - @heroui/aria-utils@2.0.5 - @heroui/system@2.0.5 @@ -611,7 +611,7 @@ ### Patch Changes -- Updated dependencies [[`710395f3`](https://github.com/frontio-ai/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: +- Updated dependencies [[`710395f3`](https://github.com/heroui-inc/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: - @heroui/system@2.0.4 - @heroui/aria-utils@2.0.4 - @heroui/framer-utils@2.0.4 @@ -634,18 +634,18 @@ ### Patch Changes -- [#1301](https://github.com/frontio-ai/heroui/pull/1301) [`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss +- [#1301](https://github.com/heroui-inc/heroui/pull/1301) [`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss -- Updated dependencies [[`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: +- Updated dependencies [[`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: - @heroui/theme@2.0.4 ## 2.0.4 ### Patch Changes -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports -- Updated dependencies [[`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: +- Updated dependencies [[`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: - @heroui/react-utils@2.0.2 - @heroui/system@2.0.3 - @heroui/theme@2.0.3 @@ -657,13 +657,13 @@ ### Patch Changes -- [#1278](https://github.com/frontio-ai/heroui/pull/1278) [`a1a02dc0`](https://github.com/frontio-ai/heroui/commit/a1a02dc0db6dc6f9c3355e6f58173433c2e41e19) Thanks [@tianenpang](https://github.com/tianenpang)! - Fix the trigger behavior to prevent it from opening again after the delay is not reached and the cursor moves out. +- [#1278](https://github.com/heroui-inc/heroui/pull/1278) [`a1a02dc0`](https://github.com/heroui-inc/heroui/commit/a1a02dc0db6dc6f9c3355e6f58173433c2e41e19) Thanks [@tianenpang](https://github.com/tianenpang)! - Fix the trigger behavior to prevent it from opening again after the delay is not reached and the cursor moves out. ## 2.0.2 ### Patch Changes -- Updated dependencies [[`459ac5ed`](https://github.com/frontio-ai/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: +- Updated dependencies [[`459ac5ed`](https://github.com/heroui-inc/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: - @heroui/theme@2.0.2 - @heroui/system@2.0.2 - @heroui/aria-utils@2.0.2 @@ -673,11 +673,11 @@ ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated -- Updated dependencies [[`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: +- Updated dependencies [[`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: - @heroui/framer-utils@2.0.1 - @heroui/shared-utils@2.0.1 - @heroui/react-utils@2.0.1 diff --git a/packages/components/tooltip/README.md b/packages/components/tooltip/README.md index 4f755aaf73..9fd96b41d4 100644 --- a/packages/components/tooltip/README.md +++ b/packages/components/tooltip/README.md @@ -15,10 +15,10 @@ npm i @heroui/tooltip ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/components/user/CHANGELOG.md b/packages/components/user/CHANGELOG.md index c8910668a6..68ac0d4a24 100644 --- a/packages/components/user/CHANGELOG.md +++ b/packages/components/user/CHANGELOG.md @@ -15,7 +15,7 @@ ### Patch Changes -- Updated dependencies [[`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: +- Updated dependencies [[`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: - @heroui/react-utils@2.1.3 - @heroui/avatar@2.2.6 @@ -23,7 +23,7 @@ ### Patch Changes -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: - @heroui/shared-utils@2.1.2 - @heroui/avatar@2.2.5 - @heroui/react-utils@2.1.2 @@ -32,36 +32,36 @@ ### Patch Changes -- [#4258](https://github.com/frontio-ai/heroui/pull/4258) [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions +- [#4258](https://github.com/heroui-inc/heroui/pull/4258) [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions -- Updated dependencies [[`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: +- Updated dependencies [[`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: - @heroui/avatar@2.2.4 ## 2.2.3 ### Patch Changes -- [#4255](https://github.com/frontio-ai/heroui/pull/4255) [`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) +- [#4255](https://github.com/heroui-inc/heroui/pull/4255) [`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) -- Updated dependencies [[`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: +- Updated dependencies [[`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: - @heroui/avatar@2.2.3 ## 2.2.2 ### Patch Changes -- [#4247](https://github.com/frontio-ai/heroui/pull/4247) [`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* +- [#4247](https://github.com/heroui-inc/heroui/pull/4247) [`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* -- Updated dependencies [[`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: +- Updated dependencies [[`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: - @heroui/avatar@2.2.2 ## 2.2.1 ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/avatar@2.2.1 - @heroui/react-utils@2.1.1 - @heroui/shared-utils@2.1.1 @@ -70,7 +70,7 @@ ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -96,9 +96,9 @@ ### Patch Changes -- [#4226](https://github.com/frontio-ai/heroui/pull/4226) [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) +- [#4226](https://github.com/heroui-inc/heroui/pull/4226) [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) -- Updated dependencies [[`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/avatar@2.2.0 - @heroui/react-utils@2.1.0 - @heroui/shared-utils@2.1.0 @@ -107,9 +107,9 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/avatar@2.1.0-beta.12 - @heroui/react-utils@2.0.18-beta.8 - @heroui/shared-utils@2.0.9-beta.8 @@ -118,18 +118,18 @@ ### Patch Changes -- [#3036](https://github.com/frontio-ai/heroui/pull/3036) [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3036](https://github.com/heroui-inc/heroui/pull/3036) [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version -- Updated dependencies [[`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: +- Updated dependencies [[`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: - @heroui/avatar@2.1.0-beta.11 ## 2.1.0-beta.10 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/avatar@2.1.0-beta.10 - @heroui/react-utils@2.0.18-beta.7 - @heroui/shared-utils@2.0.9-beta.7 @@ -138,9 +138,9 @@ ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/avatar@2.1.0-beta.9 - @heroui/react-utils@2.0.18-beta.6 - @heroui/shared-utils@2.0.9-beta.6 @@ -149,9 +149,9 @@ ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/avatar@2.1.0-beta.8 - @heroui/react-utils@2.0.18-beta.5 - @heroui/shared-utils@2.0.9-beta.5 @@ -160,7 +160,7 @@ ### Patch Changes -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/shared-utils@2.0.9-beta.4 - @heroui/avatar@2.1.0-beta.7 - @heroui/react-utils@2.0.18-beta.4 @@ -169,9 +169,9 @@ ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/avatar@2.1.0-beta.6 - @heroui/react-utils@2.0.18-beta.3 - @heroui/shared-utils@2.0.9-beta.3 @@ -180,9 +180,9 @@ ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/avatar@2.1.0-beta.5 - @heroui/react-utils@2.0.18-beta.2 - @heroui/shared-utils@2.0.9-beta.2 @@ -212,9 +212,9 @@ ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/avatar@2.1.0-beta.1 - @heroui/react-utils@2.0.18-beta.1 - @heroui/shared-utils@2.0.9-beta.1 @@ -223,11 +223,11 @@ ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ### Patch Changes -- Updated dependencies [[`0cf91395c`](https://github.com/frontio-ai/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/frontio-ai/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/frontio-ai/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/frontio-ai/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/frontio-ai/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/frontio-ai/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/frontio-ai/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/frontio-ai/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/frontio-ai/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/frontio-ai/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/frontio-ai/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/frontio-ai/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: +- Updated dependencies [[`0cf91395c`](https://github.com/heroui-inc/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/heroui-inc/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/heroui-inc/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/heroui-inc/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/heroui-inc/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/heroui-inc/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/heroui-inc/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/heroui-inc/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/heroui-inc/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/heroui-inc/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/heroui-inc/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/heroui-inc/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: - @heroui/theme@2.3.0-beta.0 - @heroui/avatar@2.1.0-beta.0 - @heroui/system@2.3.0-beta.0 @@ -238,7 +238,7 @@ ### Patch Changes -- Updated dependencies [[`f36df4362`](https://github.com/frontio-ai/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: +- Updated dependencies [[`f36df4362`](https://github.com/heroui-inc/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: - @heroui/shared-utils@2.0.8 - @heroui/avatar@2.0.33 - @heroui/react-utils@2.0.17 @@ -247,9 +247,9 @@ ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/avatar@2.0.32 - @heroui/react-utils@2.0.16 - @heroui/shared-utils@2.0.7 @@ -258,9 +258,9 @@ ### Patch Changes -- [#3387](https://github.com/frontio-ai/heroui/pull/3387) [`c5ab49afa`](https://github.com/frontio-ai/heroui/commit/c5ab49afa4b34ff52a7dc95fcc1709f5e3fdaf0b) Thanks [@wingkwong](https://github.com/wingkwong)! - removed `name` from `avatarProps` in `use-user.ts` (#3369) +- [#3387](https://github.com/heroui-inc/heroui/pull/3387) [`c5ab49afa`](https://github.com/heroui-inc/heroui/commit/c5ab49afa4b34ff52a7dc95fcc1709f5e3fdaf0b) Thanks [@wingkwong](https://github.com/wingkwong)! - removed `name` from `avatarProps` in `use-user.ts` (#3369) -- Updated dependencies [[`6951b1fba`](https://github.com/frontio-ai/heroui/commit/6951b1fba03652f95babe3a490caa2a061b8cb12), [`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: +- Updated dependencies [[`6951b1fba`](https://github.com/heroui-inc/heroui/commit/6951b1fba03652f95babe3a490caa2a061b8cb12), [`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: - @heroui/avatar@2.0.31 - @heroui/shared-utils@2.0.6 - @heroui/react-utils@2.0.15 @@ -269,9 +269,9 @@ ### Patch Changes -- [#3240](https://github.com/frontio-ai/heroui/pull/3240) [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies +- [#3240](https://github.com/heroui-inc/heroui/pull/3240) [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies -- Updated dependencies [[`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`b9bb06ff3`](https://github.com/frontio-ai/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: +- Updated dependencies [[`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`b9bb06ff3`](https://github.com/heroui-inc/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: - @heroui/avatar@2.0.30 - @heroui/react-utils@2.0.14 @@ -279,21 +279,21 @@ ### Patch Changes -- Updated dependencies [[`cdbc6514f`](https://github.com/frontio-ai/heroui/commit/cdbc6514f8024381b778bad72b6a7a87330dab28)]: +- Updated dependencies [[`cdbc6514f`](https://github.com/heroui-inc/heroui/commit/cdbc6514f8024381b778bad72b6a7a87330dab28)]: - @heroui/avatar@2.0.29 ## 2.0.29 ### Patch Changes -- Updated dependencies [[`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2)]: +- Updated dependencies [[`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2)]: - @heroui/avatar@2.0.28 ## 2.0.28 ### Patch Changes -- Updated dependencies [[`eccc2f2f3`](https://github.com/frontio-ai/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: +- Updated dependencies [[`eccc2f2f3`](https://github.com/heroui-inc/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: - @heroui/react-utils@2.0.13 - @heroui/avatar@2.0.27 @@ -309,16 +309,16 @@ ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added - `framer-transitions` renamed to `framer-utils` - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- Updated dependencies [[`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`5d84634c0`](https://github.com/frontio-ai/heroui/commit/5d84634c0af3a5a66622d188950f2bcacde7c2e4)]: +- Updated dependencies [[`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`5d84634c0`](https://github.com/heroui-inc/heroui/commit/5d84634c0af3a5a66622d188950f2bcacde7c2e4)]: - @heroui/avatar@2.0.25 - @heroui/react-utils@2.0.11 - @heroui/shared-utils@2.0.5 @@ -327,18 +327,18 @@ ### Patch Changes -- [#1877](https://github.com/frontio-ai/heroui/pull/1877) [`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range +- [#1877](https://github.com/heroui-inc/heroui/pull/1877) [`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range -- Updated dependencies [[`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648)]: +- Updated dependencies [[`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648)]: - @heroui/avatar@2.0.24 ## 2.0.24 ### Patch Changes -- [#1874](https://github.com/frontio-ai/heroui/pull/1874) [`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. +- [#1874](https://github.com/heroui-inc/heroui/pull/1874) [`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. -- Updated dependencies [[`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0)]: +- Updated dependencies [[`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0)]: - @heroui/avatar@2.0.23 - @heroui/system@2.0.12 @@ -346,9 +346,9 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/avatar@2.0.22 - @heroui/system@2.0.11 - @heroui/theme@2.1.10 @@ -359,7 +359,7 @@ ### Patch Changes -- Updated dependencies [[`425a034bc`](https://github.com/frontio-ai/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: +- Updated dependencies [[`425a034bc`](https://github.com/heroui-inc/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87)]: - @heroui/theme@2.1.9 - @heroui/system@2.0.10 - @heroui/avatar@2.0.21 @@ -369,9 +369,9 @@ ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy -- Updated dependencies [[`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: +- Updated dependencies [[`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: - @heroui/avatar@2.0.20 - @heroui/system@2.0.9 - @heroui/theme@2.1.8 @@ -382,9 +382,9 @@ ### Patch Changes -- [#1589](https://github.com/frontio-ai/heroui/pull/1589) [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded +- [#1589](https://github.com/heroui-inc/heroui/pull/1589) [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded -- Updated dependencies [[`a3be419cb`](https://github.com/frontio-ai/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/frontio-ai/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: +- Updated dependencies [[`a3be419cb`](https://github.com/heroui-inc/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/heroui-inc/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: - @heroui/theme@2.1.7 - @heroui/avatar@2.0.19 - @heroui/system@2.0.8 @@ -393,7 +393,7 @@ ### Patch Changes -- Updated dependencies [[`7c8341035`](https://github.com/frontio-ai/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: +- Updated dependencies [[`7c8341035`](https://github.com/heroui-inc/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: - @heroui/theme@2.1.6 - @heroui/avatar@2.0.18 @@ -401,7 +401,7 @@ ### Patch Changes -- Updated dependencies [[`d61428d9e`](https://github.com/frontio-ai/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/frontio-ai/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: +- Updated dependencies [[`d61428d9e`](https://github.com/heroui-inc/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/heroui-inc/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: - @heroui/theme@2.1.5 - @heroui/system@2.0.7 - @heroui/avatar@2.0.17 @@ -410,7 +410,7 @@ ### Patch Changes -- Updated dependencies [[`043b8420c`](https://github.com/frontio-ai/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/frontio-ai/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: +- Updated dependencies [[`043b8420c`](https://github.com/heroui-inc/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`641bf0885`](https://github.com/heroui-inc/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: - @heroui/theme@2.1.4 - @heroui/system@2.0.6 - @heroui/avatar@2.0.16 @@ -419,7 +419,7 @@ ### Patch Changes -- Updated dependencies [[`5702287e5`](https://github.com/frontio-ai/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: +- Updated dependencies [[`5702287e5`](https://github.com/heroui-inc/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8)]: - @heroui/theme@2.1.3 - @heroui/avatar@2.0.15 @@ -427,9 +427,9 @@ ### Patch Changes -- [#1458](https://github.com/frontio-ai/heroui/pull/1458) [`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles +- [#1458](https://github.com/heroui-inc/heroui/pull/1458) [`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles -- Updated dependencies [[`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: +- Updated dependencies [[`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: - @heroui/avatar@2.0.14 - @heroui/theme@2.1.2 @@ -437,7 +437,7 @@ ### Patch Changes -- Updated dependencies [[`cc839cdd`](https://github.com/frontio-ai/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: +- Updated dependencies [[`cc839cdd`](https://github.com/heroui-inc/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: - @heroui/theme@2.1.1 - @heroui/avatar@2.0.13 @@ -445,7 +445,7 @@ ### Patch Changes -- Updated dependencies [[`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: +- Updated dependencies [[`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: - @heroui/theme@2.1.0 - @heroui/avatar@2.0.12 - @heroui/react-utils@2.0.7 @@ -454,7 +454,7 @@ ### Patch Changes -- [#1410](https://github.com/frontio-ai/heroui/pull/1410) [`6e7e834c2`](https://github.com/frontio-ai/heroui/commit/6e7e834c2dc14c21b087da792c0576ab464a4a4a) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Popover style prop merged with the one returned by react-aria, other components merge props improvements +- [#1410](https://github.com/heroui-inc/heroui/pull/1410) [`6e7e834c2`](https://github.com/heroui-inc/heroui/commit/6e7e834c2dc14c21b087da792c0576ab464a4a4a) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Popover style prop merged with the one returned by react-aria, other components merge props improvements ## 2.0.11 @@ -468,7 +468,7 @@ ### Patch Changes -- Updated dependencies [[`d0341020`](https://github.com/frontio-ai/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: +- Updated dependencies [[`d0341020`](https://github.com/heroui-inc/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: - @heroui/theme@2.0.5 - @heroui/avatar@2.0.10 @@ -484,13 +484,13 @@ ### Patch Changes -- [#1359](https://github.com/frontio-ai/heroui/pull/1359) [`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n +- [#1359](https://github.com/heroui-inc/heroui/pull/1359) [`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n - react-aria packages upgraded to the latest version - image storybooks fixed - other bug fixes.. -- Updated dependencies [[`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: +- Updated dependencies [[`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: - @heroui/avatar@2.0.8 - @heroui/system@2.0.5 @@ -498,7 +498,7 @@ ### Patch Changes -- Updated dependencies [[`710395f3`](https://github.com/frontio-ai/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: +- Updated dependencies [[`710395f3`](https://github.com/heroui-inc/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: - @heroui/system@2.0.4 - @heroui/avatar@2.0.7 @@ -522,9 +522,9 @@ ### Patch Changes -- [#1301](https://github.com/frontio-ai/heroui/pull/1301) [`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss +- [#1301](https://github.com/heroui-inc/heroui/pull/1301) [`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss -- Updated dependencies [[`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: +- Updated dependencies [[`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: - @heroui/avatar@2.0.4 - @heroui/theme@2.0.4 @@ -532,9 +532,9 @@ ### Patch Changes -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports -- Updated dependencies [[`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: +- Updated dependencies [[`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: - @heroui/react-utils@2.0.2 - @heroui/system@2.0.3 - @heroui/avatar@2.0.3 @@ -545,7 +545,7 @@ ### Patch Changes -- Updated dependencies [[`459ac5ed`](https://github.com/frontio-ai/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: +- Updated dependencies [[`459ac5ed`](https://github.com/heroui-inc/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: - @heroui/theme@2.0.2 - @heroui/avatar@2.0.2 - @heroui/system@2.0.2 @@ -554,11 +554,11 @@ ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated -- Updated dependencies [[`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: +- Updated dependencies [[`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: - @heroui/shared-utils@2.0.1 - @heroui/react-utils@2.0.1 - @heroui/avatar@2.0.1 diff --git a/packages/components/user/README.md b/packages/components/user/README.md index d6fd94b709..85cd59dd2b 100644 --- a/packages/components/user/README.md +++ b/packages/components/user/README.md @@ -15,10 +15,10 @@ npm i @heroui/user ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/core/react/CHANGELOG.md b/packages/core/react/CHANGELOG.md index 47a7de688e..cc50a90cd5 100644 --- a/packages/core/react/CHANGELOG.md +++ b/packages/core/react/CHANGELOG.md @@ -59,7 +59,7 @@ ### Patch Changes -- Updated dependencies [[`45b1d82`](https://github.com/frontio-ai/heroui/commit/45b1d82c391dac7f39609d492010164b6c2d6d38)]: +- Updated dependencies [[`45b1d82`](https://github.com/heroui-inc/heroui/commit/45b1d82c391dac7f39609d492010164b6c2d6d38)]: - @heroui/input@2.4.9 - @heroui/accordion@2.2.7 - @heroui/autocomplete@2.3.10 @@ -74,15 +74,15 @@ ### Patch Changes -- [`f6da7d6`](https://github.com/frontio-ai/heroui/commit/f6da7d62e9dffe0d7683e4257e3021355b7436d2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Update repo org, remove the triangle company from readme +- [`f6da7d6`](https://github.com/heroui-inc/heroui/commit/f6da7d62e9dffe0d7683e4257e3021355b7436d2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Update repo org, remove the triangle company from readme -- [`1d5e452`](https://github.com/frontio-ai/heroui/commit/1d5e4520e97db6b9ccb81ece772217410b77b836) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Post build script fixed +- [`1d5e452`](https://github.com/heroui-inc/heroui/commit/1d5e4520e97db6b9ccb81ece772217410b77b836) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Post build script fixed ## 2.6.11 ### Patch Changes -- Updated dependencies [[`d92468a`](https://github.com/frontio-ai/heroui/commit/d92468aa1e35d5022c071b5d2674f5bfb6408001), [`a43b156`](https://github.com/frontio-ai/heroui/commit/a43b156801aef88b6eaa7bff0b670f7287499dde), [`33e0418`](https://github.com/frontio-ai/heroui/commit/33e0418d08c29f829b00ee3bc41972dfce6a3370), [`07780a7`](https://github.com/frontio-ai/heroui/commit/07780a75a2747405e16af99c1692aef496f54175), [`a83388a`](https://github.com/frontio-ai/heroui/commit/a83388aaf4521f0ed8dfed99a54998156df1868b), [`a83388a`](https://github.com/frontio-ai/heroui/commit/a83388aaf4521f0ed8dfed99a54998156df1868b), [`7c2bc4a`](https://github.com/frontio-ai/heroui/commit/7c2bc4a18ef01424c7ff464cad3401dd6596e7b3), [`0401f25`](https://github.com/frontio-ai/heroui/commit/0401f2548f525fc4194186b54f563cb91c6ccd0c), [`16c57ec`](https://github.com/frontio-ai/heroui/commit/16c57ece6467d755645f109b8de810c9063e5665), [`0c45fed`](https://github.com/frontio-ai/heroui/commit/0c45fed420747b41a4d2a7bb07e9582f6f609287), [`fb46df2`](https://github.com/frontio-ai/heroui/commit/fb46df2430f95cddef0c25fce4639c2078b34f62)]: +- Updated dependencies [[`d92468a`](https://github.com/heroui-inc/heroui/commit/d92468aa1e35d5022c071b5d2674f5bfb6408001), [`a43b156`](https://github.com/heroui-inc/heroui/commit/a43b156801aef88b6eaa7bff0b670f7287499dde), [`33e0418`](https://github.com/heroui-inc/heroui/commit/33e0418d08c29f829b00ee3bc41972dfce6a3370), [`07780a7`](https://github.com/heroui-inc/heroui/commit/07780a75a2747405e16af99c1692aef496f54175), [`a83388a`](https://github.com/heroui-inc/heroui/commit/a83388aaf4521f0ed8dfed99a54998156df1868b), [`a83388a`](https://github.com/heroui-inc/heroui/commit/a83388aaf4521f0ed8dfed99a54998156df1868b), [`7c2bc4a`](https://github.com/heroui-inc/heroui/commit/7c2bc4a18ef01424c7ff464cad3401dd6596e7b3), [`0401f25`](https://github.com/heroui-inc/heroui/commit/0401f2548f525fc4194186b54f563cb91c6ccd0c), [`16c57ec`](https://github.com/heroui-inc/heroui/commit/16c57ece6467d755645f109b8de810c9063e5665), [`0c45fed`](https://github.com/heroui-inc/heroui/commit/0c45fed420747b41a4d2a7bb07e9582f6f609287), [`fb46df2`](https://github.com/heroui-inc/heroui/commit/fb46df2430f95cddef0c25fce4639c2078b34f62)]: - @heroui/listbox@2.3.9 - @heroui/select@2.4.9 - @heroui/navbar@2.2.8 @@ -135,14 +135,14 @@ ### Patch Changes -- Updated dependencies [[`6430bc0`](https://github.com/frontio-ai/heroui/commit/6430bc00844ca580027aa7c1389a210f2eac0732)]: +- Updated dependencies [[`6430bc0`](https://github.com/heroui-inc/heroui/commit/6430bc00844ca580027aa7c1389a210f2eac0732)]: - @heroui/navbar@2.2.7 ## 2.6.9 ### Patch Changes -- Updated dependencies [[`b5943db`](https://github.com/frontio-ai/heroui/commit/b5943db1fdad3cacba54e10ef828bc24c740f01b), [`c0e3dab`](https://github.com/frontio-ai/heroui/commit/c0e3dab5e8104b4f9335892e850b26359d33b3e8), [`9e8a656`](https://github.com/frontio-ai/heroui/commit/9e8a656665464152c4d226fa520fc4219eca0a8d), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31), [`0b117e5`](https://github.com/frontio-ai/heroui/commit/0b117e59b22a485d95054491b5aea4e67d257bff), [`f8f6bfe`](https://github.com/frontio-ai/heroui/commit/f8f6bfea5a7f783636c4d0ce9ba7291ce0ea0a97), [`afe0b52`](https://github.com/frontio-ai/heroui/commit/afe0b527ce2dcd1f511b601fcba700fd2d12fcd6), [`f7e1b17`](https://github.com/frontio-ai/heroui/commit/f7e1b17c40f448670cc6feda6c6c90d1195ac724), [`e15ef62`](https://github.com/frontio-ai/heroui/commit/e15ef62b6ccabc5aef2790c6f97d7457f204be92), [`93c9df1`](https://github.com/frontio-ai/heroui/commit/93c9df15d99cb7467927700f73b3a683f98f0ccf), [`e546124`](https://github.com/frontio-ai/heroui/commit/e546124e1de49e8bd4d8f5e33cba87a0e83435ef), [`5946e90`](https://github.com/frontio-ai/heroui/commit/5946e90335c713e361e09927ab459445d707d7e4), [`2f55ecb`](https://github.com/frontio-ai/heroui/commit/2f55ecb4b2e61fb9d9a91df9f4d7c1eff6b7b05e), [`de0e277`](https://github.com/frontio-ai/heroui/commit/de0e2776fe8b31125847a70e6d558e538f4d63f0), [`fa38828`](https://github.com/frontio-ai/heroui/commit/fa388283458602cd8e128486323472498a145fa2)]: +- Updated dependencies [[`b5943db`](https://github.com/heroui-inc/heroui/commit/b5943db1fdad3cacba54e10ef828bc24c740f01b), [`c0e3dab`](https://github.com/heroui-inc/heroui/commit/c0e3dab5e8104b4f9335892e850b26359d33b3e8), [`9e8a656`](https://github.com/heroui-inc/heroui/commit/9e8a656665464152c4d226fa520fc4219eca0a8d), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31), [`0b117e5`](https://github.com/heroui-inc/heroui/commit/0b117e59b22a485d95054491b5aea4e67d257bff), [`f8f6bfe`](https://github.com/heroui-inc/heroui/commit/f8f6bfea5a7f783636c4d0ce9ba7291ce0ea0a97), [`afe0b52`](https://github.com/heroui-inc/heroui/commit/afe0b527ce2dcd1f511b601fcba700fd2d12fcd6), [`f7e1b17`](https://github.com/heroui-inc/heroui/commit/f7e1b17c40f448670cc6feda6c6c90d1195ac724), [`e15ef62`](https://github.com/heroui-inc/heroui/commit/e15ef62b6ccabc5aef2790c6f97d7457f204be92), [`93c9df1`](https://github.com/heroui-inc/heroui/commit/93c9df15d99cb7467927700f73b3a683f98f0ccf), [`e546124`](https://github.com/heroui-inc/heroui/commit/e546124e1de49e8bd4d8f5e33cba87a0e83435ef), [`5946e90`](https://github.com/heroui-inc/heroui/commit/5946e90335c713e361e09927ab459445d707d7e4), [`2f55ecb`](https://github.com/heroui-inc/heroui/commit/2f55ecb4b2e61fb9d9a91df9f4d7c1eff6b7b05e), [`de0e277`](https://github.com/heroui-inc/heroui/commit/de0e2776fe8b31125847a70e6d558e538f4d63f0), [`fa38828`](https://github.com/heroui-inc/heroui/commit/fa388283458602cd8e128486323472498a145fa2)]: - @heroui/listbox@2.3.8 - @heroui/calendar@2.2.8 - @heroui/input@2.4.7 @@ -195,7 +195,7 @@ ### Patch Changes -- Updated dependencies [[`78c0928`](https://github.com/frontio-ai/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f)]: +- Updated dependencies [[`78c0928`](https://github.com/heroui-inc/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f)]: - @heroui/dropdown@2.3.7 - @heroui/listbox@2.3.7 - @heroui/button@2.2.7 @@ -230,9 +230,9 @@ ### Patch Changes -- [#4314](https://github.com/frontio-ai/heroui/pull/4314) [`5598806`](https://github.com/frontio-ai/heroui/commit/5598806216166dc9fff36cafd9112412486b747f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4314](https://github.com/heroui-inc/heroui/pull/4314) [`5598806`](https://github.com/heroui-inc/heroui/commit/5598806216166dc9fff36cafd9112412486b747f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`5598806`](https://github.com/frontio-ai/heroui/commit/5598806216166dc9fff36cafd9112412486b747f)]: +- Updated dependencies [[`5598806`](https://github.com/heroui-inc/heroui/commit/5598806216166dc9fff36cafd9112412486b747f)]: - @heroui/button@2.2.6 - @heroui/card@2.2.6 - @heroui/checkbox@2.3.6 @@ -283,7 +283,7 @@ ### Patch Changes -- Updated dependencies [[`11eae5c`](https://github.com/frontio-ai/heroui/commit/11eae5cc808e10db07b509f4e06d30441bb1937a), [`aa5ea19`](https://github.com/frontio-ai/heroui/commit/aa5ea19a3c990f8f6d47abacf321f0cbce67b927), [`dfefdd6`](https://github.com/frontio-ai/heroui/commit/dfefdd6250eb81ae653e611a8dff12b2ae29a09c), [`1485eca`](https://github.com/frontio-ai/heroui/commit/1485eca48fce8a0acc42fe40590b828c1a90ff48), [`03abf1d`](https://github.com/frontio-ai/heroui/commit/03abf1daf4fe5ee74f4766cd4fd78068ac25ed78)]: +- Updated dependencies [[`11eae5c`](https://github.com/heroui-inc/heroui/commit/11eae5cc808e10db07b509f4e06d30441bb1937a), [`aa5ea19`](https://github.com/heroui-inc/heroui/commit/aa5ea19a3c990f8f6d47abacf321f0cbce67b927), [`dfefdd6`](https://github.com/heroui-inc/heroui/commit/dfefdd6250eb81ae653e611a8dff12b2ae29a09c), [`1485eca`](https://github.com/heroui-inc/heroui/commit/1485eca48fce8a0acc42fe40590b828c1a90ff48), [`03abf1d`](https://github.com/heroui-inc/heroui/commit/03abf1daf4fe5ee74f4766cd4fd78068ac25ed78)]: - @heroui/pagination@2.2.5 - @heroui/listbox@2.3.5 - @heroui/menu@2.2.5 @@ -334,9 +334,9 @@ ### Patch Changes -- [#4258](https://github.com/frontio-ai/heroui/pull/4258) [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions +- [#4258](https://github.com/heroui-inc/heroui/pull/4258) [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions -- Updated dependencies [[`b16291b`](https://github.com/frontio-ai/heroui/commit/b16291b2200229f0d0a9ea910e38f3f100f7931f), [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3), [`455556e`](https://github.com/frontio-ai/heroui/commit/455556e14278dd933b4acd1a136ea29879b49545), [`26b33a5`](https://github.com/frontio-ai/heroui/commit/26b33a51f0ae9d0bb1146277a8b61b839aa52393)]: +- Updated dependencies [[`b16291b`](https://github.com/heroui-inc/heroui/commit/b16291b2200229f0d0a9ea910e38f3f100f7931f), [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3), [`455556e`](https://github.com/heroui-inc/heroui/commit/455556e14278dd933b4acd1a136ea29879b49545), [`26b33a5`](https://github.com/heroui-inc/heroui/commit/26b33a51f0ae9d0bb1146277a8b61b839aa52393)]: - @heroui/form@2.1.4 - @heroui/autocomplete@2.3.4 - @heroui/breadcrumbs@2.2.4 @@ -388,7 +388,7 @@ ### Patch Changes -- Updated dependencies [[`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: +- Updated dependencies [[`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: - @heroui/scroll-shadow@2.3.3 - @heroui/autocomplete@2.3.3 - @heroui/breadcrumbs@2.2.3 @@ -440,9 +440,9 @@ ### Patch Changes -- [#4247](https://github.com/frontio-ai/heroui/pull/4247) [`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* +- [#4247](https://github.com/heroui-inc/heroui/pull/4247) [`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* -- Updated dependencies [[`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: +- Updated dependencies [[`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: - @heroui/scroll-shadow@2.3.2 - @heroui/autocomplete@2.3.2 - @heroui/breadcrumbs@2.2.2 @@ -494,9 +494,9 @@ ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/accordion@2.2.1 - @heroui/alert@2.2.1 - @heroui/autocomplete@2.3.1 @@ -549,14 +549,14 @@ ### Patch Changes -- Updated dependencies [[`71e2d8c`](https://github.com/frontio-ai/heroui/commit/71e2d8c6014c821c0441c6a68924043a7a491e5b)]: +- Updated dependencies [[`71e2d8c`](https://github.com/heroui-inc/heroui/commit/71e2d8c6014c821c0441c6a68924043a7a491e5b)]: - @heroui/snippet@2.2.1 ## 2.6.0 ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -582,7 +582,7 @@ ### Patch Changes -- Updated dependencies [[`6bc616c`](https://github.com/frontio-ai/heroui/commit/6bc616caea948431d05eec33c1784e0560524e97), [`af0d20d`](https://github.com/frontio-ai/heroui/commit/af0d20d807311b98a49218cb10faff0972a7d2fa), [`44958bf`](https://github.com/frontio-ai/heroui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8), [`729ede8`](https://github.com/frontio-ai/heroui/commit/729ede8de7f18c7b49fbdb736aac300b5b98f239), [`26e478d`](https://github.com/frontio-ai/heroui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52), [`44958bf`](https://github.com/frontio-ai/heroui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8), [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`1855ba4`](https://github.com/frontio-ai/heroui/commit/1855ba4390186f701c793f76593f31a5dce6da70), [`ffb1e55`](https://github.com/frontio-ai/heroui/commit/ffb1e554f7d6b5b1ede66d0838b3b1edeeccdf6b), [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201), [`44958bf`](https://github.com/frontio-ai/heroui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8), [`adbd85e`](https://github.com/frontio-ai/heroui/commit/adbd85ee95b67ee779401307c49596dd45e062fc)]: +- Updated dependencies [[`6bc616c`](https://github.com/heroui-inc/heroui/commit/6bc616caea948431d05eec33c1784e0560524e97), [`af0d20d`](https://github.com/heroui-inc/heroui/commit/af0d20d807311b98a49218cb10faff0972a7d2fa), [`44958bf`](https://github.com/heroui-inc/heroui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8), [`729ede8`](https://github.com/heroui-inc/heroui/commit/729ede8de7f18c7b49fbdb736aac300b5b98f239), [`26e478d`](https://github.com/heroui-inc/heroui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52), [`44958bf`](https://github.com/heroui-inc/heroui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8), [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`1855ba4`](https://github.com/heroui-inc/heroui/commit/1855ba4390186f701c793f76593f31a5dce6da70), [`ffb1e55`](https://github.com/heroui-inc/heroui/commit/ffb1e554f7d6b5b1ede66d0838b3b1edeeccdf6b), [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201), [`44958bf`](https://github.com/heroui-inc/heroui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8), [`adbd85e`](https://github.com/heroui-inc/heroui/commit/adbd85ee95b67ee779401307c49596dd45e062fc)]: - @heroui/autocomplete@2.3.0 - @heroui/date-picker@2.3.0 - @heroui/date-input@2.3.0 @@ -635,7 +635,7 @@ ### Patch Changes -- Updated dependencies [[`004c4a4b3`](https://github.com/frontio-ai/heroui/commit/004c4a4b3e44477f148937b12bb542e4b27fd322), [`922c4a567`](https://github.com/frontio-ai/heroui/commit/922c4a5674a74be749db6abeffd153eaf7d3a5c7), [`0b5ceb93c`](https://github.com/frontio-ai/heroui/commit/0b5ceb93ce098e5d76409190f2d57cd89c06b7e9)]: +- Updated dependencies [[`004c4a4b3`](https://github.com/heroui-inc/heroui/commit/004c4a4b3e44477f148937b12bb542e4b27fd322), [`922c4a567`](https://github.com/heroui-inc/heroui/commit/922c4a5674a74be749db6abeffd153eaf7d3a5c7), [`0b5ceb93c`](https://github.com/heroui-inc/heroui/commit/0b5ceb93ce098e5d76409190f2d57cd89c06b7e9)]: - @heroui/input@2.3.0-beta.12 - @heroui/theme@2.3.0-beta.18 - @heroui/listbox@2.2.0-beta.14 @@ -685,9 +685,9 @@ ### Patch Changes -- [#4052](https://github.com/frontio-ai/heroui/pull/4052) [`1d5b2b6c1`](https://github.com/frontio-ai/heroui/commit/1d5b2b6c1f8672e7339a6f9dc66f0244d7bb2789) Thanks [@macci001](https://github.com/macci001)! - Adding new input-otp component. +- [#4052](https://github.com/heroui-inc/heroui/pull/4052) [`1d5b2b6c1`](https://github.com/heroui-inc/heroui/commit/1d5b2b6c1f8672e7339a6f9dc66f0244d7bb2789) Thanks [@macci001](https://github.com/macci001)! - Adding new input-otp component. -- Updated dependencies [[`1d5b2b6c1`](https://github.com/frontio-ai/heroui/commit/1d5b2b6c1f8672e7339a6f9dc66f0244d7bb2789)]: +- Updated dependencies [[`1d5b2b6c1`](https://github.com/heroui-inc/heroui/commit/1d5b2b6c1f8672e7339a6f9dc66f0244d7bb2789)]: - @heroui/input-otp@2.0.1-beta.0 - @heroui/theme@2.3.0-beta.17 - @heroui/accordion@2.1.0-beta.12 @@ -737,7 +737,7 @@ ### Patch Changes -- Updated dependencies [[`d37007c69`](https://github.com/frontio-ai/heroui/commit/d37007c69c3e1ff4a66d414cbb1a4a38bb22264c), [`17bf65799`](https://github.com/frontio-ai/heroui/commit/17bf65799c39c2ee44ea9c0b23aa80315b2a5083), [`c8f2ec887`](https://github.com/frontio-ai/heroui/commit/c8f2ec88752289913968331032b9e7f772c12ec4)]: +- Updated dependencies [[`d37007c69`](https://github.com/heroui-inc/heroui/commit/d37007c69c3e1ff4a66d414cbb1a4a38bb22264c), [`17bf65799`](https://github.com/heroui-inc/heroui/commit/17bf65799c39c2ee44ea9c0b23aa80315b2a5083), [`c8f2ec887`](https://github.com/heroui-inc/heroui/commit/c8f2ec88752289913968331032b9e7f772c12ec4)]: - @heroui/menu@2.1.0-beta.12 - @heroui/theme@2.3.0-beta.16 - @heroui/accordion@2.1.0-beta.12 @@ -789,9 +789,9 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/accordion@2.1.0-beta.11 - @heroui/alert@2.1.0-beta.12 - @heroui/autocomplete@2.2.0-beta.15 @@ -843,16 +843,16 @@ ### Patch Changes -- Updated dependencies [[`1e05a721f`](https://github.com/frontio-ai/heroui/commit/1e05a721f9ba25403c023023a1e3efa44ac3bb74)]: +- Updated dependencies [[`1e05a721f`](https://github.com/heroui-inc/heroui/commit/1e05a721f9ba25403c023023a1e3efa44ac3bb74)]: - @heroui/select@2.3.0-beta.16 ## 2.5.0-beta.21 ### Patch Changes -- [#3036](https://github.com/frontio-ai/heroui/pull/3036) [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3036](https://github.com/heroui-inc/heroui/pull/3036) [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version -- Updated dependencies [[`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00), [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00), [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00), [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: +- Updated dependencies [[`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00), [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00), [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00), [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: - @heroui/table@2.1.0-beta.10 - @heroui/accordion@2.1.0-beta.10 - @heroui/avatar@2.1.0-beta.11 @@ -903,7 +903,7 @@ ### Patch Changes -- Updated dependencies [[`78a99b628`](https://github.com/frontio-ai/heroui/commit/78a99b628e3fde8808a0cce3c69059d727afd49b), [`ee4870dc1`](https://github.com/frontio-ai/heroui/commit/ee4870dc14b2a449fd22be4489b88e44f030329a), [`256d46277`](https://github.com/frontio-ai/heroui/commit/256d462771c19d6ca5b969d0ec44419fb560f0ac)]: +- Updated dependencies [[`78a99b628`](https://github.com/heroui-inc/heroui/commit/78a99b628e3fde8808a0cce3c69059d727afd49b), [`ee4870dc1`](https://github.com/heroui-inc/heroui/commit/ee4870dc14b2a449fd22be4489b88e44f030329a), [`256d46277`](https://github.com/heroui-inc/heroui/commit/256d462771c19d6ca5b969d0ec44419fb560f0ac)]: - @heroui/calendar@2.1.0-beta.10 - @heroui/table@2.1.0-beta.9 - @heroui/listbox@2.2.0-beta.10 @@ -952,7 +952,7 @@ ### Patch Changes -- Updated dependencies [[`341b5de79`](https://github.com/frontio-ai/heroui/commit/341b5de7947655e6b18fa09045f7e10fba5b8c59), [`9e8beabab`](https://github.com/frontio-ai/heroui/commit/9e8beababea60dc499cc0989a0720fe25a10a823)]: +- Updated dependencies [[`341b5de79`](https://github.com/heroui-inc/heroui/commit/341b5de7947655e6b18fa09045f7e10fba5b8c59), [`9e8beabab`](https://github.com/heroui-inc/heroui/commit/9e8beababea60dc499cc0989a0720fe25a10a823)]: - @heroui/theme@2.3.0-beta.13 - @heroui/select@2.3.0-beta.13 - @heroui/accordion@2.1.0-beta.9 @@ -1001,7 +1001,7 @@ ### Patch Changes -- Updated dependencies [[`4607fe2ff`](https://github.com/frontio-ai/heroui/commit/4607fe2ff448a536496c2b59ccdfcb217379b6ed)]: +- Updated dependencies [[`4607fe2ff`](https://github.com/heroui-inc/heroui/commit/4607fe2ff448a536496c2b59ccdfcb217379b6ed)]: - @heroui/system@2.3.0-beta.8 - @heroui/accordion@2.1.0-beta.9 - @heroui/alert@2.1.0-beta.10 @@ -1046,7 +1046,7 @@ ### Patch Changes -- Updated dependencies [[`b9d5d4925`](https://github.com/frontio-ai/heroui/commit/b9d5d492519778a4bf071748ec9f2b4e25d8373f)]: +- Updated dependencies [[`b9d5d4925`](https://github.com/heroui-inc/heroui/commit/b9d5d492519778a4bf071748ec9f2b4e25d8373f)]: - @heroui/autocomplete@2.2.0-beta.11 - @heroui/listbox@2.2.0-beta.8 - @heroui/theme@2.3.0-beta.12 @@ -1095,9 +1095,9 @@ ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/accordion@2.1.0-beta.8 - @heroui/alert@2.1.0-beta.10 - @heroui/autocomplete@2.2.0-beta.10 @@ -1148,9 +1148,9 @@ ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/accordion@2.1.0-beta.7 - @heroui/alert@2.1.0-beta.9 - @heroui/autocomplete@2.2.0-beta.9 @@ -1201,9 +1201,9 @@ ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/accordion@2.1.0-beta.6 - @heroui/alert@2.1.0-beta.8 - @heroui/autocomplete@2.2.0-beta.8 @@ -1254,7 +1254,7 @@ ### Patch Changes -- Updated dependencies [[`70dc75983`](https://github.com/frontio-ai/heroui/commit/70dc7598388022fca04255c3c1623468a38a3803)]: +- Updated dependencies [[`70dc75983`](https://github.com/heroui-inc/heroui/commit/70dc7598388022fca04255c3c1623468a38a3803)]: - @heroui/alert@2.1.0-beta.7 - @heroui/theme@2.3.0-beta.8 - @heroui/accordion@2.1.0-beta.5 @@ -1303,7 +1303,7 @@ ### Patch Changes -- Updated dependencies [[`31349c178`](https://github.com/frontio-ai/heroui/commit/31349c178b9b2bd0be9856bc09126a37be68901a)]: +- Updated dependencies [[`31349c178`](https://github.com/heroui-inc/heroui/commit/31349c178b9b2bd0be9856bc09126a37be68901a)]: - @heroui/alert@2.1.0-beta.6 - @heroui/theme@2.3.0-beta.7 - @heroui/accordion@2.1.0-beta.5 @@ -1352,7 +1352,7 @@ ### Patch Changes -- Updated dependencies [[`d947b9283`](https://github.com/frontio-ai/heroui/commit/d947b92833c8e4abc16dae72466cdb922313e9c8)]: +- Updated dependencies [[`d947b9283`](https://github.com/heroui-inc/heroui/commit/d947b92833c8e4abc16dae72466cdb922313e9c8)]: - @heroui/drawer@2.1.0-beta.6 - @heroui/modal@2.1.0-beta.6 @@ -1360,7 +1360,7 @@ ### Patch Changes -- Updated dependencies [[`0f55c491b`](https://github.com/frontio-ai/heroui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]: +- Updated dependencies [[`0f55c491b`](https://github.com/heroui-inc/heroui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]: - @heroui/alert@2.1.0-beta.5 - @heroui/theme@2.3.0-beta.6 - @heroui/accordion@2.1.0-beta.5 @@ -1409,7 +1409,7 @@ ### Patch Changes -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/calendar@2.1.0-beta.4 - @heroui/tabs@2.1.0-beta.4 - @heroui/date-picker@2.2.0-beta.5 @@ -1460,7 +1460,7 @@ ### Patch Changes -- Updated dependencies [[`54be700e0`](https://github.com/frontio-ai/heroui/commit/54be700e04386e95cead7ce63d87015347dd166f)]: +- Updated dependencies [[`54be700e0`](https://github.com/heroui-inc/heroui/commit/54be700e04386e95cead7ce63d87015347dd166f)]: - @heroui/theme@2.3.0-beta.4 - @heroui/accordion@2.1.0-beta.3 - @heroui/alert@2.1.0-beta.3 @@ -1509,9 +1509,9 @@ ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/accordion@2.1.0-beta.3 - @heroui/alert@2.1.0-beta.3 - @heroui/autocomplete@2.2.0-beta.5 @@ -1562,9 +1562,9 @@ ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/accordion@2.1.0-beta.2 - @heroui/alert@2.1.0-beta.2 - @heroui/autocomplete@2.2.0-beta.4 @@ -1615,7 +1615,7 @@ ### Patch Changes -- Updated dependencies [[`563c1585a`](https://github.com/frontio-ai/heroui/commit/563c1585a3c1a32e8272ec4641cfabeaaac3296c)]: +- Updated dependencies [[`563c1585a`](https://github.com/heroui-inc/heroui/commit/563c1585a3c1a32e8272ec4641cfabeaaac3296c)]: - @heroui/popover@2.2.0-beta.2 - @heroui/autocomplete@2.2.0-beta.3 - @heroui/date-picker@2.2.0-beta.2 @@ -1668,7 +1668,7 @@ ### Patch Changes -- Updated dependencies [[`a2d653137`](https://github.com/frontio-ai/heroui/commit/a2d653137d61465a88dfa3830bb3a44e3a7faa87)]: +- Updated dependencies [[`a2d653137`](https://github.com/heroui-inc/heroui/commit/a2d653137d61465a88dfa3830bb3a44e3a7faa87)]: - @heroui/select@2.3.0-beta.2 - @heroui/input@2.3.0-beta.2 - @heroui/accordion@2.1.0-beta.1 @@ -1693,9 +1693,9 @@ ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/accordion@2.1.0-beta.1 - @heroui/alert@2.1.0-beta.1 - @heroui/autocomplete@2.2.0-beta.1 @@ -1746,11 +1746,11 @@ ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ### Patch Changes -- Updated dependencies [[`0cf91395c`](https://github.com/frontio-ai/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`a2e562b03`](https://github.com/frontio-ai/heroui/commit/a2e562b03f79b52b0b35f07104b3585ea05e2cb6), [`2e82f165a`](https://github.com/frontio-ai/heroui/commit/2e82f165a98e1cdc8f0702d2971fc534b763fd15), [`488a18f52`](https://github.com/frontio-ai/heroui/commit/488a18f525465817ce56e81db8e502399a7572b7), [`781b85566`](https://github.com/frontio-ai/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`a4ab02006`](https://github.com/frontio-ai/heroui/commit/a4ab02006a63013e1a25c28c182d999e3d7c9eeb), [`38a54ab49`](https://github.com/frontio-ai/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/frontio-ai/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/frontio-ai/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/frontio-ai/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`a4a1d8fb6`](https://github.com/frontio-ai/heroui/commit/a4a1d8fb69dd7f496a179a66af072f72aae0ec17), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`780ba4316`](https://github.com/frontio-ai/heroui/commit/780ba43162dc7ceb3f7b46c68c8134473013c873), [`cb1b3135b`](https://github.com/frontio-ai/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/frontio-ai/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/frontio-ai/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`557f10f5e`](https://github.com/frontio-ai/heroui/commit/557f10f5ec60f9f69bed098b3670046cd56d15da), [`a0d7141db`](https://github.com/frontio-ai/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`06c4b2f76`](https://github.com/frontio-ai/heroui/commit/06c4b2f7637ba5f49f37b048943d66ff65201c85), [`9f6839faf`](https://github.com/frontio-ai/heroui/commit/9f6839faf9fe05c766571bcb71028bd3236d6e3a), [`7c2c9c487`](https://github.com/frontio-ai/heroui/commit/7c2c9c48750c334c30bd3c5d06b27cff7f33fb54), [`2d6ae74c3`](https://github.com/frontio-ai/heroui/commit/2d6ae74c36a157472bd4b06b8580e7db163eddcc), [`2aebfcca5`](https://github.com/frontio-ai/heroui/commit/2aebfcca5906fb72a7f751273b38e41a40dc16a3), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/frontio-ai/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`9fe0aa79c`](https://github.com/frontio-ai/heroui/commit/9fe0aa79c8d74a29418db6a235db179a5a9242bc), [`606f75726`](https://github.com/frontio-ai/heroui/commit/606f75726c6b273ea25528ec3269fa6e82af3349), [`559436d46`](https://github.com/frontio-ai/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: +- Updated dependencies [[`0cf91395c`](https://github.com/heroui-inc/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`a2e562b03`](https://github.com/heroui-inc/heroui/commit/a2e562b03f79b52b0b35f07104b3585ea05e2cb6), [`2e82f165a`](https://github.com/heroui-inc/heroui/commit/2e82f165a98e1cdc8f0702d2971fc534b763fd15), [`488a18f52`](https://github.com/heroui-inc/heroui/commit/488a18f525465817ce56e81db8e502399a7572b7), [`781b85566`](https://github.com/heroui-inc/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`a4ab02006`](https://github.com/heroui-inc/heroui/commit/a4ab02006a63013e1a25c28c182d999e3d7c9eeb), [`38a54ab49`](https://github.com/heroui-inc/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/heroui-inc/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/heroui-inc/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/heroui-inc/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`a4a1d8fb6`](https://github.com/heroui-inc/heroui/commit/a4a1d8fb69dd7f496a179a66af072f72aae0ec17), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`780ba4316`](https://github.com/heroui-inc/heroui/commit/780ba43162dc7ceb3f7b46c68c8134473013c873), [`cb1b3135b`](https://github.com/heroui-inc/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/heroui-inc/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/heroui-inc/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`557f10f5e`](https://github.com/heroui-inc/heroui/commit/557f10f5ec60f9f69bed098b3670046cd56d15da), [`a0d7141db`](https://github.com/heroui-inc/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`06c4b2f76`](https://github.com/heroui-inc/heroui/commit/06c4b2f7637ba5f49f37b048943d66ff65201c85), [`9f6839faf`](https://github.com/heroui-inc/heroui/commit/9f6839faf9fe05c766571bcb71028bd3236d6e3a), [`7c2c9c487`](https://github.com/heroui-inc/heroui/commit/7c2c9c48750c334c30bd3c5d06b27cff7f33fb54), [`2d6ae74c3`](https://github.com/heroui-inc/heroui/commit/2d6ae74c36a157472bd4b06b8580e7db163eddcc), [`2aebfcca5`](https://github.com/heroui-inc/heroui/commit/2aebfcca5906fb72a7f751273b38e41a40dc16a3), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/heroui-inc/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`9fe0aa79c`](https://github.com/heroui-inc/heroui/commit/9fe0aa79c8d74a29418db6a235db179a5a9242bc), [`606f75726`](https://github.com/heroui-inc/heroui/commit/606f75726c6b273ea25528ec3269fa6e82af3349), [`559436d46`](https://github.com/heroui-inc/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: - @heroui/theme@2.3.0-beta.0 - @heroui/listbox@2.2.0-beta.0 - @heroui/autocomplete@2.2.0-beta.0 @@ -1801,7 +1801,7 @@ ### Patch Changes -- Updated dependencies [[`4c01d1824`](https://github.com/frontio-ai/heroui/commit/4c01d1824d4dde22d89232968a3a4c48fe04678f), [`8fecb5afa`](https://github.com/frontio-ai/heroui/commit/8fecb5afa9aabe73e32243ca313f97856da8aa08), [`5517a0578`](https://github.com/frontio-ai/heroui/commit/5517a0578b5514cf2a4ddec53528d25d7f616cd0), [`229388422`](https://github.com/frontio-ai/heroui/commit/2293884229541e363b1983fea88ba6e3bee6be14)]: +- Updated dependencies [[`4c01d1824`](https://github.com/heroui-inc/heroui/commit/4c01d1824d4dde22d89232968a3a4c48fe04678f), [`8fecb5afa`](https://github.com/heroui-inc/heroui/commit/8fecb5afa9aabe73e32243ca313f97856da8aa08), [`5517a0578`](https://github.com/heroui-inc/heroui/commit/5517a0578b5514cf2a4ddec53528d25d7f616cd0), [`229388422`](https://github.com/heroui-inc/heroui/commit/2293884229541e363b1983fea88ba6e3bee6be14)]: - @heroui/popover@2.1.29 - @heroui/tooltip@2.0.41 - @heroui/dropdown@2.1.31 @@ -1848,7 +1848,7 @@ ### Patch Changes -- Updated dependencies [[`5c8cc7a42`](https://github.com/frontio-ai/heroui/commit/5c8cc7a42d1e7a7957c0273ab21555f01d5bac8f), [`5b5a9746e`](https://github.com/frontio-ai/heroui/commit/5b5a9746e33ce50c1d282577997a23829fd842f8), [`4ac7674d1`](https://github.com/frontio-ai/heroui/commit/4ac7674d1ec8ed60925412fe1bd1f01ee9f1555a), [`bc0f72fc2`](https://github.com/frontio-ai/heroui/commit/bc0f72fc2704c33b3530add1731c82302fd26884), [`74792f7bf`](https://github.com/frontio-ai/heroui/commit/74792f7bff9ffe735d3954e01b5383d969a51caf), [`324fd6d3c`](https://github.com/frontio-ai/heroui/commit/324fd6d3c1fb7e6f3ecb462a150182ffe1c7f132), [`deb15078c`](https://github.com/frontio-ai/heroui/commit/deb15078cc61fea30b9e4f6c98eddad244420276), [`123b7fbc9`](https://github.com/frontio-ai/heroui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae), [`048de6e9b`](https://github.com/frontio-ai/heroui/commit/048de6e9b289d1cec180856fbcf3ba38db3007e2), [`985c2e1dd`](https://github.com/frontio-ai/heroui/commit/985c2e1dd3642e3087aa0555a3c3ae4ea182b099), [`81da063d6`](https://github.com/frontio-ai/heroui/commit/81da063d6ab80e1b352ebfda78ed26a47a239c49), [`9d6bcb580`](https://github.com/frontio-ai/heroui/commit/9d6bcb580a7bde6ff846fdfb679ec6e0a16410e6), [`142f394cb`](https://github.com/frontio-ai/heroui/commit/142f394cb5d25c97c919782d03f74c3b310eab0c), [`d621b2923`](https://github.com/frontio-ai/heroui/commit/d621b2923e7c90e73bea996e5918b744223e896c), [`06b97d05a`](https://github.com/frontio-ai/heroui/commit/06b97d05a8ce65b08bef4838f43c2bb990c72e10), [`19c331be7`](https://github.com/frontio-ai/heroui/commit/19c331be75f1d03048c7b2dc92c2c9b62865cc11), [`3c0a486ce`](https://github.com/frontio-ai/heroui/commit/3c0a486ceaa73479e5909d3add1cd14619f62796), [`6f44cd6a9`](https://github.com/frontio-ai/heroui/commit/6f44cd6a98f7fa848496e2bd9ca933cd6796bf3f), [`3e06ef64c`](https://github.com/frontio-ai/heroui/commit/3e06ef64cc5da30f7b2ab209d9d669e6ac8478ca), [`59ea6b745`](https://github.com/frontio-ai/heroui/commit/59ea6b7457345b8b1f241143301b5a9bf81054e4), [`55c92981e`](https://github.com/frontio-ai/heroui/commit/55c92981e009b1721e8288341402feb1ebec08f3), [`3d6865586`](https://github.com/frontio-ai/heroui/commit/3d6865586fe7cec850925c8e8ff42155a97c43ea), [`97f233b34`](https://github.com/frontio-ai/heroui/commit/97f233b346e07c766fb25a2ca16a78d4aa8ce2fe), [`46cc01908`](https://github.com/frontio-ai/heroui/commit/46cc01908e99797cfc9c60762fef6d95dc6c0b6a), [`54bd9cdd6`](https://github.com/frontio-ai/heroui/commit/54bd9cdd6de72bb0032e5e8f9dc2007ca3aadb0d), [`fe30dc8cc`](https://github.com/frontio-ai/heroui/commit/fe30dc8cc0c109f7f537be79c8c13a3f5fa1c0f7), [`4f8ae50cf`](https://github.com/frontio-ai/heroui/commit/4f8ae50cf441da5b5685b6573714a3f7c9ab3ea2)]: +- Updated dependencies [[`5c8cc7a42`](https://github.com/heroui-inc/heroui/commit/5c8cc7a42d1e7a7957c0273ab21555f01d5bac8f), [`5b5a9746e`](https://github.com/heroui-inc/heroui/commit/5b5a9746e33ce50c1d282577997a23829fd842f8), [`4ac7674d1`](https://github.com/heroui-inc/heroui/commit/4ac7674d1ec8ed60925412fe1bd1f01ee9f1555a), [`bc0f72fc2`](https://github.com/heroui-inc/heroui/commit/bc0f72fc2704c33b3530add1731c82302fd26884), [`74792f7bf`](https://github.com/heroui-inc/heroui/commit/74792f7bff9ffe735d3954e01b5383d969a51caf), [`324fd6d3c`](https://github.com/heroui-inc/heroui/commit/324fd6d3c1fb7e6f3ecb462a150182ffe1c7f132), [`deb15078c`](https://github.com/heroui-inc/heroui/commit/deb15078cc61fea30b9e4f6c98eddad244420276), [`123b7fbc9`](https://github.com/heroui-inc/heroui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae), [`048de6e9b`](https://github.com/heroui-inc/heroui/commit/048de6e9b289d1cec180856fbcf3ba38db3007e2), [`985c2e1dd`](https://github.com/heroui-inc/heroui/commit/985c2e1dd3642e3087aa0555a3c3ae4ea182b099), [`81da063d6`](https://github.com/heroui-inc/heroui/commit/81da063d6ab80e1b352ebfda78ed26a47a239c49), [`9d6bcb580`](https://github.com/heroui-inc/heroui/commit/9d6bcb580a7bde6ff846fdfb679ec6e0a16410e6), [`142f394cb`](https://github.com/heroui-inc/heroui/commit/142f394cb5d25c97c919782d03f74c3b310eab0c), [`d621b2923`](https://github.com/heroui-inc/heroui/commit/d621b2923e7c90e73bea996e5918b744223e896c), [`06b97d05a`](https://github.com/heroui-inc/heroui/commit/06b97d05a8ce65b08bef4838f43c2bb990c72e10), [`19c331be7`](https://github.com/heroui-inc/heroui/commit/19c331be75f1d03048c7b2dc92c2c9b62865cc11), [`3c0a486ce`](https://github.com/heroui-inc/heroui/commit/3c0a486ceaa73479e5909d3add1cd14619f62796), [`6f44cd6a9`](https://github.com/heroui-inc/heroui/commit/6f44cd6a98f7fa848496e2bd9ca933cd6796bf3f), [`3e06ef64c`](https://github.com/heroui-inc/heroui/commit/3e06ef64cc5da30f7b2ab209d9d669e6ac8478ca), [`59ea6b745`](https://github.com/heroui-inc/heroui/commit/59ea6b7457345b8b1f241143301b5a9bf81054e4), [`55c92981e`](https://github.com/heroui-inc/heroui/commit/55c92981e009b1721e8288341402feb1ebec08f3), [`3d6865586`](https://github.com/heroui-inc/heroui/commit/3d6865586fe7cec850925c8e8ff42155a97c43ea), [`97f233b34`](https://github.com/heroui-inc/heroui/commit/97f233b346e07c766fb25a2ca16a78d4aa8ce2fe), [`46cc01908`](https://github.com/heroui-inc/heroui/commit/46cc01908e99797cfc9c60762fef6d95dc6c0b6a), [`54bd9cdd6`](https://github.com/heroui-inc/heroui/commit/54bd9cdd6de72bb0032e5e8f9dc2007ca3aadb0d), [`fe30dc8cc`](https://github.com/heroui-inc/heroui/commit/fe30dc8cc0c109f7f537be79c8c13a3f5fa1c0f7), [`4f8ae50cf`](https://github.com/heroui-inc/heroui/commit/4f8ae50cf441da5b5685b6573714a3f7c9ab3ea2)]: - @heroui/select@2.2.6 - @heroui/theme@2.2.10 - @heroui/system@2.2.6 @@ -1897,9 +1897,9 @@ ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/accordion@2.0.38 - @heroui/autocomplete@2.1.5 - @heroui/avatar@2.0.32 @@ -1948,7 +1948,7 @@ ### Patch Changes -- Updated dependencies [[`59428b183`](https://github.com/frontio-ai/heroui/commit/59428b183deceacd0db246e129de5ed8b0200d37), [`8b193072e`](https://github.com/frontio-ai/heroui/commit/8b193072e5d77d722825bc89700055ce24ee0fb3), [`1fdbf2ad2`](https://github.com/frontio-ai/heroui/commit/1fdbf2ad2020d91f257029e6a3f81406d5da109c), [`46edcca95`](https://github.com/frontio-ai/heroui/commit/46edcca954b3a3e16c83d117c27cf39a59474548)]: +- Updated dependencies [[`59428b183`](https://github.com/heroui-inc/heroui/commit/59428b183deceacd0db246e129de5ed8b0200d37), [`8b193072e`](https://github.com/heroui-inc/heroui/commit/8b193072e5d77d722825bc89700055ce24ee0fb3), [`1fdbf2ad2`](https://github.com/heroui-inc/heroui/commit/1fdbf2ad2020d91f257029e6a3f81406d5da109c), [`46edcca95`](https://github.com/heroui-inc/heroui/commit/46edcca954b3a3e16c83d117c27cf39a59474548)]: - @heroui/theme@2.2.8 - @heroui/calendar@2.0.10 - @heroui/accordion@2.0.37 @@ -2043,7 +2043,7 @@ ### Patch Changes -- Updated dependencies [[`b4c046fe8`](https://github.com/frontio-ai/heroui/commit/b4c046fe8ba7b26d60e6b1463101e35f3f9f1ce8), [`3cdfb2afc`](https://github.com/frontio-ai/heroui/commit/3cdfb2afca15a49bed06356c42bd80036cb99387), [`0cdfdb48b`](https://github.com/frontio-ai/heroui/commit/0cdfdb48bcb7eecb752fc6a3033d3bdd2335872b), [`a3a77bfc3`](https://github.com/frontio-ai/heroui/commit/a3a77bfc372470c1f7b7ddefc4b19b0d9a23ad43), [`7cc1bd78a`](https://github.com/frontio-ai/heroui/commit/7cc1bd78a30045f2e4370df5738ec3e4ae3933f3), [`773f3004a`](https://github.com/frontio-ai/heroui/commit/773f3004a61966fea2cc14e2f22337ff72365100), [`42183353a`](https://github.com/frontio-ai/heroui/commit/42183353a1a03c567724e125be3414dc52aad48a), [`6951b1fba`](https://github.com/frontio-ai/heroui/commit/6951b1fba03652f95babe3a490caa2a061b8cb12), [`fd4b7200d`](https://github.com/frontio-ai/heroui/commit/fd4b7200dd26eae53ce50e06610b34388e3fdc08), [`106752aae`](https://github.com/frontio-ai/heroui/commit/106752aaefa4ef8bc7b7b1e97a7edcff13722ff6), [`c1f05ecb4`](https://github.com/frontio-ai/heroui/commit/c1f05ecb4646fe99684efd88b9adb1abb7c709f7), [`edd48a09c`](https://github.com/frontio-ai/heroui/commit/edd48a09ccab2b0b1c0371d1f3fe23447b07fb54), [`1cd64b2e2`](https://github.com/frontio-ai/heroui/commit/1cd64b2e2e7b0abeac1933ae58e0de997ba78fc4), [`8dce94e5f`](https://github.com/frontio-ai/heroui/commit/8dce94e5f03e1ac044bedd05b268b964f37316a7), [`e9a6a162e`](https://github.com/frontio-ai/heroui/commit/e9a6a162e8a26c6507938191c4e0b5bd94bdbf8d), [`0462dde0a`](https://github.com/frontio-ai/heroui/commit/0462dde0a752e5ee5341c372834be5496296a6cc), [`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49), [`c5ab49afa`](https://github.com/frontio-ai/heroui/commit/c5ab49afa4b34ff52a7dc95fcc1709f5e3fdaf0b), [`93f178781`](https://github.com/frontio-ai/heroui/commit/93f17878154a6351c38c8ef4806b5fb20e4fa217), [`2333c3987`](https://github.com/frontio-ai/heroui/commit/2333c39870bcad597c6901b6d2575f157b064d7b), [`57f7c9555`](https://github.com/frontio-ai/heroui/commit/57f7c9555e3b0e3779883bb3761cf256d98bba65), [`444d320db`](https://github.com/frontio-ai/heroui/commit/444d320dbc146399eb937c219ce983d427675425), [`a164c26e9`](https://github.com/frontio-ai/heroui/commit/a164c26e96ac8d899ec457e35e22d9b22829c0fa), [`134f37184`](https://github.com/frontio-ai/heroui/commit/134f371843e90f23c3f1816e8b9df328e21d6827), [`5652e7bdd`](https://github.com/frontio-ai/heroui/commit/5652e7bddc498c7f7420a68c58f207ba4cbe3933)]: +- Updated dependencies [[`b4c046fe8`](https://github.com/heroui-inc/heroui/commit/b4c046fe8ba7b26d60e6b1463101e35f3f9f1ce8), [`3cdfb2afc`](https://github.com/heroui-inc/heroui/commit/3cdfb2afca15a49bed06356c42bd80036cb99387), [`0cdfdb48b`](https://github.com/heroui-inc/heroui/commit/0cdfdb48bcb7eecb752fc6a3033d3bdd2335872b), [`a3a77bfc3`](https://github.com/heroui-inc/heroui/commit/a3a77bfc372470c1f7b7ddefc4b19b0d9a23ad43), [`7cc1bd78a`](https://github.com/heroui-inc/heroui/commit/7cc1bd78a30045f2e4370df5738ec3e4ae3933f3), [`773f3004a`](https://github.com/heroui-inc/heroui/commit/773f3004a61966fea2cc14e2f22337ff72365100), [`42183353a`](https://github.com/heroui-inc/heroui/commit/42183353a1a03c567724e125be3414dc52aad48a), [`6951b1fba`](https://github.com/heroui-inc/heroui/commit/6951b1fba03652f95babe3a490caa2a061b8cb12), [`fd4b7200d`](https://github.com/heroui-inc/heroui/commit/fd4b7200dd26eae53ce50e06610b34388e3fdc08), [`106752aae`](https://github.com/heroui-inc/heroui/commit/106752aaefa4ef8bc7b7b1e97a7edcff13722ff6), [`c1f05ecb4`](https://github.com/heroui-inc/heroui/commit/c1f05ecb4646fe99684efd88b9adb1abb7c709f7), [`edd48a09c`](https://github.com/heroui-inc/heroui/commit/edd48a09ccab2b0b1c0371d1f3fe23447b07fb54), [`1cd64b2e2`](https://github.com/heroui-inc/heroui/commit/1cd64b2e2e7b0abeac1933ae58e0de997ba78fc4), [`8dce94e5f`](https://github.com/heroui-inc/heroui/commit/8dce94e5f03e1ac044bedd05b268b964f37316a7), [`e9a6a162e`](https://github.com/heroui-inc/heroui/commit/e9a6a162e8a26c6507938191c4e0b5bd94bdbf8d), [`0462dde0a`](https://github.com/heroui-inc/heroui/commit/0462dde0a752e5ee5341c372834be5496296a6cc), [`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49), [`c5ab49afa`](https://github.com/heroui-inc/heroui/commit/c5ab49afa4b34ff52a7dc95fcc1709f5e3fdaf0b), [`93f178781`](https://github.com/heroui-inc/heroui/commit/93f17878154a6351c38c8ef4806b5fb20e4fa217), [`2333c3987`](https://github.com/heroui-inc/heroui/commit/2333c39870bcad597c6901b6d2575f157b064d7b), [`57f7c9555`](https://github.com/heroui-inc/heroui/commit/57f7c9555e3b0e3779883bb3761cf256d98bba65), [`444d320db`](https://github.com/heroui-inc/heroui/commit/444d320dbc146399eb937c219ce983d427675425), [`a164c26e9`](https://github.com/heroui-inc/heroui/commit/a164c26e96ac8d899ec457e35e22d9b22829c0fa), [`134f37184`](https://github.com/heroui-inc/heroui/commit/134f371843e90f23c3f1816e8b9df328e21d6827), [`5652e7bdd`](https://github.com/heroui-inc/heroui/commit/5652e7bddc498c7f7420a68c58f207ba4cbe3933)]: - @heroui/theme@2.2.7 - @heroui/date-input@2.1.2 - @heroui/dropdown@2.1.27 @@ -2092,9 +2092,9 @@ ### Patch Changes -- [#3240](https://github.com/frontio-ai/heroui/pull/3240) [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies +- [#3240](https://github.com/heroui-inc/heroui/pull/3240) [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies -- Updated dependencies [[`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`3da81494c`](https://github.com/frontio-ai/heroui/commit/3da81494c37f26e9b0e76745e461ac091e7c03af), [`68d1629e7`](https://github.com/frontio-ai/heroui/commit/68d1629e778723c85825463ef0d2cdd66c1a4aff), [`5c83e9cea`](https://github.com/frontio-ai/heroui/commit/5c83e9ceafd014691b0532192bee28dd1cdc503f), [`a0d6a77ef`](https://github.com/frontio-ai/heroui/commit/a0d6a77efbe917df406bb309cbd1750629534eaf), [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`255c641f9`](https://github.com/frontio-ai/heroui/commit/255c641f96903e0d6d29343774e9e7ae67fcdb34), [`d8ceab357`](https://github.com/frontio-ai/heroui/commit/d8ceab3579e94a68217e5ddb135f256d40281564), [`75d122317`](https://github.com/frontio-ai/heroui/commit/75d1223178a8d6f5b68535b54a79efb2d75a31cc), [`dbb4b8ee5`](https://github.com/frontio-ai/heroui/commit/dbb4b8ee564114bfb0ef93467ed9ef6a3ff7e2e7), [`df0126f93`](https://github.com/frontio-ai/heroui/commit/df0126f93f0f9c2cfa0cbfa44f5abd394ebd48d0), [`a06422f37`](https://github.com/frontio-ai/heroui/commit/a06422f373a13a0cf9f5fada394dec4739ee57e3), [`2069a7a9d`](https://github.com/frontio-ai/heroui/commit/2069a7a9d00291266fef763c6817b3bdd3ed4707)]: +- Updated dependencies [[`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`3da81494c`](https://github.com/heroui-inc/heroui/commit/3da81494c37f26e9b0e76745e461ac091e7c03af), [`68d1629e7`](https://github.com/heroui-inc/heroui/commit/68d1629e778723c85825463ef0d2cdd66c1a4aff), [`5c83e9cea`](https://github.com/heroui-inc/heroui/commit/5c83e9ceafd014691b0532192bee28dd1cdc503f), [`a0d6a77ef`](https://github.com/heroui-inc/heroui/commit/a0d6a77efbe917df406bb309cbd1750629534eaf), [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`255c641f9`](https://github.com/heroui-inc/heroui/commit/255c641f96903e0d6d29343774e9e7ae67fcdb34), [`d8ceab357`](https://github.com/heroui-inc/heroui/commit/d8ceab3579e94a68217e5ddb135f256d40281564), [`75d122317`](https://github.com/heroui-inc/heroui/commit/75d1223178a8d6f5b68535b54a79efb2d75a31cc), [`dbb4b8ee5`](https://github.com/heroui-inc/heroui/commit/dbb4b8ee564114bfb0ef93467ed9ef6a3ff7e2e7), [`df0126f93`](https://github.com/heroui-inc/heroui/commit/df0126f93f0f9c2cfa0cbfa44f5abd394ebd48d0), [`a06422f37`](https://github.com/heroui-inc/heroui/commit/a06422f373a13a0cf9f5fada394dec4739ee57e3), [`2069a7a9d`](https://github.com/heroui-inc/heroui/commit/2069a7a9d00291266fef763c6817b3bdd3ed4707)]: - @heroui/popover@2.1.24 - @heroui/autocomplete@2.1.2 - @heroui/modal@2.0.36 @@ -2143,7 +2143,7 @@ ### Patch Changes -- Updated dependencies [[`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a), [`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a), [`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a), [`cdbc6514f`](https://github.com/frontio-ai/heroui/commit/cdbc6514f8024381b778bad72b6a7a87330dab28), [`43bef0718`](https://github.com/frontio-ai/heroui/commit/43bef07180c5e0bc7d08319f922aa47a63715860), [`41d2eeb20`](https://github.com/frontio-ai/heroui/commit/41d2eeb20bde3182306f134ba619942e182d0998)]: +- Updated dependencies [[`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a), [`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a), [`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a), [`cdbc6514f`](https://github.com/heroui-inc/heroui/commit/cdbc6514f8024381b778bad72b6a7a87330dab28), [`43bef0718`](https://github.com/heroui-inc/heroui/commit/43bef07180c5e0bc7d08319f922aa47a63715860), [`41d2eeb20`](https://github.com/heroui-inc/heroui/commit/41d2eeb20bde3182306f134ba619942e182d0998)]: - @heroui/accordion@2.0.34 - @heroui/autocomplete@2.1.1 - @heroui/breadcrumbs@2.0.9 @@ -2192,11 +2192,11 @@ ### Minor Changes -- [#2929](https://github.com/frontio-ai/heroui/pull/2929) [`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. +- [#2929](https://github.com/heroui-inc/heroui/pull/2929) [`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. ### Patch Changes -- Updated dependencies [[`aba1716ed`](https://github.com/frontio-ai/heroui/commit/aba1716edc2a85c94e6baeb4acc481f67589d002), [`76f4dd8e7`](https://github.com/frontio-ai/heroui/commit/76f4dd8e76d4c0047953fc8a5b8b65614d7375f0), [`e3afa4789`](https://github.com/frontio-ai/heroui/commit/e3afa4789a1ac0fa929b2acaca5bd9c520567ab8), [`77e85e665`](https://github.com/frontio-ai/heroui/commit/77e85e665c94a188db46ec08c61c872e5d8e7d8c), [`1109baea6`](https://github.com/frontio-ai/heroui/commit/1109baea6ac6aa3feb2be90ef065f61b2c2a06a9), [`3b14c21e0`](https://github.com/frontio-ai/heroui/commit/3b14c21e02fedf15d7d22e911109dac60c4e780e), [`c8f792ccd`](https://github.com/frontio-ai/heroui/commit/c8f792ccd78a80000e6f5b15e6f22cac947fd531), [`a2133009f`](https://github.com/frontio-ai/heroui/commit/a2133009f73aa728a0e5deeb9b742aa1defd4de2), [`10497f1a9`](https://github.com/frontio-ai/heroui/commit/10497f1a97c0ecfec1cf699a1cd407be48553754), [`7df2c71ec`](https://github.com/frontio-ai/heroui/commit/7df2c71ecc5f06d60807b6b3502d3a118080a0d5), [`ad08010fe`](https://github.com/frontio-ai/heroui/commit/ad08010fe58438c8d8f264ee1671b53d6638a724), [`bf68c91b9`](https://github.com/frontio-ai/heroui/commit/bf68c91b9a5be2014830859b0be2127d657ba90f), [`e34c5e307`](https://github.com/frontio-ai/heroui/commit/e34c5e307d1dfa2747e7fd77752983ad30a7e3eb), [`ca8554ccf`](https://github.com/frontio-ai/heroui/commit/ca8554ccff143c49aea535b98e4ffdbcd0040a26), [`c83ff382b`](https://github.com/frontio-ai/heroui/commit/c83ff382b9e5deaa08ed7e64eee484cc4904704d), [`5329de42d`](https://github.com/frontio-ai/heroui/commit/5329de42d2152424bfb5d5ebbf08a68d557f147f), [`6bbd234aa`](https://github.com/frontio-ai/heroui/commit/6bbd234aa23fa594a191e39265296c3be09fda7f), [`31bfaebe2`](https://github.com/frontio-ai/heroui/commit/31bfaebe2c53b0a3b9d18c65db4089e6044fe9dc), [`9acf3eada`](https://github.com/frontio-ai/heroui/commit/9acf3eada03af911dba42198a83e8ea4b453a93a), [`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2), [`8048dcc0c`](https://github.com/frontio-ai/heroui/commit/8048dcc0c37455d2574c93d6f9fa505a936aedb5), [`5f735a989`](https://github.com/frontio-ai/heroui/commit/5f735a989297dd5b5b82eba84b91ddbdb33cd3c4), [`540aa2124`](https://github.com/frontio-ai/heroui/commit/540aa2124b45b65a40e73f5aea2b90405fe1fe9a), [`2a2a0692c`](https://github.com/frontio-ai/heroui/commit/2a2a0692ca81ea575d2328d933d775ccbd43ac1c), [`06ecd213c`](https://github.com/frontio-ai/heroui/commit/06ecd213cf85db2dfaa5fc26c1fed62dcb5fbc85), [`5f5ad7a1d`](https://github.com/frontio-ai/heroui/commit/5f5ad7a1ddae1fb30be4a25e6aad4f87666ee1ce), [`9d63259ee`](https://github.com/frontio-ai/heroui/commit/9d63259eeacfe8b8714629e612a20e00293f0a43), [`20ba81948`](https://github.com/frontio-ai/heroui/commit/20ba81948d86ccc7ea4269cceb06e04899903b0e), [`0108d06d3`](https://github.com/frontio-ai/heroui/commit/0108d06d3b4167b28d4be03813d883d9d4d7d9f6), [`8988981c5`](https://github.com/frontio-ai/heroui/commit/8988981c532b35577b0efa3a68496499973acb33), [`648edad77`](https://github.com/frontio-ai/heroui/commit/648edad77ea6265baecbc8cd7d1caee5a983da7c)]: +- Updated dependencies [[`aba1716ed`](https://github.com/heroui-inc/heroui/commit/aba1716edc2a85c94e6baeb4acc481f67589d002), [`76f4dd8e7`](https://github.com/heroui-inc/heroui/commit/76f4dd8e76d4c0047953fc8a5b8b65614d7375f0), [`e3afa4789`](https://github.com/heroui-inc/heroui/commit/e3afa4789a1ac0fa929b2acaca5bd9c520567ab8), [`77e85e665`](https://github.com/heroui-inc/heroui/commit/77e85e665c94a188db46ec08c61c872e5d8e7d8c), [`1109baea6`](https://github.com/heroui-inc/heroui/commit/1109baea6ac6aa3feb2be90ef065f61b2c2a06a9), [`3b14c21e0`](https://github.com/heroui-inc/heroui/commit/3b14c21e02fedf15d7d22e911109dac60c4e780e), [`c8f792ccd`](https://github.com/heroui-inc/heroui/commit/c8f792ccd78a80000e6f5b15e6f22cac947fd531), [`a2133009f`](https://github.com/heroui-inc/heroui/commit/a2133009f73aa728a0e5deeb9b742aa1defd4de2), [`10497f1a9`](https://github.com/heroui-inc/heroui/commit/10497f1a97c0ecfec1cf699a1cd407be48553754), [`7df2c71ec`](https://github.com/heroui-inc/heroui/commit/7df2c71ecc5f06d60807b6b3502d3a118080a0d5), [`ad08010fe`](https://github.com/heroui-inc/heroui/commit/ad08010fe58438c8d8f264ee1671b53d6638a724), [`bf68c91b9`](https://github.com/heroui-inc/heroui/commit/bf68c91b9a5be2014830859b0be2127d657ba90f), [`e34c5e307`](https://github.com/heroui-inc/heroui/commit/e34c5e307d1dfa2747e7fd77752983ad30a7e3eb), [`ca8554ccf`](https://github.com/heroui-inc/heroui/commit/ca8554ccff143c49aea535b98e4ffdbcd0040a26), [`c83ff382b`](https://github.com/heroui-inc/heroui/commit/c83ff382b9e5deaa08ed7e64eee484cc4904704d), [`5329de42d`](https://github.com/heroui-inc/heroui/commit/5329de42d2152424bfb5d5ebbf08a68d557f147f), [`6bbd234aa`](https://github.com/heroui-inc/heroui/commit/6bbd234aa23fa594a191e39265296c3be09fda7f), [`31bfaebe2`](https://github.com/heroui-inc/heroui/commit/31bfaebe2c53b0a3b9d18c65db4089e6044fe9dc), [`9acf3eada`](https://github.com/heroui-inc/heroui/commit/9acf3eada03af911dba42198a83e8ea4b453a93a), [`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2), [`8048dcc0c`](https://github.com/heroui-inc/heroui/commit/8048dcc0c37455d2574c93d6f9fa505a936aedb5), [`5f735a989`](https://github.com/heroui-inc/heroui/commit/5f735a989297dd5b5b82eba84b91ddbdb33cd3c4), [`540aa2124`](https://github.com/heroui-inc/heroui/commit/540aa2124b45b65a40e73f5aea2b90405fe1fe9a), [`2a2a0692c`](https://github.com/heroui-inc/heroui/commit/2a2a0692ca81ea575d2328d933d775ccbd43ac1c), [`06ecd213c`](https://github.com/heroui-inc/heroui/commit/06ecd213cf85db2dfaa5fc26c1fed62dcb5fbc85), [`5f5ad7a1d`](https://github.com/heroui-inc/heroui/commit/5f5ad7a1ddae1fb30be4a25e6aad4f87666ee1ce), [`9d63259ee`](https://github.com/heroui-inc/heroui/commit/9d63259eeacfe8b8714629e612a20e00293f0a43), [`20ba81948`](https://github.com/heroui-inc/heroui/commit/20ba81948d86ccc7ea4269cceb06e04899903b0e), [`0108d06d3`](https://github.com/heroui-inc/heroui/commit/0108d06d3b4167b28d4be03813d883d9d4d7d9f6), [`8988981c5`](https://github.com/heroui-inc/heroui/commit/8988981c532b35577b0efa3a68496499973acb33), [`648edad77`](https://github.com/heroui-inc/heroui/commit/648edad77ea6265baecbc8cd7d1caee5a983da7c)]: - @heroui/autocomplete@2.1.0 - @heroui/calendar@2.0.5 - @heroui/date-input@2.1.0 @@ -2245,7 +2245,7 @@ ### Patch Changes -- Updated dependencies [[`d532a9da7`](https://github.com/frontio-ai/heroui/commit/d532a9da7a24d3552ef1bf0706c9fbf984887ddb), [`1cc5215ce`](https://github.com/frontio-ai/heroui/commit/1cc5215ce6026da7e7736d74a5479b2f5b86c1ff), [`355235320`](https://github.com/frontio-ai/heroui/commit/35523532030468837939d127b68bee30bbc4e2b0), [`31934017a`](https://github.com/frontio-ai/heroui/commit/31934017a54627cbc78583674e990dc66dbe303e), [`25484f866`](https://github.com/frontio-ai/heroui/commit/25484f866338cf6df549ba0b1082ffd57384eee2), [`6b96ea9c9`](https://github.com/frontio-ai/heroui/commit/6b96ea9c9c091d025a886361f50970599a260715), [`308b32c0f`](https://github.com/frontio-ai/heroui/commit/308b32c0f1611ecc72d8cf3b91a4481cc0fc09a5), [`e9fef9bd9`](https://github.com/frontio-ai/heroui/commit/e9fef9bd922ae1efdf3f796cfe88a579bf693c1d), [`1dacf52f3`](https://github.com/frontio-ai/heroui/commit/1dacf52f305a410cbf59d067d1977024d982ad03), [`765c04e2a`](https://github.com/frontio-ai/heroui/commit/765c04e2a5b3e3a072d87a4ae1bcb8ae389d53a0)]: +- Updated dependencies [[`d532a9da7`](https://github.com/heroui-inc/heroui/commit/d532a9da7a24d3552ef1bf0706c9fbf984887ddb), [`1cc5215ce`](https://github.com/heroui-inc/heroui/commit/1cc5215ce6026da7e7736d74a5479b2f5b86c1ff), [`355235320`](https://github.com/heroui-inc/heroui/commit/35523532030468837939d127b68bee30bbc4e2b0), [`31934017a`](https://github.com/heroui-inc/heroui/commit/31934017a54627cbc78583674e990dc66dbe303e), [`25484f866`](https://github.com/heroui-inc/heroui/commit/25484f866338cf6df549ba0b1082ffd57384eee2), [`6b96ea9c9`](https://github.com/heroui-inc/heroui/commit/6b96ea9c9c091d025a886361f50970599a260715), [`308b32c0f`](https://github.com/heroui-inc/heroui/commit/308b32c0f1611ecc72d8cf3b91a4481cc0fc09a5), [`e9fef9bd9`](https://github.com/heroui-inc/heroui/commit/e9fef9bd922ae1efdf3f796cfe88a579bf693c1d), [`1dacf52f3`](https://github.com/heroui-inc/heroui/commit/1dacf52f305a410cbf59d067d1977024d982ad03), [`765c04e2a`](https://github.com/heroui-inc/heroui/commit/765c04e2a5b3e3a072d87a4ae1bcb8ae389d53a0)]: - @heroui/table@2.0.33 - @heroui/date-picker@2.0.7 - @heroui/input@2.1.21 @@ -2292,9 +2292,9 @@ ### Patch Changes -- [#2789](https://github.com/frontio-ai/heroui/pull/2789) [`eccc2f2f3`](https://github.com/frontio-ai/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #2749 Introduced named exports for several UI-related packages to enhance modularity and usability in Next.js projects. +- [#2789](https://github.com/heroui-inc/heroui/pull/2789) [`eccc2f2f3`](https://github.com/heroui-inc/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #2749 Introduced named exports for several UI-related packages to enhance modularity and usability in Next.js projects. -- Updated dependencies [[`183a4a6cf`](https://github.com/frontio-ai/heroui/commit/183a4a6cfda193a076a4a30550ab93b72d51002d), [`eccc2f2f3`](https://github.com/frontio-ai/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: +- Updated dependencies [[`183a4a6cf`](https://github.com/heroui-inc/heroui/commit/183a4a6cfda193a076a4a30550ab93b72d51002d), [`eccc2f2f3`](https://github.com/heroui-inc/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: - @heroui/dropdown@2.1.22 - @heroui/popover@2.1.20 - @heroui/theme@2.2.2 @@ -2343,7 +2343,7 @@ ### Patch Changes -- Updated dependencies [[`69f713cb0`](https://github.com/frontio-ai/heroui/commit/69f713cb056d1d39db510b75bdd53eb29c459b19), [`9e5dd8ce3`](https://github.com/frontio-ai/heroui/commit/9e5dd8ce37c94c9ca1ba7b2049a6e55f1803fee9)]: +- Updated dependencies [[`69f713cb0`](https://github.com/heroui-inc/heroui/commit/69f713cb056d1d39db510b75bdd53eb29c459b19), [`9e5dd8ce3`](https://github.com/heroui-inc/heroui/commit/9e5dd8ce37c94c9ca1ba7b2049a6e55f1803fee9)]: - @heroui/checkbox@2.0.28 - @heroui/popover@2.1.19 - @heroui/modal@2.0.32 @@ -2359,7 +2359,7 @@ ### Patch Changes -- Updated dependencies [[`6b56e43a3`](https://github.com/frontio-ai/heroui/commit/6b56e43a350d045c36eb9983c7f48ba61db7cdd2), [`f89356691`](https://github.com/frontio-ai/heroui/commit/f89356691cecb8e54f5f820b2b4491537e7c11f3)]: +- Updated dependencies [[`6b56e43a3`](https://github.com/heroui-inc/heroui/commit/6b56e43a350d045c36eb9983c7f48ba61db7cdd2), [`f89356691`](https://github.com/heroui-inc/heroui/commit/f89356691cecb8e54f5f820b2b4491537e7c11f3)]: - @heroui/dropdown@2.1.20 - @heroui/menu@2.0.20 - @heroui/popover@2.1.18 @@ -2373,9 +2373,9 @@ ### Patch Changes -- [#2758](https://github.com/frontio-ai/heroui/pull/2758) [`74eda3128`](https://github.com/frontio-ai/heroui/commit/74eda312883b2e17df26f71442aba9fb3cd240be) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Named exports for rsc packages, "use client;" directive added to "@heroui/react" package +- [#2758](https://github.com/heroui-inc/heroui/pull/2758) [`74eda3128`](https://github.com/heroui-inc/heroui/commit/74eda312883b2e17df26f71442aba9fb3cd240be) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Named exports for rsc packages, "use client;" directive added to "@heroui/react" package -- Updated dependencies [[`74eda3128`](https://github.com/frontio-ai/heroui/commit/74eda312883b2e17df26f71442aba9fb3cd240be), [`2126ea186`](https://github.com/frontio-ai/heroui/commit/2126ea186317e855bfb8f4a5ad326b4e65293466), [`158c2aa00`](https://github.com/frontio-ai/heroui/commit/158c2aa004f0080449321f84b0efd37762e8adc0), [`f728c0542`](https://github.com/frontio-ai/heroui/commit/f728c0542c1f63398aa2fee4c7f2dedaf16ca185), [`cadbb30cf`](https://github.com/frontio-ai/heroui/commit/cadbb30cfb786d2b54e1cb46ea9319d4cb9ce590)]: +- Updated dependencies [[`74eda3128`](https://github.com/heroui-inc/heroui/commit/74eda312883b2e17df26f71442aba9fb3cd240be), [`2126ea186`](https://github.com/heroui-inc/heroui/commit/2126ea186317e855bfb8f4a5ad326b4e65293466), [`158c2aa00`](https://github.com/heroui-inc/heroui/commit/158c2aa004f0080449321f84b0efd37762e8adc0), [`f728c0542`](https://github.com/heroui-inc/heroui/commit/f728c0542c1f63398aa2fee4c7f2dedaf16ca185), [`cadbb30cf`](https://github.com/heroui-inc/heroui/commit/cadbb30cfb786d2b54e1cb46ea9319d4cb9ce590)]: - @heroui/system@2.1.1 - @heroui/table@2.0.30 - @heroui/calendar@2.0.2 @@ -2424,7 +2424,7 @@ ### Patch Changes -- Updated dependencies [[`60c61aaf0`](https://github.com/frontio-ai/heroui/commit/60c61aaf0c46a01ca1ee0d99a6b2d0a1784cc357), [`fdbfa1f29`](https://github.com/frontio-ai/heroui/commit/fdbfa1f2999e3a6304c7cf36fd73ce5e4ef3fe50)]: +- Updated dependencies [[`60c61aaf0`](https://github.com/heroui-inc/heroui/commit/60c61aaf0c46a01ca1ee0d99a6b2d0a1784cc357), [`fdbfa1f29`](https://github.com/heroui-inc/heroui/commit/fdbfa1f2999e3a6304c7cf36fd73ce5e4ef3fe50)]: - @heroui/modal@2.0.31 - @heroui/date-picker@2.0.2 @@ -2432,9 +2432,9 @@ ### Minor Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added @@ -2444,7 +2444,7 @@ ### Patch Changes -- Updated dependencies [[`86a78c9b9`](https://github.com/frontio-ai/heroui/commit/86a78c9b91042f871a60a9a2d6e3e3acc636637d), [`2e49e0831`](https://github.com/frontio-ai/heroui/commit/2e49e0831533350808e0fcbd48585f910981b39a), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`707a61de4`](https://github.com/frontio-ai/heroui/commit/707a61de4c41282fd317e3f4b1bc95802b1d43df), [`0359bf308`](https://github.com/frontio-ai/heroui/commit/0359bf3084d9f0fc29bf70505b600dab5e1c5da1), [`5ea479f6c`](https://github.com/frontio-ai/heroui/commit/5ea479f6c464ab5e9a62a0cb15e034638ea8dfd5), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`0443ec1c8`](https://github.com/frontio-ai/heroui/commit/0443ec1c878812de465966f2f65e3be56d1be9b5), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`a05aef0ac`](https://github.com/frontio-ai/heroui/commit/a05aef0acb5a7b000c8131e8ba4f50f0adec01e5), [`888d86184`](https://github.com/frontio-ai/heroui/commit/888d8618410741c7e00500ee812c6431e5239877), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`ef6ea6c1f`](https://github.com/frontio-ai/heroui/commit/ef6ea6c1ffb57cd30f8994143a48b70f8ad2adeb), [`aab1f19a9`](https://github.com/frontio-ai/heroui/commit/aab1f19a96f0b07ee064bb1ccbdc782bd288fd8a), [`2b9f89023`](https://github.com/frontio-ai/heroui/commit/2b9f89023ac087016083dcc205703ae1b2bc9cb8), [`c5049edfd`](https://github.com/frontio-ai/heroui/commit/c5049edfde7edaee2081d70e581739be9dcae2f9), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`b0ee8e3fc`](https://github.com/frontio-ai/heroui/commit/b0ee8e3fc22634fa8617d1b43f62ec89e87ee137), [`e45843255`](https://github.com/frontio-ai/heroui/commit/e4584325504fd728cb7177dd2619f1083d80819c), [`5d84634c0`](https://github.com/frontio-ai/heroui/commit/5d84634c0af3a5a66622d188950f2bcacde7c2e4), [`ea48ac2d0`](https://github.com/frontio-ai/heroui/commit/ea48ac2d08ac641468c4b69e8ecdc0fb16cb5b46), [`eb11a7731`](https://github.com/frontio-ai/heroui/commit/eb11a7731ada165103e898ea97e80f2b735bbedd), [`af877f7dd`](https://github.com/frontio-ai/heroui/commit/af877f7ddbfd0de5b2e025be077f22155762e93d), [`a702bb869`](https://github.com/frontio-ai/heroui/commit/a702bb869d08aff6aa649527a8c74e8380ce311e), [`4dd2605ac`](https://github.com/frontio-ai/heroui/commit/4dd2605ac2270b419ff5b652a116e5048ec95c87), [`e4b3c7d1a`](https://github.com/frontio-ai/heroui/commit/e4b3c7d1a19bc31c1f69c90a5b467bf8310602dc), [`2829d4afa`](https://github.com/frontio-ai/heroui/commit/2829d4afaef37ad899fec36d6a9e0e9d2f95094f), [`0d9ea4925`](https://github.com/frontio-ai/heroui/commit/0d9ea4925bdb819b6a95ac18aedab029499c7e22), [`a1c112431`](https://github.com/frontio-ai/heroui/commit/a1c112431f211bb0417443e771a67bdd912f4d66), [`0a9982d3e`](https://github.com/frontio-ai/heroui/commit/0a9982d3efe6ac8dfc25438f21598c8fe53de4db), [`52dafd08f`](https://github.com/frontio-ai/heroui/commit/52dafd08f178483e79dc847b61d1c761af26eb8e), [`25640e42f`](https://github.com/frontio-ai/heroui/commit/25640e42ff2656440f0fc33b9b75150005b9086d), [`2c3be59df`](https://github.com/frontio-ai/heroui/commit/2c3be59dfb22a0059b814c63116606d5ec7345a0), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`8761168d3`](https://github.com/frontio-ai/heroui/commit/8761168d3459cd83ce571f4e65eb8ea6db8516ef), [`0a10de8d0`](https://github.com/frontio-ai/heroui/commit/0a10de8d08fac7ce4aa995a66d9f28c91602e04d), [`eb51bf226`](https://github.com/frontio-ai/heroui/commit/eb51bf226170e4bb37ae30990d1c3aa26d8c504b), [`bae544d19`](https://github.com/frontio-ai/heroui/commit/bae544d1985dc093aedfa652578acdfcdae83983), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`26a3a7d2c`](https://github.com/frontio-ai/heroui/commit/26a3a7d2c6433c3bdd2aa6e6200077a57fdd94f4), [`7263daca0`](https://github.com/frontio-ai/heroui/commit/7263daca08674338eb28529315070337ba0dfc17), [`2894aecca`](https://github.com/frontio-ai/heroui/commit/2894aecca1a2ef0dfb3066b9b8df24ce48c99dae), [`a68626200`](https://github.com/frontio-ai/heroui/commit/a6862620094eae485fcb323690c3e1c6e29de690)]: +- Updated dependencies [[`86a78c9b9`](https://github.com/heroui-inc/heroui/commit/86a78c9b91042f871a60a9a2d6e3e3acc636637d), [`2e49e0831`](https://github.com/heroui-inc/heroui/commit/2e49e0831533350808e0fcbd48585f910981b39a), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`707a61de4`](https://github.com/heroui-inc/heroui/commit/707a61de4c41282fd317e3f4b1bc95802b1d43df), [`0359bf308`](https://github.com/heroui-inc/heroui/commit/0359bf3084d9f0fc29bf70505b600dab5e1c5da1), [`5ea479f6c`](https://github.com/heroui-inc/heroui/commit/5ea479f6c464ab5e9a62a0cb15e034638ea8dfd5), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`0443ec1c8`](https://github.com/heroui-inc/heroui/commit/0443ec1c878812de465966f2f65e3be56d1be9b5), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`a05aef0ac`](https://github.com/heroui-inc/heroui/commit/a05aef0acb5a7b000c8131e8ba4f50f0adec01e5), [`888d86184`](https://github.com/heroui-inc/heroui/commit/888d8618410741c7e00500ee812c6431e5239877), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`ef6ea6c1f`](https://github.com/heroui-inc/heroui/commit/ef6ea6c1ffb57cd30f8994143a48b70f8ad2adeb), [`aab1f19a9`](https://github.com/heroui-inc/heroui/commit/aab1f19a96f0b07ee064bb1ccbdc782bd288fd8a), [`2b9f89023`](https://github.com/heroui-inc/heroui/commit/2b9f89023ac087016083dcc205703ae1b2bc9cb8), [`c5049edfd`](https://github.com/heroui-inc/heroui/commit/c5049edfde7edaee2081d70e581739be9dcae2f9), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`b0ee8e3fc`](https://github.com/heroui-inc/heroui/commit/b0ee8e3fc22634fa8617d1b43f62ec89e87ee137), [`e45843255`](https://github.com/heroui-inc/heroui/commit/e4584325504fd728cb7177dd2619f1083d80819c), [`5d84634c0`](https://github.com/heroui-inc/heroui/commit/5d84634c0af3a5a66622d188950f2bcacde7c2e4), [`ea48ac2d0`](https://github.com/heroui-inc/heroui/commit/ea48ac2d08ac641468c4b69e8ecdc0fb16cb5b46), [`eb11a7731`](https://github.com/heroui-inc/heroui/commit/eb11a7731ada165103e898ea97e80f2b735bbedd), [`af877f7dd`](https://github.com/heroui-inc/heroui/commit/af877f7ddbfd0de5b2e025be077f22155762e93d), [`a702bb869`](https://github.com/heroui-inc/heroui/commit/a702bb869d08aff6aa649527a8c74e8380ce311e), [`4dd2605ac`](https://github.com/heroui-inc/heroui/commit/4dd2605ac2270b419ff5b652a116e5048ec95c87), [`e4b3c7d1a`](https://github.com/heroui-inc/heroui/commit/e4b3c7d1a19bc31c1f69c90a5b467bf8310602dc), [`2829d4afa`](https://github.com/heroui-inc/heroui/commit/2829d4afaef37ad899fec36d6a9e0e9d2f95094f), [`0d9ea4925`](https://github.com/heroui-inc/heroui/commit/0d9ea4925bdb819b6a95ac18aedab029499c7e22), [`a1c112431`](https://github.com/heroui-inc/heroui/commit/a1c112431f211bb0417443e771a67bdd912f4d66), [`0a9982d3e`](https://github.com/heroui-inc/heroui/commit/0a9982d3efe6ac8dfc25438f21598c8fe53de4db), [`52dafd08f`](https://github.com/heroui-inc/heroui/commit/52dafd08f178483e79dc847b61d1c761af26eb8e), [`25640e42f`](https://github.com/heroui-inc/heroui/commit/25640e42ff2656440f0fc33b9b75150005b9086d), [`2c3be59df`](https://github.com/heroui-inc/heroui/commit/2c3be59dfb22a0059b814c63116606d5ec7345a0), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`8761168d3`](https://github.com/heroui-inc/heroui/commit/8761168d3459cd83ce571f4e65eb8ea6db8516ef), [`0a10de8d0`](https://github.com/heroui-inc/heroui/commit/0a10de8d08fac7ce4aa995a66d9f28c91602e04d), [`eb51bf226`](https://github.com/heroui-inc/heroui/commit/eb51bf226170e4bb37ae30990d1c3aa26d8c504b), [`bae544d19`](https://github.com/heroui-inc/heroui/commit/bae544d1985dc093aedfa652578acdfcdae83983), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`26a3a7d2c`](https://github.com/heroui-inc/heroui/commit/26a3a7d2c6433c3bdd2aa6e6200077a57fdd94f4), [`7263daca0`](https://github.com/heroui-inc/heroui/commit/7263daca08674338eb28529315070337ba0dfc17), [`2894aecca`](https://github.com/heroui-inc/heroui/commit/2894aecca1a2ef0dfb3066b9b8df24ce48c99dae), [`a68626200`](https://github.com/heroui-inc/heroui/commit/a6862620094eae485fcb323690c3e1c6e29de690)]: - @heroui/autocomplete@2.0.11 - @heroui/ripple@2.0.25 - @heroui/system@2.1.0 @@ -2493,7 +2493,7 @@ ### Patch Changes -- Updated dependencies [[`141887d38`](https://github.com/frontio-ai/heroui/commit/141887d38c3b15a332b7d521448d4eb8e0743ba4), [`fa27bccb3`](https://github.com/frontio-ai/heroui/commit/fa27bccb37060cbf6a13a89f9e7b02f713c3cd43), [`e4ba43b4e`](https://github.com/frontio-ai/heroui/commit/e4ba43b4e39203566614ac0aa58e844e9421c86e), [`e12f3faa8`](https://github.com/frontio-ai/heroui/commit/e12f3faa81f804c22adfce8fd7458d68447a408b), [`0ba165f0f`](https://github.com/frontio-ai/heroui/commit/0ba165f0fd2257f5b8302b32a9f5eb1ecde8d890), [`37bed2368`](https://github.com/frontio-ai/heroui/commit/37bed2368e2414a6eb3cf8744896a18ca7299a91), [`436ba1cd8`](https://github.com/frontio-ai/heroui/commit/436ba1cd8412dc044651ab38ff2ed770f35377ff), [`e6f36281c`](https://github.com/frontio-ai/heroui/commit/e6f36281cb8bcf6784c2fee47860f618dea9346c), [`0b5cde7bc`](https://github.com/frontio-ai/heroui/commit/0b5cde7bc4fc71231eb117f44052db2efdbdc595), [`e83595e06`](https://github.com/frontio-ai/heroui/commit/e83595e06f8225ea590491906109721d46e5dc1f), [`bea1e1fde`](https://github.com/frontio-ai/heroui/commit/bea1e1fde8358d03a16bb6a9e517de724b5d95e4), [`dec7d411b`](https://github.com/frontio-ai/heroui/commit/dec7d411b5c9cf1ddb9d74bf8ac897f306017835), [`a235e324b`](https://github.com/frontio-ai/heroui/commit/a235e324b9ee0c7d4f6af23b086860ac112ff633), [`0ce10269c`](https://github.com/frontio-ai/heroui/commit/0ce10269c2eb5b89cdee13e493bc9e2e0b430be9), [`9b27da544`](https://github.com/frontio-ai/heroui/commit/9b27da544e950cdb2bccd2d1a57ead772fd10dc1), [`01aedcf09`](https://github.com/frontio-ai/heroui/commit/01aedcf09b63daafef9ff5e0465040c0c91c809e)]: +- Updated dependencies [[`141887d38`](https://github.com/heroui-inc/heroui/commit/141887d38c3b15a332b7d521448d4eb8e0743ba4), [`fa27bccb3`](https://github.com/heroui-inc/heroui/commit/fa27bccb37060cbf6a13a89f9e7b02f713c3cd43), [`e4ba43b4e`](https://github.com/heroui-inc/heroui/commit/e4ba43b4e39203566614ac0aa58e844e9421c86e), [`e12f3faa8`](https://github.com/heroui-inc/heroui/commit/e12f3faa81f804c22adfce8fd7458d68447a408b), [`0ba165f0f`](https://github.com/heroui-inc/heroui/commit/0ba165f0fd2257f5b8302b32a9f5eb1ecde8d890), [`37bed2368`](https://github.com/heroui-inc/heroui/commit/37bed2368e2414a6eb3cf8744896a18ca7299a91), [`436ba1cd8`](https://github.com/heroui-inc/heroui/commit/436ba1cd8412dc044651ab38ff2ed770f35377ff), [`e6f36281c`](https://github.com/heroui-inc/heroui/commit/e6f36281cb8bcf6784c2fee47860f618dea9346c), [`0b5cde7bc`](https://github.com/heroui-inc/heroui/commit/0b5cde7bc4fc71231eb117f44052db2efdbdc595), [`e83595e06`](https://github.com/heroui-inc/heroui/commit/e83595e06f8225ea590491906109721d46e5dc1f), [`bea1e1fde`](https://github.com/heroui-inc/heroui/commit/bea1e1fde8358d03a16bb6a9e517de724b5d95e4), [`dec7d411b`](https://github.com/heroui-inc/heroui/commit/dec7d411b5c9cf1ddb9d74bf8ac897f306017835), [`a235e324b`](https://github.com/heroui-inc/heroui/commit/a235e324b9ee0c7d4f6af23b086860ac112ff633), [`0ce10269c`](https://github.com/heroui-inc/heroui/commit/0ce10269c2eb5b89cdee13e493bc9e2e0b430be9), [`9b27da544`](https://github.com/heroui-inc/heroui/commit/9b27da544e950cdb2bccd2d1a57ead772fd10dc1), [`01aedcf09`](https://github.com/heroui-inc/heroui/commit/01aedcf09b63daafef9ff5e0465040c0c91c809e)]: - @heroui/theme@2.1.18 - @heroui/modal@2.0.29 - @heroui/input@2.1.17 @@ -2537,7 +2537,7 @@ ### Patch Changes -- Updated dependencies [[`0f5cce5d6`](https://github.com/frontio-ai/heroui/commit/0f5cce5d62713c59973b4330607cdcd3fd95d41a), [`36775dcee`](https://github.com/frontio-ai/heroui/commit/36775dceee18e4b69684bab4cbdd122a6034c91f), [`aab1dbf77`](https://github.com/frontio-ai/heroui/commit/aab1dbf77cee29375bf958e44bdf1d6da037cf1f), [`aab1dbf77`](https://github.com/frontio-ai/heroui/commit/aab1dbf77cee29375bf958e44bdf1d6da037cf1f), [`467383b8a`](https://github.com/frontio-ai/heroui/commit/467383b8a2ad42bd22fabe1f70ea17c95bede53b)]: +- Updated dependencies [[`0f5cce5d6`](https://github.com/heroui-inc/heroui/commit/0f5cce5d62713c59973b4330607cdcd3fd95d41a), [`36775dcee`](https://github.com/heroui-inc/heroui/commit/36775dceee18e4b69684bab4cbdd122a6034c91f), [`aab1dbf77`](https://github.com/heroui-inc/heroui/commit/aab1dbf77cee29375bf958e44bdf1d6da037cf1f), [`aab1dbf77`](https://github.com/heroui-inc/heroui/commit/aab1dbf77cee29375bf958e44bdf1d6da037cf1f), [`467383b8a`](https://github.com/heroui-inc/heroui/commit/467383b8a2ad42bd22fabe1f70ea17c95bede53b)]: - @heroui/theme@2.1.17 - @heroui/navbar@2.0.27 - @heroui/autocomplete@2.0.9 @@ -2582,7 +2582,7 @@ ### Patch Changes -- Updated dependencies [[`d2bd008ba`](https://github.com/frontio-ai/heroui/commit/d2bd008ba3d4de73f4405f1997b15466efd19a81)]: +- Updated dependencies [[`d2bd008ba`](https://github.com/heroui-inc/heroui/commit/d2bd008ba3d4de73f4405f1997b15466efd19a81)]: - @heroui/input@2.1.16 - @heroui/accordion@2.0.27 - @heroui/autocomplete@2.0.8 @@ -2596,7 +2596,7 @@ ### Patch Changes -- Updated dependencies [[`9189b3fbf`](https://github.com/frontio-ai/heroui/commit/9189b3fbf2d6d6cc6566009c71b37d5fcc566291)]: +- Updated dependencies [[`9189b3fbf`](https://github.com/heroui-inc/heroui/commit/9189b3fbf2d6d6cc6566009c71b37d5fcc566291)]: - @heroui/input@2.1.15 - @heroui/theme@2.1.16 - @heroui/accordion@2.0.27 @@ -2641,7 +2641,7 @@ ### Patch Changes -- Updated dependencies [[`135cc21e6`](https://github.com/frontio-ai/heroui/commit/135cc21e6f0f2bee1f19e7e5799b6cea8179b7f5), [`7f6218b97`](https://github.com/frontio-ai/heroui/commit/7f6218b97860d267f5208134948dfeadd04505d1)]: +- Updated dependencies [[`135cc21e6`](https://github.com/heroui-inc/heroui/commit/135cc21e6f0f2bee1f19e7e5799b6cea8179b7f5), [`7f6218b97`](https://github.com/heroui-inc/heroui/commit/7f6218b97860d267f5208134948dfeadd04505d1)]: - @heroui/listbox@2.1.14 - @heroui/menu@2.0.15 - @heroui/select@2.1.18 @@ -2685,7 +2685,7 @@ ### Patch Changes -- Updated dependencies [[`6a6d426b1`](https://github.com/frontio-ai/heroui/commit/6a6d426b10fa7f92dfb20611e261347027393193), [`85a820eef`](https://github.com/frontio-ai/heroui/commit/85a820eeffe5df87e7622b0983788eb50adafe20), [`11ef4365d`](https://github.com/frontio-ai/heroui/commit/11ef4365dacf539001a39d596d2f60440bc0648b)]: +- Updated dependencies [[`6a6d426b1`](https://github.com/heroui-inc/heroui/commit/6a6d426b10fa7f92dfb20611e261347027393193), [`85a820eef`](https://github.com/heroui-inc/heroui/commit/85a820eeffe5df87e7622b0983788eb50adafe20), [`11ef4365d`](https://github.com/heroui-inc/heroui/commit/11ef4365dacf539001a39d596d2f60440bc0648b)]: - @heroui/select@2.1.17 - @heroui/input@2.1.14 - @heroui/theme@2.1.14 @@ -2729,7 +2729,7 @@ ### Patch Changes -- Updated dependencies [[`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648), [`acba2cf8f`](https://github.com/frontio-ai/heroui/commit/acba2cf8f5ba1526bd44c6851e0ed7fdc6c0b8ae), [`e728a8967`](https://github.com/frontio-ai/heroui/commit/e728a8967b1775be6a919f3b6bd6fc2267cc002d), [`71807e883`](https://github.com/frontio-ai/heroui/commit/71807e88317c40aadfeb134125be1def9d679956)]: +- Updated dependencies [[`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648), [`acba2cf8f`](https://github.com/heroui-inc/heroui/commit/acba2cf8f5ba1526bd44c6851e0ed7fdc6c0b8ae), [`e728a8967`](https://github.com/heroui-inc/heroui/commit/e728a8967b1775be6a919f3b6bd6fc2267cc002d), [`71807e883`](https://github.com/heroui-inc/heroui/commit/71807e88317c40aadfeb134125be1def9d679956)]: - @heroui/scroll-shadow@2.1.12 - @heroui/autocomplete@2.0.4 - @heroui/breadcrumbs@2.0.3 @@ -2774,7 +2774,7 @@ ### Patch Changes -- Updated dependencies [[`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0)]: +- Updated dependencies [[`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0)]: - @heroui/scroll-shadow@2.1.11 - @heroui/autocomplete@2.0.3 - @heroui/breadcrumbs@2.0.2 @@ -2818,7 +2818,7 @@ ### Patch Changes -- Updated dependencies [[`e84158db6`](https://github.com/frontio-ai/heroui/commit/e84158db620954b0f1d71206acbf3d46f43b0b89)]: +- Updated dependencies [[`e84158db6`](https://github.com/heroui-inc/heroui/commit/e84158db620954b0f1d71206acbf3d46f43b0b89)]: - @heroui/select@2.1.14 - @heroui/input@2.1.11 - @heroui/theme@2.1.12 @@ -2862,7 +2862,7 @@ ### Patch Changes -- Updated dependencies [[`1fd5049f5`](https://github.com/frontio-ai/heroui/commit/1fd5049f5a0b852862e8ca1816f1e83507fdd8b5)]: +- Updated dependencies [[`1fd5049f5`](https://github.com/heroui-inc/heroui/commit/1fd5049f5a0b852862e8ca1816f1e83507fdd8b5)]: - @heroui/select@2.1.13 - @heroui/theme@2.1.11 - @heroui/accordion@2.0.24 @@ -2906,11 +2906,11 @@ ### Minor Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 ### Patch Changes -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/accordion@2.0.24 - @heroui/autocomplete@2.0.1 - @heroui/avatar@2.0.22 @@ -2955,9 +2955,9 @@ ### Patch Changes -- [#1641](https://github.com/frontio-ai/heroui/pull/1641) [`37d5f1216`](https://github.com/frontio-ai/heroui/commit/37d5f121627a8cffa07ea8152c43e997522b40a2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Ripple component added to @heroui/react exports +- [#1641](https://github.com/heroui-inc/heroui/pull/1641) [`37d5f1216`](https://github.com/heroui-inc/heroui/commit/37d5f121627a8cffa07ea8152c43e997522b40a2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Ripple component added to @heroui/react exports -- Updated dependencies [[`3aa86423a`](https://github.com/frontio-ai/heroui/commit/3aa86423aa4b0c56d2e14772bc081f98a5fbdb05), [`ceddd0d1d`](https://github.com/frontio-ai/heroui/commit/ceddd0d1d941a669bab78ef7439a29531cff99a2), [`05c966e8a`](https://github.com/frontio-ai/heroui/commit/05c966e8a46accff1fa271d50a3161f10d1e203d), [`bc424948c`](https://github.com/frontio-ai/heroui/commit/bc424948c70ddbc5b00a9d732dafcd5008c78b1f), [`425a034bc`](https://github.com/frontio-ai/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87), [`bb8ed5874`](https://github.com/frontio-ai/heroui/commit/bb8ed58749fa50666a1c8a5fa005376fec185710)]: +- Updated dependencies [[`3aa86423a`](https://github.com/heroui-inc/heroui/commit/3aa86423aa4b0c56d2e14772bc081f98a5fbdb05), [`ceddd0d1d`](https://github.com/heroui-inc/heroui/commit/ceddd0d1d941a669bab78ef7439a29531cff99a2), [`05c966e8a`](https://github.com/heroui-inc/heroui/commit/05c966e8a46accff1fa271d50a3161f10d1e203d), [`bc424948c`](https://github.com/heroui-inc/heroui/commit/bc424948c70ddbc5b00a9d732dafcd5008c78b1f), [`425a034bc`](https://github.com/heroui-inc/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87), [`bb8ed5874`](https://github.com/heroui-inc/heroui/commit/bb8ed58749fa50666a1c8a5fa005376fec185710)]: - @heroui/listbox@2.1.10 - @heroui/button@2.0.21 - @heroui/card@2.0.21 @@ -2999,9 +2999,9 @@ ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy -- Updated dependencies [[`8b3998909`](https://github.com/frontio-ai/heroui/commit/8b39989090d9cd577e886edde01b081d37e65bb7), [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: +- Updated dependencies [[`8b3998909`](https://github.com/heroui-inc/heroui/commit/8b39989090d9cd577e886edde01b081d37e65bb7), [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: - @heroui/select@2.1.10 - @heroui/accordion@2.0.22 - @heroui/avatar@2.0.20 @@ -3042,9 +3042,9 @@ ### Patch Changes -- [#1589](https://github.com/frontio-ai/heroui/pull/1589) [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded +- [#1589](https://github.com/heroui-inc/heroui/pull/1589) [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded -- Updated dependencies [[`a3be419cb`](https://github.com/frontio-ai/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/frontio-ai/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: +- Updated dependencies [[`a3be419cb`](https://github.com/heroui-inc/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/heroui-inc/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: - @heroui/theme@2.1.7 - @heroui/pagination@2.0.20 - @heroui/accordion@2.0.21 @@ -3085,7 +3085,7 @@ ### Patch Changes -- Updated dependencies [[`7c8341035`](https://github.com/frontio-ai/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: +- Updated dependencies [[`7c8341035`](https://github.com/heroui-inc/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]: - @heroui/pagination@2.0.19 - @heroui/theme@2.1.6 - @heroui/table@2.0.20 @@ -3125,7 +3125,7 @@ ### Patch Changes -- Updated dependencies [[`d61428d9e`](https://github.com/frontio-ai/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`d61428d9e`](https://github.com/frontio-ai/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`d61428d9e`](https://github.com/frontio-ai/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/frontio-ai/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: +- Updated dependencies [[`d61428d9e`](https://github.com/heroui-inc/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`d61428d9e`](https://github.com/heroui-inc/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`d61428d9e`](https://github.com/heroui-inc/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/heroui-inc/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]: - @heroui/navbar@2.0.18 - @heroui/theme@2.1.5 - @heroui/pagination@2.0.18 @@ -3166,7 +3166,7 @@ ### Patch Changes -- Updated dependencies [[`09fe1d314`](https://github.com/frontio-ai/heroui/commit/09fe1d3141ee9b05f72600f31346a1e0f7dffda4), [`57909accd`](https://github.com/frontio-ai/heroui/commit/57909accdeda233c9ea0c0bb3409f7fed260a9b0), [`043b8420c`](https://github.com/frontio-ai/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`faf26acd2`](https://github.com/frontio-ai/heroui/commit/faf26acd239dcffcab71ef63d1d2708990f19bec), [`a9e324b35`](https://github.com/frontio-ai/heroui/commit/a9e324b3515bab9883f3911747351ee69f9afb9d), [`641bf0885`](https://github.com/frontio-ai/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: +- Updated dependencies [[`09fe1d314`](https://github.com/heroui-inc/heroui/commit/09fe1d3141ee9b05f72600f31346a1e0f7dffda4), [`57909accd`](https://github.com/heroui-inc/heroui/commit/57909accdeda233c9ea0c0bb3409f7fed260a9b0), [`043b8420c`](https://github.com/heroui-inc/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`faf26acd2`](https://github.com/heroui-inc/heroui/commit/faf26acd239dcffcab71ef63d1d2708990f19bec), [`a9e324b35`](https://github.com/heroui-inc/heroui/commit/a9e324b3515bab9883f3911747351ee69f9afb9d), [`641bf0885`](https://github.com/heroui-inc/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: - @heroui/tabs@2.0.16 - @heroui/navbar@2.0.17 - @heroui/select@2.1.6 @@ -3207,7 +3207,7 @@ ### Patch Changes -- Updated dependencies [[`5702287e5`](https://github.com/frontio-ai/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8), [`290cce15b`](https://github.com/frontio-ai/heroui/commit/290cce15be86273eea2c5e524d2a702b06b6d788)]: +- Updated dependencies [[`5702287e5`](https://github.com/heroui-inc/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8), [`290cce15b`](https://github.com/heroui-inc/heroui/commit/290cce15be86273eea2c5e524d2a702b06b6d788)]: - @heroui/theme@2.1.3 - @heroui/table@2.0.17 - @heroui/accordion@2.0.17 @@ -3247,14 +3247,14 @@ ### Patch Changes -- Updated dependencies [[`e4113b05c`](https://github.com/frontio-ai/heroui/commit/e4113b05ced165a0b09eb05da2b7822ef304bb7d)]: +- Updated dependencies [[`e4113b05c`](https://github.com/heroui-inc/heroui/commit/e4113b05ced165a0b09eb05da2b7822ef304bb7d)]: - @heroui/navbar@2.0.15 ## 2.1.5 ### Patch Changes -- Updated dependencies [[`a371e1a5f`](https://github.com/frontio-ai/heroui/commit/a371e1a5fa698aaf1d2aa1c8beb6d3df6eaad57a)]: +- Updated dependencies [[`a371e1a5f`](https://github.com/heroui-inc/heroui/commit/a371e1a5fa698aaf1d2aa1c8beb6d3df6eaad57a)]: - @heroui/tooltip@2.0.17 - @heroui/snippet@2.0.18 - @heroui/table@2.0.16 @@ -3263,14 +3263,14 @@ ### Patch Changes -- Updated dependencies [[`ae9f300d4`](https://github.com/frontio-ai/heroui/commit/ae9f300d4571aab367935d996fe95fbbfa36e22b)]: +- Updated dependencies [[`ae9f300d4`](https://github.com/heroui-inc/heroui/commit/ae9f300d4571aab367935d996fe95fbbfa36e22b)]: - @heroui/select@2.1.4 ## 2.1.3 ### Patch Changes -- Updated dependencies [[`904f53877`](https://github.com/frontio-ai/heroui/commit/904f5387793cf8cc594d4ff8c32e378439a8e4fa)]: +- Updated dependencies [[`904f53877`](https://github.com/heroui-inc/heroui/commit/904f5387793cf8cc594d4ff8c32e378439a8e4fa)]: - @heroui/listbox@2.1.3 - @heroui/select@2.1.3 - @heroui/menu@2.0.4 @@ -3281,9 +3281,9 @@ ### Patch Changes -- [#1458](https://github.com/frontio-ai/heroui/pull/1458) [`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles +- [#1458](https://github.com/heroui-inc/heroui/pull/1458) [`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles -- Updated dependencies [[`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: +- Updated dependencies [[`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01)]: - @heroui/scroll-shadow@2.1.2 - @heroui/pagination@2.0.15 - @heroui/accordion@2.0.16 @@ -3323,7 +3323,7 @@ ### Patch Changes -- Updated dependencies [[`cc839cdd`](https://github.com/frontio-ai/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: +- Updated dependencies [[`cc839cdd`](https://github.com/heroui-inc/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]: - @heroui/theme@2.1.1 - @heroui/accordion@2.0.15 - @heroui/avatar@2.0.13 @@ -3363,7 +3363,7 @@ ### Minor Changes -- [#1313](https://github.com/frontio-ai/heroui/pull/1313) [`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New components: +- [#1313](https://github.com/heroui-inc/heroui/pull/1313) [`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New components: - Select - Listbox @@ -3371,7 +3371,7 @@ ### Patch Changes -- Updated dependencies [[`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: +- Updated dependencies [[`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: - @heroui/scroll-shadow@2.1.0 - @heroui/dropdown@2.1.0 - @heroui/listbox@2.1.0 @@ -3411,14 +3411,14 @@ ### Patch Changes -- Updated dependencies [[`c186f37c9`](https://github.com/frontio-ai/heroui/commit/c186f37c98a95e1c74b640f2ae2a99bc2c9a2b74)]: +- Updated dependencies [[`c186f37c9`](https://github.com/heroui-inc/heroui/commit/c186f37c98a95e1c74b640f2ae2a99bc2c9a2b74)]: - @heroui/accordion@2.0.13 ## 2.0.23 ### Patch Changes -- Updated dependencies [[`453f792a7`](https://github.com/frontio-ai/heroui/commit/453f792a7a35ed9dc0234479d55f694ff0f4b21c)]: +- Updated dependencies [[`453f792a7`](https://github.com/heroui-inc/heroui/commit/453f792a7a35ed9dc0234479d55f694ff0f4b21c)]: - @heroui/link@2.0.12 - @heroui/card@2.0.11 - @heroui/checkbox@2.0.12 @@ -3430,7 +3430,7 @@ ### Patch Changes -- Updated dependencies [[`f06855277`](https://github.com/frontio-ai/heroui/commit/f0685527744f598e2aa032414f92a301b3195c1e)]: +- Updated dependencies [[`f06855277`](https://github.com/heroui-inc/heroui/commit/f0685527744f598e2aa032414f92a301b3195c1e)]: - @heroui/tooltip@2.0.13 - @heroui/modal@2.0.13 - @heroui/snippet@2.0.14 @@ -3440,7 +3440,7 @@ ### Patch Changes -- Updated dependencies [[`6e7e834c2`](https://github.com/frontio-ai/heroui/commit/6e7e834c2dc14c21b087da792c0576ab464a4a4a)]: +- Updated dependencies [[`6e7e834c2`](https://github.com/heroui-inc/heroui/commit/6e7e834c2dc14c21b087da792c0576ab464a4a4a)]: - @heroui/accordion@2.0.12 - @heroui/popover@2.0.12 - @heroui/snippet@2.0.13 @@ -3454,7 +3454,7 @@ ### Patch Changes -- Updated dependencies [[`4e7789c1f`](https://github.com/frontio-ai/heroui/commit/4e7789c1f6c283b2c2116d0d80cd1ea94e5da025)]: +- Updated dependencies [[`4e7789c1f`](https://github.com/heroui-inc/heroui/commit/4e7789c1f6c283b2c2116d0d80cd1ea94e5da025)]: - @heroui/input@2.0.14 - @heroui/modal@2.0.12 - @heroui/navbar@2.0.11 @@ -3465,7 +3465,7 @@ ### Patch Changes -- Updated dependencies [[`406336269`](https://github.com/frontio-ai/heroui/commit/40633626991d11f251619508f151dd7f435bda25)]: +- Updated dependencies [[`406336269`](https://github.com/heroui-inc/heroui/commit/40633626991d11f251619508f151dd7f435bda25)]: - @heroui/popover@2.0.11 - @heroui/divider@2.0.10 - @heroui/dropdown@2.0.12 @@ -3500,7 +3500,7 @@ ### Patch Changes -- Updated dependencies [[`d0341020`](https://github.com/frontio-ai/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: +- Updated dependencies [[`d0341020`](https://github.com/heroui-inc/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]: - @heroui/theme@2.0.5 - @heroui/accordion@2.0.10 - @heroui/avatar@2.0.10 @@ -3536,7 +3536,7 @@ ### Patch Changes -- Updated dependencies [[`e2b0497b`](https://github.com/frontio-ai/heroui/commit/e2b0497b07e99eca937fe62d13a6930b7d2832eb)]: +- Updated dependencies [[`e2b0497b`](https://github.com/heroui-inc/heroui/commit/e2b0497b07e99eca937fe62d13a6930b7d2832eb)]: - @heroui/checkbox@2.0.10 - @heroui/radio@2.0.10 - @heroui/modal@2.0.10 @@ -3546,7 +3546,7 @@ ### Patch Changes -- Updated dependencies [[`fd4e01dc`](https://github.com/frontio-ai/heroui/commit/fd4e01dcfa5039e363089ada2bd18d7f57ef2d42)]: +- Updated dependencies [[`fd4e01dc`](https://github.com/heroui-inc/heroui/commit/fd4e01dcfa5039e363089ada2bd18d7f57ef2d42)]: - @heroui/dropdown@2.0.10 - @heroui/navbar@2.0.9 @@ -3554,14 +3554,14 @@ ### Patch Changes -- Updated dependencies [[`3e263aa8`](https://github.com/frontio-ai/heroui/commit/3e263aa882ca3385d63498ec33d86dcb818097ef)]: +- Updated dependencies [[`3e263aa8`](https://github.com/heroui-inc/heroui/commit/3e263aa882ca3385d63498ec33d86dcb818097ef)]: - @heroui/table@2.0.10 ## 2.0.14 ### Patch Changes -- Updated dependencies [[`abe1ba58`](https://github.com/frontio-ai/heroui/commit/abe1ba58de03d8651c24d01de5e2d0a91334b50e)]: +- Updated dependencies [[`abe1ba58`](https://github.com/heroui-inc/heroui/commit/abe1ba58de03d8651c24d01de5e2d0a91334b50e)]: - @heroui/input@2.0.11 - @heroui/modal@2.0.10 - @heroui/navbar@2.0.9 @@ -3607,13 +3607,13 @@ ### Patch Changes -- [#1359](https://github.com/frontio-ai/heroui/pull/1359) [`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n +- [#1359](https://github.com/heroui-inc/heroui/pull/1359) [`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n - react-aria packages upgraded to the latest version - image storybooks fixed - other bug fixes.. -- Updated dependencies [[`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: +- Updated dependencies [[`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: - @heroui/pagination@2.0.9 - @heroui/accordion@2.0.8 - @heroui/checkbox@2.0.8 @@ -3645,7 +3645,7 @@ ### Patch Changes -- Updated dependencies [[`710395f3`](https://github.com/frontio-ai/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: +- Updated dependencies [[`710395f3`](https://github.com/heroui-inc/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: - @heroui/system@2.0.4 - @heroui/accordion@2.0.7 - @heroui/avatar@2.0.7 @@ -3675,7 +3675,7 @@ ### Patch Changes -- Updated dependencies [[`d13a14fa`](https://github.com/frontio-ai/heroui/commit/d13a14facc1a92dac72e58a93e0452a86a2243c6)]: +- Updated dependencies [[`d13a14fa`](https://github.com/heroui-inc/heroui/commit/d13a14facc1a92dac72e58a93e0452a86a2243c6)]: - @heroui/accordion@2.0.6 - @heroui/navbar@2.0.6 - @heroui/divider@2.0.6 @@ -3710,14 +3710,14 @@ ### Patch Changes -- Updated dependencies [[`5a50390e`](https://github.com/frontio-ai/heroui/commit/5a50390e3f675828bff6ce68ee424fcda52cf829)]: +- Updated dependencies [[`5a50390e`](https://github.com/heroui-inc/heroui/commit/5a50390e3f675828bff6ce68ee424fcda52cf829)]: - @heroui/modal@2.0.6 ## 2.0.8 ### Patch Changes -- Updated dependencies [[`42001647`](https://github.com/frontio-ai/heroui/commit/4200164712b6eb4b37a14fe9e005844ff770a180)]: +- Updated dependencies [[`42001647`](https://github.com/heroui-inc/heroui/commit/4200164712b6eb4b37a14fe9e005844ff770a180)]: - @heroui/input@2.0.6 - @heroui/divider@2.0.5 - @heroui/modal@2.0.5 @@ -3752,7 +3752,7 @@ ### Patch Changes -- Updated dependencies [[`8de209bf`](https://github.com/frontio-ai/heroui/commit/8de209bff75e7e1b8126f89e4a5c3e6d515c316f)]: +- Updated dependencies [[`8de209bf`](https://github.com/heroui-inc/heroui/commit/8de209bff75e7e1b8126f89e4a5c3e6d515c316f)]: - @heroui/pagination@2.0.5 - @heroui/table@2.0.4 @@ -3760,7 +3760,7 @@ ### Patch Changes -- Updated dependencies [[`ac605eb7`](https://github.com/frontio-ai/heroui/commit/ac605eb71f8aa945525a1c659b7bd17037303762)]: +- Updated dependencies [[`ac605eb7`](https://github.com/heroui-inc/heroui/commit/ac605eb71f8aa945525a1c659b7bd17037303762)]: - @heroui/input@2.0.5 - @heroui/modal@2.0.4 - @heroui/navbar@2.0.4 @@ -3771,7 +3771,7 @@ ### Patch Changes -- Updated dependencies [[`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: +- Updated dependencies [[`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]: - @heroui/pagination@2.0.4 - @heroui/accordion@2.0.4 - @heroui/checkbox@2.0.4 @@ -3807,9 +3807,9 @@ ### Patch Changes -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports -- Updated dependencies [[`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: +- Updated dependencies [[`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: - @heroui/accordion@2.0.3 - @heroui/dropdown@2.0.3 - @heroui/skeleton@2.0.3 @@ -3846,7 +3846,7 @@ ### Patch Changes -- Updated dependencies [[`a1a02dc0`](https://github.com/frontio-ai/heroui/commit/a1a02dc0db6dc6f9c3355e6f58173433c2e41e19)]: +- Updated dependencies [[`a1a02dc0`](https://github.com/heroui-inc/heroui/commit/a1a02dc0db6dc6f9c3355e6f58173433c2e41e19)]: - @heroui/tooltip@2.0.3 - @heroui/snippet@2.0.3 - @heroui/table@2.0.2 @@ -3855,7 +3855,7 @@ ### Patch Changes -- Updated dependencies [[`459ac5ed`](https://github.com/frontio-ai/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: +- Updated dependencies [[`459ac5ed`](https://github.com/heroui-inc/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: - @heroui/dropdown@2.0.2 - @heroui/theme@2.0.2 - @heroui/navbar@2.0.2 @@ -3892,11 +3892,11 @@ ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated -- Updated dependencies [[`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: +- Updated dependencies [[`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: - @heroui/pagination@2.0.1 - @heroui/accordion@2.0.1 - @heroui/checkbox@2.0.1 diff --git a/packages/core/react/README.md b/packages/core/react/README.md index 67b76709aa..1699613a16 100644 --- a/packages/core/react/README.md +++ b/packages/core/react/README.md @@ -1,19 +1,19 @@

    - heorui + heorui

    HeroUI


    - + License codecov badge - npm downloads @@ -46,15 +46,15 @@ Whether it's a feature request, bug report, or a project to showcase, please get - [Discord](https://discord.gg/9b6yyZKmH4) - [X](https://x.com/hero_ui) -- [GitHub Discussions](https://github.com/frontio-ai/heroui/discussions) +- [GitHub Discussions](https://github.com/heroui-inc/heroui/discussions) ## Contributing Contributions are always welcome! -See [CONTRIBUTING.md](https://github.com/frontio-ai/heroui/blob/main/CONTRIBUTING.md) for ways to get started. +See [CONTRIBUTING.md](https://github.com/heroui-inc/heroui/blob/main/CONTRIBUTING.md) for ways to get started. -Please adhere to this project's [CODE_OF_CONDUCT](https://github.com/frontio-ai/heroui/blob/main/CODE_OF_CONDUCT.md). +Please adhere to this project's [CODE_OF_CONDUCT](https://github.com/heroui-inc/heroui/blob/main/CODE_OF_CONDUCT.md). ## License diff --git a/packages/core/system-rsc/CHANGELOG.md b/packages/core/system-rsc/CHANGELOG.md index 420f45ad05..b77c442408 100644 --- a/packages/core/system-rsc/CHANGELOG.md +++ b/packages/core/system-rsc/CHANGELOG.md @@ -10,37 +10,37 @@ ### Patch Changes -- [#4291](https://github.com/frontio-ai/heroui/pull/4291) [`76a72a9`](https://github.com/frontio-ai/heroui/commit/76a72a9d1c8400d23b3f948670cb6844d9728b2a) Thanks [@shlyamster](https://github.com/shlyamster)! - Fix data type returned by the extendVariants function (#4269) +- [#4291](https://github.com/heroui-inc/heroui/pull/4291) [`76a72a9`](https://github.com/heroui-inc/heroui/commit/76a72a9d1c8400d23b3f948670cb6844d9728b2a) Thanks [@shlyamster](https://github.com/shlyamster)! - Fix data type returned by the extendVariants function (#4269) ## 2.3.4 ### Patch Changes -- [#4258](https://github.com/frontio-ai/heroui/pull/4258) [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions +- [#4258](https://github.com/heroui-inc/heroui/pull/4258) [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions ## 2.3.3 ### Patch Changes -- [#4255](https://github.com/frontio-ai/heroui/pull/4255) [`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) +- [#4255](https://github.com/heroui-inc/heroui/pull/4255) [`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) ## 2.3.2 ### Patch Changes -- [#4247](https://github.com/frontio-ai/heroui/pull/4247) [`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* +- [#4247](https://github.com/heroui-inc/heroui/pull/4247) [`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* ## 2.3.1 ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 ## 2.3.0 ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -68,110 +68,110 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version ## 2.2.0-beta.7 ### Patch Changes -- [#3036](https://github.com/frontio-ai/heroui/pull/3036) [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3036](https://github.com/heroui-inc/heroui/pull/3036) [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ## 2.2.0-beta.6 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner ## 2.2.0-beta.5 ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean ## 2.2.0-beta.4 ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build ## 2.2.0-beta.3 ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added ## 2.2.0-beta.2 ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps ## 2.2.0-beta.1 ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 ## 2.2.0-beta.0 ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ### Patch Changes -- Updated dependencies [[`0cf91395c`](https://github.com/frontio-ai/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/frontio-ai/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/frontio-ai/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/frontio-ai/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/frontio-ai/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/frontio-ai/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/frontio-ai/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/frontio-ai/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/frontio-ai/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/frontio-ai/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/frontio-ai/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/frontio-ai/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: +- Updated dependencies [[`0cf91395c`](https://github.com/heroui-inc/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`781b85566`](https://github.com/heroui-inc/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`38a54ab49`](https://github.com/heroui-inc/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/heroui-inc/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/heroui-inc/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/heroui-inc/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`cb1b3135b`](https://github.com/heroui-inc/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/heroui-inc/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/heroui-inc/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`a0d7141db`](https://github.com/heroui-inc/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/heroui-inc/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`559436d46`](https://github.com/heroui-inc/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: - @heroui/theme@2.3.0-beta.0 ## 2.1.6 ### Patch Changes -- [#3559](https://github.com/frontio-ai/heroui/pull/3559) [`44e89a077`](https://github.com/frontio-ai/heroui/commit/44e89a0779c1c98fe275c864fe12834d19302b9c) Thanks [@awesome-pro](https://github.com/awesome-pro)! - added missing `StringToBoolean[]` (#3530) +- [#3559](https://github.com/heroui-inc/heroui/pull/3559) [`44e89a077`](https://github.com/heroui-inc/heroui/commit/44e89a0779c1c98fe275c864fe12834d19302b9c) Thanks [@awesome-pro](https://github.com/awesome-pro)! - added missing `StringToBoolean[]` (#3530) ## 2.1.5 ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm ## 2.1.4 ### Patch Changes -- [#3503](https://github.com/frontio-ai/heroui/pull/3503) [`5591138bf`](https://github.com/frontio-ai/heroui/commit/5591138bff4a393f614c4cb0d505901560c4ceea) Thanks [@wingkwong](https://github.com/wingkwong)! - handled defaultVariants null case in extendVariants (#3502) +- [#3503](https://github.com/heroui-inc/heroui/pull/3503) [`5591138bf`](https://github.com/heroui-inc/heroui/commit/5591138bff4a393f614c4cb0d505901560c4ceea) Thanks [@wingkwong](https://github.com/wingkwong)! - handled defaultVariants null case in extendVariants (#3502) ## 2.1.3 ### Patch Changes -- [#3336](https://github.com/frontio-ai/heroui/pull/3336) [`0cdfdb48b`](https://github.com/frontio-ai/heroui/commit/0cdfdb48bcb7eecb752fc6a3033d3bdd2335872b) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix onSelectionChange type incorrect (#2512) +- [#3336](https://github.com/heroui-inc/heroui/pull/3336) [`0cdfdb48b`](https://github.com/heroui-inc/heroui/commit/0cdfdb48bcb7eecb752fc6a3033d3bdd2335872b) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix onSelectionChange type incorrect (#2512) -- [#3299](https://github.com/frontio-ai/heroui/pull/3299) [`f785d1fb0`](https://github.com/frontio-ai/heroui/commit/f785d1fb0460df73912bcd6614bc78d46db14e6b) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed `extendVariants` when having `defaultVariants` (#3009) +- [#3299](https://github.com/heroui-inc/heroui/pull/3299) [`f785d1fb0`](https://github.com/heroui-inc/heroui/commit/f785d1fb0460df73912bcd6614bc78d46db14e6b) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed `extendVariants` when having `defaultVariants` (#3009) ## 2.1.2 ### Patch Changes -- [#2915](https://github.com/frontio-ai/heroui/pull/2915) [`e3afa4789`](https://github.com/frontio-ai/heroui/commit/e3afa4789a1ac0fa929b2acaca5bd9c520567ab8) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - The `cn` utility was moved the `theme` package and updated to support NextUI custom classes. +- [#2915](https://github.com/heroui-inc/heroui/pull/2915) [`e3afa4789`](https://github.com/heroui-inc/heroui/commit/e3afa4789a1ac0fa929b2acaca5bd9c520567ab8) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - The `cn` utility was moved the `theme` package and updated to support NextUI custom classes. -- [#3018](https://github.com/frontio-ai/heroui/pull/3018) [`1109baea6`](https://github.com/frontio-ai/heroui/commit/1109baea6ac6aa3feb2be90ef065f61b2c2a06a9) Thanks [@wingkwong](https://github.com/wingkwong)! - fix incorrect tailwind classnames +- [#3018](https://github.com/heroui-inc/heroui/pull/3018) [`1109baea6`](https://github.com/heroui-inc/heroui/commit/1109baea6ac6aa3feb2be90ef065f61b2c2a06a9) Thanks [@wingkwong](https://github.com/wingkwong)! - fix incorrect tailwind classnames ## 2.1.1 ### Patch Changes -- [#2758](https://github.com/frontio-ai/heroui/pull/2758) [`74eda3128`](https://github.com/frontio-ai/heroui/commit/74eda312883b2e17df26f71442aba9fb3cd240be) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Named exports for rsc packages, "use client;" directive added to "@heroui/react" package +- [#2758](https://github.com/heroui-inc/heroui/pull/2758) [`74eda3128`](https://github.com/heroui-inc/heroui/commit/74eda312883b2e17df26f71442aba9fb3cd240be) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Named exports for rsc packages, "use client;" directive added to "@heroui/react" package ## 2.1.0 ### Minor Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added @@ -180,62 +180,62 @@ - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- [#2522](https://github.com/frontio-ai/heroui/pull/2522) [`c5049edfd`](https://github.com/frontio-ai/heroui/commit/c5049edfde7edaee2081d70e581739be9dcae2f9) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed unexpected props on a DOM element (#2474) +- [#2522](https://github.com/heroui-inc/heroui/pull/2522) [`c5049edfd`](https://github.com/heroui-inc/heroui/commit/c5049edfde7edaee2081d70e581739be9dcae2f9) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed unexpected props on a DOM element (#2474) ## 2.0.11 ### Patch Changes -- [#1936](https://github.com/frontio-ai/heroui/pull/1936) [`a978687b0`](https://github.com/frontio-ai/heroui/commit/a978687b0736d1e15943ef46628fc4fa0723ddc7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1935 size prop added to the omitted HTMLNextUIProps +- [#1936](https://github.com/heroui-inc/heroui/pull/1936) [`a978687b0`](https://github.com/heroui-inc/heroui/commit/a978687b0736d1e15943ef46628fc4fa0723ddc7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1935 size prop added to the omitted HTMLNextUIProps ## 2.0.10 ### Patch Changes -- [#1927](https://github.com/frontio-ai/heroui/pull/1927) [`6ecdc278a`](https://github.com/frontio-ai/heroui/commit/6ecdc278aba927ee38a799679b8eb99cba99cab9) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1921 `extendVariants` function adapted to consider props variants over `defaultVariants`. +- [#1927](https://github.com/heroui-inc/heroui/pull/1927) [`6ecdc278a`](https://github.com/heroui-inc/heroui/commit/6ecdc278aba927ee38a799679b8eb99cba99cab9) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1921 `extendVariants` function adapted to consider props variants over `defaultVariants`. ## 2.0.9 ### Patch Changes -- [#1877](https://github.com/frontio-ai/heroui/pull/1877) [`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range +- [#1877](https://github.com/heroui-inc/heroui/pull/1877) [`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated, changeset config changed to update peer dependencies only when out of range ## 2.0.8 ### Patch Changes -- [#1874](https://github.com/frontio-ai/heroui/pull/1874) [`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. +- [#1874](https://github.com/heroui-inc/heroui/pull/1874) [`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Peer dependencies updated to avoid the peer conflicts issue. ## 2.0.7 ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/theme@2.1.10 ## 2.0.6 ### Patch Changes -- [#1642](https://github.com/frontio-ai/heroui/pull/1642) [`f6531c5f6`](https://github.com/frontio-ai/heroui/commit/f6531c5f603d7f6308a597962ec6fab62c92fa93) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1541 `extendVariants`function gives more priority to final component props over the `extendVariants` props +- [#1642](https://github.com/heroui-inc/heroui/pull/1642) [`f6531c5f6`](https://github.com/heroui-inc/heroui/commit/f6531c5f603d7f6308a597962ec6fab62c92fa93) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1541 `extendVariants`function gives more priority to final component props over the `extendVariants` props ## 2.0.5 ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy ## 2.0.4 ### Patch Changes -- [#1555](https://github.com/frontio-ai/heroui/pull/1555) [`d61428d9e`](https://github.com/frontio-ai/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Tailwind variants upgraded to the latest version v0.1.14 +- [#1555](https://github.com/heroui-inc/heroui/pull/1555) [`d61428d9e`](https://github.com/heroui-inc/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Tailwind variants upgraded to the latest version v0.1.14 ## 2.0.3 ### Patch Changes -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports diff --git a/packages/core/system-rsc/README.md b/packages/core/system-rsc/README.md index ab8a9622e3..0933e1b012 100644 --- a/packages/core/system-rsc/README.md +++ b/packages/core/system-rsc/README.md @@ -15,10 +15,10 @@ npm i @heroui/system-rsc ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/core/system/CHANGELOG.md b/packages/core/system/CHANGELOG.md index 0a95ab3932..aa9045957a 100644 --- a/packages/core/system/CHANGELOG.md +++ b/packages/core/system/CHANGELOG.md @@ -14,7 +14,7 @@ ### Patch Changes -- Updated dependencies [[`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: +- Updated dependencies [[`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: - @heroui/react-utils@2.1.3 - @heroui/system-rsc@2.3.5 @@ -22,7 +22,7 @@ ### Patch Changes -- Updated dependencies [[`76a72a9`](https://github.com/frontio-ai/heroui/commit/76a72a9d1c8400d23b3f948670cb6844d9728b2a)]: +- Updated dependencies [[`76a72a9`](https://github.com/heroui-inc/heroui/commit/76a72a9d1c8400d23b3f948670cb6844d9728b2a)]: - @heroui/system-rsc@2.3.5 - @heroui/react-utils@2.1.2 @@ -30,34 +30,34 @@ ### Patch Changes -- [#4258](https://github.com/frontio-ai/heroui/pull/4258) [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions +- [#4258](https://github.com/heroui-inc/heroui/pull/4258) [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions -- [#4264](https://github.com/frontio-ai/heroui/pull/4264) [`455556e`](https://github.com/frontio-ai/heroui/commit/455556e14278dd933b4acd1a136ea29879b49545) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix, mising react-types package added to the system package +- [#4264](https://github.com/heroui-inc/heroui/pull/4264) [`455556e`](https://github.com/heroui-inc/heroui/commit/455556e14278dd933b4acd1a136ea29879b49545) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix, mising react-types package added to the system package -- Updated dependencies [[`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: +- Updated dependencies [[`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: - @heroui/system-rsc@2.3.4 ## 2.4.3 ### Patch Changes -- Updated dependencies [[`6a94a12`](https://github.com/frontio-ai/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: +- Updated dependencies [[`6a94a12`](https://github.com/heroui-inc/heroui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: - @heroui/system-rsc@2.3.3 ## 2.4.2 ### Patch Changes -- Updated dependencies [[`551ab18`](https://github.com/frontio-ai/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: +- Updated dependencies [[`551ab18`](https://github.com/heroui-inc/heroui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: - @heroui/system-rsc@2.3.2 ## 2.4.1 ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/system-rsc@2.3.1 - @heroui/react-utils@2.1.1 @@ -65,7 +65,7 @@ ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -91,11 +91,11 @@ ### Patch Changes -- [#4224](https://github.com/frontio-ai/heroui/pull/4224) [`26e478d`](https://github.com/frontio-ai/heroui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Added form support to input-otp, change default validationBehavior to "native" to avoid breaking changes, and fix select with form +- [#4224](https://github.com/heroui-inc/heroui/pull/4224) [`26e478d`](https://github.com/heroui-inc/heroui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Added form support to input-otp, change default validationBehavior to "native" to avoid breaking changes, and fix select with form -- [#4226](https://github.com/frontio-ai/heroui/pull/4226) [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) +- [#4226](https://github.com/heroui-inc/heroui/pull/4226) [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) -- Updated dependencies [[`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/system-rsc@2.3.0 - @heroui/react-utils@2.1.0 @@ -103,7 +103,7 @@ ### Patch Changes -- [#4163](https://github.com/frontio-ai/heroui/pull/4163) [`c8f2ec887`](https://github.com/frontio-ai/heroui/commit/c8f2ec88752289913968331032b9e7f772c12ec4) Thanks [@wingkwong](https://github.com/wingkwong)! - align `navigate` function parameters with `@react-aria` +- [#4163](https://github.com/heroui-inc/heroui/pull/4163) [`c8f2ec887`](https://github.com/heroui-inc/heroui/commit/c8f2ec88752289913968331032b9e7f772c12ec4) Thanks [@wingkwong](https://github.com/wingkwong)! - align `navigate` function parameters with `@react-aria` - Updated dependencies []: - @heroui/system-rsc@2.2.0-beta.8 @@ -112,9 +112,9 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/system-rsc@2.2.0-beta.8 - @heroui/react-utils@2.0.18-beta.8 @@ -122,24 +122,24 @@ ### Patch Changes -- [#3036](https://github.com/frontio-ai/heroui/pull/3036) [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3036](https://github.com/heroui-inc/heroui/pull/3036) [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version -- Updated dependencies [[`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: +- Updated dependencies [[`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: - @heroui/system-rsc@2.2.0-beta.7 ## 2.3.0-beta.8 ### Patch Changes -- [#3470](https://github.com/frontio-ai/heroui/pull/3470) [`4607fe2ff`](https://github.com/frontio-ai/heroui/commit/4607fe2ff448a536496c2b59ccdfcb217379b6ed) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Add reducedMotion setting to Provider (#3395) +- [#3470](https://github.com/heroui-inc/heroui/pull/3470) [`4607fe2ff`](https://github.com/heroui-inc/heroui/commit/4607fe2ff448a536496c2b59ccdfcb217379b6ed) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Add reducedMotion setting to Provider (#3395) ## 2.3.0-beta.7 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/system-rsc@2.2.0-beta.6 - @heroui/react-utils@2.0.18-beta.7 @@ -147,9 +147,9 @@ ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/system-rsc@2.2.0-beta.5 - @heroui/react-utils@2.0.18-beta.6 @@ -157,9 +157,9 @@ ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/system-rsc@2.2.0-beta.4 - @heroui/react-utils@2.0.18-beta.5 @@ -175,9 +175,9 @@ ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/system-rsc@2.2.0-beta.3 - @heroui/react-utils@2.0.18-beta.3 @@ -185,9 +185,9 @@ ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/system-rsc@2.2.0-beta.2 - @heroui/react-utils@2.0.18-beta.2 @@ -195,9 +195,9 @@ ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/system-rsc@2.2.0-beta.1 - @heroui/react-utils@2.0.18-beta.1 @@ -205,13 +205,13 @@ ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ### Patch Changes -- [#3523](https://github.com/frontio-ai/heroui/pull/3523) [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - update `framer-motion` versions +- [#3523](https://github.com/heroui-inc/heroui/pull/3523) [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - update `framer-motion` versions -- Updated dependencies [[`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d)]: +- Updated dependencies [[`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d)]: - @heroui/system-rsc@2.2.0-beta.0 - @heroui/react-utils@2.0.18-beta.0 @@ -219,9 +219,9 @@ ### Patch Changes -- [#2943](https://github.com/frontio-ai/heroui/pull/2943) [`4ac7674d1`](https://github.com/frontio-ai/heroui/commit/4ac7674d1ec8ed60925412fe1bd1f01ee9f1555a) Thanks [@wingkwong](https://github.com/wingkwong)! - Fix missing `useHref` logic (#2934) +- [#2943](https://github.com/heroui-inc/heroui/pull/2943) [`4ac7674d1`](https://github.com/heroui-inc/heroui/commit/4ac7674d1ec8ed60925412fe1bd1f01ee9f1555a) Thanks [@wingkwong](https://github.com/wingkwong)! - Fix missing `useHref` logic (#2934) -- Updated dependencies [[`44e89a077`](https://github.com/frontio-ai/heroui/commit/44e89a0779c1c98fe275c864fe12834d19302b9c)]: +- Updated dependencies [[`44e89a077`](https://github.com/heroui-inc/heroui/commit/44e89a0779c1c98fe275c864fe12834d19302b9c)]: - @heroui/system-rsc@2.1.6 - @heroui/react-utils@2.0.17 @@ -229,9 +229,9 @@ ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/system-rsc@2.1.5 - @heroui/react-utils@2.0.16 @@ -239,16 +239,16 @@ ### Patch Changes -- Updated dependencies [[`5591138bf`](https://github.com/frontio-ai/heroui/commit/5591138bff4a393f614c4cb0d505901560c4ceea)]: +- Updated dependencies [[`5591138bf`](https://github.com/heroui-inc/heroui/commit/5591138bff4a393f614c4cb0d505901560c4ceea)]: - @heroui/system-rsc@2.1.4 ## 2.2.3 ### Patch Changes -- [#3331](https://github.com/frontio-ai/heroui/pull/3331) [`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed incorrect year in `showMonthAndYearPickers` with different locales +- [#3331](https://github.com/heroui-inc/heroui/pull/3331) [`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed incorrect year in `showMonthAndYearPickers` with different locales -- Updated dependencies [[`0cdfdb48b`](https://github.com/frontio-ai/heroui/commit/0cdfdb48bcb7eecb752fc6a3033d3bdd2335872b), [`f785d1fb0`](https://github.com/frontio-ai/heroui/commit/f785d1fb0460df73912bcd6614bc78d46db14e6b)]: +- Updated dependencies [[`0cdfdb48b`](https://github.com/heroui-inc/heroui/commit/0cdfdb48bcb7eecb752fc6a3033d3bdd2335872b), [`f785d1fb0`](https://github.com/heroui-inc/heroui/commit/f785d1fb0460df73912bcd6614bc78d46db14e6b)]: - @heroui/system-rsc@2.1.3 - @heroui/react-utils@2.0.15 @@ -256,9 +256,9 @@ ### Patch Changes -- [#3240](https://github.com/frontio-ai/heroui/pull/3240) [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies +- [#3240](https://github.com/heroui-inc/heroui/pull/3240) [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies -- Updated dependencies [[`b9bb06ff3`](https://github.com/frontio-ai/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: +- Updated dependencies [[`b9bb06ff3`](https://github.com/heroui-inc/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: - @heroui/react-utils@2.0.14 - @heroui/system-rsc@2.1.2 @@ -266,9 +266,9 @@ ### Patch Changes -- [#3119](https://github.com/frontio-ai/heroui/pull/3119) [`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` +- [#3119](https://github.com/heroui-inc/heroui/pull/3119) [`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` -- [#3119](https://github.com/frontio-ai/heroui/pull/3119) [`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed listbox href issue (#3105) +- [#3119](https://github.com/heroui-inc/heroui/pull/3119) [`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed listbox href issue (#3105) - Updated dependencies []: - @heroui/system-rsc@2.1.2 @@ -277,24 +277,24 @@ ### Minor Changes -- [#2987](https://github.com/frontio-ai/heroui/pull/2987) [`540aa2124`](https://github.com/frontio-ai/heroui/commit/540aa2124b45b65a40e73f5aea2b90405fe1fe9a) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Change validationBehavior from native to aria by default, with the option to change via props. +- [#2987](https://github.com/heroui-inc/heroui/pull/2987) [`540aa2124`](https://github.com/heroui-inc/heroui/commit/540aa2124b45b65a40e73f5aea2b90405fe1fe9a) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Change validationBehavior from native to aria by default, with the option to change via props. ### Patch Changes -- [#2915](https://github.com/frontio-ai/heroui/pull/2915) [`e3afa4789`](https://github.com/frontio-ai/heroui/commit/e3afa4789a1ac0fa929b2acaca5bd9c520567ab8) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - The `cn` utility was moved the `theme` package and updated to support NextUI custom classes. +- [#2915](https://github.com/heroui-inc/heroui/pull/2915) [`e3afa4789`](https://github.com/heroui-inc/heroui/commit/e3afa4789a1ac0fa929b2acaca5bd9c520567ab8) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - The `cn` utility was moved the `theme` package and updated to support NextUI custom classes. -- [#2929](https://github.com/frontio-ai/heroui/pull/2929) [`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. +- [#2929](https://github.com/heroui-inc/heroui/pull/2929) [`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. -- Updated dependencies [[`e3afa4789`](https://github.com/frontio-ai/heroui/commit/e3afa4789a1ac0fa929b2acaca5bd9c520567ab8), [`1109baea6`](https://github.com/frontio-ai/heroui/commit/1109baea6ac6aa3feb2be90ef065f61b2c2a06a9)]: +- Updated dependencies [[`e3afa4789`](https://github.com/heroui-inc/heroui/commit/e3afa4789a1ac0fa929b2acaca5bd9c520567ab8), [`1109baea6`](https://github.com/heroui-inc/heroui/commit/1109baea6ac6aa3feb2be90ef065f61b2c2a06a9)]: - @heroui/system-rsc@2.1.2 ## 2.1.2 ### Patch Changes -- [#2789](https://github.com/frontio-ai/heroui/pull/2789) [`eccc2f2f3`](https://github.com/frontio-ai/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #2749 Introduced named exports for several UI-related packages to enhance modularity and usability in Next.js projects. +- [#2789](https://github.com/heroui-inc/heroui/pull/2789) [`eccc2f2f3`](https://github.com/heroui-inc/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #2749 Introduced named exports for several UI-related packages to enhance modularity and usability in Next.js projects. -- Updated dependencies [[`eccc2f2f3`](https://github.com/frontio-ai/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: +- Updated dependencies [[`eccc2f2f3`](https://github.com/heroui-inc/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: - @heroui/react-utils@2.0.13 - @heroui/system-rsc@2.1.1 @@ -302,9 +302,9 @@ ### Patch Changes -- [#2758](https://github.com/frontio-ai/heroui/pull/2758) [`74eda3128`](https://github.com/frontio-ai/heroui/commit/74eda312883b2e17df26f71442aba9fb3cd240be) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Named exports for rsc packages, "use client;" directive added to "@heroui/react" package +- [#2758](https://github.com/heroui-inc/heroui/pull/2758) [`74eda3128`](https://github.com/heroui-inc/heroui/commit/74eda312883b2e17df26f71442aba9fb3cd240be) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Named exports for rsc packages, "use client;" directive added to "@heroui/react" package -- Updated dependencies [[`74eda3128`](https://github.com/frontio-ai/heroui/commit/74eda312883b2e17df26f71442aba9fb3cd240be)]: +- Updated dependencies [[`74eda3128`](https://github.com/heroui-inc/heroui/commit/74eda312883b2e17df26f71442aba9fb3cd240be)]: - @heroui/system-rsc@2.1.1 - @heroui/react-utils@2.0.12 @@ -312,18 +312,18 @@ ### Minor Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added - `framer-transitions` renamed to `framer-utils` - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- Updated dependencies [[`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`c5049edfd`](https://github.com/frontio-ai/heroui/commit/c5049edfde7edaee2081d70e581739be9dcae2f9)]: +- Updated dependencies [[`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`c5049edfd`](https://github.com/heroui-inc/heroui/commit/c5049edfde7edaee2081d70e581739be9dcae2f9)]: - @heroui/system-rsc@2.1.0 - @heroui/react-utils@2.0.11 @@ -331,60 +331,60 @@ ### Patch Changes -- Updated dependencies [[`a978687b0`](https://github.com/frontio-ai/heroui/commit/a978687b0736d1e15943ef46628fc4fa0723ddc7)]: +- Updated dependencies [[`a978687b0`](https://github.com/heroui-inc/heroui/commit/a978687b0736d1e15943ef46628fc4fa0723ddc7)]: - @heroui/system-rsc@2.0.11 ## 2.0.14 ### Patch Changes -- Updated dependencies [[`6ecdc278a`](https://github.com/frontio-ai/heroui/commit/6ecdc278aba927ee38a799679b8eb99cba99cab9)]: +- Updated dependencies [[`6ecdc278a`](https://github.com/heroui-inc/heroui/commit/6ecdc278aba927ee38a799679b8eb99cba99cab9)]: - @heroui/system-rsc@2.0.10 ## 2.0.13 ### Patch Changes -- Updated dependencies [[`44ed1056e`](https://github.com/frontio-ai/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648)]: +- Updated dependencies [[`44ed1056e`](https://github.com/heroui-inc/heroui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648)]: - @heroui/system-rsc@2.0.9 ## 2.0.12 ### Patch Changes -- Updated dependencies [[`38af48faf`](https://github.com/frontio-ai/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0)]: +- Updated dependencies [[`38af48faf`](https://github.com/heroui-inc/heroui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0)]: - @heroui/system-rsc@2.0.8 ## 2.0.11 ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/system-rsc@2.0.7 ## 2.0.10 ### Patch Changes -- Updated dependencies [[`f6531c5f6`](https://github.com/frontio-ai/heroui/commit/f6531c5f603d7f6308a597962ec6fab62c92fa93)]: +- Updated dependencies [[`f6531c5f6`](https://github.com/heroui-inc/heroui/commit/f6531c5f603d7f6308a597962ec6fab62c92fa93)]: - @heroui/system-rsc@2.0.6 ## 2.0.9 ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy -- Updated dependencies [[`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: +- Updated dependencies [[`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: - @heroui/system-rsc@2.0.5 ## 2.0.8 ### Patch Changes -- [#1589](https://github.com/frontio-ai/heroui/pull/1589) [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded +- [#1589](https://github.com/heroui-inc/heroui/pull/1589) [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded - Updated dependencies []: - @heroui/system-rsc@2.0.4 @@ -393,14 +393,14 @@ ### Patch Changes -- Updated dependencies [[`d61428d9e`](https://github.com/frontio-ai/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23)]: +- Updated dependencies [[`d61428d9e`](https://github.com/heroui-inc/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23)]: - @heroui/system-rsc@2.0.4 ## 2.0.6 ### Patch Changes -- [#1513](https://github.com/frontio-ai/heroui/pull/1513) [`641bf0885`](https://github.com/frontio-ai/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5) Thanks [@tianenpang](https://github.com/tianenpang)! - Extend props for NextUIProvider and update default locale from en to en-US. +- [#1513](https://github.com/heroui-inc/heroui/pull/1513) [`641bf0885`](https://github.com/heroui-inc/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5) Thanks [@tianenpang](https://github.com/tianenpang)! - Extend props for NextUIProvider and update default locale from en to en-US. - Updated dependencies []: - @heroui/system-rsc@2.0.3 @@ -409,7 +409,7 @@ ### Patch Changes -- [#1359](https://github.com/frontio-ai/heroui/pull/1359) [`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n +- [#1359](https://github.com/heroui-inc/heroui/pull/1359) [`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n - react-aria packages upgraded to the latest version - image storybooks fixed @@ -419,36 +419,36 @@ ### Patch Changes -- [#1350](https://github.com/frontio-ai/heroui/pull/1350) [`710395f3`](https://github.com/frontio-ai/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Needless exports removed from system pkg +- [#1350](https://github.com/heroui-inc/heroui/pull/1350) [`710395f3`](https://github.com/heroui-inc/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Needless exports removed from system pkg ## 2.0.3 ### Patch Changes -- [#1289](https://github.com/frontio-ai/heroui/pull/1289) [`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it +- [#1289](https://github.com/heroui-inc/heroui/pull/1289) [`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it - packages adapted to support RSC imports - filterDomProps function was modified to enable/disabled it -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports -- Updated dependencies [[`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: +- Updated dependencies [[`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: - @heroui/system-rsc@2.0.3 ## 2.0.2 ### Patch Changes -- Updated dependencies [[`459ac5ed`](https://github.com/frontio-ai/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: +- Updated dependencies [[`459ac5ed`](https://github.com/heroui-inc/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb)]: - @heroui/theme@2.0.2 ## 2.0.1 ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated -- Updated dependencies [[`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: +- Updated dependencies [[`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: - @heroui/theme@2.0.1 diff --git a/packages/core/system/README.md b/packages/core/system/README.md index 5aa0dee7e6..2997d17c6c 100644 --- a/packages/core/system/README.md +++ b/packages/core/system/README.md @@ -15,10 +15,10 @@ npm i @heroui/system ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/core/theme/CHANGELOG.md b/packages/core/theme/CHANGELOG.md index 96825e507d..286eae6d57 100644 --- a/packages/core/theme/CHANGELOG.md +++ b/packages/core/theme/CHANGELOG.md @@ -15,47 +15,47 @@ ### Patch Changes -- [#4447](https://github.com/frontio-ai/heroui/pull/4447) [`a83388a`](https://github.com/frontio-ai/heroui/commit/a83388aaf4521f0ed8dfed99a54998156df1868b) Thanks [@wingkwong](https://github.com/wingkwong)! - fix the alignment when only alert children is provided +- [#4447](https://github.com/heroui-inc/heroui/pull/4447) [`a83388a`](https://github.com/heroui-inc/heroui/commit/a83388aaf4521f0ed8dfed99a54998156df1868b) Thanks [@wingkwong](https://github.com/wingkwong)! - fix the alignment when only alert children is provided ## 2.4.4 ### Patch Changes -- [#4394](https://github.com/frontio-ai/heroui/pull/4394) [`afe0b52`](https://github.com/frontio-ai/heroui/commit/afe0b527ce2dcd1f511b601fcba700fd2d12fcd6) Thanks [@macci001](https://github.com/macci001)! - Fixing the input in card to not become invisible on hover and making time-input and date-input consistent to other inputs. +- [#4394](https://github.com/heroui-inc/heroui/pull/4394) [`afe0b52`](https://github.com/heroui-inc/heroui/commit/afe0b527ce2dcd1f511b601fcba700fd2d12fcd6) Thanks [@macci001](https://github.com/macci001)! - Fixing the input in card to not become invisible on hover and making time-input and date-input consistent to other inputs. -- [#4383](https://github.com/frontio-ai/heroui/pull/4383) [`e15ef62`](https://github.com/frontio-ai/heroui/commit/e15ef62b6ccabc5aef2790c6f97d7457f204be92) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #4382 `hideIconWrapper` property wasn't removing the borded on `Alert` component +- [#4383](https://github.com/heroui-inc/heroui/pull/4383) [`e15ef62`](https://github.com/heroui-inc/heroui/commit/e15ef62b6ccabc5aef2790c6f97d7457f204be92) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #4382 `hideIconWrapper` property wasn't removing the borded on `Alert` component -- [#4373](https://github.com/frontio-ai/heroui/pull/4373) [`e546124`](https://github.com/frontio-ai/heroui/commit/e546124e1de49e8bd4d8f5e33cba87a0e83435ef) Thanks [@Peterl561](https://github.com/Peterl561)! - menu base use overflow-clip to fix listbox section sticky (#4335) +- [#4373](https://github.com/heroui-inc/heroui/pull/4373) [`e546124`](https://github.com/heroui-inc/heroui/commit/e546124e1de49e8bd4d8f5e33cba87a0e83435ef) Thanks [@Peterl561](https://github.com/Peterl561)! - menu base use overflow-clip to fix listbox section sticky (#4335) -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: - @heroui/shared-utils@2.1.2 ## 2.4.3 ### Patch Changes -- [#4314](https://github.com/frontio-ai/heroui/pull/4314) [`5598806`](https://github.com/frontio-ai/heroui/commit/5598806216166dc9fff36cafd9112412486b747f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4314](https://github.com/heroui-inc/heroui/pull/4314) [`5598806`](https://github.com/heroui-inc/heroui/commit/5598806216166dc9fff36cafd9112412486b747f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build ## 2.4.2 ### Patch Changes -- [#4311](https://github.com/frontio-ai/heroui/pull/4311) [`03abf1d`](https://github.com/frontio-ai/heroui/commit/03abf1daf4fe5ee74f4766cd4fd78068ac25ed78) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #4252 #4260 interactive elements were not working properly +- [#4311](https://github.com/heroui-inc/heroui/pull/4311) [`03abf1d`](https://github.com/heroui-inc/heroui/commit/03abf1daf4fe5ee74f4766cd4fd78068ac25ed78) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #4252 #4260 interactive elements were not working properly ## 2.4.1 ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/shared-utils@2.1.1 ## 2.4.0 ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -81,331 +81,331 @@ ### Patch Changes -- [#4206](https://github.com/frontio-ai/heroui/pull/4206) [`44958bf`](https://github.com/frontio-ai/heroui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8) Thanks [@vinroger](https://github.com/vinroger)! - Fix should not export list item internal variables type +- [#4206](https://github.com/heroui-inc/heroui/pull/4206) [`44958bf`](https://github.com/heroui-inc/heroui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8) Thanks [@vinroger](https://github.com/vinroger)! - Fix should not export list item internal variables type -- [#4206](https://github.com/frontio-ai/heroui/pull/4206) [`44958bf`](https://github.com/frontio-ai/heroui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8) Thanks [@vinroger](https://github.com/vinroger)! - Virtualization support added to Listbox and Menu +- [#4206](https://github.com/heroui-inc/heroui/pull/4206) [`44958bf`](https://github.com/heroui-inc/heroui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8) Thanks [@vinroger](https://github.com/vinroger)! - Virtualization support added to Listbox and Menu -- Updated dependencies [[`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/shared-utils@2.1.0 ## 2.3.0-beta.18 ### Patch Changes -- [#4172](https://github.com/frontio-ai/heroui/pull/4172) [`004c4a4b3`](https://github.com/frontio-ai/heroui/commit/004c4a4b3e44477f148937b12bb542e4b27fd322) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - introduce `isClearable` to Textarea component (#2348, #2112) +- [#4172](https://github.com/heroui-inc/heroui/pull/4172) [`004c4a4b3`](https://github.com/heroui-inc/heroui/commit/004c4a4b3e44477f148937b12bb542e4b27fd322) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - introduce `isClearable` to Textarea component (#2348, #2112) -- [#4141](https://github.com/frontio-ai/heroui/pull/4141) [`922c4a567`](https://github.com/frontio-ai/heroui/commit/922c4a5674a74be749db6abeffd153eaf7d3a5c7) Thanks [@wingkwong](https://github.com/wingkwong)! - revise label font size for lg (#3073) +- [#4141](https://github.com/heroui-inc/heroui/pull/4141) [`922c4a567`](https://github.com/heroui-inc/heroui/commit/922c4a5674a74be749db6abeffd153eaf7d3a5c7) Thanks [@wingkwong](https://github.com/wingkwong)! - revise label font size for lg (#3073) ## 2.3.0-beta.17 ### Patch Changes -- [#4052](https://github.com/frontio-ai/heroui/pull/4052) [`1d5b2b6c1`](https://github.com/frontio-ai/heroui/commit/1d5b2b6c1f8672e7339a6f9dc66f0244d7bb2789) Thanks [@macci001](https://github.com/macci001)! - Adding new input-otp component. +- [#4052](https://github.com/heroui-inc/heroui/pull/4052) [`1d5b2b6c1`](https://github.com/heroui-inc/heroui/commit/1d5b2b6c1f8672e7339a6f9dc66f0244d7bb2789) Thanks [@macci001](https://github.com/macci001)! - Adding new input-otp component. ## 2.3.0-beta.16 ### Patch Changes -- [#4156](https://github.com/frontio-ai/heroui/pull/4156) [`d37007c69`](https://github.com/frontio-ai/heroui/commit/d37007c69c3e1ff4a66d414cbb1a4a38bb22264c) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix menu item classNames not work (#4119) +- [#4156](https://github.com/heroui-inc/heroui/pull/4156) [`d37007c69`](https://github.com/heroui-inc/heroui/commit/d37007c69c3e1ff4a66d414cbb1a4a38bb22264c) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix menu item classNames not work (#4119) ## 2.3.0-beta.15 ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/shared-utils@2.0.9-beta.8 ## 2.3.0-beta.14 ### Patch Changes -- [#4105](https://github.com/frontio-ai/heroui/pull/4105) [`256d46277`](https://github.com/frontio-ai/heroui/commit/256d462771c19d6ca5b969d0ec44419fb560f0ac) Thanks [@winchesHe](https://github.com/winchesHe)! - Add truncate class to the list item to avoid overflow the wrapper +- [#4105](https://github.com/heroui-inc/heroui/pull/4105) [`256d46277`](https://github.com/heroui-inc/heroui/commit/256d462771c19d6ca5b969d0ec44419fb560f0ac) Thanks [@winchesHe](https://github.com/winchesHe)! - Add truncate class to the list item to avoid overflow the wrapper ## 2.3.0-beta.13 ### Patch Changes -- [#3321](https://github.com/frontio-ai/heroui/pull/3321) [`341b5de79`](https://github.com/frontio-ai/heroui/commit/341b5de7947655e6b18fa09045f7e10fba5b8c59) Thanks [@winchesHe](https://github.com/winchesHe)! - move circular-progress tv to progress +- [#3321](https://github.com/heroui-inc/heroui/pull/3321) [`341b5de79`](https://github.com/heroui-inc/heroui/commit/341b5de7947655e6b18fa09045f7e10fba5b8c59) Thanks [@winchesHe](https://github.com/winchesHe)! - move circular-progress tv to progress ## 2.3.0-beta.12 ### Patch Changes -- [#4094](https://github.com/frontio-ai/heroui/pull/4094) [`b9d5d4925`](https://github.com/frontio-ai/heroui/commit/b9d5d492519778a4bf071748ec9f2b4e25d8373f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Virtualization support added to Listbox & Autocomplete +- [#4094](https://github.com/heroui-inc/heroui/pull/4094) [`b9d5d4925`](https://github.com/heroui-inc/heroui/commit/b9d5d492519778a4bf071748ec9f2b4e25d8373f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Virtualization support added to Listbox & Autocomplete ## 2.3.0-beta.11 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/shared-utils@2.0.9-beta.7 ## 2.3.0-beta.10 ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/shared-utils@2.0.9-beta.6 ## 2.3.0-beta.9 ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/shared-utils@2.0.9-beta.5 ## 2.3.0-beta.8 ### Patch Changes -- [#4073](https://github.com/frontio-ai/heroui/pull/4073) [`70dc75983`](https://github.com/frontio-ai/heroui/commit/70dc7598388022fca04255c3c1623468a38a3803) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Alert compoentn styles improved +- [#4073](https://github.com/heroui-inc/heroui/pull/4073) [`70dc75983`](https://github.com/heroui-inc/heroui/commit/70dc7598388022fca04255c3c1623468a38a3803) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Alert compoentn styles improved ## 2.3.0-beta.7 ### Patch Changes -- [#4071](https://github.com/frontio-ai/heroui/pull/4071) [`31349c178`](https://github.com/frontio-ai/heroui/commit/31349c178b9b2bd0be9856bc09126a37be68901a) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Alert styles improved +- [#4071](https://github.com/heroui-inc/heroui/pull/4071) [`31349c178`](https://github.com/heroui-inc/heroui/commit/31349c178b9b2bd0be9856bc09126a37be68901a) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Alert styles improved ## 2.3.0-beta.6 ### Patch Changes -- [#4054](https://github.com/frontio-ai/heroui/pull/4054) [`0f55c491b`](https://github.com/frontio-ai/heroui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Alert design improved +- [#4054](https://github.com/heroui-inc/heroui/pull/4054) [`0f55c491b`](https://github.com/heroui-inc/heroui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Alert design improved ## 2.3.0-beta.5 ### Patch Changes -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/shared-utils@2.0.9-beta.4 ## 2.3.0-beta.4 ### Patch Changes -- [#3881](https://github.com/frontio-ai/heroui/pull/3881) [`54be700e0`](https://github.com/frontio-ai/heroui/commit/54be700e04386e95cead7ce63d87015347dd166f) Thanks [@macci001](https://github.com/macci001)! - making input and select styling consistent(#3876) +- [#3881](https://github.com/heroui-inc/heroui/pull/3881) [`54be700e0`](https://github.com/heroui-inc/heroui/commit/54be700e04386e95cead7ce63d87015347dd166f) Thanks [@macci001](https://github.com/macci001)! - making input and select styling consistent(#3876) ## 2.3.0-beta.3 ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/shared-utils@2.0.9-beta.3 ## 2.3.0-beta.2 ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/shared-utils@2.0.9-beta.2 ## 2.3.0-beta.1 ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/shared-utils@2.0.9-beta.1 ## 2.3.0-beta.0 ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ### Patch Changes -- [#3869](https://github.com/frontio-ai/heroui/pull/3869) [`0cf91395c`](https://github.com/frontio-ai/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8) Thanks [@macci001](https://github.com/macci001)! - fix label placement in input and select +- [#3869](https://github.com/heroui-inc/heroui/pull/3869) [`0cf91395c`](https://github.com/heroui-inc/heroui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8) Thanks [@macci001](https://github.com/macci001)! - fix label placement in input and select -- [#3768](https://github.com/frontio-ai/heroui/pull/3768) [`781b85566`](https://github.com/frontio-ai/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a) Thanks [@macci001](https://github.com/macci001)! - fix the fullWidth variant in input and select component. (#3745) +- [#3768](https://github.com/heroui-inc/heroui/pull/3768) [`781b85566`](https://github.com/heroui-inc/heroui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a) Thanks [@macci001](https://github.com/macci001)! - fix the fullWidth variant in input and select component. (#3745) -- [#3912](https://github.com/frontio-ai/heroui/pull/3912) [`38a54ab49`](https://github.com/frontio-ai/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09) Thanks [@sanuj21](https://github.com/sanuj21)! - remove the pseudo cancel btn from input (#3907) +- [#3912](https://github.com/heroui-inc/heroui/pull/3912) [`38a54ab49`](https://github.com/heroui-inc/heroui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09) Thanks [@sanuj21](https://github.com/sanuj21)! - remove the pseudo cancel btn from input (#3907) -- [#3868](https://github.com/frontio-ai/heroui/pull/3868) [`af3c4f706`](https://github.com/frontio-ai/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88) Thanks [@macci001](https://github.com/macci001)! - replace the use of RTL-specific styles with logical properties. +- [#3868](https://github.com/heroui-inc/heroui/pull/3868) [`af3c4f706`](https://github.com/heroui-inc/heroui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88) Thanks [@macci001](https://github.com/macci001)! - replace the use of RTL-specific styles with logical properties. -- [#3657](https://github.com/frontio-ai/heroui/pull/3657) [`ae73de1a6`](https://github.com/frontio-ai/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `tailwind-merge` version (#3614) +- [#3657](https://github.com/heroui-inc/heroui/pull/3657) [`ae73de1a6`](https://github.com/heroui-inc/heroui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `tailwind-merge` version (#3614) -- [#3909](https://github.com/frontio-ai/heroui/pull/3909) [`ad6393ab3`](https://github.com/frontio-ai/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1) Thanks [@wingkwong](https://github.com/wingkwong)! - apply tw nested group (#3544, #2324, #2959) +- [#3909](https://github.com/heroui-inc/heroui/pull/3909) [`ad6393ab3`](https://github.com/heroui-inc/heroui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1) Thanks [@wingkwong](https://github.com/wingkwong)! - apply tw nested group (#3544, #2324, #2959) -- [#3523](https://github.com/frontio-ai/heroui/pull/3523) [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - replaced lodash with native approaches +- [#3523](https://github.com/heroui-inc/heroui/pull/3523) [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - replaced lodash with native approaches -- [#3248](https://github.com/frontio-ai/heroui/pull/3248) [`cb1b3135b`](https://github.com/frontio-ai/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Add support for selectorButtonPlacement property (#3015) +- [#3248](https://github.com/heroui-inc/heroui/pull/3248) [`cb1b3135b`](https://github.com/heroui-inc/heroui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Add support for selectorButtonPlacement property (#3015) -- [#3938](https://github.com/frontio-ai/heroui/pull/3938) [`a5cac4561`](https://github.com/frontio-ai/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f) Thanks [@ShrinidhiUpadhyaya](https://github.com/ShrinidhiUpadhyaya)! - added stripe color gradients for progress (#1933) +- [#3938](https://github.com/heroui-inc/heroui/pull/3938) [`a5cac4561`](https://github.com/heroui-inc/heroui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f) Thanks [@ShrinidhiUpadhyaya](https://github.com/ShrinidhiUpadhyaya)! - added stripe color gradients for progress (#1933) -- [#3982](https://github.com/frontio-ai/heroui/pull/3982) [`d90ad05b1`](https://github.com/frontio-ai/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - introduced Alert component (#2250) +- [#3982](https://github.com/heroui-inc/heroui/pull/3982) [`d90ad05b1`](https://github.com/heroui-inc/heroui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - introduced Alert component (#2250) -- [#3927](https://github.com/frontio-ai/heroui/pull/3927) [`a0d7141db`](https://github.com/frontio-ai/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93) Thanks [@ShrinidhiUpadhyaya](https://github.com/ShrinidhiUpadhyaya)! - separator icon RTL support in Breadcrumbs component (#2486) +- [#3927](https://github.com/heroui-inc/heroui/pull/3927) [`a0d7141db`](https://github.com/heroui-inc/heroui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93) Thanks [@ShrinidhiUpadhyaya](https://github.com/ShrinidhiUpadhyaya)! - separator icon RTL support in Breadcrumbs component (#2486) -- [#3523](https://github.com/frontio-ai/heroui/pull/3523) [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - framer motion optimization (#3340) +- [#3523](https://github.com/heroui-inc/heroui/pull/3523) [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - framer motion optimization (#3340) -- [#3861](https://github.com/frontio-ai/heroui/pull/3861) [`8a33eabb2`](https://github.com/frontio-ai/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4) Thanks [@ShrinidhiUpadhyaya](https://github.com/ShrinidhiUpadhyaya)! - show margin only with label in Switch component (#3791) +- [#3861](https://github.com/heroui-inc/heroui/pull/3861) [`8a33eabb2`](https://github.com/heroui-inc/heroui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4) Thanks [@ShrinidhiUpadhyaya](https://github.com/ShrinidhiUpadhyaya)! - show margin only with label in Switch component (#3791) -- [#3764](https://github.com/frontio-ai/heroui/pull/3764) [`559436d46`](https://github.com/frontio-ai/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07) Thanks [@wingkwong](https://github.com/wingkwong)! - add missing `data-[hover=true]:` for ghost button with danger color +- [#3764](https://github.com/heroui-inc/heroui/pull/3764) [`559436d46`](https://github.com/heroui-inc/heroui/commit/559436d462bdb8739d8c817d1aa98607969d8a07) Thanks [@wingkwong](https://github.com/wingkwong)! - add missing `data-[hover=true]:` for ghost button with danger color -- Updated dependencies [[`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb)]: +- Updated dependencies [[`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb)]: - @heroui/shared-utils@2.0.9-beta.0 ## 2.2.11 ### Patch Changes -- [#3754](https://github.com/frontio-ai/heroui/pull/3754) [`5517a0578`](https://github.com/frontio-ai/heroui/commit/5517a0578b5514cf2a4ddec53528d25d7f616cd0) Thanks [@wingkwong](https://github.com/wingkwong)! - remove tw nested group (rollback PR3658) +- [#3754](https://github.com/heroui-inc/heroui/pull/3754) [`5517a0578`](https://github.com/heroui-inc/heroui/commit/5517a0578b5514cf2a4ddec53528d25d7f616cd0) Thanks [@wingkwong](https://github.com/wingkwong)! - remove tw nested group (rollback PR3658) ## 2.2.10 ### Patch Changes -- [#3658](https://github.com/frontio-ai/heroui/pull/3658) [`5b5a9746e`](https://github.com/frontio-ai/heroui/commit/5b5a9746e33ce50c1d282577997a23829fd842f8) Thanks [@wingkwong](https://github.com/wingkwong)! - applied tw nested group (#3544, #2324, #2959) +- [#3658](https://github.com/heroui-inc/heroui/pull/3658) [`5b5a9746e`](https://github.com/heroui-inc/heroui/commit/5b5a9746e33ce50c1d282577997a23829fd842f8) Thanks [@wingkwong](https://github.com/wingkwong)! - applied tw nested group (#3544, #2324, #2959) -- [#2110](https://github.com/frontio-ai/heroui/pull/2110) [`bc0f72fc2`](https://github.com/frontio-ai/heroui/commit/bc0f72fc2704c33b3530add1731c82302fd26884) Thanks [@black197](https://github.com/black197)! - fix(theme): use data-hover instead of hover (#2095) +- [#2110](https://github.com/heroui-inc/heroui/pull/2110) [`bc0f72fc2`](https://github.com/heroui-inc/heroui/commit/bc0f72fc2704c33b3530add1731c82302fd26884) Thanks [@black197](https://github.com/black197)! - fix(theme): use data-hover instead of hover (#2095) -- [#3486](https://github.com/frontio-ai/heroui/pull/3486) [`324fd6d3c`](https://github.com/frontio-ai/heroui/commit/324fd6d3c1fb7e6f3ecb462a150182ffe1c7f132) Thanks [@awesome-pro](https://github.com/awesome-pro)! - fixed the shadow clipping of card inside listbox or menubox item (#3480) +- [#3486](https://github.com/heroui-inc/heroui/pull/3486) [`324fd6d3c`](https://github.com/heroui-inc/heroui/commit/324fd6d3c1fb7e6f3ecb462a150182ffe1c7f132) Thanks [@awesome-pro](https://github.com/awesome-pro)! - fixed the shadow clipping of card inside listbox or menubox item (#3480) -- [#2038](https://github.com/frontio-ai/heroui/pull/2038) [`deb15078c`](https://github.com/frontio-ai/heroui/commit/deb15078cc61fea30b9e4f6c98eddad244420276) Thanks [@amirhhashemi](https://github.com/amirhhashemi)! - Improved RTL support for the input component +- [#2038](https://github.com/heroui-inc/heroui/pull/2038) [`deb15078c`](https://github.com/heroui-inc/heroui/commit/deb15078cc61fea30b9e4f6c98eddad244420276) Thanks [@amirhhashemi](https://github.com/amirhhashemi)! - Improved RTL support for the input component -- [#3000](https://github.com/frontio-ai/heroui/pull/3000) [`81da063d6`](https://github.com/frontio-ai/heroui/commit/81da063d6ab80e1b352ebfda78ed26a47a239c49) Thanks [@chirokas](https://github.com/chirokas)! - Improve clear button pointer events, keyboard reopen issue on mobile +- [#3000](https://github.com/heroui-inc/heroui/pull/3000) [`81da063d6`](https://github.com/heroui-inc/heroui/commit/81da063d6ab80e1b352ebfda78ed26a47a239c49) Thanks [@chirokas](https://github.com/chirokas)! - Improve clear button pointer events, keyboard reopen issue on mobile -- [#3217](https://github.com/frontio-ai/heroui/pull/3217) [`9d6bcb580`](https://github.com/frontio-ai/heroui/commit/9d6bcb580a7bde6ff846fdfb679ec6e0a16410e6) Thanks [@chirokas](https://github.com/chirokas)! - Fix skeleton overflow issue (#3214 #3670) +- [#3217](https://github.com/heroui-inc/heroui/pull/3217) [`9d6bcb580`](https://github.com/heroui-inc/heroui/commit/9d6bcb580a7bde6ff846fdfb679ec6e0a16410e6) Thanks [@chirokas](https://github.com/chirokas)! - Fix skeleton overflow issue (#3214 #3670) -- [#2684](https://github.com/frontio-ai/heroui/pull/2684) [`142f394cb`](https://github.com/frontio-ai/heroui/commit/142f394cb5d25c97c919782d03f74c3b310eab0c) Thanks [@HydenLiu](https://github.com/HydenLiu)! - set the min-height of base height to 100dvh where size equals `full` (#2681) +- [#2684](https://github.com/heroui-inc/heroui/pull/2684) [`142f394cb`](https://github.com/heroui-inc/heroui/commit/142f394cb5d25c97c919782d03f74c3b310eab0c) Thanks [@HydenLiu](https://github.com/HydenLiu)! - set the min-height of base height to 100dvh where size equals `full` (#2681) -- [#2097](https://github.com/frontio-ai/heroui/pull/2097) [`06b97d05a`](https://github.com/frontio-ai/heroui/commit/06b97d05a8ce65b08bef4838f43c2bb990c72e10) Thanks [@amirhhashemi](https://github.com/amirhhashemi)! - Improved RTL support for the table component +- [#2097](https://github.com/heroui-inc/heroui/pull/2097) [`06b97d05a`](https://github.com/heroui-inc/heroui/commit/06b97d05a8ce65b08bef4838f43c2bb990c72e10) Thanks [@amirhhashemi](https://github.com/amirhhashemi)! - Improved RTL support for the table component -- [#2041](https://github.com/frontio-ai/heroui/pull/2041) [`6f44cd6a9`](https://github.com/frontio-ai/heroui/commit/6f44cd6a98f7fa848496e2bd9ca933cd6796bf3f) Thanks [@amirhhashemi](https://github.com/amirhhashemi)! - Improved RTL support for the select component +- [#2041](https://github.com/heroui-inc/heroui/pull/2041) [`6f44cd6a9`](https://github.com/heroui-inc/heroui/commit/6f44cd6a98f7fa848496e2bd9ca933cd6796bf3f) Thanks [@amirhhashemi](https://github.com/amirhhashemi)! - Improved RTL support for the select component -- [#3691](https://github.com/frontio-ai/heroui/pull/3691) [`3e06ef64c`](https://github.com/frontio-ai/heroui/commit/3e06ef64cc5da30f7b2ab209d9d669e6ac8478ca) Thanks [@wingkwong](https://github.com/wingkwong)! - adjust modal position when keyboard appears (#2837) +- [#3691](https://github.com/heroui-inc/heroui/pull/3691) [`3e06ef64c`](https://github.com/heroui-inc/heroui/commit/3e06ef64cc5da30f7b2ab209d9d669e6ac8478ca) Thanks [@wingkwong](https://github.com/wingkwong)! - adjust modal position when keyboard appears (#2837) -- [#2946](https://github.com/frontio-ai/heroui/pull/2946) [`59ea6b745`](https://github.com/frontio-ai/heroui/commit/59ea6b7457345b8b1f241143301b5a9bf81054e4) Thanks [@rockey2020](https://github.com/rockey2020)! - export default-layout in theme +- [#2946](https://github.com/heroui-inc/heroui/pull/2946) [`59ea6b745`](https://github.com/heroui-inc/heroui/commit/59ea6b7457345b8b1f241143301b5a9bf81054e4) Thanks [@rockey2020](https://github.com/rockey2020)! - export default-layout in theme -- [#3656](https://github.com/frontio-ai/heroui/pull/3656) [`55c92981e`](https://github.com/frontio-ai/heroui/commit/55c92981e009b1721e8288341402feb1ebec08f3) Thanks [@ameybh](https://github.com/ameybh)! - fixed arrow keys order when html has dir="rtl" (#3641, #3642) +- [#3656](https://github.com/heroui-inc/heroui/pull/3656) [`55c92981e`](https://github.com/heroui-inc/heroui/commit/55c92981e009b1721e8288341402feb1ebec08f3) Thanks [@ameybh](https://github.com/ameybh)! - fixed arrow keys order when html has dir="rtl" (#3641, #3642) -- [#3552](https://github.com/frontio-ai/heroui/pull/3552) [`97f233b34`](https://github.com/frontio-ai/heroui/commit/97f233b346e07c766fb25a2ca16a78d4aa8ce2fe) Thanks [@awesome-pro](https://github.com/awesome-pro)! - fixed the double click need in chrome for checkbox, switch and radiobuttons (#3528) +- [#3552](https://github.com/heroui-inc/heroui/pull/3552) [`97f233b34`](https://github.com/heroui-inc/heroui/commit/97f233b346e07c766fb25a2ca16a78d4aa8ce2fe) Thanks [@awesome-pro](https://github.com/awesome-pro)! - fixed the double click need in chrome for checkbox, switch and radiobuttons (#3528) -- [#3663](https://github.com/frontio-ai/heroui/pull/3663) [`46cc01908`](https://github.com/frontio-ai/heroui/commit/46cc01908e99797cfc9c60762fef6d95dc6c0b6a) Thanks [@macci001](https://github.com/macci001)! - The color of the selected value in SELECT component was `text-foreground-500` instead of `text-default-foreground`. Also label slot in SELECT component's UNDERLINE had no effect of color variant. The change includes the fix for the mentioned issues (#3659). +- [#3663](https://github.com/heroui-inc/heroui/pull/3663) [`46cc01908`](https://github.com/heroui-inc/heroui/commit/46cc01908e99797cfc9c60762fef6d95dc6c0b6a) Thanks [@macci001](https://github.com/macci001)! - The color of the selected value in SELECT component was `text-foreground-500` instead of `text-default-foreground`. Also label slot in SELECT component's UNDERLINE had no effect of color variant. The change includes the fix for the mentioned issues (#3659). -- [#3738](https://github.com/frontio-ai/heroui/pull/3738) [`54bd9cdd6`](https://github.com/frontio-ai/heroui/commit/54bd9cdd6de72bb0032e5e8f9dc2007ca3aadb0d) Thanks [@rileybutterfield](https://github.com/rileybutterfield)! - Updates the text colors for the flat variant in the theme so that elements using this variant are accessible (#3738) +- [#3738](https://github.com/heroui-inc/heroui/pull/3738) [`54bd9cdd6`](https://github.com/heroui-inc/heroui/commit/54bd9cdd6de72bb0032e5e8f9dc2007ca3aadb0d) Thanks [@rileybutterfield](https://github.com/rileybutterfield)! - Updates the text colors for the flat variant in the theme so that elements using this variant are accessible (#3738) -- [#2044](https://github.com/frontio-ai/heroui/pull/2044) [`fe30dc8cc`](https://github.com/frontio-ai/heroui/commit/fe30dc8cc0c109f7f537be79c8c13a3f5fa1c0f7) Thanks [@amirhhashemi](https://github.com/amirhhashemi)! - Improved RTL support for the pagination component +- [#2044](https://github.com/heroui-inc/heroui/pull/2044) [`fe30dc8cc`](https://github.com/heroui-inc/heroui/commit/fe30dc8cc0c109f7f537be79c8c13a3f5fa1c0f7) Thanks [@amirhhashemi](https://github.com/amirhhashemi)! - Improved RTL support for the pagination component ## 2.2.9 ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm ## 2.2.8 ### Patch Changes -- [#3499](https://github.com/frontio-ai/heroui/pull/3499) [`59428b183`](https://github.com/frontio-ai/heroui/commit/59428b183deceacd0db246e129de5ed8b0200d37) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed button scaling when `disableAnimation` is `true` (#3489) +- [#3499](https://github.com/heroui-inc/heroui/pull/3499) [`59428b183`](https://github.com/heroui-inc/heroui/commit/59428b183deceacd0db246e129de5ed8b0200d37) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed button scaling when `disableAnimation` is `true` (#3489) -- [#3495](https://github.com/frontio-ai/heroui/pull/3495) [`8b193072e`](https://github.com/frontio-ai/heroui/commit/8b193072e5d77d722825bc89700055ce24ee0fb3) Thanks [@abhinandan-verma](https://github.com/abhinandan-verma)! - fixed the issue of double scrollbar in modal with inside `scrollBehavior` (#3942) +- [#3495](https://github.com/heroui-inc/heroui/pull/3495) [`8b193072e`](https://github.com/heroui-inc/heroui/commit/8b193072e5d77d722825bc89700055ce24ee0fb3) Thanks [@abhinandan-verma](https://github.com/abhinandan-verma)! - fixed the issue of double scrollbar in modal with inside `scrollBehavior` (#3942) -- [#3505](https://github.com/frontio-ai/heroui/pull/3505) [`1fdbf2ad2`](https://github.com/frontio-ai/heroui/commit/1fdbf2ad2020d91f257029e6a3f81406d5da109c) Thanks [@abhinandan-verma](https://github.com/abhinandan-verma)! - Fixed the calendarContent width as per visible month +- [#3505](https://github.com/heroui-inc/heroui/pull/3505) [`1fdbf2ad2`](https://github.com/heroui-inc/heroui/commit/1fdbf2ad2020d91f257029e6a3f81406d5da109c) Thanks [@abhinandan-verma](https://github.com/abhinandan-verma)! - Fixed the calendarContent width as per visible month -- [#3491](https://github.com/frontio-ai/heroui/pull/3491) [`46edcca95`](https://github.com/frontio-ai/heroui/commit/46edcca954b3a3e16c83d117c27cf39a59474548) Thanks [@abhinandan-verma](https://github.com/abhinandan-verma)! - fixed the slow color change of sortable table header during theme change (#3488) +- [#3491](https://github.com/heroui-inc/heroui/pull/3491) [`46edcca95`](https://github.com/heroui-inc/heroui/commit/46edcca954b3a3e16c83d117c27cf39a59474548) Thanks [@abhinandan-verma](https://github.com/abhinandan-verma)! - fixed the slow color change of sortable table header during theme change (#3488) ## 2.2.7 ### Patch Changes -- [#3221](https://github.com/frontio-ai/heroui/pull/3221) [`b4c046fe8`](https://github.com/frontio-ai/heroui/commit/b4c046fe8ba7b26d60e6b1463101e35f3f9f1ce8) Thanks [@sjoerdvanBommel](https://github.com/sjoerdvanBommel)! - Differentiate selected bg color from striped bg color (#1602) +- [#3221](https://github.com/heroui-inc/heroui/pull/3221) [`b4c046fe8`](https://github.com/heroui-inc/heroui/commit/b4c046fe8ba7b26d60e6b1463101e35f3f9f1ce8) Thanks [@sjoerdvanBommel](https://github.com/sjoerdvanBommel)! - Differentiate selected bg color from striped bg color (#1602) -- [#3291](https://github.com/frontio-ai/heroui/pull/3291) [`e9a6a162e`](https://github.com/frontio-ai/heroui/commit/e9a6a162e8a26c6507938191c4e0b5bd94bdbf8d) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed variants for nested accordions (#3285) +- [#3291](https://github.com/heroui-inc/heroui/pull/3291) [`e9a6a162e`](https://github.com/heroui-inc/heroui/commit/e9a6a162e8a26c6507938191c4e0b5bd94bdbf8d) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed variants for nested accordions (#3285) -- [#3268](https://github.com/frontio-ai/heroui/pull/3268) [`93f178781`](https://github.com/frontio-ai/heroui/commit/93f17878154a6351c38c8ef4806b5fb20e4fa217) Thanks [@wingkwong](https://github.com/wingkwong)! - revised styles and logic for input with file type (#2397, #2311, #2965) +- [#3268](https://github.com/heroui-inc/heroui/pull/3268) [`93f178781`](https://github.com/heroui-inc/heroui/commit/93f17878154a6351c38c8ef4806b5fb20e4fa217) Thanks [@wingkwong](https://github.com/wingkwong)! - revised styles and logic for input with file type (#2397, #2311, #2965) -- [#3430](https://github.com/frontio-ai/heroui/pull/3430) [`2333c3987`](https://github.com/frontio-ai/heroui/commit/2333c39870bcad597c6901b6d2575f157b064d7b) Thanks [@abhinandan-verma](https://github.com/abhinandan-verma)! - fixed the input background change by autofill in Chrome (#1346) +- [#3430](https://github.com/heroui-inc/heroui/pull/3430) [`2333c3987`](https://github.com/heroui-inc/heroui/commit/2333c39870bcad597c6901b6d2575f157b064d7b) Thanks [@abhinandan-verma](https://github.com/abhinandan-verma)! - fixed the input background change by autofill in Chrome (#1346) ## 2.2.6 ### Patch Changes -- [#2900](https://github.com/frontio-ai/heroui/pull/2900) [`75d122317`](https://github.com/frontio-ai/heroui/commit/75d1223178a8d6f5b68535b54a79efb2d75a31cc) Thanks [@chirokas](https://github.com/chirokas)! - Fix #2886 TableColumn align prop fixed, style improved. +- [#2900](https://github.com/heroui-inc/heroui/pull/2900) [`75d122317`](https://github.com/heroui-inc/heroui/commit/75d1223178a8d6f5b68535b54a79efb2d75a31cc) Thanks [@chirokas](https://github.com/chirokas)! - Fix #2886 TableColumn align prop fixed, style improved. -- [#3174](https://github.com/frontio-ai/heroui/pull/3174) [`dbb4b8ee5`](https://github.com/frontio-ai/heroui/commit/dbb4b8ee564114bfb0ef93467ed9ef6a3ff7e2e7) Thanks [@wingkwong](https://github.com/wingkwong)! - Fix input display with hidden type (#3170) +- [#3174](https://github.com/heroui-inc/heroui/pull/3174) [`dbb4b8ee5`](https://github.com/heroui-inc/heroui/commit/dbb4b8ee564114bfb0ef93467ed9ef6a3ff7e2e7) Thanks [@wingkwong](https://github.com/wingkwong)! - Fix input display with hidden type (#3170) ## 2.2.5 ### Patch Changes -- [#3126](https://github.com/frontio-ai/heroui/pull/3126) [`43bef0718`](https://github.com/frontio-ai/heroui/commit/43bef07180c5e0bc7d08319f922aa47a63715860) Thanks [@wingkwong](https://github.com/wingkwong)! - add missing pointer event after data loaded (#3125) +- [#3126](https://github.com/heroui-inc/heroui/pull/3126) [`43bef0718`](https://github.com/heroui-inc/heroui/commit/43bef07180c5e0bc7d08319f922aa47a63715860) Thanks [@wingkwong](https://github.com/wingkwong)! - add missing pointer event after data loaded (#3125) ## 2.2.4 ### Patch Changes -- [#2883](https://github.com/frontio-ai/heroui/pull/2883) [`76f4dd8e7`](https://github.com/frontio-ai/heroui/commit/76f4dd8e76d4c0047953fc8a5b8b65614d7375f0) Thanks [@wingkwong](https://github.com/wingkwong)! - Revise slider styles (#2880) +- [#2883](https://github.com/heroui-inc/heroui/pull/2883) [`76f4dd8e7`](https://github.com/heroui-inc/heroui/commit/76f4dd8e76d4c0047953fc8a5b8b65614d7375f0) Thanks [@wingkwong](https://github.com/wingkwong)! - Revise slider styles (#2880) -- [#2915](https://github.com/frontio-ai/heroui/pull/2915) [`e3afa4789`](https://github.com/frontio-ai/heroui/commit/e3afa4789a1ac0fa929b2acaca5bd9c520567ab8) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - The `cn` utility was moved the `theme` package and updated to support NextUI custom classes. +- [#2915](https://github.com/heroui-inc/heroui/pull/2915) [`e3afa4789`](https://github.com/heroui-inc/heroui/commit/e3afa4789a1ac0fa929b2acaca5bd9c520567ab8) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - The `cn` utility was moved the `theme` package and updated to support NextUI custom classes. -- [#3010](https://github.com/frontio-ai/heroui/pull/3010) [`77e85e665`](https://github.com/frontio-ai/heroui/commit/77e85e665c94a188db46ec08c61c872e5d8e7d8c) Thanks [@wingkwong](https://github.com/wingkwong)! - revise isInvalid input styles (#3007) +- [#3010](https://github.com/heroui-inc/heroui/pull/3010) [`77e85e665`](https://github.com/heroui-inc/heroui/commit/77e85e665c94a188db46ec08c61c872e5d8e7d8c) Thanks [@wingkwong](https://github.com/wingkwong)! - revise isInvalid input styles (#3007) -- [#3018](https://github.com/frontio-ai/heroui/pull/3018) [`1109baea6`](https://github.com/frontio-ai/heroui/commit/1109baea6ac6aa3feb2be90ef065f61b2c2a06a9) Thanks [@wingkwong](https://github.com/wingkwong)! - fix incorrect tailwind classnames +- [#3018](https://github.com/heroui-inc/heroui/pull/3018) [`1109baea6`](https://github.com/heroui-inc/heroui/commit/1109baea6ac6aa3feb2be90ef065f61b2c2a06a9) Thanks [@wingkwong](https://github.com/wingkwong)! - fix incorrect tailwind classnames -- [#2990](https://github.com/frontio-ai/heroui/pull/2990) [`ad08010fe`](https://github.com/frontio-ai/heroui/commit/ad08010fe58438c8d8f264ee1671b53d6638a724) Thanks [@wingkwong](https://github.com/wingkwong)! - remove unnecessary origin-bottom in button +- [#2990](https://github.com/heroui-inc/heroui/pull/2990) [`ad08010fe`](https://github.com/heroui-inc/heroui/commit/ad08010fe58438c8d8f264ee1671b53d6638a724) Thanks [@wingkwong](https://github.com/wingkwong)! - remove unnecessary origin-bottom in button -- [#2973](https://github.com/frontio-ai/heroui/pull/2973) [`e34c5e307`](https://github.com/frontio-ai/heroui/commit/e34c5e307d1dfa2747e7fd77752983ad30a7e3eb) Thanks [@wingkwong](https://github.com/wingkwong)! - Add `destroyInactiveTabPanel` prop for Tabs component (#1562) +- [#2973](https://github.com/heroui-inc/heroui/pull/2973) [`e34c5e307`](https://github.com/heroui-inc/heroui/commit/e34c5e307d1dfa2747e7fd77752983ad30a7e3eb) Thanks [@wingkwong](https://github.com/wingkwong)! - Add `destroyInactiveTabPanel` prop for Tabs component (#1562) -- [#2906](https://github.com/frontio-ai/heroui/pull/2906) [`c83ff382b`](https://github.com/frontio-ai/heroui/commit/c83ff382b9e5deaa08ed7e64eee484cc4904704d) Thanks [@ShrinidhiUpadhyaya](https://github.com/ShrinidhiUpadhyaya)! - Fixed hiding of unavailable dates in RangeCalendar (#2890) +- [#2906](https://github.com/heroui-inc/heroui/pull/2906) [`c83ff382b`](https://github.com/heroui-inc/heroui/commit/c83ff382b9e5deaa08ed7e64eee484cc4904704d) Thanks [@ShrinidhiUpadhyaya](https://github.com/ShrinidhiUpadhyaya)! - Fixed hiding of unavailable dates in RangeCalendar (#2890) -- [#2929](https://github.com/frontio-ai/heroui/pull/2929) [`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. +- [#2929](https://github.com/heroui-inc/heroui/pull/2929) [`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. -- [#2972](https://github.com/frontio-ai/heroui/pull/2972) [`5f735a989`](https://github.com/frontio-ai/heroui/commit/5f735a989297dd5b5b82eba84b91ddbdb33cd3c4) Thanks [@wingkwong](https://github.com/wingkwong)! - add pointer-events-none to skeleton base (#1714) +- [#2972](https://github.com/heroui-inc/heroui/pull/2972) [`5f735a989`](https://github.com/heroui-inc/heroui/commit/5f735a989297dd5b5b82eba84b91ddbdb33cd3c4) Thanks [@wingkwong](https://github.com/wingkwong)! - add pointer-events-none to skeleton base (#1714) -- [#2949](https://github.com/frontio-ai/heroui/pull/2949) [`0108d06d3`](https://github.com/frontio-ai/heroui/commit/0108d06d3b4167b28d4be03813d883d9d4d7d9f6) Thanks [@novsource](https://github.com/novsource)! - Removed scrolling display during month change animation (#2945) +- [#2949](https://github.com/heroui-inc/heroui/pull/2949) [`0108d06d3`](https://github.com/heroui-inc/heroui/commit/0108d06d3b4167b28d4be03813d883d9d4d7d9f6) Thanks [@novsource](https://github.com/novsource)! - Removed scrolling display during month change animation (#2945) -- [#2986](https://github.com/frontio-ai/heroui/pull/2986) [`8988981c5`](https://github.com/frontio-ai/heroui/commit/8988981c532b35577b0efa3a68496499973acb33) Thanks [@wingkwong](https://github.com/wingkwong)! - set overflow visible after skeleton loaded (#2125) +- [#2986](https://github.com/heroui-inc/heroui/pull/2986) [`8988981c5`](https://github.com/heroui-inc/heroui/commit/8988981c532b35577b0efa3a68496499973acb33) Thanks [@wingkwong](https://github.com/wingkwong)! - set overflow visible after skeleton loaded (#2125) -- [#2781](https://github.com/frontio-ai/heroui/pull/2781) [`648edad77`](https://github.com/frontio-ai/heroui/commit/648edad77ea6265baecbc8cd7d1caee5a983da7c) Thanks [@mrbadri](https://github.com/mrbadri)! - Fixed incorrect margin on labels for RTL required inputs. (#2780) +- [#2781](https://github.com/heroui-inc/heroui/pull/2781) [`648edad77`](https://github.com/heroui-inc/heroui/commit/648edad77ea6265baecbc8cd7d1caee5a983da7c) Thanks [@mrbadri](https://github.com/mrbadri)! - Fixed incorrect margin on labels for RTL required inputs. (#2780) ## 2.2.3 ### Patch Changes -- [#2508](https://github.com/frontio-ai/heroui/pull/2508) [`31934017a`](https://github.com/frontio-ai/heroui/commit/31934017a54627cbc78583674e990dc66dbe303e) Thanks [@khatabakhsh](https://github.com/khatabakhsh)! - Improved styling for radio button labels, including adjustments for different screen sizes and support for right-to-left (RTL) languages. (#2507) +- [#2508](https://github.com/heroui-inc/heroui/pull/2508) [`31934017a`](https://github.com/heroui-inc/heroui/commit/31934017a54627cbc78583674e990dc66dbe303e) Thanks [@khatabakhsh](https://github.com/khatabakhsh)! - Improved styling for radio button labels, including adjustments for different screen sizes and support for right-to-left (RTL) languages. (#2507) -- [#2660](https://github.com/frontio-ai/heroui/pull/2660) [`25484f866`](https://github.com/frontio-ai/heroui/commit/25484f866338cf6df549ba0b1082ffd57384eee2) Thanks [@sossost](https://github.com/sossost)! - Fixed slider component vertical mark y position focus (#2658) +- [#2660](https://github.com/heroui-inc/heroui/pull/2660) [`25484f866`](https://github.com/heroui-inc/heroui/commit/25484f866338cf6df549ba0b1082ffd57384eee2) Thanks [@sossost](https://github.com/sossost)! - Fixed slider component vertical mark y position focus (#2658) -- [#2668](https://github.com/frontio-ai/heroui/pull/2668) [`6b96ea9c9`](https://github.com/frontio-ai/heroui/commit/6b96ea9c9c091d025a886361f50970599a260715) Thanks [@caebwallace](https://github.com/caebwallace)! - Fix custom slot styling with twMerge set to true (#2153) +- [#2668](https://github.com/heroui-inc/heroui/pull/2668) [`6b96ea9c9`](https://github.com/heroui-inc/heroui/commit/6b96ea9c9c091d025a886361f50970599a260715) Thanks [@caebwallace](https://github.com/caebwallace)! - Fix custom slot styling with twMerge set to true (#2153) ## 2.2.2 ### Patch Changes -- [#2784](https://github.com/frontio-ai/heroui/pull/2784) [`183a4a6cf`](https://github.com/frontio-ai/heroui/commit/183a4a6cfda193a076a4a30550ab93b72d51002d) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix `isDisabled` prop warning on NextUI components that don't support this property, it is also fixed for non-NextUI components. +- [#2784](https://github.com/heroui-inc/heroui/pull/2784) [`183a4a6cf`](https://github.com/heroui-inc/heroui/commit/183a4a6cfda193a076a4a30550ab93b72d51002d) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix `isDisabled` prop warning on NextUI components that don't support this property, it is also fixed for non-NextUI components. ## 2.2.1 ### Patch Changes -- [#2744](https://github.com/frontio-ai/heroui/pull/2744) [`158c2aa00`](https://github.com/frontio-ai/heroui/commit/158c2aa004f0080449321f84b0efd37762e8adc0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Refactor calendar cell tab index, add calendar default width +- [#2744](https://github.com/heroui-inc/heroui/pull/2744) [`158c2aa00`](https://github.com/heroui-inc/heroui/commit/158c2aa004f0080449321f84b0efd37762e8adc0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Refactor calendar cell tab index, add calendar default width ## 2.2.0 ### Minor Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 ### Patch Changes -- [#2538](https://github.com/frontio-ai/heroui/pull/2538) [`0359bf308`](https://github.com/frontio-ai/heroui/commit/0359bf3084d9f0fc29bf70505b600dab5e1c5da1) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed missing disableAnimation behavior in skeleton +- [#2538](https://github.com/heroui-inc/heroui/pull/2538) [`0359bf308`](https://github.com/heroui-inc/heroui/commit/0359bf3084d9f0fc29bf70505b600dab5e1c5da1) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed missing disableAnimation behavior in skeleton -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added @@ -414,124 +414,124 @@ - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Support slots in AvatarGroup +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Support slots in AvatarGroup -- [#2522](https://github.com/frontio-ai/heroui/pull/2522) [`c5049edfd`](https://github.com/frontio-ai/heroui/commit/c5049edfde7edaee2081d70e581739be9dcae2f9) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed unexpected props on a DOM element (#2474) +- [#2522](https://github.com/heroui-inc/heroui/pull/2522) [`c5049edfd`](https://github.com/heroui-inc/heroui/commit/c5049edfde7edaee2081d70e581739be9dcae2f9) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed unexpected props on a DOM element (#2474) -- [#2677](https://github.com/frontio-ai/heroui/pull/2677) [`4dd2605ac`](https://github.com/frontio-ai/heroui/commit/4dd2605ac2270b419ff5b652a116e5048ec95c87) Thanks [@u3u](https://github.com/u3u)! - Fix: remove conflicting transition utilities (close #1502) +- [#2677](https://github.com/heroui-inc/heroui/pull/2677) [`4dd2605ac`](https://github.com/heroui-inc/heroui/commit/4dd2605ac2270b419ff5b652a116e5048ec95c87) Thanks [@u3u](https://github.com/u3u)! - Fix: remove conflicting transition utilities (close #1502) See: https://tailwindcss.com/docs/transition-property -- [#2702](https://github.com/frontio-ai/heroui/pull/2702) [`2829d4afa`](https://github.com/frontio-ai/heroui/commit/2829d4afaef37ad899fec36d6a9e0e9d2f95094f) Thanks [@wingkwong](https://github.com/wingkwong)! - Changed the HSL rounding to 2 decimal places (#2697) +- [#2702](https://github.com/heroui-inc/heroui/pull/2702) [`2829d4afa`](https://github.com/heroui-inc/heroui/commit/2829d4afaef37ad899fec36d6a9e0e9d2f95094f) Thanks [@wingkwong](https://github.com/wingkwong)! - Changed the HSL rounding to 2 decimal places (#2697) ## 2.1.18 ### Patch Changes -- [#2387](https://github.com/frontio-ai/heroui/pull/2387) [`141887d38`](https://github.com/frontio-ai/heroui/commit/141887d38c3b15a332b7d521448d4eb8e0743ba4) Thanks [@kuri-sun](https://github.com/kuri-sun)! - Chip with dot variant is not properly styled +- [#2387](https://github.com/heroui-inc/heroui/pull/2387) [`141887d38`](https://github.com/heroui-inc/heroui/commit/141887d38c3b15a332b7d521448d4eb8e0743ba4) Thanks [@kuri-sun](https://github.com/kuri-sun)! - Chip with dot variant is not properly styled -- [#2392](https://github.com/frontio-ai/heroui/pull/2392) [`37bed2368`](https://github.com/frontio-ai/heroui/commit/37bed2368e2414a6eb3cf8744896a18ca7299a91) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect RTL behaviour in toggle (#2266) +- [#2392](https://github.com/heroui-inc/heroui/pull/2392) [`37bed2368`](https://github.com/heroui-inc/heroui/commit/37bed2368e2414a6eb3cf8744896a18ca7299a91) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect RTL behaviour in toggle (#2266) -- [#2379](https://github.com/frontio-ai/heroui/pull/2379) [`e83595e06`](https://github.com/frontio-ai/heroui/commit/e83595e06f8225ea590491906109721d46e5dc1f) Thanks [@sudongyuer](https://github.com/sudongyuer)! - fix(chip): fix isOneChar compound variants avoid chip malformed(#2350) +- [#2379](https://github.com/heroui-inc/heroui/pull/2379) [`e83595e06`](https://github.com/heroui-inc/heroui/commit/e83595e06f8225ea590491906109721d46e5dc1f) Thanks [@sudongyuer](https://github.com/sudongyuer)! - fix(chip): fix isOneChar compound variants avoid chip malformed(#2350) ## 2.1.17 ### Patch Changes -- [#1951](https://github.com/frontio-ai/heroui/pull/1951) [`0f5cce5d6`](https://github.com/frontio-ai/heroui/commit/0f5cce5d62713c59973b4330607cdcd3fd95d41a) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1933 TV Function refactored to support twMerge false opts. +- [#1951](https://github.com/heroui-inc/heroui/pull/1951) [`0f5cce5d6`](https://github.com/heroui-inc/heroui/commit/0f5cce5d62713c59973b4330607cdcd3fd95d41a) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1933 TV Function refactored to support twMerge false opts. ## 2.1.16 ### Patch Changes -- [#1923](https://github.com/frontio-ai/heroui/pull/1923) [`9189b3fbf`](https://github.com/frontio-ai/heroui/commit/9189b3fbf2d6d6cc6566009c71b37d5fcc566291) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Textarea style rounded full styles issues fixed, start and end content props added +- [#1923](https://github.com/heroui-inc/heroui/pull/1923) [`9189b3fbf`](https://github.com/heroui-inc/heroui/commit/9189b3fbf2d6d6cc6566009c71b37d5fcc566291) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Textarea style rounded full styles issues fixed, start and end content props added ## 2.1.15 ### Patch Changes -- [#1914](https://github.com/frontio-ai/heroui/pull/1914) [`7f6218b97`](https://github.com/frontio-ai/heroui/commit/7f6218b97860d267f5208134948dfeadd04505d1) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1910 multiline select fixed, style improved. +- [#1914](https://github.com/heroui-inc/heroui/pull/1914) [`7f6218b97`](https://github.com/heroui-inc/heroui/commit/7f6218b97860d267f5208134948dfeadd04505d1) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1910 multiline select fixed, style improved. ## 2.1.14 ### Patch Changes -- [#1901](https://github.com/frontio-ai/heroui/pull/1901) [`6a6d426b1`](https://github.com/frontio-ai/heroui/commit/6a6d426b10fa7f92dfb20611e261347027393193) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Label position changed for Select and Input, this avoids to break the layout when having long descriptions and no placeholder +- [#1901](https://github.com/heroui-inc/heroui/pull/1901) [`6a6d426b1`](https://github.com/heroui-inc/heroui/commit/6a6d426b10fa7f92dfb20611e261347027393193) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Label position changed for Select and Input, this avoids to break the layout when having long descriptions and no placeholder - Input/Select styles improved, label opacity removed -- [#1902](https://github.com/frontio-ai/heroui/pull/1902) [`85a820eef`](https://github.com/frontio-ai/heroui/commit/85a820eeffe5df87e7622b0983788eb50adafe20) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1893, `endContent` prop fixed. +- [#1902](https://github.com/heroui-inc/heroui/pull/1902) [`85a820eef`](https://github.com/heroui-inc/heroui/commit/85a820eeffe5df87e7622b0983788eb50adafe20) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1893, `endContent` prop fixed. -- [#1905](https://github.com/frontio-ai/heroui/pull/1905) [`11ef4365d`](https://github.com/frontio-ai/heroui/commit/11ef4365dacf539001a39d596d2f60440bc0648b) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Input/Select text size changed for sm size. +- [#1905](https://github.com/heroui-inc/heroui/pull/1905) [`11ef4365d`](https://github.com/heroui-inc/heroui/commit/11ef4365dacf539001a39d596d2f60440bc0648b) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Input/Select text size changed for sm size. ## 2.1.13 ### Patch Changes -- [#1884](https://github.com/frontio-ai/heroui/pull/1884) [`acba2cf8f`](https://github.com/frontio-ai/heroui/commit/acba2cf8f5ba1526bd44c6851e0ed7fdc6c0b8ae) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Input, Textarea, Select, Autocomplete and Textarea helper wrapper styles fixed +- [#1884](https://github.com/heroui-inc/heroui/pull/1884) [`acba2cf8f`](https://github.com/heroui-inc/heroui/commit/acba2cf8f5ba1526bd44c6851e0ed7fdc6c0b8ae) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Input, Textarea, Select, Autocomplete and Textarea helper wrapper styles fixed -- [#1891](https://github.com/frontio-ai/heroui/pull/1891) [`e728a8967`](https://github.com/frontio-ai/heroui/commit/e728a8967b1775be6a919f3b6bd6fc2267cc002d) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Input/Autocomplete/Textarea/Select styles adapted to custom default color, label truncate added +- [#1891](https://github.com/heroui-inc/heroui/pull/1891) [`e728a8967`](https://github.com/heroui-inc/heroui/commit/e728a8967b1775be6a919f3b6bd6fc2267cc002d) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Input/Autocomplete/Textarea/Select styles adapted to custom default color, label truncate added -- [#1876](https://github.com/frontio-ai/heroui/pull/1876) [`71807e883`](https://github.com/frontio-ai/heroui/commit/71807e88317c40aadfeb134125be1def9d679956) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Theme plugin optimization applied to make it faster +- [#1876](https://github.com/heroui-inc/heroui/pull/1876) [`71807e883`](https://github.com/heroui-inc/heroui/commit/71807e88317c40aadfeb134125be1def9d679956) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Theme plugin optimization applied to make it faster ## 2.1.12 ### Patch Changes -- [#1869](https://github.com/frontio-ai/heroui/pull/1869) [`e84158db6`](https://github.com/frontio-ai/heroui/commit/e84158db620954b0f1d71206acbf3d46f43b0b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Select without label position fixed +- [#1869](https://github.com/heroui-inc/heroui/pull/1869) [`e84158db6`](https://github.com/heroui-inc/heroui/commit/e84158db620954b0f1d71206acbf3d46f43b0b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Select without label position fixed - Input helperWrapper slot is now relative to its parent ## 2.1.11 ### Patch Changes -- [#1865](https://github.com/frontio-ai/heroui/pull/1865) [`1fd5049f5`](https://github.com/frontio-ai/heroui/commit/1fd5049f5a0b852862e8ca1816f1e83507fdd8b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix multiline select and inputs with description/errorMessage +- [#1865](https://github.com/heroui-inc/heroui/pull/1865) [`1fd5049f5`](https://github.com/heroui-inc/heroui/commit/1fd5049f5a0b852862e8ca1816f1e83507fdd8b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix multiline select and inputs with description/errorMessage ## 2.1.10 ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 ## 2.1.9 ### Patch Changes -- [#1631](https://github.com/frontio-ai/heroui/pull/1631) [`425a034bc`](https://github.com/frontio-ai/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - validationState prop deprecated, "isInvalid" prop adjusted, invalid checkbox and radios state improved +- [#1631](https://github.com/heroui-inc/heroui/pull/1631) [`425a034bc`](https://github.com/heroui-inc/heroui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - validationState prop deprecated, "isInvalid" prop adjusted, invalid checkbox and radios state improved ## 2.1.8 ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy ## 2.1.7 ### Patch Changes -- [#1563](https://github.com/frontio-ai/heroui/pull/1563) [`a3be419cb`](https://github.com/frontio-ai/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1561 Select bottom space removed when having helper components +- [#1563](https://github.com/heroui-inc/heroui/pull/1563) [`a3be419cb`](https://github.com/heroui-inc/heroui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1561 Select bottom space removed when having helper components -- [#1590](https://github.com/frontio-ai/heroui/pull/1590) [`5c30e0481`](https://github.com/frontio-ai/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5) Thanks [@jguddas](https://github.com/jguddas)! - fix: set nowrap in chip +- [#1590](https://github.com/heroui-inc/heroui/pull/1590) [`5c30e0481`](https://github.com/heroui-inc/heroui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5) Thanks [@jguddas](https://github.com/jguddas)! - fix: set nowrap in chip ## 2.1.6 ### Patch Changes -- [#1558](https://github.com/frontio-ai/heroui/pull/1558) [`7c8341035`](https://github.com/frontio-ai/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pagination changeset +- [#1558](https://github.com/heroui-inc/heroui/pull/1558) [`7c8341035`](https://github.com/heroui-inc/heroui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pagination changeset ## 2.1.5 ### Patch Changes -- [#1555](https://github.com/frontio-ai/heroui/pull/1555) [`d61428d9e`](https://github.com/frontio-ai/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Tailwind variants upgraded to the latest version v0.1.14 +- [#1555](https://github.com/heroui-inc/heroui/pull/1555) [`d61428d9e`](https://github.com/heroui-inc/heroui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Tailwind variants upgraded to the latest version v0.1.14 -- [`4db10a47e`](https://github.com/frontio-ai/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pagination changes reverted +- [`4db10a47e`](https://github.com/heroui-inc/heroui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pagination changes reverted ## 2.1.4 ### Patch Changes -- [#1543](https://github.com/frontio-ai/heroui/pull/1543) [`043b8420c`](https://github.com/frontio-ai/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1492 \n +- [#1543](https://github.com/heroui-inc/heroui/pull/1543) [`043b8420c`](https://github.com/heroui-inc/heroui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1492 \n - Select and Input spaces fixed on helper wrapper - New select wrapper added `mainWrapper` which contains the helperWrapper and the trigger slots @@ -541,25 +541,25 @@ ### Patch Changes -- [#1501](https://github.com/frontio-ai/heroui/pull/1501) [`5702287e5`](https://github.com/frontio-ai/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix Popover/Tooltip arrow color +- [#1501](https://github.com/heroui-inc/heroui/pull/1501) [`5702287e5`](https://github.com/heroui-inc/heroui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix Popover/Tooltip arrow color ## 2.1.2 ### Patch Changes -- [#1458](https://github.com/frontio-ai/heroui/pull/1458) [`4e94c115`](https://github.com/frontio-ai/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles +- [#1458](https://github.com/heroui-inc/heroui/pull/1458) [`4e94c115`](https://github.com/heroui-inc/heroui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles ## 2.1.1 ### Patch Changes -- [#1455](https://github.com/frontio-ai/heroui/pull/1455) [`cc839cdd`](https://github.com/frontio-ai/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix select close when clicking the label +- [#1455](https://github.com/heroui-inc/heroui/pull/1455) [`cc839cdd`](https://github.com/heroui-inc/heroui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix select close when clicking the label ## 2.1.0 ### Minor Changes -- [#1313](https://github.com/frontio-ai/heroui/pull/1313) [`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New components: +- [#1313](https://github.com/heroui-inc/heroui/pull/1313) [`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New components: - Select - Listbox @@ -569,26 +569,26 @@ ### Patch Changes -- [#1384](https://github.com/frontio-ai/heroui/pull/1384) [`d0341020`](https://github.com/frontio-ai/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1382 navbar with search input example, input main wrapper h-full class applied +- [#1384](https://github.com/heroui-inc/heroui/pull/1384) [`d0341020`](https://github.com/heroui-inc/heroui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1382 navbar with search input example, input main wrapper h-full class applied ## 2.0.4 ### Patch Changes -- [#1301](https://github.com/frontio-ai/heroui/pull/1301) [`d794225c`](https://github.com/frontio-ai/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss +- [#1301](https://github.com/heroui-inc/heroui/pull/1301) [`d794225c`](https://github.com/heroui-inc/heroui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Plugin types adapted to work with latest version of postcss ## 2.0.3 ### Patch Changes -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports ## 2.0.2 ### Patch Changes -- [`459ac5ed`](https://github.com/frontio-ai/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Modal +- [`459ac5ed`](https://github.com/heroui-inc/heroui/commit/459ac5ed4537942517803ba14129226a791d6feb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Modal Outside scroll fixed on mobile devices @@ -600,6 +600,6 @@ ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated diff --git a/packages/core/theme/README.md b/packages/core/theme/README.md index a4c527cb7a..4921528361 100644 --- a/packages/core/theme/README.md +++ b/packages/core/theme/README.md @@ -15,10 +15,10 @@ npm i @heroui/theme ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/hooks/use-aria-accordion-item/CHANGELOG.md b/packages/hooks/use-aria-accordion-item/CHANGELOG.md index 8d8d575f89..e09d288cdb 100644 --- a/packages/hooks/use-aria-accordion-item/CHANGELOG.md +++ b/packages/hooks/use-aria-accordion-item/CHANGELOG.md @@ -10,19 +10,19 @@ ### Patch Changes -- [#4258](https://github.com/frontio-ai/heroui/pull/4258) [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions +- [#4258](https://github.com/heroui-inc/heroui/pull/4258) [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions ## 2.2.1 ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 ## 2.2.0 ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -50,75 +50,75 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version ## 2.1.0-beta.7 ### Patch Changes -- [#3036](https://github.com/frontio-ai/heroui/pull/3036) [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3036](https://github.com/heroui-inc/heroui/pull/3036) [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ## 2.1.0-beta.6 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner ## 2.1.0-beta.5 ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean ## 2.1.0-beta.4 ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build ## 2.1.0-beta.3 ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added ## 2.1.0-beta.2 ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps ## 2.1.0-beta.1 ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 ## 2.1.0-beta.0 ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ## 2.0.10 ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm ## 2.0.9 ### Patch Changes -- [#3240](https://github.com/frontio-ai/heroui/pull/3240) [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies +- [#3240](https://github.com/heroui-inc/heroui/pull/3240) [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies ## 2.0.8 ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added @@ -130,31 +130,31 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 ## 2.0.6 ### Patch Changes -- [#1630](https://github.com/frontio-ai/heroui/pull/1630) [`bc424948c`](https://github.com/frontio-ai/heroui/commit/bc424948c70ddbc5b00a9d732dafcd5008c78b1f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1405 and #1608 accordion is no longer preventing spacebar key for Input/Textarea components +- [#1630](https://github.com/heroui-inc/heroui/pull/1630) [`bc424948c`](https://github.com/heroui-inc/heroui/commit/bc424948c70ddbc5b00a9d732dafcd5008c78b1f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1405 and #1608 accordion is no longer preventing spacebar key for Input/Textarea components ## 2.0.5 ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy ## 2.0.4 ### Patch Changes -- [#1589](https://github.com/frontio-ai/heroui/pull/1589) [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded +- [#1589](https://github.com/heroui-inc/heroui/pull/1589) [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded ## 2.0.3 ### Patch Changes -- [#1359](https://github.com/frontio-ai/heroui/pull/1359) [`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n +- [#1359](https://github.com/heroui-inc/heroui/pull/1359) [`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n - react-aria packages upgraded to the latest version - image storybooks fixed @@ -164,13 +164,13 @@ ### Patch Changes -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports ## 2.0.1 ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated diff --git a/packages/hooks/use-aria-accordion-item/README.md b/packages/hooks/use-aria-accordion-item/README.md index 3f34d99134..b9062ca5db 100644 --- a/packages/hooks/use-aria-accordion-item/README.md +++ b/packages/hooks/use-aria-accordion-item/README.md @@ -15,10 +15,10 @@ npm i @heroui/use-aria-accordion-item ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/hooks/use-aria-accordion/CHANGELOG.md b/packages/hooks/use-aria-accordion/CHANGELOG.md index 5c47d6f80e..c0b1315aa1 100644 --- a/packages/hooks/use-aria-accordion/CHANGELOG.md +++ b/packages/hooks/use-aria-accordion/CHANGELOG.md @@ -10,19 +10,19 @@ ### Patch Changes -- [#4258](https://github.com/frontio-ai/heroui/pull/4258) [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions +- [#4258](https://github.com/heroui-inc/heroui/pull/4258) [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions ## 2.2.1 ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 ## 2.2.0 ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -48,93 +48,93 @@ ### Patch Changes -- [#4226](https://github.com/frontio-ai/heroui/pull/4226) [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) +- [#4226](https://github.com/heroui-inc/heroui/pull/4226) [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) ## 2.1.0-beta.8 ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version ## 2.1.0-beta.7 ### Patch Changes -- [#3036](https://github.com/frontio-ai/heroui/pull/3036) [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3036](https://github.com/heroui-inc/heroui/pull/3036) [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ## 2.1.0-beta.6 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner ## 2.1.0-beta.5 ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean ## 2.1.0-beta.4 ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build ## 2.1.0-beta.3 ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added ## 2.1.0-beta.2 ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps ## 2.1.0-beta.1 ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 ## 2.1.0-beta.0 ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ## 2.0.7 ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm ## 2.0.6 ### Patch Changes -- [#3240](https://github.com/frontio-ai/heroui/pull/3240) [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies +- [#3240](https://github.com/heroui-inc/heroui/pull/3240) [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies ## 2.0.5 ### Patch Changes -- [#3119](https://github.com/frontio-ai/heroui/pull/3119) [`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` +- [#3119](https://github.com/heroui-inc/heroui/pull/3119) [`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` ## 2.0.4 ### Patch Changes -- [#2063](https://github.com/frontio-ai/heroui/pull/2063) [`10f2b8f42`](https://github.com/frontio-ai/heroui/commit/10f2b8f42b1d208e4edea366c6bbc37ef8614ef6) Thanks [@black197](https://github.com/black197)! - Fixes ctrl+a keyboard shortcut enabled inside Accordion with `selectionMode="multiple"` (#2055) +- [#2063](https://github.com/heroui-inc/heroui/pull/2063) [`10f2b8f42`](https://github.com/heroui-inc/heroui/commit/10f2b8f42b1d208e4edea366c6bbc37ef8614ef6) Thanks [@black197](https://github.com/black197)! - Fixes ctrl+a keyboard shortcut enabled inside Accordion with `selectionMode="multiple"` (#2055) ## 2.0.3 ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added @@ -146,10 +146,10 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 ## 2.0.1 ### Patch Changes -- [#1630](https://github.com/frontio-ai/heroui/pull/1630) [`bc424948c`](https://github.com/frontio-ai/heroui/commit/bc424948c70ddbc5b00a9d732dafcd5008c78b1f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1405 and #1608 accordion is no longer preventing spacebar key for Input/Textarea components +- [#1630](https://github.com/heroui-inc/heroui/pull/1630) [`bc424948c`](https://github.com/heroui-inc/heroui/commit/bc424948c70ddbc5b00a9d732dafcd5008c78b1f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1405 and #1608 accordion is no longer preventing spacebar key for Input/Textarea components diff --git a/packages/hooks/use-aria-accordion/README.md b/packages/hooks/use-aria-accordion/README.md index d0bbd4cf16..5562618d0e 100644 --- a/packages/hooks/use-aria-accordion/README.md +++ b/packages/hooks/use-aria-accordion/README.md @@ -15,10 +15,10 @@ npm i @heroui/use-aria-accordion ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/hooks/use-aria-button/CHANGELOG.md b/packages/hooks/use-aria-button/CHANGELOG.md index 747a671428..1bb8da7651 100644 --- a/packages/hooks/use-aria-button/CHANGELOG.md +++ b/packages/hooks/use-aria-button/CHANGELOG.md @@ -13,32 +13,32 @@ ### Patch Changes -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: - @heroui/shared-utils@2.1.2 ## 2.2.3 ### Patch Changes -- [#4322](https://github.com/frontio-ai/heroui/pull/4322) [`78c0928`](https://github.com/frontio-ai/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #4292 interactive elements were not responding to "onClick" event +- [#4322](https://github.com/heroui-inc/heroui/pull/4322) [`78c0928`](https://github.com/heroui-inc/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #4292 interactive elements were not responding to "onClick" event ## 2.2.2 ### Patch Changes -- [#4258](https://github.com/frontio-ai/heroui/pull/4258) [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions +- [#4258](https://github.com/heroui-inc/heroui/pull/4258) [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions ## 2.2.1 ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 ## 2.2.0 ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -64,87 +64,87 @@ ### Patch Changes -- [#4226](https://github.com/frontio-ai/heroui/pull/4226) [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) +- [#4226](https://github.com/heroui-inc/heroui/pull/4226) [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) ## 2.1.0-beta.8 ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version ## 2.1.0-beta.7 ### Patch Changes -- [#3036](https://github.com/frontio-ai/heroui/pull/3036) [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3036](https://github.com/heroui-inc/heroui/pull/3036) [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ## 2.1.0-beta.6 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner ## 2.1.0-beta.5 ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean ## 2.1.0-beta.4 ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build ## 2.1.0-beta.3 ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added ## 2.1.0-beta.2 ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps ## 2.1.0-beta.1 ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 ## 2.1.0-beta.0 ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ## 2.0.10 ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm ## 2.0.9 ### Patch Changes -- [#3240](https://github.com/frontio-ai/heroui/pull/3240) [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies +- [#3240](https://github.com/heroui-inc/heroui/pull/3240) [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies ## 2.0.8 ### Patch Changes -- [#3119](https://github.com/frontio-ai/heroui/pull/3119) [`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` +- [#3119](https://github.com/heroui-inc/heroui/pull/3119) [`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` ## 2.0.7 ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added @@ -156,28 +156,28 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/use-aria-press@2.0.1 ## 2.0.5 ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy ## 2.0.4 ### Patch Changes -- [#1589](https://github.com/frontio-ai/heroui/pull/1589) [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded +- [#1589](https://github.com/heroui-inc/heroui/pull/1589) [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded ## 2.0.3 ### Patch Changes -- [#1359](https://github.com/frontio-ai/heroui/pull/1359) [`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n +- [#1359](https://github.com/heroui-inc/heroui/pull/1359) [`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n - react-aria packages upgraded to the latest version - image storybooks fixed @@ -187,13 +187,13 @@ ### Patch Changes -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports ## 2.0.1 ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated diff --git a/packages/hooks/use-aria-button/README.md b/packages/hooks/use-aria-button/README.md index e9ed834294..cbd2f4b230 100644 --- a/packages/hooks/use-aria-button/README.md +++ b/packages/hooks/use-aria-button/README.md @@ -15,10 +15,10 @@ npm i @heroui/use-aria-button ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/hooks/use-aria-link/CHANGELOG.md b/packages/hooks/use-aria-link/CHANGELOG.md index 6185342f33..8946a7f683 100644 --- a/packages/hooks/use-aria-link/CHANGELOG.md +++ b/packages/hooks/use-aria-link/CHANGELOG.md @@ -13,38 +13,38 @@ ### Patch Changes -- [#4497](https://github.com/frontio-ai/heroui/pull/4497) [`b2e924f`](https://github.com/frontio-ai/heroui/commit/b2e924fe19f4c6620ec0a0e464b9b35386ed2319) Thanks [@wingkwong](https://github.com/wingkwong)! - fix onclick deprecation warning for Button as Link (#4493) +- [#4497](https://github.com/heroui-inc/heroui/pull/4497) [`b2e924f`](https://github.com/heroui-inc/heroui/commit/b2e924fe19f4c6620ec0a0e464b9b35386ed2319) Thanks [@wingkwong](https://github.com/wingkwong)! - fix onclick deprecation warning for Button as Link (#4493) ## 2.2.4 ### Patch Changes -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: - @heroui/shared-utils@2.1.2 ## 2.2.3 ### Patch Changes -- [#4322](https://github.com/frontio-ai/heroui/pull/4322) [`78c0928`](https://github.com/frontio-ai/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #4292 interactive elements were not responding to "onClick" event +- [#4322](https://github.com/heroui-inc/heroui/pull/4322) [`78c0928`](https://github.com/heroui-inc/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #4292 interactive elements were not responding to "onClick" event ## 2.2.2 ### Patch Changes -- [#4258](https://github.com/frontio-ai/heroui/pull/4258) [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions +- [#4258](https://github.com/heroui-inc/heroui/pull/4258) [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions ## 2.2.1 ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 ## 2.2.0 ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -70,89 +70,89 @@ ### Patch Changes -- [#4226](https://github.com/frontio-ai/heroui/pull/4226) [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) +- [#4226](https://github.com/heroui-inc/heroui/pull/4226) [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) ## 2.1.0-beta.8 ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version ## 2.1.0-beta.7 ### Patch Changes -- [#3036](https://github.com/frontio-ai/heroui/pull/3036) [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3036](https://github.com/heroui-inc/heroui/pull/3036) [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ## 2.1.0-beta.6 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner ## 2.1.0-beta.5 ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean ## 2.1.0-beta.4 ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build ## 2.1.0-beta.3 ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added ## 2.1.0-beta.2 ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps ## 2.1.0-beta.1 ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 ## 2.1.0-beta.0 ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ## 2.0.19 ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm ## 2.0.18 ### Patch Changes -- [#3240](https://github.com/frontio-ai/heroui/pull/3240) [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies +- [#3240](https://github.com/heroui-inc/heroui/pull/3240) [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies ## 2.0.17 ### Patch Changes -- [#3119](https://github.com/frontio-ai/heroui/pull/3119) [`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` +- [#3119](https://github.com/heroui-inc/heroui/pull/3119) [`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` -- [#3119](https://github.com/frontio-ai/heroui/pull/3119) [`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - Add missing router.open parameters due to router change +- [#3119](https://github.com/heroui-inc/heroui/pull/3119) [`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - Add missing router.open parameters due to router change ## 2.0.16 ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added @@ -164,25 +164,25 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/use-aria-press@2.0.1 ## 2.0.14 ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy ## 2.0.13 ### Patch Changes -- [#1589](https://github.com/frontio-ai/heroui/pull/1589) [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded +- [#1589](https://github.com/heroui-inc/heroui/pull/1589) [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded ## 2.0.12 ### Patch Changes -- [#1432](https://github.com/frontio-ai/heroui/pull/1432) [`453f792a7`](https://github.com/frontio-ai/heroui/commit/453f792a7a35ed9dc0234479d55f694ff0f4b21c) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Interal hook created to control the link events +- [#1432](https://github.com/heroui-inc/heroui/pull/1432) [`453f792a7`](https://github.com/heroui-inc/heroui/commit/453f792a7a35ed9dc0234479d55f694ff0f4b21c) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Interal hook created to control the link events diff --git a/packages/hooks/use-aria-link/README.md b/packages/hooks/use-aria-link/README.md index 5a09c235f9..3fe66734c1 100644 --- a/packages/hooks/use-aria-link/README.md +++ b/packages/hooks/use-aria-link/README.md @@ -15,10 +15,10 @@ npm i @heroui/use-aria-link ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/hooks/use-aria-modal-overlay/CHANGELOG.md b/packages/hooks/use-aria-modal-overlay/CHANGELOG.md index 6ff3e406ed..3ae4b39c34 100644 --- a/packages/hooks/use-aria-modal-overlay/CHANGELOG.md +++ b/packages/hooks/use-aria-modal-overlay/CHANGELOG.md @@ -10,25 +10,25 @@ ### Patch Changes -- [#4322](https://github.com/frontio-ai/heroui/pull/4322) [`78c0928`](https://github.com/frontio-ai/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #4292 interactive elements were not responding to "onClick" event +- [#4322](https://github.com/heroui-inc/heroui/pull/4322) [`78c0928`](https://github.com/heroui-inc/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #4292 interactive elements were not responding to "onClick" event ## 2.2.2 ### Patch Changes -- [#4258](https://github.com/frontio-ai/heroui/pull/4258) [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions +- [#4258](https://github.com/heroui-inc/heroui/pull/4258) [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions ## 2.2.1 ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 ## 2.2.0 ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -54,108 +54,108 @@ ### Patch Changes -- [#4226](https://github.com/frontio-ai/heroui/pull/4226) [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) +- [#4226](https://github.com/heroui-inc/heroui/pull/4226) [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) ## 2.1.0-beta.8 ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version ## 2.1.0-beta.7 ### Patch Changes -- [#3036](https://github.com/frontio-ai/heroui/pull/3036) [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3036](https://github.com/heroui-inc/heroui/pull/3036) [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ## 2.1.0-beta.6 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner ## 2.1.0-beta.5 ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean ## 2.1.0-beta.4 ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build ## 2.1.0-beta.3 ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added ## 2.1.0-beta.2 ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps ## 2.1.0-beta.1 ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 ## 2.1.0-beta.0 ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ## 2.0.13 ### Patch Changes -- [#3759](https://github.com/frontio-ai/heroui/pull/3759) [`229388422`](https://github.com/frontio-ai/heroui/commit/2293884229541e363b1983fea88ba6e3bee6be14) Thanks [@wingkwong](https://github.com/wingkwong)! - rollback pr3467. rescheduled to v2.5.0. +- [#3759](https://github.com/heroui-inc/heroui/pull/3759) [`229388422`](https://github.com/heroui-inc/heroui/commit/2293884229541e363b1983fea88ba6e3bee6be14) Thanks [@wingkwong](https://github.com/wingkwong)! - rollback pr3467. rescheduled to v2.5.0. ## 2.0.12 ### Patch Changes -- [#3467](https://github.com/frontio-ai/heroui/pull/3467) [`123b7fbc9`](https://github.com/frontio-ai/heroui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae) Thanks [@chirokas](https://github.com/chirokas)! - Refactor overlays to reduce its complexity, while improving stability. +- [#3467](https://github.com/heroui-inc/heroui/pull/3467) [`123b7fbc9`](https://github.com/heroui-inc/heroui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae) Thanks [@chirokas](https://github.com/chirokas)! - Refactor overlays to reduce its complexity, while improving stability. -- Updated dependencies [[`123b7fbc9`](https://github.com/frontio-ai/heroui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae)]: +- Updated dependencies [[`123b7fbc9`](https://github.com/heroui-inc/heroui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae)]: - @heroui/use-aria-overlay@2.0.1 ## 2.0.11 ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm ## 2.0.10 ### Patch Changes -- [#3240](https://github.com/frontio-ai/heroui/pull/3240) [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies +- [#3240](https://github.com/heroui-inc/heroui/pull/3240) [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies ## 2.0.9 ### Patch Changes -- [#3119](https://github.com/frontio-ai/heroui/pull/3119) [`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` +- [#3119](https://github.com/heroui-inc/heroui/pull/3119) [`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` ## 2.0.8 ### Patch Changes -- [#2739](https://github.com/frontio-ai/heroui/pull/2739) [`60c61aaf0`](https://github.com/frontio-ai/heroui/commit/60c61aaf0c46a01ca1ee0d99a6b2d0a1784cc357) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix modal inside and outside scroll +- [#2739](https://github.com/heroui-inc/heroui/pull/2739) [`60c61aaf0`](https://github.com/heroui-inc/heroui/commit/60c61aaf0c46a01ca1ee0d99a6b2d0a1784cc357) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix modal inside and outside scroll ## 2.0.7 ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added @@ -167,25 +167,25 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 ## 2.0.5 ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy ## 2.0.4 ### Patch Changes -- [#1589](https://github.com/frontio-ai/heroui/pull/1589) [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded +- [#1589](https://github.com/heroui-inc/heroui/pull/1589) [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded ## 2.0.3 ### Patch Changes -- [#1359](https://github.com/frontio-ai/heroui/pull/1359) [`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n +- [#1359](https://github.com/heroui-inc/heroui/pull/1359) [`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n - react-aria packages upgraded to the latest version - image storybooks fixed @@ -195,13 +195,13 @@ ### Patch Changes -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports ## 2.0.1 ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated diff --git a/packages/hooks/use-aria-modal-overlay/README.md b/packages/hooks/use-aria-modal-overlay/README.md index 89bea2b8de..d8c1e67346 100644 --- a/packages/hooks/use-aria-modal-overlay/README.md +++ b/packages/hooks/use-aria-modal-overlay/README.md @@ -15,10 +15,10 @@ npm i @heroui/use-aria-modal-overlay ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/hooks/use-aria-multiselect/CHANGELOG.md b/packages/hooks/use-aria-multiselect/CHANGELOG.md index b2652d52fc..2fad9ccc38 100644 --- a/packages/hooks/use-aria-multiselect/CHANGELOG.md +++ b/packages/hooks/use-aria-multiselect/CHANGELOG.md @@ -10,26 +10,26 @@ ### Patch Changes -- [#4427](https://github.com/frontio-ai/heroui/pull/4427) [`f7e1b17`](https://github.com/frontio-ai/heroui/commit/f7e1b17c40f448670cc6feda6c6c90d1195ac724) Thanks [@Peterl561](https://github.com/Peterl561)! - fixed validationBehavior=native showing browser ui error for select component (#3913) +- [#4427](https://github.com/heroui-inc/heroui/pull/4427) [`f7e1b17`](https://github.com/heroui-inc/heroui/commit/f7e1b17c40f448670cc6feda6c6c90d1195ac724) Thanks [@Peterl561](https://github.com/Peterl561)! - fixed validationBehavior=native showing browser ui error for select component (#3913) fixed select not committing error message when validationBehavior=native ## 2.4.2 ### Patch Changes -- [#4258](https://github.com/frontio-ai/heroui/pull/4258) [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions +- [#4258](https://github.com/heroui-inc/heroui/pull/4258) [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions ## 2.4.1 ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 ## 2.4.0 ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -55,115 +55,115 @@ ### Patch Changes -- [#4224](https://github.com/frontio-ai/heroui/pull/4224) [`26e478d`](https://github.com/frontio-ai/heroui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Added form support to input-otp, change default validationBehavior to "native" to avoid breaking changes, and fix select with form +- [#4224](https://github.com/heroui-inc/heroui/pull/4224) [`26e478d`](https://github.com/heroui-inc/heroui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Added form support to input-otp, change default validationBehavior to "native" to avoid breaking changes, and fix select with form -- [#4226](https://github.com/frontio-ai/heroui/pull/4226) [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) +- [#4226](https://github.com/heroui-inc/heroui/pull/4226) [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) -- [#4219](https://github.com/frontio-ai/heroui/pull/4219) [`1855ba4`](https://github.com/frontio-ai/heroui/commit/1855ba4390186f701c793f76593f31a5dce6da70) Thanks [@Peterl561](https://github.com/Peterl561)! - add hideEmptyContent API to select +- [#4219](https://github.com/heroui-inc/heroui/pull/4219) [`1855ba4`](https://github.com/heroui-inc/heroui/commit/1855ba4390186f701c793f76593f31a5dce6da70) Thanks [@Peterl561](https://github.com/Peterl561)! - add hideEmptyContent API to select ## 2.3.0-beta.8 ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version ## 2.3.0-beta.7 ### Patch Changes -- [#3036](https://github.com/frontio-ai/heroui/pull/3036) [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3036](https://github.com/heroui-inc/heroui/pull/3036) [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ## 2.3.0-beta.6 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner ## 2.3.0-beta.5 ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean ## 2.3.0-beta.4 ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build ## 2.3.0-beta.3 ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added ## 2.3.0-beta.2 ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps ## 2.3.0-beta.1 ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 ## 2.3.0-beta.0 ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ## 2.2.5 ### Patch Changes -- [#3759](https://github.com/frontio-ai/heroui/pull/3759) [`229388422`](https://github.com/frontio-ai/heroui/commit/2293884229541e363b1983fea88ba6e3bee6be14) Thanks [@wingkwong](https://github.com/wingkwong)! - rollback pr3467. rescheduled to v2.5.0. +- [#3759](https://github.com/heroui-inc/heroui/pull/3759) [`229388422`](https://github.com/heroui-inc/heroui/commit/2293884229541e363b1983fea88ba6e3bee6be14) Thanks [@wingkwong](https://github.com/wingkwong)! - rollback pr3467. rescheduled to v2.5.0. ## 2.2.4 ### Patch Changes -- [#3467](https://github.com/frontio-ai/heroui/pull/3467) [`123b7fbc9`](https://github.com/frontio-ai/heroui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae) Thanks [@chirokas](https://github.com/chirokas)! - Refactor overlays to reduce its complexity, while improving stability. +- [#3467](https://github.com/heroui-inc/heroui/pull/3467) [`123b7fbc9`](https://github.com/heroui-inc/heroui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae) Thanks [@chirokas](https://github.com/chirokas)! - Refactor overlays to reduce its complexity, while improving stability. ## 2.2.3 ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm ## 2.2.2 ### Patch Changes -- [#3240](https://github.com/frontio-ai/heroui/pull/3240) [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies +- [#3240](https://github.com/heroui-inc/heroui/pull/3240) [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies ## 2.2.1 ### Patch Changes -- [#3119](https://github.com/frontio-ai/heroui/pull/3119) [`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` +- [#3119](https://github.com/heroui-inc/heroui/pull/3119) [`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` ## 2.2.0 ### Minor Changes -- [#2987](https://github.com/frontio-ai/heroui/pull/2987) [`540aa2124`](https://github.com/frontio-ai/heroui/commit/540aa2124b45b65a40e73f5aea2b90405fe1fe9a) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Change validationBehavior from native to aria by default, with the option to change via props. +- [#2987](https://github.com/heroui-inc/heroui/pull/2987) [`540aa2124`](https://github.com/heroui-inc/heroui/commit/540aa2124b45b65a40e73f5aea2b90405fe1fe9a) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Change validationBehavior from native to aria by default, with the option to change via props. ### Patch Changes -- [#2953](https://github.com/frontio-ai/heroui/pull/2953) [`c8f792ccd`](https://github.com/frontio-ai/heroui/commit/c8f792ccd78a80000e6f5b15e6f22cac947fd531) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Fix update type definition to prevent primitive values as items (#2938) +- [#2953](https://github.com/heroui-inc/heroui/pull/2953) [`c8f792ccd`](https://github.com/heroui-inc/heroui/commit/c8f792ccd78a80000e6f5b15e6f22cac947fd531) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Fix update type definition to prevent primitive values as items (#2938) -- [#2937](https://github.com/frontio-ai/heroui/pull/2937) [`a2133009f`](https://github.com/frontio-ai/heroui/commit/a2133009f73aa728a0e5deeb9b742aa1defd4de2) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Fix onSelectionChange can handle number (#2926) +- [#2937](https://github.com/heroui-inc/heroui/pull/2937) [`a2133009f`](https://github.com/heroui-inc/heroui/commit/a2133009f73aa728a0e5deeb9b742aa1defd4de2) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Fix onSelectionChange can handle number (#2926) ## 2.1.5 ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added @@ -172,41 +172,41 @@ - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- [#2589](https://github.com/frontio-ai/heroui/pull/2589) [`a60c2d7b2`](https://github.com/frontio-ai/heroui/commit/a60c2d7b22b3335084b4a846f9d39f00751e8c24) Thanks [@wingkwong](https://github.com/wingkwong)! - Handle numeric selectedKeys in Select +- [#2589](https://github.com/heroui-inc/heroui/pull/2589) [`a60c2d7b2`](https://github.com/heroui-inc/heroui/commit/a60c2d7b22b3335084b4a846f9d39f00751e8c24) Thanks [@wingkwong](https://github.com/wingkwong)! - Handle numeric selectedKeys in Select -- [#2648](https://github.com/frontio-ai/heroui/pull/2648) [`abf532b54`](https://github.com/frontio-ai/heroui/commit/abf532b548235689fb37a3e79f07776ff52f6caf) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed an issue where a warning was triggered in the Select component when `defaultSelectedKeys` were used and items were still loading (#2605). +- [#2648](https://github.com/heroui-inc/heroui/pull/2648) [`abf532b54`](https://github.com/heroui-inc/heroui/commit/abf532b548235689fb37a3e79f07776ff52f6caf) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed an issue where a warning was triggered in the Select component when `defaultSelectedKeys` were used and items were still loading (#2605). ## 2.1.4 ### Patch Changes -- [#2377](https://github.com/frontio-ai/heroui/pull/2377) [`d8b0ef528`](https://github.com/frontio-ai/heroui/commit/d8b0ef528b341b25c2032fdc4530956d1d15a5ba) Thanks [@sudongyuer](https://github.com/sudongyuer)! - fix won't display warning when placeholder (#2346) +- [#2377](https://github.com/heroui-inc/heroui/pull/2377) [`d8b0ef528`](https://github.com/heroui-inc/heroui/commit/d8b0ef528b341b25c2032fdc4530956d1d15a5ba) Thanks [@sudongyuer](https://github.com/sudongyuer)! - fix won't display warning when placeholder (#2346) ## 2.1.3 ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 ## 2.1.2 ### Patch Changes -- [`8b3998909`](https://github.com/frontio-ai/heroui/commit/8b39989090d9cd577e886edde01b081d37e65bb7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Exported types fixed +- [`8b3998909`](https://github.com/heroui-inc/heroui/commit/8b39989090d9cd577e886edde01b081d37e65bb7) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Exported types fixed -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy ## 2.1.1 ### Patch Changes -- [#1589](https://github.com/frontio-ai/heroui/pull/1589) [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded +- [#1589](https://github.com/heroui-inc/heroui/pull/1589) [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded ## 2.1.0 ### Minor Changes -- [#1313](https://github.com/frontio-ai/heroui/pull/1313) [`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New components: +- [#1313](https://github.com/heroui-inc/heroui/pull/1313) [`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New components: - Select - Listbox diff --git a/packages/hooks/use-aria-multiselect/README.md b/packages/hooks/use-aria-multiselect/README.md index 6084a6b1ab..fbb4a6d900 100644 --- a/packages/hooks/use-aria-multiselect/README.md +++ b/packages/hooks/use-aria-multiselect/README.md @@ -15,10 +15,10 @@ npm i @heroui/use-aria-multiselect ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/hooks/use-callback-ref/CHANGELOG.md b/packages/hooks/use-callback-ref/CHANGELOG.md index c83d9b0e87..4e530e7d3a 100644 --- a/packages/hooks/use-callback-ref/CHANGELOG.md +++ b/packages/hooks/use-callback-ref/CHANGELOG.md @@ -13,16 +13,16 @@ ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/use-safe-layout-effect@2.1.1 ## 2.1.0 ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -48,120 +48,120 @@ ### Patch Changes -- Updated dependencies [[`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/use-safe-layout-effect@2.1.0 ## 2.0.7-beta.5 ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/use-safe-layout-effect@2.0.7-beta.5 ## 2.0.7-beta.4 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/use-safe-layout-effect@2.0.7-beta.4 ## 2.0.7-beta.3 ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/use-safe-layout-effect@2.0.7-beta.3 ## 2.0.7-beta.2 ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/use-safe-layout-effect@2.0.7-beta.2 ## 2.0.7-beta.1 ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/use-safe-layout-effect@2.0.7-beta.1 ## 2.0.7-beta.0 ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/use-safe-layout-effect@2.0.7-beta.0 ## 2.0.6 ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/use-safe-layout-effect@2.0.6 ## 2.0.5 ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added - `framer-transitions` renamed to `framer-utils` - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- Updated dependencies [[`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: +- Updated dependencies [[`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: - @heroui/use-safe-layout-effect@2.0.5 ## 2.0.4 ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/use-safe-layout-effect@2.0.4 ## 2.0.3 ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy -- Updated dependencies [[`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: +- Updated dependencies [[`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: - @heroui/use-safe-layout-effect@2.0.3 ## 2.0.2 ### Patch Changes -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports -- Updated dependencies [[`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: +- Updated dependencies [[`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: - @heroui/use-safe-layout-effect@2.0.2 ## 2.0.1 ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated -- Updated dependencies [[`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: +- Updated dependencies [[`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: - @heroui/use-safe-layout-effect@2.0.1 diff --git a/packages/hooks/use-callback-ref/README.md b/packages/hooks/use-callback-ref/README.md index a5fe1190fe..71214612f5 100644 --- a/packages/hooks/use-callback-ref/README.md +++ b/packages/hooks/use-callback-ref/README.md @@ -15,10 +15,10 @@ npm i @heroui/use-callback-ref ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/hooks/use-clipboard/CHANGELOG.md b/packages/hooks/use-clipboard/CHANGELOG.md index f9838072a3..afd55675bd 100644 --- a/packages/hooks/use-clipboard/CHANGELOG.md +++ b/packages/hooks/use-clipboard/CHANGELOG.md @@ -10,19 +10,19 @@ ### Patch Changes -- [#4392](https://github.com/frontio-ai/heroui/pull/4392) [`4f0ef58`](https://github.com/frontio-ai/heroui/commit/4f0ef5818be83071d6c2032080251b41039656f1) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix clipboard get different unicode whitespace (#4225) +- [#4392](https://github.com/heroui-inc/heroui/pull/4392) [`4f0ef58`](https://github.com/heroui-inc/heroui/commit/4f0ef5818be83071d6c2032080251b41039656f1) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix clipboard get different unicode whitespace (#4225) ## 2.1.1 ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 ## 2.1.0 ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -50,61 +50,61 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version ## 2.0.8-beta.5 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner ## 2.0.8-beta.4 ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean ## 2.0.8-beta.3 ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build ## 2.0.8-beta.2 ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added ## 2.0.8-beta.1 ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps ## 2.0.8-beta.0 ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 ## 2.0.7 ### Patch Changes -- [#3607](https://github.com/frontio-ai/heroui/pull/3607) [`eda316ab2`](https://github.com/frontio-ai/heroui/commit/eda316ab24d390065931daf3aa816cbdbff4fb9a) Thanks [@AnYiEE](https://github.com/AnYiEE)! - ensure exposed functions wrap by `useCallback` +- [#3607](https://github.com/heroui-inc/heroui/pull/3607) [`eda316ab2`](https://github.com/heroui-inc/heroui/commit/eda316ab24d390065931daf3aa816cbdbff4fb9a) Thanks [@AnYiEE](https://github.com/AnYiEE)! - ensure exposed functions wrap by `useCallback` ## 2.0.6 ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm ## 2.0.5 ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added @@ -116,25 +116,25 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 ## 2.0.3 ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy ## 2.0.2 ### Patch Changes -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports ## 2.0.1 ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated diff --git a/packages/hooks/use-clipboard/README.md b/packages/hooks/use-clipboard/README.md index 0f58b00ad2..8b830a9925 100644 --- a/packages/hooks/use-clipboard/README.md +++ b/packages/hooks/use-clipboard/README.md @@ -15,10 +15,10 @@ npm i @heroui/use-clipboard ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/hooks/use-data-scroll-overflow/CHANGELOG.md b/packages/hooks/use-data-scroll-overflow/CHANGELOG.md index 7ae5d2a4d7..30528b4b6b 100644 --- a/packages/hooks/use-data-scroll-overflow/CHANGELOG.md +++ b/packages/hooks/use-data-scroll-overflow/CHANGELOG.md @@ -13,23 +13,23 @@ ### Patch Changes -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: - @heroui/shared-utils@2.1.2 ## 2.2.1 ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/shared-utils@2.1.1 ## 2.2.0 ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -55,149 +55,149 @@ ### Patch Changes -- Updated dependencies [[`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/shared-utils@2.1.0 ## 2.1.8-beta.8 ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/shared-utils@2.0.9-beta.8 ## 2.1.8-beta.7 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/shared-utils@2.0.9-beta.7 ## 2.1.8-beta.6 ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/shared-utils@2.0.9-beta.6 ## 2.1.8-beta.5 ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/shared-utils@2.0.9-beta.5 ## 2.1.8-beta.4 ### Patch Changes -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/shared-utils@2.0.9-beta.4 ## 2.1.8-beta.3 ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/shared-utils@2.0.9-beta.3 ## 2.1.8-beta.2 ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/shared-utils@2.0.9-beta.2 ## 2.1.8-beta.1 ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/shared-utils@2.0.9-beta.1 ## 2.1.8-beta.0 ### Patch Changes -- Updated dependencies [[`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb)]: +- Updated dependencies [[`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb)]: - @heroui/shared-utils@2.0.9-beta.0 ## 2.1.7 ### Patch Changes -- Updated dependencies [[`f36df4362`](https://github.com/frontio-ai/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: +- Updated dependencies [[`f36df4362`](https://github.com/heroui-inc/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: - @heroui/shared-utils@2.0.8 ## 2.1.6 ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/shared-utils@2.0.7 ## 2.1.5 ### Patch Changes -- Updated dependencies [[`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: +- Updated dependencies [[`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: - @heroui/shared-utils@2.0.6 ## 2.1.4 ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added - `framer-transitions` renamed to `framer-utils` - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- Updated dependencies [[`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: +- Updated dependencies [[`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: - @heroui/shared-utils@2.0.5 ## 2.1.3 ### Patch Changes -- [#2050](https://github.com/frontio-ai/heroui/pull/2050) [`5be104f72`](https://github.com/frontio-ai/heroui/commit/5be104f72d717968f253c4bedb2abe323f083c72) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect attribute names in clearOverflow (#2010) +- [#2050](https://github.com/heroui-inc/heroui/pull/2050) [`5be104f72`](https://github.com/heroui-inc/heroui/commit/5be104f72d717968f253c4bedb2abe323f083c72) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect attribute names in clearOverflow (#2010) ## 2.1.2 ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/shared-utils@2.0.4 ## 2.1.1 ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy ## 2.1.0 ### Minor Changes -- [#1313](https://github.com/frontio-ai/heroui/pull/1313) [`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New components: +- [#1313](https://github.com/heroui-inc/heroui/pull/1313) [`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New components: - Select - Listbox diff --git a/packages/hooks/use-data-scroll-overflow/README.md b/packages/hooks/use-data-scroll-overflow/README.md index 2b4e5fc0ae..a5271aa8ac 100644 --- a/packages/hooks/use-data-scroll-overflow/README.md +++ b/packages/hooks/use-data-scroll-overflow/README.md @@ -15,10 +15,10 @@ npm i @heroui/use-data-scroll-overflow ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/hooks/use-disclosure/CHANGELOG.md b/packages/hooks/use-disclosure/CHANGELOG.md index f7bf4ee64d..66d4e22a2d 100644 --- a/packages/hooks/use-disclosure/CHANGELOG.md +++ b/packages/hooks/use-disclosure/CHANGELOG.md @@ -13,22 +13,22 @@ ### Patch Changes -- [#4258](https://github.com/frontio-ai/heroui/pull/4258) [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions +- [#4258](https://github.com/heroui-inc/heroui/pull/4258) [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions ## 2.2.1 ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/use-callback-ref@2.1.1 ## 2.2.0 ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -54,149 +54,149 @@ ### Patch Changes -- [#4226](https://github.com/frontio-ai/heroui/pull/4226) [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) +- [#4226](https://github.com/heroui-inc/heroui/pull/4226) [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) -- Updated dependencies [[`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/use-callback-ref@2.1.0 ## 2.1.0-beta.8 ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/use-callback-ref@2.0.7-beta.5 ## 2.1.0-beta.7 ### Patch Changes -- [#3036](https://github.com/frontio-ai/heroui/pull/3036) [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3036](https://github.com/heroui-inc/heroui/pull/3036) [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ## 2.1.0-beta.6 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/use-callback-ref@2.0.7-beta.4 ## 2.1.0-beta.5 ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/use-callback-ref@2.0.7-beta.3 ## 2.1.0-beta.4 ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/use-callback-ref@2.0.7-beta.2 ## 2.1.0-beta.3 ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/use-callback-ref@2.0.7-beta.1 ## 2.1.0-beta.2 ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/use-callback-ref@2.0.7-beta.0 ## 2.1.0-beta.1 ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 ## 2.1.0-beta.0 ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ## 2.0.10 ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/use-callback-ref@2.0.6 ## 2.0.9 ### Patch Changes -- [#3240](https://github.com/frontio-ai/heroui/pull/3240) [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies +- [#3240](https://github.com/heroui-inc/heroui/pull/3240) [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies ## 2.0.8 ### Patch Changes -- [#3119](https://github.com/frontio-ai/heroui/pull/3119) [`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` +- [#3119](https://github.com/heroui-inc/heroui/pull/3119) [`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` ## 2.0.7 ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added - `framer-transitions` renamed to `framer-utils` - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- Updated dependencies [[`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: +- Updated dependencies [[`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: - @heroui/use-callback-ref@2.0.5 ## 2.0.6 ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/use-callback-ref@2.0.4 ## 2.0.5 ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy -- Updated dependencies [[`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: +- Updated dependencies [[`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: - @heroui/use-callback-ref@2.0.3 ## 2.0.4 ### Patch Changes -- [#1589](https://github.com/frontio-ai/heroui/pull/1589) [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded +- [#1589](https://github.com/heroui-inc/heroui/pull/1589) [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded ## 2.0.3 ### Patch Changes -- [#1359](https://github.com/frontio-ai/heroui/pull/1359) [`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n +- [#1359](https://github.com/heroui-inc/heroui/pull/1359) [`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n - react-aria packages upgraded to the latest version - image storybooks fixed @@ -206,18 +206,18 @@ ### Patch Changes -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports -- Updated dependencies [[`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: +- Updated dependencies [[`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: - @heroui/use-callback-ref@2.0.2 ## 2.0.1 ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated -- Updated dependencies [[`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: +- Updated dependencies [[`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: - @heroui/use-callback-ref@2.0.1 diff --git a/packages/hooks/use-disclosure/README.md b/packages/hooks/use-disclosure/README.md index 85704fdb58..f0ab6d4cb6 100644 --- a/packages/hooks/use-disclosure/README.md +++ b/packages/hooks/use-disclosure/README.md @@ -15,10 +15,10 @@ npm i @heroui/use-disclosure ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/hooks/use-draggable/CHANGELOG.md b/packages/hooks/use-draggable/CHANGELOG.md index 9508b0c6d8..90fdf2f18c 100644 --- a/packages/hooks/use-draggable/CHANGELOG.md +++ b/packages/hooks/use-draggable/CHANGELOG.md @@ -10,19 +10,19 @@ ### Patch Changes -- [#4258](https://github.com/frontio-ai/heroui/pull/4258) [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions +- [#4258](https://github.com/heroui-inc/heroui/pull/4258) [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions ## 2.1.1 ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 ## 2.1.0 ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -50,46 +50,46 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version ## 2.0.1-beta.6 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner ## 2.0.1-beta.5 ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean ## 2.0.1-beta.4 ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build ## 2.0.1-beta.3 ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added ## 2.0.1-beta.2 ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps ## 2.0.1-beta.1 ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 ## 2.0.1-beta.0 ### Patch Changes -- [#3983](https://github.com/frontio-ai/heroui/pull/3983) [`2d6ae74c3`](https://github.com/frontio-ai/heroui/commit/2d6ae74c36a157472bd4b06b8580e7db163eddcc) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add draggable modal (#2647) +- [#3983](https://github.com/heroui-inc/heroui/pull/3983) [`2d6ae74c3`](https://github.com/heroui-inc/heroui/commit/2d6ae74c36a157472bd4b06b8580e7db163eddcc) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add draggable modal (#2647) diff --git a/packages/hooks/use-draggable/README.md b/packages/hooks/use-draggable/README.md index 54b5da28b6..473bba56e4 100644 --- a/packages/hooks/use-draggable/README.md +++ b/packages/hooks/use-draggable/README.md @@ -15,10 +15,10 @@ npm i @heroui/use-draggable ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/hooks/use-image/CHANGELOG.md b/packages/hooks/use-image/CHANGELOG.md index ec44dd8e52..6a4f212ed9 100644 --- a/packages/hooks/use-image/CHANGELOG.md +++ b/packages/hooks/use-image/CHANGELOG.md @@ -14,29 +14,29 @@ ### Patch Changes -- [#4486](https://github.com/frontio-ai/heroui/pull/4486) [`5d0fc9f`](https://github.com/frontio-ai/heroui/commit/5d0fc9f786ef522d74333f2dc9384626fd8cad3b) Thanks [@wingkwong](https://github.com/wingkwong)! - set status after hydrated +- [#4486](https://github.com/heroui-inc/heroui/pull/4486) [`5d0fc9f`](https://github.com/heroui-inc/heroui/commit/5d0fc9f786ef522d74333f2dc9384626fd8cad3b) Thanks [@wingkwong](https://github.com/wingkwong)! - set status after hydrated -- [`ef916ea`](https://github.com/frontio-ai/heroui/commit/ef916ead525414d7b62c01f26ae5580fd9ba7f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Retry changeset release +- [`ef916ea`](https://github.com/heroui-inc/heroui/commit/ef916ead525414d7b62c01f26ae5580fd9ba7f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Retry changeset release -- [#4442](https://github.com/frontio-ai/heroui/pull/4442) [`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2) Thanks [@wingkwong](https://github.com/wingkwong)! - fix cached image flickering issue (#4271) +- [#4442](https://github.com/heroui-inc/heroui/pull/4442) [`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2) Thanks [@wingkwong](https://github.com/wingkwong)! - fix cached image flickering issue (#4271) -- Updated dependencies [[`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: +- Updated dependencies [[`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: - @heroui/react-utils@2.1.3 ## 2.1.1 ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/use-safe-layout-effect@2.1.1 ## 2.1.0 ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -62,150 +62,150 @@ ### Patch Changes -- Updated dependencies [[`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/use-safe-layout-effect@2.1.0 ## 2.0.7-beta.10 ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/use-safe-layout-effect@2.0.7-beta.5 ## 2.0.7-beta.9 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/use-safe-layout-effect@2.0.7-beta.4 ## 2.0.7-beta.8 ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/use-safe-layout-effect@2.0.7-beta.3 ## 2.0.7-beta.7 ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/use-safe-layout-effect@2.0.7-beta.2 ## 2.0.7-beta.6 ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/use-safe-layout-effect@2.0.7-beta.1 ## 2.0.7-beta.5 ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/use-safe-layout-effect@2.0.7-beta.0 ## 2.0.7-beta.4 ### Patch Changes -- [#3998](https://github.com/frontio-ai/heroui/pull/3998) [`52f6274e9`](https://github.com/frontio-ai/heroui/commit/52f6274e9baecc928ee7cbb6a8110b72931061b8) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - use-image hook logic restore to the previous one to avoid nextjs hydration issues +- [#3998](https://github.com/heroui-inc/heroui/pull/3998) [`52f6274e9`](https://github.com/heroui-inc/heroui/commit/52f6274e9baecc928ee7cbb6a8110b72931061b8) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - use-image hook logic restore to the previous one to avoid nextjs hydration issues ## 2.0.7-beta.3 ### Patch Changes -- [`1c05c6d77`](https://github.com/frontio-ai/heroui/commit/1c05c6d77b10f6b18f3c34d36eece7702704267a) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - server validation added to the use-image hook +- [`1c05c6d77`](https://github.com/heroui-inc/heroui/commit/1c05c6d77b10f6b18f3c34d36eece7702704267a) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - server validation added to the use-image hook ## 2.0.7-beta.2 ### Patch Changes -- [#3993](https://github.com/frontio-ai/heroui/pull/3993) [`98b13d9a9`](https://github.com/frontio-ai/heroui/commit/98b13d9a9368ed188f62e3e7ff885ed3ec7c3f5a) Thanks [@wingkwong](https://github.com/wingkwong)! - fix Image ReferenceError in SSR +- [#3993](https://github.com/heroui-inc/heroui/pull/3993) [`98b13d9a9`](https://github.com/heroui-inc/heroui/commit/98b13d9a9368ed188f62e3e7ff885ed3ec7c3f5a) Thanks [@wingkwong](https://github.com/wingkwong)! - fix Image ReferenceError in SSR ## 2.0.7-beta.1 ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 ## 2.0.7-beta.0 ### Patch Changes -- [#3987](https://github.com/frontio-ai/heroui/pull/3987) [`90cb5b14a`](https://github.com/frontio-ai/heroui/commit/90cb5b14abcf70878896ea83b0b8bce0795d97fd) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - fix cached image flashing due to use-image always returning pending initially. The fix was to check if the image is loaded instantly through HTMLImageElement.complete attribute and use that to initialize the state. +- [#3987](https://github.com/heroui-inc/heroui/pull/3987) [`90cb5b14a`](https://github.com/heroui-inc/heroui/commit/90cb5b14abcf70878896ea83b0b8bce0795d97fd) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - fix cached image flashing due to use-image always returning pending initially. The fix was to check if the image is loaded instantly through HTMLImageElement.complete attribute and use that to initialize the state. ## 2.0.6 ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/use-safe-layout-effect@2.0.6 ## 2.0.5 ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added - `framer-transitions` renamed to `framer-utils` - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- Updated dependencies [[`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: +- Updated dependencies [[`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: - @heroui/use-safe-layout-effect@2.0.5 ## 2.0.4 ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/use-safe-layout-effect@2.0.4 ## 2.0.3 ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy -- Updated dependencies [[`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: +- Updated dependencies [[`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: - @heroui/use-safe-layout-effect@2.0.3 ## 2.0.2 ### Patch Changes -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports -- Updated dependencies [[`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: +- Updated dependencies [[`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: - @heroui/use-safe-layout-effect@2.0.2 ## 2.0.1 ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated -- Updated dependencies [[`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: +- Updated dependencies [[`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: - @heroui/use-safe-layout-effect@2.0.1 diff --git a/packages/hooks/use-image/README.md b/packages/hooks/use-image/README.md index 225888336a..060911492f 100644 --- a/packages/hooks/use-image/README.md +++ b/packages/hooks/use-image/README.md @@ -15,10 +15,10 @@ npm i @heroui/use-image ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/hooks/use-infinite-scroll/CHANGELOG.md b/packages/hooks/use-infinite-scroll/CHANGELOG.md index dbb3a0100a..904db54225 100644 --- a/packages/hooks/use-infinite-scroll/CHANGELOG.md +++ b/packages/hooks/use-infinite-scroll/CHANGELOG.md @@ -13,23 +13,23 @@ ### Patch Changes -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: - @heroui/shared-utils@2.1.2 ## 2.2.1 ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/shared-utils@2.1.1 ## 2.2.0 ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -55,107 +55,107 @@ ### Patch Changes -- Updated dependencies [[`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/shared-utils@2.1.0 ## 2.1.6-beta.8 ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/shared-utils@2.0.9-beta.8 ## 2.1.6-beta.7 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/shared-utils@2.0.9-beta.7 ## 2.1.6-beta.6 ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/shared-utils@2.0.9-beta.6 ## 2.1.6-beta.5 ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/shared-utils@2.0.9-beta.5 ## 2.1.6-beta.4 ### Patch Changes -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/shared-utils@2.0.9-beta.4 ## 2.1.6-beta.3 ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/shared-utils@2.0.9-beta.3 ## 2.1.6-beta.2 ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/shared-utils@2.0.9-beta.2 ## 2.1.6-beta.1 ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/shared-utils@2.0.9-beta.1 ## 2.1.6-beta.0 ### Patch Changes -- [#3523](https://github.com/frontio-ai/heroui/pull/3523) [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - replaced lodash with native approaches +- [#3523](https://github.com/heroui-inc/heroui/pull/3523) [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - replaced lodash with native approaches -- [#3523](https://github.com/frontio-ai/heroui/pull/3523) [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - framer motion optimization (#3340) +- [#3523](https://github.com/heroui-inc/heroui/pull/3523) [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - framer motion optimization (#3340) -- Updated dependencies [[`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb)]: +- Updated dependencies [[`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb)]: - @heroui/shared-utils@2.0.9-beta.0 ## 2.1.5 ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm ## 2.1.4 ### Patch Changes -- [#3332](https://github.com/frontio-ai/heroui/pull/3332) [`049d23685`](https://github.com/frontio-ai/heroui/commit/049d23685f9c60b6f38e4c2ae59da4b66ed3e0cc) Thanks [@abhisektomar1](https://github.com/abhisektomar1)! - fix(table): resolve double fetch issue in useInfiniteScroll hook (#3251) +- [#3332](https://github.com/heroui-inc/heroui/pull/3332) [`049d23685`](https://github.com/heroui-inc/heroui/commit/049d23685f9c60b6f38e4c2ae59da4b66ed3e0cc) Thanks [@abhisektomar1](https://github.com/abhisektomar1)! - fix(table): resolve double fetch issue in useInfiniteScroll hook (#3251) ## 2.1.3 ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added @@ -167,19 +167,19 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 ## 2.1.1 ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy ## 2.1.0 ### Minor Changes -- [#1313](https://github.com/frontio-ai/heroui/pull/1313) [`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New components: +- [#1313](https://github.com/heroui-inc/heroui/pull/1313) [`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New components: - Select - Listbox @@ -189,13 +189,13 @@ ### Patch Changes -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports ## 2.0.1 ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated diff --git a/packages/hooks/use-infinite-scroll/README.md b/packages/hooks/use-infinite-scroll/README.md index 625563f87a..e5538cb69c 100644 --- a/packages/hooks/use-infinite-scroll/README.md +++ b/packages/hooks/use-infinite-scroll/README.md @@ -15,10 +15,10 @@ npm i @heroui/use-infinite-scroll ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/hooks/use-intersection-observer/CHANGELOG.md b/packages/hooks/use-intersection-observer/CHANGELOG.md index b997b7c26e..d332b80efb 100644 --- a/packages/hooks/use-intersection-observer/CHANGELOG.md +++ b/packages/hooks/use-intersection-observer/CHANGELOG.md @@ -10,19 +10,19 @@ ### Patch Changes -- [#4258](https://github.com/frontio-ai/heroui/pull/4258) [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions +- [#4258](https://github.com/heroui-inc/heroui/pull/4258) [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions ## 2.2.1 ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 ## 2.2.0 ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -48,93 +48,93 @@ ### Patch Changes -- [#4226](https://github.com/frontio-ai/heroui/pull/4226) [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) +- [#4226](https://github.com/heroui-inc/heroui/pull/4226) [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) ## 2.1.0-beta.8 ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version ## 2.1.0-beta.7 ### Patch Changes -- [#3036](https://github.com/frontio-ai/heroui/pull/3036) [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3036](https://github.com/heroui-inc/heroui/pull/3036) [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ## 2.1.0-beta.6 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner ## 2.1.0-beta.5 ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean ## 2.1.0-beta.4 ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build ## 2.1.0-beta.3 ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added ## 2.1.0-beta.2 ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps ## 2.1.0-beta.1 ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 ## 2.1.0-beta.0 ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ## 2.0.5 ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm ## 2.0.4 ### Patch Changes -- [#3240](https://github.com/frontio-ai/heroui/pull/3240) [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies +- [#3240](https://github.com/heroui-inc/heroui/pull/3240) [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies ## 2.0.3 ### Patch Changes -- [#3119](https://github.com/frontio-ai/heroui/pull/3119) [`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` +- [#3119](https://github.com/heroui-inc/heroui/pull/3119) [`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` ## 2.0.2 ### Patch Changes -- [#2889](https://github.com/frontio-ai/heroui/pull/2889) [`aba1716ed`](https://github.com/frontio-ai/heroui/commit/aba1716edc2a85c94e6baeb4acc481f67589d002) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Update React Aria packages +- [#2889](https://github.com/heroui-inc/heroui/pull/2889) [`aba1716ed`](https://github.com/heroui-inc/heroui/commit/aba1716edc2a85c94e6baeb4acc481f67589d002) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Update React Aria packages ## 2.0.1 ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added diff --git a/packages/hooks/use-intersection-observer/README.md b/packages/hooks/use-intersection-observer/README.md index 679454b16b..c01938ee22 100644 --- a/packages/hooks/use-intersection-observer/README.md +++ b/packages/hooks/use-intersection-observer/README.md @@ -15,10 +15,10 @@ npm i @heroui/use-intersection-observer ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/hooks/use-is-mobile/CHANGELOG.md b/packages/hooks/use-is-mobile/CHANGELOG.md index b5098f34fe..58ee60d5de 100644 --- a/packages/hooks/use-is-mobile/CHANGELOG.md +++ b/packages/hooks/use-is-mobile/CHANGELOG.md @@ -10,19 +10,19 @@ ### Patch Changes -- [#4258](https://github.com/frontio-ai/heroui/pull/4258) [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions +- [#4258](https://github.com/heroui-inc/heroui/pull/4258) [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions ## 2.2.1 ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 ## 2.2.0 ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -50,75 +50,75 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version ## 2.1.0-beta.7 ### Patch Changes -- [#3036](https://github.com/frontio-ai/heroui/pull/3036) [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3036](https://github.com/heroui-inc/heroui/pull/3036) [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ## 2.1.0-beta.6 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner ## 2.1.0-beta.5 ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean ## 2.1.0-beta.4 ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build ## 2.1.0-beta.3 ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added ## 2.1.0-beta.2 ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps ## 2.1.0-beta.1 ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 ## 2.1.0-beta.0 ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ## 2.0.9 ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm ## 2.0.8 ### Patch Changes -- [#3240](https://github.com/frontio-ai/heroui/pull/3240) [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies +- [#3240](https://github.com/heroui-inc/heroui/pull/3240) [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies ## 2.0.7 ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added @@ -130,25 +130,25 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 ## 2.0.5 ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy ## 2.0.4 ### Patch Changes -- [#1589](https://github.com/frontio-ai/heroui/pull/1589) [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded +- [#1589](https://github.com/heroui-inc/heroui/pull/1589) [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded ## 2.0.3 ### Patch Changes -- [#1359](https://github.com/frontio-ai/heroui/pull/1359) [`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n +- [#1359](https://github.com/heroui-inc/heroui/pull/1359) [`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n - react-aria packages upgraded to the latest version - image storybooks fixed @@ -158,13 +158,13 @@ ### Patch Changes -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports ## 2.0.1 ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated diff --git a/packages/hooks/use-is-mobile/README.md b/packages/hooks/use-is-mobile/README.md index 29b60a4e63..9ae5eb47ae 100644 --- a/packages/hooks/use-is-mobile/README.md +++ b/packages/hooks/use-is-mobile/README.md @@ -15,10 +15,10 @@ npm i @heroui/use-is-mobile ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/hooks/use-is-mounted/CHANGELOG.md b/packages/hooks/use-is-mounted/CHANGELOG.md index dc388a454d..ff8fd5676c 100644 --- a/packages/hooks/use-is-mounted/CHANGELOG.md +++ b/packages/hooks/use-is-mounted/CHANGELOG.md @@ -10,13 +10,13 @@ ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 ## 2.1.0 ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -44,49 +44,49 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version ## 2.0.7-beta.4 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner ## 2.0.7-beta.3 ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean ## 2.0.7-beta.2 ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build ## 2.0.7-beta.1 ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added ## 2.0.7-beta.0 ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps ## 2.0.6 ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm ## 2.0.5 ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added @@ -98,25 +98,25 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 ## 2.0.3 ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy ## 2.0.2 ### Patch Changes -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports ## 2.0.1 ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated diff --git a/packages/hooks/use-is-mounted/README.md b/packages/hooks/use-is-mounted/README.md index 9c71c4654a..08f5c15240 100644 --- a/packages/hooks/use-is-mounted/README.md +++ b/packages/hooks/use-is-mounted/README.md @@ -15,10 +15,10 @@ npm i @heroui/use-is-mounted ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/hooks/use-measure/CHANGELOG.md b/packages/hooks/use-measure/CHANGELOG.md index 327e16d993..278bf7a07c 100644 --- a/packages/hooks/use-measure/CHANGELOG.md +++ b/packages/hooks/use-measure/CHANGELOG.md @@ -10,13 +10,13 @@ ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 ## 2.1.0 ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -44,51 +44,51 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version ## 2.0.3-beta.4 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner ## 2.0.3-beta.3 ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean ## 2.0.3-beta.2 ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build ## 2.0.3-beta.1 ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added ## 2.0.3-beta.0 ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps ## 2.0.2 ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm ## 2.0.1 ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added @@ -100,9 +100,9 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/react-utils@2.0.10 ## 2.0.9 @@ -116,9 +116,9 @@ ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy -- Updated dependencies [[`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: +- Updated dependencies [[`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: - @heroui/react-utils@2.0.8 ## 2.0.7 @@ -160,18 +160,18 @@ ### Patch Changes -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports -- Updated dependencies [[`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: +- Updated dependencies [[`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: - @heroui/react-utils@2.0.2 ## 2.0.1 ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated -- Updated dependencies [[`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: +- Updated dependencies [[`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: - @heroui/react-utils@2.0.1 diff --git a/packages/hooks/use-measure/README.md b/packages/hooks/use-measure/README.md index 69709f7500..a92980997e 100644 --- a/packages/hooks/use-measure/README.md +++ b/packages/hooks/use-measure/README.md @@ -15,10 +15,10 @@ npm i @heroui/use-measure ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/hooks/use-pagination/CHANGELOG.md b/packages/hooks/use-pagination/CHANGELOG.md index 8a8114a262..62707c9d48 100644 --- a/packages/hooks/use-pagination/CHANGELOG.md +++ b/packages/hooks/use-pagination/CHANGELOG.md @@ -13,29 +13,29 @@ ### Patch Changes -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: - @heroui/shared-utils@2.1.2 ## 2.2.2 ### Patch Changes -- [#4258](https://github.com/frontio-ai/heroui/pull/4258) [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions +- [#4258](https://github.com/heroui-inc/heroui/pull/4258) [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions ## 2.2.1 ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/shared-utils@2.1.1 ## 2.2.0 ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -61,181 +61,181 @@ ### Patch Changes -- Updated dependencies [[`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/shared-utils@2.1.0 ## 2.1.0-beta.9 ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/shared-utils@2.0.9-beta.8 ## 2.1.0-beta.8 ### Patch Changes -- [#3036](https://github.com/frontio-ai/heroui/pull/3036) [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3036](https://github.com/heroui-inc/heroui/pull/3036) [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ## 2.1.0-beta.7 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/shared-utils@2.0.9-beta.7 ## 2.1.0-beta.6 ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/shared-utils@2.0.9-beta.6 ## 2.1.0-beta.5 ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/shared-utils@2.0.9-beta.5 ## 2.1.0-beta.4 ### Patch Changes -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/shared-utils@2.0.9-beta.4 ## 2.1.0-beta.3 ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/shared-utils@2.0.9-beta.3 ## 2.1.0-beta.2 ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/shared-utils@2.0.9-beta.2 ## 2.1.0-beta.1 ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/shared-utils@2.0.9-beta.1 ## 2.1.0-beta.0 ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ### Patch Changes -- Updated dependencies [[`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb)]: +- Updated dependencies [[`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb)]: - @heroui/shared-utils@2.0.9-beta.0 ## 2.0.10 ### Patch Changes -- Updated dependencies [[`f36df4362`](https://github.com/frontio-ai/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: +- Updated dependencies [[`f36df4362`](https://github.com/heroui-inc/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: - @heroui/shared-utils@2.0.8 ## 2.0.9 ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/shared-utils@2.0.7 ## 2.0.8 ### Patch Changes -- Updated dependencies [[`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: +- Updated dependencies [[`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: - @heroui/shared-utils@2.0.6 ## 2.0.7 ### Patch Changes -- [#3240](https://github.com/frontio-ai/heroui/pull/3240) [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies +- [#3240](https://github.com/heroui-inc/heroui/pull/3240) [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies ## 2.0.6 ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added - `framer-transitions` renamed to `framer-utils` - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- Updated dependencies [[`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: +- Updated dependencies [[`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: - @heroui/shared-utils@2.0.5 ## 2.0.5 ### Patch Changes -- [#2393](https://github.com/frontio-ai/heroui/pull/2393) [`dec7d411b`](https://github.com/frontio-ai/heroui/commit/dec7d411b5c9cf1ddb9d74bf8ac897f306017835) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed inversed RTL pagination arrows (#2292) +- [#2393](https://github.com/heroui-inc/heroui/pull/2393) [`dec7d411b`](https://github.com/heroui-inc/heroui/commit/dec7d411b5c9cf1ddb9d74bf8ac897f306017835) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed inversed RTL pagination arrows (#2292) ## 2.0.4 ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/shared-utils@2.0.4 ## 2.0.3 ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy -- Updated dependencies [[`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: +- Updated dependencies [[`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: - @heroui/shared-utils@2.0.3 ## 2.0.2 ### Patch Changes -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports -- Updated dependencies [[`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: +- Updated dependencies [[`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: - @heroui/shared-utils@2.0.2 ## 2.0.1 ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated -- Updated dependencies [[`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: +- Updated dependencies [[`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: - @heroui/shared-utils@2.0.1 diff --git a/packages/hooks/use-pagination/README.md b/packages/hooks/use-pagination/README.md index 70ef879613..273578c4df 100644 --- a/packages/hooks/use-pagination/README.md +++ b/packages/hooks/use-pagination/README.md @@ -15,10 +15,10 @@ npm i @heroui/use-pagination ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/hooks/use-real-shape/CHANGELOG.md b/packages/hooks/use-real-shape/CHANGELOG.md index 64bfdf2890..a6a265875a 100644 --- a/packages/hooks/use-real-shape/CHANGELOG.md +++ b/packages/hooks/use-real-shape/CHANGELOG.md @@ -13,7 +13,7 @@ ### Patch Changes -- Updated dependencies [[`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: +- Updated dependencies [[`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]: - @heroui/react-utils@2.1.3 ## 2.1.2 @@ -27,16 +27,16 @@ ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/react-utils@2.1.1 ## 2.1.0 ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -62,43 +62,43 @@ ### Patch Changes -- Updated dependencies [[`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/react-utils@2.1.0 ## 2.0.18-beta.8 ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/react-utils@2.0.18-beta.8 ## 2.0.18-beta.7 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/react-utils@2.0.18-beta.7 ## 2.0.18-beta.6 ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/react-utils@2.0.18-beta.6 ## 2.0.18-beta.5 ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/react-utils@2.0.18-beta.5 ## 2.0.18-beta.4 @@ -112,27 +112,27 @@ ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/react-utils@2.0.18-beta.3 ## 2.0.18-beta.2 ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/react-utils@2.0.18-beta.2 ## 2.0.18-beta.1 ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/react-utils@2.0.18-beta.1 ## 2.0.18-beta.0 @@ -146,7 +146,7 @@ ### Patch Changes -- [#3607](https://github.com/frontio-ai/heroui/pull/3607) [`eda316ab2`](https://github.com/frontio-ai/heroui/commit/eda316ab24d390065931daf3aa816cbdbff4fb9a) Thanks [@AnYiEE](https://github.com/AnYiEE)! - ensure exposed functions wrap by `useCallback` +- [#3607](https://github.com/heroui-inc/heroui/pull/3607) [`eda316ab2`](https://github.com/heroui-inc/heroui/commit/eda316ab24d390065931daf3aa816cbdbff4fb9a) Thanks [@AnYiEE](https://github.com/AnYiEE)! - ensure exposed functions wrap by `useCallback` - Updated dependencies []: - @heroui/react-utils@2.0.17 @@ -155,9 +155,9 @@ ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/react-utils@2.0.16 ## 2.0.15 @@ -171,14 +171,14 @@ ### Patch Changes -- Updated dependencies [[`b9bb06ff3`](https://github.com/frontio-ai/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: +- Updated dependencies [[`b9bb06ff3`](https://github.com/heroui-inc/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3)]: - @heroui/react-utils@2.0.14 ## 2.0.13 ### Patch Changes -- Updated dependencies [[`eccc2f2f3`](https://github.com/frontio-ai/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: +- Updated dependencies [[`eccc2f2f3`](https://github.com/heroui-inc/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: - @heroui/react-utils@2.0.13 ## 2.0.12 @@ -192,23 +192,23 @@ ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added - `framer-transitions` renamed to `framer-utils` - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- Updated dependencies [[`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: +- Updated dependencies [[`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: - @heroui/react-utils@2.0.11 ## 2.0.10 ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/react-utils@2.0.10 ## 2.0.9 @@ -222,9 +222,9 @@ ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy -- Updated dependencies [[`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: +- Updated dependencies [[`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: - @heroui/react-utils@2.0.8 ## 2.0.7 @@ -266,18 +266,18 @@ ### Patch Changes -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports -- Updated dependencies [[`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: +- Updated dependencies [[`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: - @heroui/react-utils@2.0.2 ## 2.0.1 ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated -- Updated dependencies [[`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: +- Updated dependencies [[`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: - @heroui/react-utils@2.0.1 diff --git a/packages/hooks/use-real-shape/README.md b/packages/hooks/use-real-shape/README.md index 18fea7c54d..ca3c4c357c 100644 --- a/packages/hooks/use-real-shape/README.md +++ b/packages/hooks/use-real-shape/README.md @@ -15,10 +15,10 @@ npm i @heroui/use-real-shape ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/hooks/use-ref-state/CHANGELOG.md b/packages/hooks/use-ref-state/CHANGELOG.md index b6c465fab9..038ef5d4f7 100644 --- a/packages/hooks/use-ref-state/CHANGELOG.md +++ b/packages/hooks/use-ref-state/CHANGELOG.md @@ -10,13 +10,13 @@ ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 ## 2.1.0 ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -44,61 +44,61 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version ## 2.0.8-beta.5 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner ## 2.0.8-beta.4 ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean ## 2.0.8-beta.3 ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build ## 2.0.8-beta.2 ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added ## 2.0.8-beta.1 ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps ## 2.0.8-beta.0 ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 ## 2.0.7 ### Patch Changes -- [#3607](https://github.com/frontio-ai/heroui/pull/3607) [`eda316ab2`](https://github.com/frontio-ai/heroui/commit/eda316ab24d390065931daf3aa816cbdbff4fb9a) Thanks [@AnYiEE](https://github.com/AnYiEE)! - ensure exposed functions wrap by `useCallback` +- [#3607](https://github.com/heroui-inc/heroui/pull/3607) [`eda316ab2`](https://github.com/heroui-inc/heroui/commit/eda316ab24d390065931daf3aa816cbdbff4fb9a) Thanks [@AnYiEE](https://github.com/AnYiEE)! - ensure exposed functions wrap by `useCallback` ## 2.0.6 ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm ## 2.0.5 ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added @@ -110,25 +110,25 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 ## 2.0.3 ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy ## 2.0.2 ### Patch Changes -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports ## 2.0.1 ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated diff --git a/packages/hooks/use-ref-state/README.md b/packages/hooks/use-ref-state/README.md index f9f87c58d4..87613fa6e3 100644 --- a/packages/hooks/use-ref-state/README.md +++ b/packages/hooks/use-ref-state/README.md @@ -15,10 +15,10 @@ npm i @heroui/use-ref-state ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/hooks/use-resize/CHANGELOG.md b/packages/hooks/use-resize/CHANGELOG.md index 8be689f428..ab8685f957 100644 --- a/packages/hooks/use-resize/CHANGELOG.md +++ b/packages/hooks/use-resize/CHANGELOG.md @@ -10,13 +10,13 @@ ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 ## 2.1.0 ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -44,49 +44,49 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version ## 2.0.7-beta.4 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner ## 2.0.7-beta.3 ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean ## 2.0.7-beta.2 ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build ## 2.0.7-beta.1 ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added ## 2.0.7-beta.0 ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps ## 2.0.6 ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm ## 2.0.5 ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added @@ -98,25 +98,25 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 ## 2.0.3 ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy ## 2.0.2 ### Patch Changes -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports ## 2.0.1 ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated diff --git a/packages/hooks/use-resize/README.md b/packages/hooks/use-resize/README.md index 2e9224fa3c..6fc3bfc341 100644 --- a/packages/hooks/use-resize/README.md +++ b/packages/hooks/use-resize/README.md @@ -15,10 +15,10 @@ npm i @heroui/use-resize ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/hooks/use-safe-layout-effect/CHANGELOG.md b/packages/hooks/use-safe-layout-effect/CHANGELOG.md index 07b561a848..8b400b6589 100644 --- a/packages/hooks/use-safe-layout-effect/CHANGELOG.md +++ b/packages/hooks/use-safe-layout-effect/CHANGELOG.md @@ -10,13 +10,13 @@ ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 ## 2.1.0 ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -44,49 +44,49 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version ## 2.0.7-beta.4 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner ## 2.0.7-beta.3 ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean ## 2.0.7-beta.2 ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build ## 2.0.7-beta.1 ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added ## 2.0.7-beta.0 ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps ## 2.0.6 ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm ## 2.0.5 ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added @@ -98,25 +98,25 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 ## 2.0.3 ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy ## 2.0.2 ### Patch Changes -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports ## 2.0.1 ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated diff --git a/packages/hooks/use-safe-layout-effect/README.md b/packages/hooks/use-safe-layout-effect/README.md index 6e4ab24e40..4e9f4a20a5 100644 --- a/packages/hooks/use-safe-layout-effect/README.md +++ b/packages/hooks/use-safe-layout-effect/README.md @@ -15,10 +15,10 @@ npm i @heroui/use-safe-layout-effect ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/hooks/use-scroll-position/CHANGELOG.md b/packages/hooks/use-scroll-position/CHANGELOG.md index 33d94d6e5b..04632b8489 100644 --- a/packages/hooks/use-scroll-position/CHANGELOG.md +++ b/packages/hooks/use-scroll-position/CHANGELOG.md @@ -10,13 +10,13 @@ ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 ## 2.1.0 ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -44,67 +44,67 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version ## 2.0.10-beta.4 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner ## 2.0.10-beta.3 ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean ## 2.0.10-beta.2 ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build ## 2.0.10-beta.1 ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added ## 2.0.10-beta.0 ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps ## 2.0.9 ### Patch Changes -- [#3247](https://github.com/frontio-ai/heroui/pull/3247) [`b0728e3c3`](https://github.com/frontio-ai/heroui/commit/b0728e3c3841ce6abb6ed6d4617ddb5242077324) Thanks [@vetan2](https://github.com/vetan2)! - re-attach scroll event behavior in `useScrollPosition` +- [#3247](https://github.com/heroui-inc/heroui/pull/3247) [`b0728e3c3`](https://github.com/heroui-inc/heroui/commit/b0728e3c3841ce6abb6ed6d4617ddb5242077324) Thanks [@vetan2](https://github.com/vetan2)! - re-attach scroll event behavior in `useScrollPosition` ## 2.0.8 ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm ## 2.0.7 ### Patch Changes -- [#3315](https://github.com/frontio-ai/heroui/pull/3315) [`35e709de7`](https://github.com/frontio-ai/heroui/commit/35e709de7d3300c2de0b9158d098b10ef185d6ca) Thanks [@pratyush3124](https://github.com/pratyush3124)! - clearing throttleTimeout when it is supposed to be null in useScrollPosition (#3139) +- [#3315](https://github.com/heroui-inc/heroui/pull/3315) [`35e709de7`](https://github.com/heroui-inc/heroui/commit/35e709de7d3300c2de0b9158d098b10ef185d6ca) Thanks [@pratyush3124](https://github.com/pratyush3124)! - clearing throttleTimeout when it is supposed to be null in useScrollPosition (#3139) ## 2.0.6 ### Patch Changes -- [#3049](https://github.com/frontio-ai/heroui/pull/3049) [`fa26ce02f`](https://github.com/frontio-ai/heroui/commit/fa26ce02fd84b25fc29925c93462d15de542b847) Thanks [@Gaic4o](https://github.com/Gaic4o)! - WHAT: Refactored the useScrollPosition hook to improve performance and stability by using useCallback for the handler function and useRef for throttleTimeout. +- [#3049](https://github.com/heroui-inc/heroui/pull/3049) [`fa26ce02f`](https://github.com/heroui-inc/heroui/commit/fa26ce02fd84b25fc29925c93462d15de542b847) Thanks [@Gaic4o](https://github.com/Gaic4o)! - WHAT: Refactored the useScrollPosition hook to improve performance and stability by using useCallback for the handler function and useRef for throttleTimeout. ## 2.0.5 ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added @@ -116,25 +116,25 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 ## 2.0.3 ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy ## 2.0.2 ### Patch Changes -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports ## 2.0.1 ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated diff --git a/packages/hooks/use-scroll-position/README.md b/packages/hooks/use-scroll-position/README.md index 5636d4de6d..9977233a4d 100644 --- a/packages/hooks/use-scroll-position/README.md +++ b/packages/hooks/use-scroll-position/README.md @@ -15,10 +15,10 @@ npm i @heroui/use-scroll-position ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/hooks/use-ssr/CHANGELOG.md b/packages/hooks/use-ssr/CHANGELOG.md index 6b47cefaa8..6444c62a8d 100644 --- a/packages/hooks/use-ssr/CHANGELOG.md +++ b/packages/hooks/use-ssr/CHANGELOG.md @@ -10,13 +10,13 @@ ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 ## 2.1.0 ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -44,49 +44,49 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version ## 2.0.7-beta.4 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner ## 2.0.7-beta.3 ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean ## 2.0.7-beta.2 ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build ## 2.0.7-beta.1 ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added ## 2.0.7-beta.0 ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps ## 2.0.6 ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm ## 2.0.5 ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added @@ -98,25 +98,25 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 ## 2.0.3 ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy ## 2.0.2 ### Patch Changes -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports ## 2.0.1 ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated diff --git a/packages/hooks/use-ssr/README.md b/packages/hooks/use-ssr/README.md index 7a94d6e270..4f291389b1 100644 --- a/packages/hooks/use-ssr/README.md +++ b/packages/hooks/use-ssr/README.md @@ -15,10 +15,10 @@ npm i @heroui/use-ssr ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/hooks/use-theme/CHANGELOG.md b/packages/hooks/use-theme/CHANGELOG.md index e929337ac9..e903165993 100644 --- a/packages/hooks/use-theme/CHANGELOG.md +++ b/packages/hooks/use-theme/CHANGELOG.md @@ -10,13 +10,13 @@ ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 ## 2.1.0 ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -44,46 +44,46 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version ## 2.0.1-beta.6 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner ## 2.0.1-beta.5 ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean ## 2.0.1-beta.4 ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build ## 2.0.1-beta.3 ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added ## 2.0.1-beta.2 ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps ## 2.0.1-beta.1 ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 ## 2.0.1-beta.0 ### Patch Changes -- [#3169](https://github.com/frontio-ai/heroui/pull/3169) [`ad7e2615d`](https://github.com/frontio-ai/heroui/commit/ad7e2615d3cbc8044a8acc3a6adb35a653bdfbeb) Thanks [@wingkwong](https://github.com/wingkwong)! - introduce `use-theme` hook +- [#3169](https://github.com/heroui-inc/heroui/pull/3169) [`ad7e2615d`](https://github.com/heroui-inc/heroui/commit/ad7e2615d3cbc8044a8acc3a6adb35a653bdfbeb) Thanks [@wingkwong](https://github.com/wingkwong)! - introduce `use-theme` hook diff --git a/packages/hooks/use-theme/README.md b/packages/hooks/use-theme/README.md index e4bb7a2ddb..3617378320 100644 --- a/packages/hooks/use-theme/README.md +++ b/packages/hooks/use-theme/README.md @@ -46,10 +46,10 @@ setTheme('purple-dark') ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/hooks/use-update-effect/CHANGELOG.md b/packages/hooks/use-update-effect/CHANGELOG.md index df37c60a1c..e7c1edee20 100644 --- a/packages/hooks/use-update-effect/CHANGELOG.md +++ b/packages/hooks/use-update-effect/CHANGELOG.md @@ -10,13 +10,13 @@ ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 ## 2.1.0 ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -44,49 +44,49 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version ## 2.0.7-beta.4 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner ## 2.0.7-beta.3 ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean ## 2.0.7-beta.2 ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build ## 2.0.7-beta.1 ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added ## 2.0.7-beta.0 ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps ## 2.0.6 ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm ## 2.0.5 ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added @@ -98,25 +98,25 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 ## 2.0.3 ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy ## 2.0.2 ### Patch Changes -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports ## 2.0.1 ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated diff --git a/packages/hooks/use-update-effect/README.md b/packages/hooks/use-update-effect/README.md index fab365077d..d526580200 100644 --- a/packages/hooks/use-update-effect/README.md +++ b/packages/hooks/use-update-effect/README.md @@ -15,10 +15,10 @@ npm i @heroui/use-update-effect ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/utilities/aria-utils/CHANGELOG.md b/packages/utilities/aria-utils/CHANGELOG.md index c4350932eb..c715ebfa6e 100644 --- a/packages/utilities/aria-utils/CHANGELOG.md +++ b/packages/utilities/aria-utils/CHANGELOG.md @@ -22,7 +22,7 @@ ### Patch Changes -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: - @heroui/shared-utils@2.1.2 - @heroui/system@2.4.5 @@ -30,15 +30,15 @@ ### Patch Changes -- [#4322](https://github.com/frontio-ai/heroui/pull/4322) [`78c0928`](https://github.com/frontio-ai/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #4292 interactive elements were not responding to "onClick" event +- [#4322](https://github.com/heroui-inc/heroui/pull/4322) [`78c0928`](https://github.com/heroui-inc/heroui/commit/78c09280e30113bd648057ad64ad6198d1e5d58f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #4292 interactive elements were not responding to "onClick" event ## 2.2.4 ### Patch Changes -- [#4258](https://github.com/frontio-ai/heroui/pull/4258) [`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions +- [#4258](https://github.com/heroui-inc/heroui/pull/4258) [`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions -- Updated dependencies [[`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3), [`455556e`](https://github.com/frontio-ai/heroui/commit/455556e14278dd933b4acd1a136ea29879b49545)]: +- Updated dependencies [[`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3), [`455556e`](https://github.com/heroui-inc/heroui/commit/455556e14278dd933b4acd1a136ea29879b49545)]: - @heroui/system@2.4.4 ## 2.2.3 @@ -59,9 +59,9 @@ ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/system@2.4.1 - @heroui/react-rsc-utils@2.1.1 - @heroui/shared-utils@2.1.1 @@ -70,7 +70,7 @@ ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -96,9 +96,9 @@ ### Patch Changes -- [#4226](https://github.com/frontio-ai/heroui/pull/4226) [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) +- [#4226](https://github.com/heroui-inc/heroui/pull/4226) [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version (#4212) -- Updated dependencies [[`26e478d`](https://github.com/frontio-ai/heroui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52), [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`26e478d`](https://github.com/heroui-inc/heroui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52), [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/system@2.4.0 - @heroui/react-rsc-utils@2.1.0 - @heroui/shared-utils@2.1.0 @@ -107,16 +107,16 @@ ### Patch Changes -- Updated dependencies [[`c8f2ec887`](https://github.com/frontio-ai/heroui/commit/c8f2ec88752289913968331032b9e7f772c12ec4)]: +- Updated dependencies [[`c8f2ec887`](https://github.com/heroui-inc/heroui/commit/c8f2ec88752289913968331032b9e7f772c12ec4)]: - @heroui/system@2.3.0-beta.11 ## 2.1.0-beta.10 ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/system@2.3.0-beta.10 - @heroui/react-rsc-utils@2.0.15-beta.5 - @heroui/shared-utils@2.0.9-beta.8 @@ -125,25 +125,25 @@ ### Patch Changes -- [#3036](https://github.com/frontio-ai/heroui/pull/3036) [`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3036](https://github.com/heroui-inc/heroui/pull/3036) [`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version -- Updated dependencies [[`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: +- Updated dependencies [[`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: - @heroui/system@2.3.0-beta.9 ## 2.1.0-beta.8 ### Patch Changes -- Updated dependencies [[`4607fe2ff`](https://github.com/frontio-ai/heroui/commit/4607fe2ff448a536496c2b59ccdfcb217379b6ed)]: +- Updated dependencies [[`4607fe2ff`](https://github.com/heroui-inc/heroui/commit/4607fe2ff448a536496c2b59ccdfcb217379b6ed)]: - @heroui/system@2.3.0-beta.8 ## 2.1.0-beta.7 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/system@2.3.0-beta.7 - @heroui/react-rsc-utils@2.0.15-beta.4 - @heroui/shared-utils@2.0.9-beta.7 @@ -152,9 +152,9 @@ ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/system@2.3.0-beta.6 - @heroui/react-rsc-utils@2.0.15-beta.3 - @heroui/shared-utils@2.0.9-beta.6 @@ -163,9 +163,9 @@ ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/system@2.3.0-beta.5 - @heroui/react-rsc-utils@2.0.15-beta.2 - @heroui/shared-utils@2.0.9-beta.5 @@ -174,7 +174,7 @@ ### Patch Changes -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/shared-utils@2.0.9-beta.4 - @heroui/system@2.3.0-beta.4 @@ -182,9 +182,9 @@ ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/system@2.3.0-beta.3 - @heroui/react-rsc-utils@2.0.15-beta.1 - @heroui/shared-utils@2.0.9-beta.3 @@ -193,9 +193,9 @@ ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/system@2.3.0-beta.2 - @heroui/react-rsc-utils@2.0.15-beta.0 - @heroui/shared-utils@2.0.9-beta.2 @@ -204,9 +204,9 @@ ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/system@2.3.0-beta.1 - @heroui/shared-utils@2.0.9-beta.1 @@ -214,11 +214,11 @@ ### Minor Changes -- [#3732](https://github.com/frontio-ai/heroui/pull/3732) [`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version +- [#3732](https://github.com/heroui-inc/heroui/pull/3732) [`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version ### Patch Changes -- Updated dependencies [[`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb)]: +- Updated dependencies [[`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb)]: - @heroui/system@2.3.0-beta.0 - @heroui/shared-utils@2.0.9-beta.0 @@ -226,15 +226,15 @@ ### Patch Changes -- [#3759](https://github.com/frontio-ai/heroui/pull/3759) [`229388422`](https://github.com/frontio-ai/heroui/commit/2293884229541e363b1983fea88ba6e3bee6be14) Thanks [@wingkwong](https://github.com/wingkwong)! - rollback pr3467. rescheduled to v2.5.0. +- [#3759](https://github.com/heroui-inc/heroui/pull/3759) [`229388422`](https://github.com/heroui-inc/heroui/commit/2293884229541e363b1983fea88ba6e3bee6be14) Thanks [@wingkwong](https://github.com/wingkwong)! - rollback pr3467. rescheduled to v2.5.0. ## 2.0.25 ### Patch Changes -- [#3467](https://github.com/frontio-ai/heroui/pull/3467) [`123b7fbc9`](https://github.com/frontio-ai/heroui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae) Thanks [@chirokas](https://github.com/chirokas)! - Refactor overlays to reduce its complexity, while improving stability. +- [#3467](https://github.com/heroui-inc/heroui/pull/3467) [`123b7fbc9`](https://github.com/heroui-inc/heroui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae) Thanks [@chirokas](https://github.com/chirokas)! - Refactor overlays to reduce its complexity, while improving stability. -- Updated dependencies [[`4ac7674d1`](https://github.com/frontio-ai/heroui/commit/4ac7674d1ec8ed60925412fe1bd1f01ee9f1555a), [`446a6bf57`](https://github.com/frontio-ai/heroui/commit/446a6bf57c3c9e6acadd6629411b33353b305590), [`f36df4362`](https://github.com/frontio-ai/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: +- Updated dependencies [[`4ac7674d1`](https://github.com/heroui-inc/heroui/commit/4ac7674d1ec8ed60925412fe1bd1f01ee9f1555a), [`446a6bf57`](https://github.com/heroui-inc/heroui/commit/446a6bf57c3c9e6acadd6629411b33353b305590), [`f36df4362`](https://github.com/heroui-inc/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: - @heroui/system@2.2.6 - @heroui/react-rsc-utils@2.0.14 - @heroui/shared-utils@2.0.8 @@ -243,9 +243,9 @@ ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/system@2.2.5 - @heroui/react-rsc-utils@2.0.13 - @heroui/shared-utils@2.0.7 @@ -261,9 +261,9 @@ ### Patch Changes -- [#3362](https://github.com/frontio-ai/heroui/pull/3362) [`60bb09fe6`](https://github.com/frontio-ai/heroui/commit/60bb09fe6455475a16225e776348e9acf0537f9b) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix tsc error (#2365, #2314, #2505) +- [#3362](https://github.com/heroui-inc/heroui/pull/3362) [`60bb09fe6`](https://github.com/heroui-inc/heroui/commit/60bb09fe6455475a16225e776348e9acf0537f9b) Thanks [@winchesHe](https://github.com/winchesHe)! - Fix tsc error (#2365, #2314, #2505) -- Updated dependencies [[`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: +- Updated dependencies [[`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: - @heroui/system@2.2.3 - @heroui/shared-utils@2.0.6 @@ -271,45 +271,45 @@ ### Patch Changes -- [#3240](https://github.com/frontio-ai/heroui/pull/3240) [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - Fix popover focus issue (#3171, #2992) +- [#3240](https://github.com/heroui-inc/heroui/pull/3240) [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - Fix popover focus issue (#3171, #2992) -- [#3240](https://github.com/frontio-ai/heroui/pull/3240) [`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies +- [#3240](https://github.com/heroui-inc/heroui/pull/3240) [`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies -- Updated dependencies [[`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b)]: +- Updated dependencies [[`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b)]: - @heroui/system@2.2.2 ## 2.0.20 ### Patch Changes -- [#3119](https://github.com/frontio-ai/heroui/pull/3119) [`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` +- [#3119](https://github.com/heroui-inc/heroui/pull/3119) [`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` -- Updated dependencies [[`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a), [`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: +- Updated dependencies [[`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a), [`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: - @heroui/system@2.2.1 ## 2.0.19 ### Patch Changes -- [#2854](https://github.com/frontio-ai/heroui/pull/2854) [`3b14c21e0`](https://github.com/frontio-ai/heroui/commit/3b14c21e02fedf15d7d22e911109dac60c4e780e) Thanks [@wingkwong](https://github.com/wingkwong)! - Revise popover-based focus behaviours (#2849, #2834, #2779, #2962, #2872, #2974, #1920, #1287, #3060) +- [#2854](https://github.com/heroui-inc/heroui/pull/2854) [`3b14c21e0`](https://github.com/heroui-inc/heroui/commit/3b14c21e02fedf15d7d22e911109dac60c4e780e) Thanks [@wingkwong](https://github.com/wingkwong)! - Revise popover-based focus behaviours (#2849, #2834, #2779, #2962, #2872, #2974, #1920, #1287, #3060) -- Updated dependencies [[`e3afa4789`](https://github.com/frontio-ai/heroui/commit/e3afa4789a1ac0fa929b2acaca5bd9c520567ab8), [`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2), [`540aa2124`](https://github.com/frontio-ai/heroui/commit/540aa2124b45b65a40e73f5aea2b90405fe1fe9a)]: +- Updated dependencies [[`e3afa4789`](https://github.com/heroui-inc/heroui/commit/e3afa4789a1ac0fa929b2acaca5bd9c520567ab8), [`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2), [`540aa2124`](https://github.com/heroui-inc/heroui/commit/540aa2124b45b65a40e73f5aea2b90405fe1fe9a)]: - @heroui/system@2.2.0 ## 2.0.18 ### Patch Changes -- [#2789](https://github.com/frontio-ai/heroui/pull/2789) [`eccc2f2f3`](https://github.com/frontio-ai/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #2749 Introduced named exports for several UI-related packages to enhance modularity and usability in Next.js projects. +- [#2789](https://github.com/heroui-inc/heroui/pull/2789) [`eccc2f2f3`](https://github.com/heroui-inc/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #2749 Introduced named exports for several UI-related packages to enhance modularity and usability in Next.js projects. -- Updated dependencies [[`eccc2f2f3`](https://github.com/frontio-ai/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: +- Updated dependencies [[`eccc2f2f3`](https://github.com/heroui-inc/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: - @heroui/system@2.1.2 ## 2.0.17 ### Patch Changes -- Updated dependencies [[`74eda3128`](https://github.com/frontio-ai/heroui/commit/74eda312883b2e17df26f71442aba9fb3cd240be)]: +- Updated dependencies [[`74eda3128`](https://github.com/heroui-inc/heroui/commit/74eda312883b2e17df26f71442aba9fb3cd240be)]: - @heroui/system@2.1.1 - @heroui/react-rsc-utils@2.0.12 @@ -317,16 +317,16 @@ ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added - `framer-transitions` renamed to `framer-utils` - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- Updated dependencies [[`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`f864dc397`](https://github.com/frontio-ai/heroui/commit/f864dc3974993b29ea5048483d7e0e998e8bef56)]: +- Updated dependencies [[`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`f864dc397`](https://github.com/heroui-inc/heroui/commit/f864dc3974993b29ea5048483d7e0e998e8bef56)]: - @heroui/system@2.1.0 - @heroui/react-rsc-utils@2.0.11 - @heroui/shared-utils@2.0.5 @@ -363,9 +363,9 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/system@2.0.11 - @heroui/react-rsc-utils@2.0.10 - @heroui/shared-utils@2.0.4 @@ -381,18 +381,18 @@ ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy -- Updated dependencies [[`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: +- Updated dependencies [[`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: - @heroui/system@2.0.9 ## 2.0.8 ### Patch Changes -- [#1589](https://github.com/frontio-ai/heroui/pull/1589) [`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded +- [#1589](https://github.com/heroui-inc/heroui/pull/1589) [`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded -- Updated dependencies [[`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: +- Updated dependencies [[`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: - @heroui/system@2.0.8 ## 2.0.7 @@ -406,36 +406,36 @@ ### Patch Changes -- Updated dependencies [[`641bf0885`](https://github.com/frontio-ai/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: +- Updated dependencies [[`641bf0885`](https://github.com/heroui-inc/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: - @heroui/system@2.0.6 ## 2.0.5 ### Patch Changes -- [#1359](https://github.com/frontio-ai/heroui/pull/1359) [`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n +- [#1359](https://github.com/heroui-inc/heroui/pull/1359) [`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n - react-aria packages upgraded to the latest version - image storybooks fixed - other bug fixes.. -- Updated dependencies [[`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: +- Updated dependencies [[`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: - @heroui/system@2.0.5 ## 2.0.4 ### Patch Changes -- Updated dependencies [[`710395f3`](https://github.com/frontio-ai/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: +- Updated dependencies [[`710395f3`](https://github.com/heroui-inc/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: - @heroui/system@2.0.4 ## 2.0.3 ### Patch Changes -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports -- Updated dependencies [[`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: +- Updated dependencies [[`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: - @heroui/system@2.0.3 ## 2.0.2 @@ -449,9 +449,9 @@ ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated -- Updated dependencies [[`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: +- Updated dependencies [[`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: - @heroui/system@2.0.1 diff --git a/packages/utilities/aria-utils/README.md b/packages/utilities/aria-utils/README.md index 22b8850677..24f6da6117 100644 --- a/packages/utilities/aria-utils/README.md +++ b/packages/utilities/aria-utils/README.md @@ -15,10 +15,10 @@ npm i @heroui/aria-utils ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/utilities/dom-animation/CHANGELOG.md b/packages/utilities/dom-animation/CHANGELOG.md index 6c678c95c3..8d50b5573c 100644 --- a/packages/utilities/dom-animation/CHANGELOG.md +++ b/packages/utilities/dom-animation/CHANGELOG.md @@ -10,13 +10,13 @@ ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 ## 2.1.0 ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -44,46 +44,46 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version ## 2.0.1-beta.6 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner ## 2.0.1-beta.5 ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean ## 2.0.1-beta.4 ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build ## 2.0.1-beta.3 ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added ## 2.0.1-beta.2 ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps ## 2.0.1-beta.1 ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 ## 2.0.1-beta.0 ### Patch Changes -- [#3523](https://github.com/frontio-ai/heroui/pull/3523) [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - framer motion optimization (#3340) +- [#3523](https://github.com/heroui-inc/heroui/pull/3523) [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - framer motion optimization (#3340) diff --git a/packages/utilities/dom-animation/README.md b/packages/utilities/dom-animation/README.md index c0aff1214c..e0427049aa 100644 --- a/packages/utilities/dom-animation/README.md +++ b/packages/utilities/dom-animation/README.md @@ -14,10 +14,10 @@ npm i @heroui/dom-animation ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/utilities/framer-utils/CHANGELOG.md b/packages/utilities/framer-utils/CHANGELOG.md index 85890dce3c..ae149830f8 100644 --- a/packages/utilities/framer-utils/CHANGELOG.md +++ b/packages/utilities/framer-utils/CHANGELOG.md @@ -22,7 +22,7 @@ ### Patch Changes -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: - @heroui/shared-utils@2.1.2 - @heroui/system@2.4.5 @@ -30,7 +30,7 @@ ### Patch Changes -- Updated dependencies [[`1031e98`](https://github.com/frontio-ai/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3), [`455556e`](https://github.com/frontio-ai/heroui/commit/455556e14278dd933b4acd1a136ea29879b49545)]: +- Updated dependencies [[`1031e98`](https://github.com/heroui-inc/heroui/commit/1031e985b71e69b8a7189ea049b9616257f820b3), [`455556e`](https://github.com/heroui-inc/heroui/commit/455556e14278dd933b4acd1a136ea29879b49545)]: - @heroui/system@2.4.4 ## 2.1.3 @@ -51,9 +51,9 @@ ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/system@2.4.1 - @heroui/use-measure@2.1.1 - @heroui/shared-utils@2.1.1 @@ -62,7 +62,7 @@ ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -88,7 +88,7 @@ ### Patch Changes -- Updated dependencies [[`26e478d`](https://github.com/frontio-ai/heroui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52), [`6c0213d`](https://github.com/frontio-ai/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`26e478d`](https://github.com/heroui-inc/heroui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52), [`6c0213d`](https://github.com/heroui-inc/heroui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/system@2.4.0 - @heroui/use-measure@2.1.0 - @heroui/shared-utils@2.1.0 @@ -97,16 +97,16 @@ ### Patch Changes -- Updated dependencies [[`c8f2ec887`](https://github.com/frontio-ai/heroui/commit/c8f2ec88752289913968331032b9e7f772c12ec4)]: +- Updated dependencies [[`c8f2ec887`](https://github.com/heroui-inc/heroui/commit/c8f2ec88752289913968331032b9e7f772c12ec4)]: - @heroui/system@2.3.0-beta.11 ## 2.0.26-beta.10 ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/system@2.3.0-beta.10 - @heroui/use-measure@2.0.3-beta.5 - @heroui/shared-utils@2.0.9-beta.8 @@ -115,23 +115,23 @@ ### Patch Changes -- Updated dependencies [[`eafdb7d47`](https://github.com/frontio-ai/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: +- Updated dependencies [[`eafdb7d47`](https://github.com/heroui-inc/heroui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]: - @heroui/system@2.3.0-beta.9 ## 2.0.26-beta.8 ### Patch Changes -- Updated dependencies [[`4607fe2ff`](https://github.com/frontio-ai/heroui/commit/4607fe2ff448a536496c2b59ccdfcb217379b6ed)]: +- Updated dependencies [[`4607fe2ff`](https://github.com/heroui-inc/heroui/commit/4607fe2ff448a536496c2b59ccdfcb217379b6ed)]: - @heroui/system@2.3.0-beta.8 ## 2.0.26-beta.7 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/system@2.3.0-beta.7 - @heroui/use-measure@2.0.3-beta.4 - @heroui/shared-utils@2.0.9-beta.7 @@ -140,9 +140,9 @@ ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/system@2.3.0-beta.6 - @heroui/use-measure@2.0.3-beta.3 - @heroui/shared-utils@2.0.9-beta.6 @@ -151,9 +151,9 @@ ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/system@2.3.0-beta.5 - @heroui/use-measure@2.0.3-beta.2 - @heroui/shared-utils@2.0.9-beta.5 @@ -162,7 +162,7 @@ ### Patch Changes -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/shared-utils@2.0.9-beta.4 - @heroui/system@2.3.0-beta.4 @@ -170,9 +170,9 @@ ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/system@2.3.0-beta.3 - @heroui/use-measure@2.0.3-beta.1 - @heroui/shared-utils@2.0.9-beta.3 @@ -181,9 +181,9 @@ ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/system@2.3.0-beta.2 - @heroui/use-measure@2.0.3-beta.0 - @heroui/shared-utils@2.0.9-beta.2 @@ -192,9 +192,9 @@ ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/system@2.3.0-beta.1 - @heroui/shared-utils@2.0.9-beta.1 @@ -202,9 +202,9 @@ ### Patch Changes -- [#3523](https://github.com/frontio-ai/heroui/pull/3523) [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - update `framer-motion` versions +- [#3523](https://github.com/heroui-inc/heroui/pull/3523) [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - update `framer-motion` versions -- Updated dependencies [[`67ea2f65e`](https://github.com/frontio-ai/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb)]: +- Updated dependencies [[`67ea2f65e`](https://github.com/heroui-inc/heroui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb)]: - @heroui/system@2.3.0-beta.0 - @heroui/shared-utils@2.0.9-beta.0 @@ -212,7 +212,7 @@ ### Patch Changes -- Updated dependencies [[`4ac7674d1`](https://github.com/frontio-ai/heroui/commit/4ac7674d1ec8ed60925412fe1bd1f01ee9f1555a), [`f36df4362`](https://github.com/frontio-ai/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: +- Updated dependencies [[`4ac7674d1`](https://github.com/heroui-inc/heroui/commit/4ac7674d1ec8ed60925412fe1bd1f01ee9f1555a), [`f36df4362`](https://github.com/heroui-inc/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: - @heroui/system@2.2.6 - @heroui/shared-utils@2.0.8 @@ -220,9 +220,9 @@ ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/system@2.2.5 - @heroui/use-measure@2.0.2 - @heroui/shared-utils@2.0.7 @@ -238,7 +238,7 @@ ### Patch Changes -- Updated dependencies [[`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: +- Updated dependencies [[`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: - @heroui/system@2.2.3 - @heroui/shared-utils@2.0.6 @@ -246,55 +246,55 @@ ### Patch Changes -- Updated dependencies [[`47c2472fb`](https://github.com/frontio-ai/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b)]: +- Updated dependencies [[`47c2472fb`](https://github.com/heroui-inc/heroui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b)]: - @heroui/system@2.2.2 ## 2.0.20 ### Patch Changes -- Updated dependencies [[`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a), [`685995a12`](https://github.com/frontio-ai/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: +- Updated dependencies [[`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a), [`685995a12`](https://github.com/heroui-inc/heroui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: - @heroui/system@2.2.1 ## 2.0.19 ### Patch Changes -- [#2929](https://github.com/frontio-ai/heroui/pull/2929) [`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. +- [#2929](https://github.com/heroui-inc/heroui/pull/2929) [`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally. -- Updated dependencies [[`e3afa4789`](https://github.com/frontio-ai/heroui/commit/e3afa4789a1ac0fa929b2acaca5bd9c520567ab8), [`422770cc6`](https://github.com/frontio-ai/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2), [`540aa2124`](https://github.com/frontio-ai/heroui/commit/540aa2124b45b65a40e73f5aea2b90405fe1fe9a)]: +- Updated dependencies [[`e3afa4789`](https://github.com/heroui-inc/heroui/commit/e3afa4789a1ac0fa929b2acaca5bd9c520567ab8), [`422770cc6`](https://github.com/heroui-inc/heroui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2), [`540aa2124`](https://github.com/heroui-inc/heroui/commit/540aa2124b45b65a40e73f5aea2b90405fe1fe9a)]: - @heroui/system@2.2.0 ## 2.0.18 ### Patch Changes -- [#2789](https://github.com/frontio-ai/heroui/pull/2789) [`eccc2f2f3`](https://github.com/frontio-ai/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #2749 Introduced named exports for several UI-related packages to enhance modularity and usability in Next.js projects. +- [#2789](https://github.com/heroui-inc/heroui/pull/2789) [`eccc2f2f3`](https://github.com/heroui-inc/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #2749 Introduced named exports for several UI-related packages to enhance modularity and usability in Next.js projects. -- Updated dependencies [[`eccc2f2f3`](https://github.com/frontio-ai/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: +- Updated dependencies [[`eccc2f2f3`](https://github.com/heroui-inc/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]: - @heroui/system@2.1.2 ## 2.0.17 ### Patch Changes -- Updated dependencies [[`74eda3128`](https://github.com/frontio-ai/heroui/commit/74eda312883b2e17df26f71442aba9fb3cd240be)]: +- Updated dependencies [[`74eda3128`](https://github.com/heroui-inc/heroui/commit/74eda312883b2e17df26f71442aba9fb3cd240be)]: - @heroui/system@2.1.1 ## 2.0.16 ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added - `framer-transitions` renamed to `framer-utils` - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- Updated dependencies [[`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: +- Updated dependencies [[`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14)]: - @heroui/system@2.1.0 - @heroui/use-measure@2.0.1 - @heroui/shared-utils@2.0.5 @@ -331,9 +331,9 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/system@2.0.11 - @heroui/shared-utils@2.0.4 @@ -348,9 +348,9 @@ ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy -- Updated dependencies [[`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: +- Updated dependencies [[`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: - @heroui/system@2.0.9 - @heroui/shared-utils@2.0.3 @@ -358,7 +358,7 @@ ### Patch Changes -- Updated dependencies [[`1612532ee`](https://github.com/frontio-ai/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: +- Updated dependencies [[`1612532ee`](https://github.com/heroui-inc/heroui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]: - @heroui/system@2.0.8 ## 2.0.7 @@ -372,36 +372,36 @@ ### Patch Changes -- Updated dependencies [[`641bf0885`](https://github.com/frontio-ai/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: +- Updated dependencies [[`641bf0885`](https://github.com/heroui-inc/heroui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]: - @heroui/system@2.0.6 ## 2.0.5 ### Patch Changes -- [#1359](https://github.com/frontio-ai/heroui/pull/1359) [`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n +- [#1359](https://github.com/heroui-inc/heroui/pull/1359) [`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n - react-aria packages upgraded to the latest version - image storybooks fixed - other bug fixes.. -- Updated dependencies [[`a30cec48`](https://github.com/frontio-ai/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: +- Updated dependencies [[`a30cec48`](https://github.com/heroui-inc/heroui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]: - @heroui/system@2.0.5 ## 2.0.4 ### Patch Changes -- Updated dependencies [[`710395f3`](https://github.com/frontio-ai/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: +- Updated dependencies [[`710395f3`](https://github.com/heroui-inc/heroui/commit/710395f3a2ca44238332237a49e948c933abe63d)]: - @heroui/system@2.0.4 ## 2.0.3 ### Patch Changes -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports -- Updated dependencies [[`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: +- Updated dependencies [[`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: - @heroui/system@2.0.3 - @heroui/shared-utils@2.0.2 @@ -416,10 +416,10 @@ ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated -- Updated dependencies [[`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: +- Updated dependencies [[`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: - @heroui/shared-utils@2.0.1 - @heroui/system@2.0.1 diff --git a/packages/utilities/framer-utils/README.md b/packages/utilities/framer-utils/README.md index 048af8afa1..c31c8d356e 100644 --- a/packages/utilities/framer-utils/README.md +++ b/packages/utilities/framer-utils/README.md @@ -15,10 +15,10 @@ npm i @heroui/framer-utils ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/utilities/react-rsc-utils/CHANGELOG.md b/packages/utilities/react-rsc-utils/CHANGELOG.md index 5cfba15197..aad4f76fd1 100644 --- a/packages/utilities/react-rsc-utils/CHANGELOG.md +++ b/packages/utilities/react-rsc-utils/CHANGELOG.md @@ -10,13 +10,13 @@ ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 ## 2.1.0 ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -44,63 +44,63 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version ## 2.0.15-beta.4 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner ## 2.0.15-beta.3 ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean ## 2.0.15-beta.2 ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build ## 2.0.15-beta.1 ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added ## 2.0.15-beta.0 ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps ## 2.0.14 ### Patch Changes -- [#3597](https://github.com/frontio-ai/heroui/pull/3597) [`446a6bf57`](https://github.com/frontio-ai/heroui/commit/446a6bf57c3c9e6acadd6629411b33353b305590) Thanks [@wingkwong](https://github.com/wingkwong)! - added react to peerDependencies to remove react copy from react-rsc-utils bundle (#3531) +- [#3597](https://github.com/heroui-inc/heroui/pull/3597) [`446a6bf57`](https://github.com/heroui-inc/heroui/commit/446a6bf57c3c9e6acadd6629411b33353b305590) Thanks [@wingkwong](https://github.com/wingkwong)! - added react to peerDependencies to remove react copy from react-rsc-utils bundle (#3531) ## 2.0.13 ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm ## 2.0.12 ### Patch Changes -- [#2758](https://github.com/frontio-ai/heroui/pull/2758) [`74eda3128`](https://github.com/frontio-ai/heroui/commit/74eda312883b2e17df26f71442aba9fb3cd240be) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Named exports for rsc packages, "use client;" directive added to "@heroui/react" package +- [#2758](https://github.com/heroui-inc/heroui/pull/2758) [`74eda3128`](https://github.com/heroui-inc/heroui/commit/74eda312883b2e17df26f71442aba9fb3cd240be) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Named exports for rsc packages, "use client;" directive added to "@heroui/react" package ## 2.0.11 ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added @@ -109,31 +109,31 @@ - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- [#2437](https://github.com/frontio-ai/heroui/pull/2437) [`f864dc397`](https://github.com/frontio-ai/heroui/commit/f864dc3974993b29ea5048483d7e0e998e8bef56) Thanks [@wingkwong](https://github.com/wingkwong)! - include enterKeyHint in dom-props (#2432) +- [#2437](https://github.com/heroui-inc/heroui/pull/2437) [`f864dc397`](https://github.com/heroui-inc/heroui/commit/f864dc3974993b29ea5048483d7e0e998e8bef56) Thanks [@wingkwong](https://github.com/wingkwong)! - include enterKeyHint in dom-props (#2432) ## 2.0.10 ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 ## 2.0.9 ### Patch Changes -- [#1629](https://github.com/frontio-ai/heroui/pull/1629) [`cdc30db14`](https://github.com/frontio-ai/heroui/commit/cdc30db14c75d9c2e05d928e52c08a49cc1b6437) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1620 filterDomProps labelable prop is true by default +- [#1629](https://github.com/heroui-inc/heroui/pull/1629) [`cdc30db14`](https://github.com/heroui-inc/heroui/commit/cdc30db14c75d9c2e05d928e52c08a49cc1b6437) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1620 filterDomProps labelable prop is true by default ## 2.0.8 ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy ## 2.0.7 ### Patch Changes -- [#1313](https://github.com/frontio-ai/heroui/pull/1313) [`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New components: +- [#1313](https://github.com/heroui-inc/heroui/pull/1313) [`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New components: - Select - Listbox @@ -143,21 +143,21 @@ ### Patch Changes -- [#1391](https://github.com/frontio-ai/heroui/pull/1391) [`94d65df53`](https://github.com/frontio-ai/heroui/commit/94d65df53392f0013438f4ca48716011e79a3c56) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - fix #1388 slot prop added to filter dom props. +- [#1391](https://github.com/heroui-inc/heroui/pull/1391) [`94d65df53`](https://github.com/heroui-inc/heroui/commit/94d65df53392f0013438f4ca48716011e79a3c56) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - fix #1388 slot prop added to filter dom props. ## 2.0.5 ### Patch Changes -- [#1365](https://github.com/frontio-ai/heroui/pull/1365) [`fe03c42f`](https://github.com/frontio-ai/heroui/commit/fe03c42fa144b5066ebc8ad39c144aeef437d2c6) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Update react aria types package +- [#1365](https://github.com/heroui-inc/heroui/pull/1365) [`fe03c42f`](https://github.com/heroui-inc/heroui/commit/fe03c42fa144b5066ebc8ad39c144aeef437d2c6) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Update react aria types package -- [#1365](https://github.com/frontio-ai/heroui/pull/1365) [`fe03c42f`](https://github.com/frontio-ai/heroui/commit/fe03c42fa144b5066ebc8ad39c144aeef437d2c6) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pointer events added to the default filter dom props function event list +- [#1365](https://github.com/heroui-inc/heroui/pull/1365) [`fe03c42f`](https://github.com/heroui-inc/heroui/commit/fe03c42fa144b5066ebc8ad39c144aeef437d2c6) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pointer events added to the default filter dom props function event list ## 2.0.4 ### Patch Changes -- [#1351](https://github.com/frontio-ai/heroui/pull/1351) [`d13a14fa`](https://github.com/frontio-ai/heroui/commit/d13a14facc1a92dac72e58a93e0452a86a2243c6) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - filterDOMProps function modified to filter non-default event/props this avoid passing non-valid props to HTML elements +- [#1351](https://github.com/heroui-inc/heroui/pull/1351) [`d13a14fa`](https://github.com/heroui-inc/heroui/commit/d13a14facc1a92dac72e58a93e0452a86a2243c6) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - filterDOMProps function modified to filter non-default event/props this avoid passing non-valid props to HTML elements - NavbarMenu onMenuOpenChange open state modified, undefined type removed - keepContentMounted prop added to accordion and accordion item - Some bug fixes.. @@ -166,11 +166,11 @@ ### Patch Changes -- [#1323](https://github.com/frontio-ai/heroui/pull/1323) [`42001647`](https://github.com/frontio-ai/heroui/commit/4200164712b6eb4b37a14fe9e005844ff770a180) Thanks [@tianenpang](https://github.com/tianenpang)! - Support for omit-event-names option. +- [#1323](https://github.com/heroui-inc/heroui/pull/1323) [`42001647`](https://github.com/heroui-inc/heroui/commit/4200164712b6eb4b37a14fe9e005844ff770a180) Thanks [@tianenpang](https://github.com/tianenpang)! - Support for omit-event-names option. ## 2.0.2 ### Patch Changes -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports diff --git a/packages/utilities/react-rsc-utils/README.md b/packages/utilities/react-rsc-utils/README.md index c73117c326..1ba0aca20f 100644 --- a/packages/utilities/react-rsc-utils/README.md +++ b/packages/utilities/react-rsc-utils/README.md @@ -15,10 +15,10 @@ npm i @heroui/react-rsc-utils ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/utilities/react-utils/CHANGELOG.md b/packages/utilities/react-utils/CHANGELOG.md index 6b5d6fa37c..a3263d8280 100644 --- a/packages/utilities/react-utils/CHANGELOG.md +++ b/packages/utilities/react-utils/CHANGELOG.md @@ -14,22 +14,22 @@ ### Patch Changes -- [#4442](https://github.com/frontio-ai/heroui/pull/4442) [`e7ff673`](https://github.com/frontio-ai/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2) Thanks [@wingkwong](https://github.com/wingkwong)! - add useIsHydrated +- [#4442](https://github.com/heroui-inc/heroui/pull/4442) [`e7ff673`](https://github.com/heroui-inc/heroui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2) Thanks [@wingkwong](https://github.com/wingkwong)! - add useIsHydrated ## 2.1.2 ### Patch Changes -- Updated dependencies [[`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: +- Updated dependencies [[`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]: - @heroui/shared-utils@2.1.2 ## 2.1.1 ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 -- Updated dependencies [[`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: +- Updated dependencies [[`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: - @heroui/react-rsc-utils@2.1.1 - @heroui/shared-utils@2.1.1 @@ -37,7 +37,7 @@ ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -63,7 +63,7 @@ ### Patch Changes -- Updated dependencies [[`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: +- Updated dependencies [[`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]: - @heroui/react-rsc-utils@2.1.0 - @heroui/shared-utils@2.1.0 @@ -71,9 +71,9 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version -- Updated dependencies [[`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: +- Updated dependencies [[`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]: - @heroui/react-rsc-utils@2.0.15-beta.5 - @heroui/shared-utils@2.0.9-beta.8 @@ -81,9 +81,9 @@ ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner -- Updated dependencies [[`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: +- Updated dependencies [[`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba)]: - @heroui/react-rsc-utils@2.0.15-beta.4 - @heroui/shared-utils@2.0.9-beta.7 @@ -91,9 +91,9 @@ ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean -- Updated dependencies [[`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: +- Updated dependencies [[`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: - @heroui/react-rsc-utils@2.0.15-beta.3 - @heroui/shared-utils@2.0.9-beta.6 @@ -101,9 +101,9 @@ ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build -- Updated dependencies [[`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: +- Updated dependencies [[`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: - @heroui/react-rsc-utils@2.0.15-beta.2 - @heroui/shared-utils@2.0.9-beta.5 @@ -111,16 +111,16 @@ ### Patch Changes -- Updated dependencies [[`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: +- Updated dependencies [[`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]: - @heroui/shared-utils@2.0.9-beta.4 ## 2.0.18-beta.3 ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added -- Updated dependencies [[`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: +- Updated dependencies [[`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]: - @heroui/react-rsc-utils@2.0.15-beta.1 - @heroui/shared-utils@2.0.9-beta.3 @@ -128,9 +128,9 @@ ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps -- Updated dependencies [[`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: +- Updated dependencies [[`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]: - @heroui/react-rsc-utils@2.0.15-beta.0 - @heroui/shared-utils@2.0.9-beta.2 @@ -138,23 +138,23 @@ ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 -- Updated dependencies [[`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: +- Updated dependencies [[`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]: - @heroui/shared-utils@2.0.9-beta.1 ## 2.0.18-beta.0 ### Patch Changes -- Updated dependencies [[`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb)]: +- Updated dependencies [[`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb)]: - @heroui/shared-utils@2.0.9-beta.0 ## 2.0.17 ### Patch Changes -- Updated dependencies [[`446a6bf57`](https://github.com/frontio-ai/heroui/commit/446a6bf57c3c9e6acadd6629411b33353b305590), [`f36df4362`](https://github.com/frontio-ai/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: +- Updated dependencies [[`446a6bf57`](https://github.com/heroui-inc/heroui/commit/446a6bf57c3c9e6acadd6629411b33353b305590), [`f36df4362`](https://github.com/heroui-inc/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5)]: - @heroui/react-rsc-utils@2.0.14 - @heroui/shared-utils@2.0.8 @@ -162,9 +162,9 @@ ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm -- Updated dependencies [[`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: +- Updated dependencies [[`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: - @heroui/react-rsc-utils@2.0.13 - @heroui/shared-utils@2.0.7 @@ -172,42 +172,42 @@ ### Patch Changes -- Updated dependencies [[`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: +- Updated dependencies [[`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]: - @heroui/shared-utils@2.0.6 ## 2.0.14 ### Patch Changes -- [#3098](https://github.com/frontio-ai/heroui/pull/3098) [`b9bb06ff3`](https://github.com/frontio-ai/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3) Thanks [@Gaic4o](https://github.com/Gaic4o)! - refactored the assignRef function to remove @ts-ignore and properly handle reference assignment using MutableRefObject +- [#3098](https://github.com/heroui-inc/heroui/pull/3098) [`b9bb06ff3`](https://github.com/heroui-inc/heroui/commit/b9bb06ff37f99bfc438e848706ec79b4c7b7c5d3) Thanks [@Gaic4o](https://github.com/Gaic4o)! - refactored the assignRef function to remove @ts-ignore and properly handle reference assignment using MutableRefObject ## 2.0.13 ### Patch Changes -- [#2789](https://github.com/frontio-ai/heroui/pull/2789) [`eccc2f2f3`](https://github.com/frontio-ai/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #2749 Introduced named exports for several UI-related packages to enhance modularity and usability in Next.js projects. +- [#2789](https://github.com/heroui-inc/heroui/pull/2789) [`eccc2f2f3`](https://github.com/heroui-inc/heroui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #2749 Introduced named exports for several UI-related packages to enhance modularity and usability in Next.js projects. ## 2.0.12 ### Patch Changes -- Updated dependencies [[`74eda3128`](https://github.com/frontio-ai/heroui/commit/74eda312883b2e17df26f71442aba9fb3cd240be)]: +- Updated dependencies [[`74eda3128`](https://github.com/heroui-inc/heroui/commit/74eda312883b2e17df26f71442aba9fb3cd240be)]: - @heroui/react-rsc-utils@2.0.12 ## 2.0.11 ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added - `framer-transitions` renamed to `framer-utils` - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- Updated dependencies [[`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`f864dc397`](https://github.com/frontio-ai/heroui/commit/f864dc3974993b29ea5048483d7e0e998e8bef56)]: +- Updated dependencies [[`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`f864dc397`](https://github.com/heroui-inc/heroui/commit/f864dc3974993b29ea5048483d7e0e998e8bef56)]: - @heroui/react-rsc-utils@2.0.11 - @heroui/shared-utils@2.0.5 @@ -215,9 +215,9 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 -- Updated dependencies [[`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: +- Updated dependencies [[`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: - @heroui/react-rsc-utils@2.0.10 - @heroui/shared-utils@2.0.4 @@ -225,16 +225,16 @@ ### Patch Changes -- Updated dependencies [[`cdc30db14`](https://github.com/frontio-ai/heroui/commit/cdc30db14c75d9c2e05d928e52c08a49cc1b6437)]: +- Updated dependencies [[`cdc30db14`](https://github.com/heroui-inc/heroui/commit/cdc30db14c75d9c2e05d928e52c08a49cc1b6437)]: - @heroui/react-rsc-utils@2.0.9 ## 2.0.8 ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy -- Updated dependencies [[`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: +- Updated dependencies [[`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]: - @heroui/react-rsc-utils@2.0.8 - @heroui/shared-utils@2.0.3 @@ -242,49 +242,49 @@ ### Patch Changes -- Updated dependencies [[`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: +- Updated dependencies [[`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]: - @heroui/react-rsc-utils@2.0.7 ## 2.0.6 ### Patch Changes -- Updated dependencies [[`94d65df53`](https://github.com/frontio-ai/heroui/commit/94d65df53392f0013438f4ca48716011e79a3c56)]: +- Updated dependencies [[`94d65df53`](https://github.com/heroui-inc/heroui/commit/94d65df53392f0013438f4ca48716011e79a3c56)]: - @heroui/react-rsc-utils@2.0.6 ## 2.0.5 ### Patch Changes -- Updated dependencies [[`fe03c42f`](https://github.com/frontio-ai/heroui/commit/fe03c42fa144b5066ebc8ad39c144aeef437d2c6), [`fe03c42f`](https://github.com/frontio-ai/heroui/commit/fe03c42fa144b5066ebc8ad39c144aeef437d2c6)]: +- Updated dependencies [[`fe03c42f`](https://github.com/heroui-inc/heroui/commit/fe03c42fa144b5066ebc8ad39c144aeef437d2c6), [`fe03c42f`](https://github.com/heroui-inc/heroui/commit/fe03c42fa144b5066ebc8ad39c144aeef437d2c6)]: - @heroui/react-rsc-utils@2.0.5 ## 2.0.4 ### Patch Changes -- Updated dependencies [[`d13a14fa`](https://github.com/frontio-ai/heroui/commit/d13a14facc1a92dac72e58a93e0452a86a2243c6)]: +- Updated dependencies [[`d13a14fa`](https://github.com/heroui-inc/heroui/commit/d13a14facc1a92dac72e58a93e0452a86a2243c6)]: - @heroui/react-rsc-utils@2.0.4 ## 2.0.3 ### Patch Changes -- Updated dependencies [[`42001647`](https://github.com/frontio-ai/heroui/commit/4200164712b6eb4b37a14fe9e005844ff770a180)]: +- Updated dependencies [[`42001647`](https://github.com/heroui-inc/heroui/commit/4200164712b6eb4b37a14fe9e005844ff770a180)]: - @heroui/react-rsc-utils@2.0.3 ## 2.0.2 ### Patch Changes -- [#1289](https://github.com/frontio-ai/heroui/pull/1289) [`eefda8d6`](https://github.com/frontio-ai/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it +- [#1289](https://github.com/heroui-inc/heroui/pull/1289) [`eefda8d6`](https://github.com/heroui-inc/heroui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it - packages adapted to support RSC imports - filterDomProps function was modified to enable/disabled it -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports -- Updated dependencies [[`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: +- Updated dependencies [[`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: - @heroui/react-rsc-utils@2.0.2 - @heroui/shared-utils@2.0.2 @@ -292,9 +292,9 @@ ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated -- Updated dependencies [[`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: +- Updated dependencies [[`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: - @heroui/shared-utils@2.0.1 diff --git a/packages/utilities/react-utils/README.md b/packages/utilities/react-utils/README.md index 0c42abe217..28ab280594 100644 --- a/packages/utilities/react-utils/README.md +++ b/packages/utilities/react-utils/README.md @@ -15,10 +15,10 @@ npm i @heroui/react-utils ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/utilities/shared-icons/CHANGELOG.md b/packages/utilities/shared-icons/CHANGELOG.md index 272fa29387..f245db3873 100644 --- a/packages/utilities/shared-icons/CHANGELOG.md +++ b/packages/utilities/shared-icons/CHANGELOG.md @@ -10,13 +10,13 @@ ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 ## 2.1.0 ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -44,75 +44,75 @@ ### Patch Changes -- [#4172](https://github.com/frontio-ai/heroui/pull/4172) [`004c4a4b3`](https://github.com/frontio-ai/heroui/commit/004c4a4b3e44477f148937b12bb542e4b27fd322) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - introduce `isClearable` to Textarea component (#2348, #2112) +- [#4172](https://github.com/heroui-inc/heroui/pull/4172) [`004c4a4b3`](https://github.com/heroui-inc/heroui/commit/004c4a4b3e44477f148937b12bb542e4b27fd322) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - introduce `isClearable` to Textarea component (#2348, #2112) ## 2.0.10-beta.7 ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version ## 2.0.10-beta.6 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner ## 2.0.10-beta.5 ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean ## 2.0.10-beta.4 ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build ## 2.0.10-beta.3 ### Patch Changes -- [#4054](https://github.com/frontio-ai/heroui/pull/4054) [`0f55c491b`](https://github.com/frontio-ai/heroui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Alert design improved +- [#4054](https://github.com/heroui-inc/heroui/pull/4054) [`0f55c491b`](https://github.com/heroui-inc/heroui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Alert design improved ## 2.0.10-beta.2 ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added ## 2.0.10-beta.1 ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps ## 2.0.10-beta.0 ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 ## 2.0.9 ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm ## 2.0.8 ### Patch Changes -- [#3199](https://github.com/frontio-ai/heroui/pull/3199) [`3500147d7`](https://github.com/frontio-ai/heroui/commit/3500147d7fbe53bc01ae24749fdeaf87c37c0d12) Thanks [@wingkwong](https://github.com/wingkwong)! - avoid passing non-DOM attributes to svg (#3184) +- [#3199](https://github.com/heroui-inc/heroui/pull/3199) [`3500147d7`](https://github.com/heroui-inc/heroui/commit/3500147d7fbe53bc01ae24749fdeaf87c37c0d12) Thanks [@wingkwong](https://github.com/wingkwong)! - avoid passing non-DOM attributes to svg (#3184) ## 2.0.7 ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added @@ -124,25 +124,25 @@ ### Patch Changes -- [#1923](https://github.com/frontio-ai/heroui/pull/1923) [`9189b3fbf`](https://github.com/frontio-ai/heroui/commit/9189b3fbf2d6d6cc6566009c71b37d5fcc566291) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Textarea style rounded full styles issues fixed, start and end content props added +- [#1923](https://github.com/heroui-inc/heroui/pull/1923) [`9189b3fbf`](https://github.com/heroui-inc/heroui/commit/9189b3fbf2d6d6cc6566009c71b37d5fcc566291) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Textarea style rounded full styles issues fixed, start and end content props added ## 2.0.5 ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 ## 2.0.4 ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy ## 2.0.3 ### Patch Changes -- [#1313](https://github.com/frontio-ai/heroui/pull/1313) [`baec5502`](https://github.com/frontio-ai/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New components: +- [#1313](https://github.com/heroui-inc/heroui/pull/1313) [`baec5502`](https://github.com/heroui-inc/heroui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New components: - Select - Listbox @@ -152,13 +152,13 @@ ### Patch Changes -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports ## 2.0.1 ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated diff --git a/packages/utilities/shared-icons/README.md b/packages/utilities/shared-icons/README.md index eecaa4d164..0bf1f5d53c 100644 --- a/packages/utilities/shared-icons/README.md +++ b/packages/utilities/shared-icons/README.md @@ -15,10 +15,10 @@ npm i @heroui/shared-icons ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/utilities/shared-utils/CHANGELOG.md b/packages/utilities/shared-utils/CHANGELOG.md index dbe8ef0508..e5feccf726 100644 --- a/packages/utilities/shared-utils/CHANGELOG.md +++ b/packages/utilities/shared-utils/CHANGELOG.md @@ -10,21 +10,21 @@ ### Patch Changes -- [#4327](https://github.com/frontio-ai/heroui/pull/4327) [`77206bc`](https://github.com/frontio-ai/heroui/commit/77206bc62596894d038b9715e40b361fec286c10) Thanks [@s524797336](https://github.com/s524797336)! - fix process is not defined +- [#4327](https://github.com/heroui-inc/heroui/pull/4327) [`77206bc`](https://github.com/heroui-inc/heroui/commit/77206bc62596894d038b9715e40b361fec286c10) Thanks [@s524797336](https://github.com/s524797336)! - fix process is not defined -- [#4411](https://github.com/frontio-ai/heroui/pull/4411) [`5f388fc`](https://github.com/frontio-ai/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31) Thanks [@macci001](https://github.com/macci001)! - Fix virtual keyboard to display the keys based on allowedKeys(#4408) +- [#4411](https://github.com/heroui-inc/heroui/pull/4411) [`5f388fc`](https://github.com/heroui-inc/heroui/commit/5f388fc68c7db7f852432e73386686d919d44d31) Thanks [@macci001](https://github.com/macci001)! - Fix virtual keyboard to display the keys based on allowedKeys(#4408) ## 2.1.1 ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 ## 2.1.0 ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -52,83 +52,83 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version ## 2.0.9-beta.7 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner ## 2.0.9-beta.6 ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean ## 2.0.9-beta.5 ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build ## 2.0.9-beta.4 ### Patch Changes -- [#4039](https://github.com/frontio-ai/heroui/pull/4039) [`5339b2571`](https://github.com/frontio-ai/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7) Thanks [@wingkwong](https://github.com/wingkwong)! - support inert value with boolean type for react 19 (#4038) +- [#4039](https://github.com/heroui-inc/heroui/pull/4039) [`5339b2571`](https://github.com/heroui-inc/heroui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7) Thanks [@wingkwong](https://github.com/wingkwong)! - support inert value with boolean type for react 19 (#4038) ## 2.0.9-beta.3 ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added ## 2.0.9-beta.2 ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps ## 2.0.9-beta.1 ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 ## 2.0.9-beta.0 ### Patch Changes -- [#3523](https://github.com/frontio-ai/heroui/pull/3523) [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - replaced lodash with native approaches +- [#3523](https://github.com/heroui-inc/heroui/pull/3523) [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - replaced lodash with native approaches -- [#3523](https://github.com/frontio-ai/heroui/pull/3523) [`3f0d81b56`](https://github.com/frontio-ai/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - framer motion optimization (#3340) +- [#3523](https://github.com/heroui-inc/heroui/pull/3523) [`3f0d81b56`](https://github.com/heroui-inc/heroui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb) Thanks [@wingkwong](https://github.com/wingkwong)! - framer motion optimization (#3340) ## 2.0.8 ### Patch Changes -- [#3603](https://github.com/frontio-ai/heroui/pull/3603) [`f36df4362`](https://github.com/frontio-ai/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed gregorian year offset for persian (#3602) +- [#3603](https://github.com/heroui-inc/heroui/pull/3603) [`f36df4362`](https://github.com/heroui-inc/heroui/commit/f36df4362f572e8e233d4357f43600265cd5b8d5) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed gregorian year offset for persian (#3602) ## 2.0.7 ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm ## 2.0.6 ### Patch Changes -- [#3331](https://github.com/frontio-ai/heroui/pull/3331) [`f5d94f96e`](https://github.com/frontio-ai/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed incorrect year in `showMonthAndYearPickers` with different locales +- [#3331](https://github.com/heroui-inc/heroui/pull/3331) [`f5d94f96e`](https://github.com/heroui-inc/heroui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed incorrect year in `showMonthAndYearPickers` with different locales ## 2.0.5 ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added @@ -140,25 +140,25 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 ## 2.0.3 ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy ## 2.0.2 ### Patch Changes -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports ## 2.0.1 ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated diff --git a/packages/utilities/shared-utils/README.md b/packages/utilities/shared-utils/README.md index 8cf6fb1341..e884386580 100644 --- a/packages/utilities/shared-utils/README.md +++ b/packages/utilities/shared-utils/README.md @@ -15,10 +15,10 @@ npm i @heroui/system ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/utilities/stories-utils/CHANGELOG.md b/packages/utilities/stories-utils/CHANGELOG.md index 07dcb71930..a716295087 100644 --- a/packages/utilities/stories-utils/CHANGELOG.md +++ b/packages/utilities/stories-utils/CHANGELOG.md @@ -10,13 +10,13 @@ ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 ## 2.1.0 ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -44,13 +44,13 @@ ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm ## 2.0.2 ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added @@ -59,10 +59,10 @@ - `ResizablePanel` component added to `framer-utils` - `test-utils` updated -- [#2648](https://github.com/frontio-ai/heroui/pull/2648) [`abf532b54`](https://github.com/frontio-ai/heroui/commit/abf532b548235689fb37a3e79f07776ff52f6caf) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed an issue where a warning was triggered in the Select component when `defaultSelectedKeys` were used and items were still loading (#2605). +- [#2648](https://github.com/heroui-inc/heroui/pull/2648) [`abf532b54`](https://github.com/heroui-inc/heroui/commit/abf532b548235689fb37a3e79f07776ff52f6caf) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed an issue where a warning was triggered in the Select component when `defaultSelectedKeys` were used and items were still loading (#2605). ## 2.0.1 ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 diff --git a/packages/utilities/stories-utils/README.md b/packages/utilities/stories-utils/README.md index ab71fbf317..b4ad1ab325 100644 --- a/packages/utilities/stories-utils/README.md +++ b/packages/utilities/stories-utils/README.md @@ -15,10 +15,10 @@ npm i @heroui/stories-utils ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). diff --git a/packages/utilities/test-utils/CHANGELOG.md b/packages/utilities/test-utils/CHANGELOG.md index 5d1b2a158a..a7e1fb9b5f 100644 --- a/packages/utilities/test-utils/CHANGELOG.md +++ b/packages/utilities/test-utils/CHANGELOG.md @@ -10,13 +10,13 @@ ### Patch Changes -- [`d6eee4a`](https://github.com/frontio-ai/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 +- [`d6eee4a`](https://github.com/heroui-inc/heroui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 ## 2.1.0 ### Minor Changes -- [`5786897`](https://github.com/frontio-ai/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: +- [`5786897`](https://github.com/heroui-inc/heroui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes: - Updated react-aria version across all components - Improved Drawer styles and transitions @@ -44,63 +44,63 @@ ### Patch Changes -- [`9869f2b91`](https://github.com/frontio-ai/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version +- [`9869f2b91`](https://github.com/heroui-inc/heroui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version ## 2.0.7-beta.6 ### Patch Changes -- [#4092](https://github.com/frontio-ai/heroui/pull/4092) [`528668db8`](https://github.com/frontio-ai/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner +- [#4092](https://github.com/heroui-inc/heroui/pull/4092) [`528668db8`](https://github.com/heroui-inc/heroui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner ## 2.0.7-beta.5 ### Patch Changes -- [#4086](https://github.com/frontio-ai/heroui/pull/4086) [`f69fe47b5`](https://github.com/frontio-ai/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean +- [#4086](https://github.com/heroui-inc/heroui/pull/4086) [`f69fe47b5`](https://github.com/heroui-inc/heroui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean ## 2.0.7-beta.4 ### Patch Changes -- [#4083](https://github.com/frontio-ai/heroui/pull/4083) [`35058262c`](https://github.com/frontio-ai/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build +- [#4083](https://github.com/heroui-inc/heroui/pull/4083) [`35058262c`](https://github.com/heroui-inc/heroui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build ## 2.0.7-beta.3 ### Patch Changes -- [#4010](https://github.com/frontio-ai/heroui/pull/4010) [`ef432eb53`](https://github.com/frontio-ai/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added +- [#4010](https://github.com/heroui-inc/heroui/pull/4010) [`ef432eb53`](https://github.com/heroui-inc/heroui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added ## 2.0.7-beta.2 ### Patch Changes -- [#4008](https://github.com/frontio-ai/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/frontio-ai/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps +- [#4008](https://github.com/heroui-inc/heroui/pull/4008) [`7c1c0dd8f`](https://github.com/heroui-inc/heroui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps ## 2.0.7-beta.1 ### Patch Changes -- [#3990](https://github.com/frontio-ai/heroui/pull/3990) [`cb5bc4c74`](https://github.com/frontio-ai/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 +- [#3990](https://github.com/heroui-inc/heroui/pull/3990) [`cb5bc4c74`](https://github.com/heroui-inc/heroui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1 ## 2.0.7-beta.0 ### Patch Changes -- [#3987](https://github.com/frontio-ai/heroui/pull/3987) [`90cb5b14a`](https://github.com/frontio-ai/heroui/commit/90cb5b14abcf70878896ea83b0b8bce0795d97fd) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - fix cached image flashing due to use-image always returning pending initially. The fix was to check if the image is loaded instantly through HTMLImageElement.complete attribute and use that to initialize the state. +- [#3987](https://github.com/heroui-inc/heroui/pull/3987) [`90cb5b14a`](https://github.com/heroui-inc/heroui/commit/90cb5b14abcf70878896ea83b0b8bce0795d97fd) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - fix cached image flashing due to use-image always returning pending initially. The fix was to check if the image is loaded instantly through HTMLImageElement.complete attribute and use that to initialize the state. ## 2.0.6 ### Patch Changes -- [#3512](https://github.com/frontio-ai/heroui/pull/3512) [`2d2d300a1`](https://github.com/frontio-ai/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm +- [#3512](https://github.com/heroui-inc/heroui/pull/3512) [`2d2d300a1`](https://github.com/heroui-inc/heroui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm ## 2.0.5 ### Patch Changes -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0 -- [#2618](https://github.com/frontio-ai/heroui/pull/2618) [`dc0bcf13a`](https://github.com/frontio-ai/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added +- [#2618](https://github.com/heroui-inc/heroui/pull/2618) [`dc0bcf13a`](https://github.com/heroui-inc/heroui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added - objectToDeps function applied all across components - `useMeasure` hook added - `useIntersectionObserver` hook added @@ -112,25 +112,25 @@ ### Patch Changes -- [`25e86fb41`](https://github.com/frontio-ai/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 +- [`25e86fb41`](https://github.com/heroui-inc/heroui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 ## 2.0.3 ### Patch Changes -- [#1600](https://github.com/frontio-ai/heroui/pull/1600) [`b1b30b797`](https://github.com/frontio-ai/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy +- [#1600](https://github.com/heroui-inc/heroui/pull/1600) [`b1b30b797`](https://github.com/heroui-inc/heroui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy ## 2.0.2 ### Patch Changes -- [`e3e13a09`](https://github.com/frontio-ai/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions +- [`e3e13a09`](https://github.com/heroui-inc/heroui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions Component exports changed to named exports ## 2.0.1 ### Patch Changes -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 -- [`e940ec06`](https://github.com/frontio-ai/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated +- [`e940ec06`](https://github.com/heroui-inc/heroui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated diff --git a/packages/utilities/test-utils/README.md b/packages/utilities/test-utils/README.md index 6b654eb756..6a12f1a3ad 100644 --- a/packages/utilities/test-utils/README.md +++ b/packages/utilities/test-utils/README.md @@ -15,10 +15,10 @@ npm i @heroui/test-utils ## Contribution Yes please! See the -[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) +[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) for details. ## License This project is licensed under the terms of the -[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). +[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE).