Spaces:
Sleeping
Sleeping
Pull Request Number: 4249 | |
Title: v2.6.0 fixes | |
Base Branch: main | |
Head Branch: canary | |
Author: jrgarciadev | |
URL: https://github.com/nextui-org/nextui/pull/4249 | |
State: MERGED | |
Created At: 2024-12-06T22:21:18Z | |
Merged At: 2024-12-06T22:21:28Z | |
Participants: jrgarciadev, ryxxn, wingkwong, abhinav700, macci001, dgz9, juliesaia, alexnguyennz, nnmax, ryo-manba, ShrinidhiUpadhyaya, sanuj21, PentSec, winchesHe, awesome-pro, CanRau, AzpektDev, Peterl561, vinroger, jubar | |
Description: | |
Closes # | |
π Description | |
β³οΈ Current behavior (updates) | |
π New behavior | |
π£ Is this a breaking change (Yes/No): | |
π Additional Information | |
Commits: | |
- fix(input): ensure clear button is not focusable when disabled (#3774) | |
* fix(input): ensure clear button is not focusable when disabled | |
* test(input): add test to ensure clear button is not focusable when disabled | |
* chore: add changeset for clear button focus fix when input is disabled | |
* fix(input): update clear button to use button element | |
* test(input): add focus test when disabled | |
and update tests for clear button using button element | |
* test(input): replace querySelector with getByRole for clear button | |
* fix(input): set tabIndex to -1 for clear button | |
* test(input): ensure clear button is not focusable\n- fix(image): add missing `w` to `getWrapperProps` dependency (#3802) | |
* fix(image): add missing `w` to `getWrapperProps` dependency | |
* chore(changeset): add changeset\n- fix(autocomplete): popover should remain open after clicking clear button (#3788) | |
* fix: add state.open() so that dropdown is not closed | |
* chore: add changeset | |
* chore(autocomplete): add testcases for keeping lisbox open when clearButton is clicked | |
* chore: update changeset | |
* chore(autocomplete): change the docs for test cases | |
* chore(changeset): update changeset message and add issue number | |
--------- | |
Co-authored-by: WK Wong <[email protected]>\n- refactor(docs): example of blurred card (#3741) | |
* docs(card): adding info regarding the gradient for blurred card | |
* chore(nit): adding example | |
* chore(docs): revise content for card isBlurred example | |
* chore(docs): revise isBlurred note | |
--------- | |
Co-authored-by: Maharshi Alpesh <[email protected]> | |
Co-authored-by: WK Wong <[email protected]>\n- fix(docs): replace twitter logo/links with x logo/links (#3815) | |
* fix(docs): replace Twitter logo/links with X logo/links | |
* docs: update twitter references to x | |
* docs: update changeset for twitter to x changes | |
* docs: update twitter references to x | |
* docs: update twitter references to x | |
* chore(docs): undo .sponsorsrc since it's generated | |
* refactor(docs): remove unnecessary classes | |
* chore(docs): undo .sponsorsrc since it's generated | |
--------- | |
Co-authored-by: WK Wong <[email protected]>\n- fix(date-picker): adding props from calendarProps to getCalendarProps (#3773) | |
* fix(date-picker): adding props from calendarProps to the getCalendarProps | |
* chore(date-picker): adding the changeset | |
* chore(changeset): add issue number | |
--------- | |
Co-authored-by: Maharshi Alpesh <[email protected]> | |
Co-authored-by: WK Wong <[email protected]>\n- feat(autocomplete): automatically focus first non-disabled item (#2186) | |
Co-authored-by: WK Wong <[email protected]>\n- docs(accordion): add overflow to custom motion example (#3793)\n- fix(docs): typos in dark mode page (#3823)\n- fix(theme): fullWidth in input and select (#3768) | |
* fix(input): fixing the fullWidth functionality | |
* chore(changeset): add issue number | |
* chore(changeset): revise changeset message | |
--------- | |
Co-authored-by: Maharshi Alpesh <[email protected]> | |
Co-authored-by: WK Wong <[email protected]>\n- fix(autocomplete): exit animation on popover close (#3845) | |
* fix(autocomplete): exit animation on popover close | |
* refactor(autocomplete): getListBoxProps | |
--------- | |
Co-authored-by: WK Wong <[email protected]>\n- chore: merge branch with main\n- refactor(theme): replace the use of RTL-specific styles with logical properties (#3868) | |
* chore(rtl): remove the usages of rtl | |
* chore(changeset): adding the changeset | |
* chore(changeset): update changeset message | |
--------- | |
Co-authored-by: WK Wong <[email protected]>\n- fix(select): label placement discrepancy in Select (#3853) | |
* fix(select): label placement incorrect in case of multiline | |
* chore(select): adding the changeset | |
* chore(select): adding the tests | |
* chore(select): code imrovement, wkw's suggestions | |
* chore(changeset): update changeset message | |
--------- | |
Co-authored-by: WK Wong <[email protected]>\n- fix(theme): label placement in select and input (#3869) | |
* fix(theme): fix the label placement | |
* chore(changeset): adding the changeset | |
* chore(select): adding comments\n- fix(docs): avoid translating the code block (#3878) | |
* docs(Codeblock): avoid code be translated | |
* fix(docs): lint issue | |
--------- | |
Co-authored-by: WK Wong <[email protected]>\n- fix(listbox): change listBoxItem key to optional (#3883) | |
* fix(listbox): listBoxItem key to optional | |
* chore: add defaultSelectedKeys test for numeric keys and ids | |
* chore: add changeset\n- chore: comment out section prompts in PR template (#3884)\n- chore(test): update testing libraries and refactor (#3886)\n- fix(theme): show margin only with label in Switch component (#3861) | |
* fix(switch): removed right margin in wrapper #3791 | |
* feat(changeset): added changeset | |
* fix(switch): removed me-2 in wrapper | |
* fix(switch): added ms-2 to label | |
* chore(changeset): correct package and message | |
--------- | |
Co-authored-by: WK Wong <[email protected]>\n- fix(theme): removed pseudo cancel btn from input (#3912) | |
* fix(theme): removed pseudo cancel btn from input | |
* chore(changeset): adding the changeset | |
* fix(input): conditionally hiding the webkit search | |
* chore(changeset): revise changeset message | |
--------- | |
Co-authored-by: WK Wong <[email protected]>\n- refactor(docs): dx improvement in accordion (#3856) | |
* refactor: improve dx for writing a docs component (#2544) | |
* refactor: improve dx for write a docs component | |
Signed-off-by: Innei <[email protected]> | |
* refactor(docs): switch to contentlayer2 | |
* chore(docs): rename to avoid conflict | |
* refactor(docs): switch to next-contentlayer2 | |
* refactor(docs): revise docs lib | |
* chore(deps): bump docs related dependencies | |
* fix(use-aria-multiselect): type issue due to ts version bump | |
--------- | |
Signed-off-by: Innei <[email protected]> | |
Co-authored-by: WK Wong <[email protected]> | |
* refactor(docs): accordion codes | |
* feat(docs): declare module `*.jsx?raw` | |
* feat(docs): include `**/*.jsx` | |
* fix(docs): incorrect content | |
* chore(docs): add new lines | |
* refactor(docs): lint | |
--------- | |
Signed-off-by: Innei <[email protected]> | |
Co-authored-by: Innei <[email protected]>\n- fix(docs): typos in hero section (#3928)\n- fix(theme): support RTL for breadcrumbs (#3927) | |
* fix(breadcrumbs): added separator rotation for RTL #2486 | |
* chore(changeset): added changeset\n- fix(docs): removed unused import and merged classNames in dropdown (#3936) | |
* fix(breadcrumbs): added separator rotation for RTL #2486 | |
* chore(changeset): added changeset | |
* fix(docs): removed unused Link import and merged classnames in dropdown\n- fix: avatar filter disableAnimation to dom prop (#3946)\n- feat: add git hook to auto update dependencies (#3365) | |
* feat: add git hook to auto update dependencies | |
* feat: update color\n- fix: prevent test matcher warning (#3893) | |
* fix: prevent test matcher warning | |
* chore: add node types | |
* chore: update Jest related packages | |
* chore: run pnpm install\n- fix(tabs): correct inert value for true condition (#3978)\n- Alert component (#3982) | |
* feat(alert): began the work on alert component | |
* fix(readme): making correction | |
* chore(deps): change to 2.0.0 | |
* chore(docs): update README.md | |
* feat(theme): init alert tv | |
* chore(alert): update package.json | |
* feat(alert): init alert storybook structure | |
* chore(changeset): add changeset | |
* chore(changeset): change to minor | |
* chore(alert): revise alert package.json | |
* feat(alert): init test structure | |
* chore(deps): pnpm-lock.yaml | |
* feat(alert): initailized theme and basic structure | |
* feat(alert): completed use-alert.ts and alert.tsx | |
* feat(alert): remove innerWrapper, replace helperWrapper with mainWrapper, adding isCloseable prop | |
* feat(alert): adding isCloseable prop to baseWrapper dependency | |
* feat(alert): setting the default value of isCloseable prop to true | |
* feat(alert): moving CloseIcon inside the button | |
* feat(alert): updated package.json | |
* feat(alert): default variant and default story | |
* feat(alert): adding color and radius stories | |
* feat(alert): completed the styling | |
* feat(alert): add stories for isCloseable prop and restyle other stories | |
* feat(alert): correcting ref type | |
* feat(alert): add test cases | |
* feat(alert): remove startContent and endContent props | |
* feat(alert): make styling more accurate | |
* feat(alert): fixed default props | |
* feat(alert): fixed theme docs | |
* feat(alert): add logic for icons | |
* feat(alert): begin to add docs | |
* chore(alert): implement the changes suggested in code review | |
* feat(alert): add onclose prop to alert | |
* feat(alert): add test cases | |
* docs(alert): add onClose event | |
* feat(docs): add alert to routes.json | |
* fix(alert): correct the text colors | |
* docs(alert): fix imports and syntax errors | |
* chore(alert): implement the changes suggested in code review | |
* chore(alert): lint the code and change isCloseable to isClosable | |
* chore(alert): lint the code | |
* chore(alert): run pnpm i | |
* fix(alert): fix the logic for close button and add test case | |
* docs(alert): fix docs, change isCloseable to isClosable and change docs for isClosable property | |
* chore(alert): add the support for RTL, refactor the code and fix the typos | |
* docs(alert): grammer issues fix | |
* fix(alert): replace rtl with ms | |
* chore(alert): custom style and custom implementation, remove isClosable={false}, refactor, fix typos | |
* chore(alert): linting and implement coderabbit suggestions | |
* chore(alert): refactor and typos fix | |
* chore(alert): add import for closeIcon | |
* chore(alert): add props for closeIcon | |
* chore(alert): refactor fixes | |
* chore(alert): implement ryo-manba's suggestion on close Icon | |
* chore(alert): make alert more responsive | |
* chore(alert): fix grammer issues suggested by coderabbit | |
* fix(alert): add max-w property to make alert responsive | |
* chore(alert): improve responsiveness and refactor alertIcon | |
* chore(alert): add missing dependency to useMemo | |
* chore(alert): implement coderabbit's suggestions | |
* chore(alert): update docs and refactor | |
* chore(alert): refactor alertIcon and implement coderabbit's suggestion | |
* chore: fixes | |
--------- | |
Co-authored-by: Abhinav Agarwal <[email protected]> | |
Co-authored-by: WK Wong <[email protected]> | |
Co-authored-by: Abhinav Agarwal <[email protected]>\n- Feat/add draggable modal (#3983) | |
* feat(hooks): add use-draggable hook | |
* feat(components): [modal] export use-draggable | |
* docs(components): [modal] add draggable modal | |
* feat(components): [modal] add ref prop for modal-header | |
* chore(components): [modal] add draggable modal for storybook | |
* chore: add changeset for draggable modal | |
* docs(hooks): [use-draggable] fix typo | |
* chore: upper changeset | |
* chore(components): [modal] add overflow draggable modal to sb | |
* test(components): [modal] add draggable modal tests | |
* build: update pnpm-lock | |
* chore(changeset): include issue number | |
* feat(hooks): [use-draggable] set user-select to none when during the dragging | |
* docs(components): [modal] update code demo title | |
* docs(components): [modal] condense description for draggable overflow | |
* feat(hooks): [use-draggable] change version to 0.1.0 | |
* refactor(hooks): [use-draggable] use use-move implement use-draggable | |
* feat(hooks): [use-draggable] remove repeated user-select | |
* test(components): [modal] update test case to use-draggable base use-move | |
* docs(components): [modal] update draggable examples | |
* fix(hooks): [use-draggable] fix mobile device touchmove event conflict | |
* refactor(hooks): [use-draggable] remove drag ref prop | |
* refactor(hooks): [use-draggable] draggable2is-disabled overflow2can-overflow | |
* test(components): [modal] add draggble disable test | |
* chore(hooks): [use-draggable] add commant for body touchmove | |
* Update packages/hooks/use-draggable/src/index.ts | |
Co-authored-by: Ryo Matsukawa <[email protected]> | |
* fix(hooks): [use-draggable] import use-callback | |
* test(components): [modal] add mobile-sized test for draggable | |
* chore(hooks): [use-draggable] add use-callback for func | |
* chore(hooks): [use-draggable] update version to 2.0.0 | |
* chore: fix typo | |
* Update .changeset/soft-apricots-sleep.md | |
* fix: pnpm lock | |
* fix: build | |
* chore: add updated moadl | |
--------- | |
Co-authored-by: wzc520pyfm <[email protected]> | |
Co-authored-by: Υ‘Ι¨ΥΌΙ’ΣΥ‘Φ ΥΌΙ’ <[email protected]> | |
Co-authored-by: Ryo Matsukawa <[email protected]>\n- chore: upgrade react-aria / React 19 & Next.js 15 support (#3732) | |
* chore: upgrade react-aria | |
* chore: add changeset | |
* chore: fix type error | |
--------- | |
Co-authored-by: Junior Garcia <[email protected]>\n- feat(date-picker): add selectorButtonPlacement property (#3248) | |
* feat(date-picker): add selectorButtonPlacement property | |
* chore: update changeset | |
* Update .changeset/neat-donkeys-accept.md | |
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> | |
--------- | |
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> | |
Co-authored-by: Junior Garcia <[email protected]>\n- feat: add tab ref (#3974) | |
* feat: add tab ref | |
* feat: add changeset\n- feat: pre-release workflow (#2910) | |
* feat(workflow): pre-release | |
* feat(workflow): exit pre-release | |
* chore(workflow): update version & publish commands | |
* fix(workflow): add missing attributes and use schangeset:beta cmd | |
* feat(root): add changeset:beta | |
* fix(workflows): revise pre-release logic | |
* fix(workflows): add missing run | |
* fix(workflows): use changeset:exit with version instead | |
* feat(root): add changeset:exit cmd | |
* refactor(workflows): add pths, id, and format | |
* feat(workflows): enter pre-release mode | |
* chore(workflows): remove pre.json only | |
* refactor(workflows): remove enter-pre-release-mode | |
* fix(workflows): incorrect url | |
* refactor(root): remove unused exit command | |
* refactor(workflows): add comments | |
* feat(changeset): change to main branch as baseBranch | |
* feat(root): add changeset:canary | |
* refactor(workflows): remove unused workflow | |
* feat(workflow): support canary pre-release mode | |
* refactor(docs): change to canary\n- feat(popover): added control for closing popover on scroll (#3595) | |
* fix(navbar): fixed the height when style h-full | |
* fix(navbar): fixed the height when style h-full | |
* docs(changeset): resolved extra file | |
* feat(popover): added control for closing popover on scroll | |
* update(changeset): correction | |
* feat(popover): removed extra story | |
* refactor(test): corrected test for both true and false values of shouldCloseOnScroll | |
* refactor(docs): added shouldCloseOnScroll prop | |
* chore(changeset): change to minor | |
--------- | |
Co-authored-by: Υ‘ΣΥ‘ <[email protected]>\n- feat: add month and year pickers to DateRangePicker and RangeCalendar (#3302) | |
* feat: add month and year pickers to DateRangePicker and RangeCalendar | |
* chore: update docs | |
* Update .changeset/kind-cobras-travel.md | |
* chore: react package version | |
--------- | |
Co-authored-by: Junior Garcia <[email protected]>\n- chore(deps): bump tailwind-merge version (#3657) | |
* chore(deps): bump tailwind-merge versions | |
* chore(theme): adopt latest extendTailwindMerge | |
* chore(changeset): add changeset | |
* chore(changeset): change to minor | |
* Update .changeset/grumpy-mayflies-rhyme.md | |
--------- | |
Co-authored-by: Junior Garcia <[email protected]>\n- feat: added drawer component (#3986) | |
Signed-off-by: The1111mp <[email protected]> | |
Co-authored-by: The1111mp <[email protected]>\n- refactor: optimisations (#3523) | |
* refactor: replace lodash with native approaches | |
* refactor(deps): update framer-motion versions | |
* feat(utilities): add @nextui-org/dom-animation | |
* refactor(components): load domAnimation dynamically | |
* refactor(deps): add @nextui-org/dom-animation | |
* fix(utilities): relocate index.ts | |
* feat(changeset): framer motion optimization | |
* chore(deps): bump framer-motion version | |
* fix(docs): conflict issue | |
* refactor(hooks): remove the unnecessary this aliasing | |
* refactor(utilities): remove the unnecessary this aliasing | |
* chore(docs): remove {} so that it won't be true all the time | |
* chore(dom-animation): end with new line | |
* refactor(hooks): use debounce from `@nextui-org/shared-utils` | |
* chore(deps): add `@nextui-org/shared-utils` | |
* refactor: move mapKeys logic to `@nextui-org/shared-utils` | |
* refactor: use `get` from `@nextui-org/shared-utils` | |
* refactor(docs): use `get` from `@nextui-org/shared-utils` | |
* refactor(shared-utils): mapKeys | |
* chore(deps): bump framer-motion version | |
* chore(deps): remove lodash | |
* refactor(docs): use intersectionBy from shared-utils | |
* feat(shared-utils): add intersectionBy | |
* chore(dom-animation): remove extra blank line | |
* refactor(shared-utils): revise intersectionBy | |
* fix(modal): add willChange | |
* refactor(shared-utils): add comments | |
* fix: build & tests | |
--------- | |
Co-authored-by: Junior Garcia <[email protected]>\n- feat(hooks): use-theme hook (#3169) | |
* feat(docs): update dark mode content | |
* feat(hooks): @nextui-org/use-theme | |
* chore(docs): revise ThemeSwitcher code | |
* refactor(hooks): simplify useTheme and support custom theme names | |
* feat(hooks): add use-theme test cases | |
* feat(changeset): add changeset | |
* refactor(hooks): make localStorageMock globally and clear before each test | |
* fix(docs): typo | |
* fix(hooks): coderabbitai comments | |
* chore(hooks): remove unnecessary + | |
* chore(changeset): change to minor | |
* feat(hooks): handle system theme | |
* chore(hooks): add EOL | |
* refactor(hooks): add default theme | |
* refactor(hooks): revise useTheme | |
* refactor(hooks): resolve pr comments | |
* refactor(hooks): resolve pr comments | |
* refactor(hooks): resolve pr comments | |
* refactor(hooks): remove unused theme in dependency array | |
* chore(docs): typos | |
* refactor(hooks): mark system as key for system theme | |
* chore: merged with canary | |
--------- | |
Co-authored-by: Junior Garcia <[email protected]>\n- Fix/avatar flashing (#3987) | |
* fix(use-image): cached image flashing | |
* chore: merged with canary | |
--------- | |
Co-authored-by: Rakha Kanz Kautsar <[email protected]>\n- refactor(menu): Use `useMenu` and `useMenuItem` from RA (#3261) | |
* refactor(menu): use useMenu from react-aria instead | |
* refactor(menu): use useMenuItem from react-aria instead | |
* feat(changeset): add changeset | |
* chore: merged with canary | |
* fix: dropdown tests | |
--------- | |
Co-authored-by: Junior Garcia <[email protected]>\n- fix(theme): added stripe color gradients for progress (#3938) | |
* fix(breadcrumbs): added separator rotation for RTL #2486 | |
* chore(changeset): added changeset | |
* fix(docs): removed unused Link import and merged classnames in dropdown | |
* fix(theme):added stripe color gradients for progress #1933 | |
* refactor(theme): added stripe-size and createStripeGradient\n- chore: add all minor releases\n- fix(docs): invalid canary storybook link (#4030)\n- fix(use-image): image ReferenceError in SSR (#4122) | |
* fix(use-image): image ReferenceError in SSR | |
* fix(use-image): sync with beta | |
* fix(use-image): sync with beta | |
* chore(use-image): remove unnecessary comments\n- fix(docs): buildLocation expects an object (#4118) | |
* fix(docs): routing.mdx | |
* Delete .changeset/pre.json\n- chore: merged with main\n- chore(docs): update yarn installation command (#4132) | |
There is no `-g` flag in yarn. `global` is a command which must immediately follow yarn. | |
Source: https://classic.yarnpkg.com/lang/en/docs/cli/global/\n | |
Labels: | |
Comments: | |
- vercel: [vc]: #X0oj3m1JovZraWZ0QObcwQ1f86DKSlBbE95zlFQvAdA=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJuZXh0dWktZG9jcy12MiIsInJvb3REaXJlY3RvcnkiOiJhcHBzL2RvY3MiLCJsaXZlRmVlZGJhY2siOnsicmVzb2x2ZWQiOjAsInVucmVzb2x2ZWQiOjAsInRvdGFsIjowLCJsaW5rIjoibmV4dHVpLWRvY3MtdjItZ2l0LWNhbmFyeS1uZXh0dWktb3JnLnZlcmNlbC5hcHAifSwiaW5zcGVjdG9yVXJsIjoiaHR0cHM6Ly92ZXJjZWwuY29tL25leHR1aS1vcmcvbmV4dHVpLWRvY3MtdjIvSGhkZ0F3M3hYa2tjTkJqSFlRVGVvOUVDZGlFNyIsInByZXZpZXdVcmwiOiJuZXh0dWktZG9jcy12Mi1naXQtY2FuYXJ5LW5leHR1aS1vcmcudmVyY2VsLmFwcCIsIm5leHRDb21taXRTdGF0dXMiOiJERVBMT1lFRCJ9LHsibmFtZSI6Im5leHR1aS1zdG9yeWJvb2stdjIiLCJyb290RGlyZWN0b3J5IjoicGFja2FnZXMvc3Rvcnlib29rIiwiaW5zcGVjdG9yVXJsIjoiaHR0cHM6Ly92ZXJjZWwuY29tL25leHR1aS1vcmcvbmV4dHVpLXN0b3J5Ym9vay12Mi9EMzhpbmdoakQ0QXBKaERuZWZzVldCdWE1VHV1IiwicHJldmlld1VybCI6Im5leHR1aS1zdG9yeWJvb2stdjItZ2l0LWNhbmFyeS1uZXh0dWktb3JnLnZlcmNlbC5hcHAiLCJuZXh0Q29tbWl0U3RhdHVzIjoiUEVORElORyIsImxpdmVGZWVkYmFjayI6eyJyZXNvbHZlZCI6MCwidW5yZXNvbHZlZCI6MCwidG90YWwiOjAsImxpbmsiOiJuZXh0dWktc3Rvcnlib29rLXYyLWdpdC1jYW5hcnktbmV4dHVpLW9yZy52ZXJjZWwuYXBwIn19XX0= | |
**The latest updates on your projects**. Learn more about [Vercel for Git βοΈ](https://vercel.link/github-learn-more) | |
| Name | Status | Preview | Comments | Updated (UTC) | | |
| :--- | :----- | :------ | :------- | :------ | | |
| **nextui-docs-v2** | β Ready ([Inspect](https://vercel.com/nextui-org/nextui-docs-v2/HhdgAw3xXkkcNBjHYQTeo9ECdiE7)) | [Visit Preview](https://nextui-docs-v2-git-canary-nextui-org.vercel.app) | π¬ [**Add feedback**](https://vercel.live/open-feedback/nextui-docs-v2-git-canary-nextui-org.vercel.app?via=pr-comment-feedback-link) | Dec 6, 2024 10:21pm | | |
| **nextui-storybook-v2** | π Building ([Inspect](https://vercel.com/nextui-org/nextui-storybook-v2/D38inghjD4ApJhDnefsVWBua5Tuu)) | [Visit Preview](https://nextui-storybook-v2-git-canary-nextui-org.vercel.app) | π¬ [**Add feedback**](https://vercel.live/open-feedback/nextui-storybook-v2-git-canary-nextui-org.vercel.app?via=pr-comment-feedback-link) | Dec 6, 2024 10:21pm | | |
\n- changeset-bot: ### β οΈ No Changeset found | |
Latest commit: ac94e47e6731568b7d5a59a09b8d0d1f87f6202e | |
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. **If these changes should result in a version bump, you need to add a changeset.** | |
<details><summary>This PR includes no changesets</summary> | |
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types | |
</details> | |
[Click here to learn what changesets are, and how to add one](https://github.com/changesets/changesets/blob/main/docs/adding-a-changeset.md). | |
[Click here if you're a maintainer who wants to add a changeset to this PR](https://github.com/nextui-org/nextui/new/canary?filename=.changeset/old-boxes-lick.md&value=---%0A%22%40nextui-org%2Fdocs%22%3A%20patch%0A%22%40nextui-org%2Faccordion%22%3A%20patch%0A%22%40nextui-org%2Falert%22%3A%20patch%0A%22%40nextui-org%2Fautocomplete%22%3A%20patch%0A%22%40nextui-org%2Favatar%22%3A%20patch%0A%22%40nextui-org%2Fbadge%22%3A%20patch%0A%22%40nextui-org%2Fbreadcrumbs%22%3A%20patch%0A%22%40nextui-org%2Fbutton%22%3A%20patch%0A%22%40nextui-org%2Fcalendar%22%3A%20patch%0A%22%40nextui-org%2Fcard%22%3A%20patch%0A%22%40nextui-org%2Fcheckbox%22%3A%20patch%0A%22%40nextui-org%2Fchip%22%3A%20patch%0A%22%40nextui-org%2Fcode%22%3A%20patch%0A---%0A%0Av2.6.0%20fixes%0A) | |
\n- coderabbitai: <!-- This is an auto-generated comment: summarize by coderabbit.ai --> | |
<!-- This is an auto-generated comment: rate limited by coderabbit.ai --> | |
> [!WARNING] | |
> ## Rate limit exceeded | |
> | |
> @jrgarciadev has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait **9 minutes and 11 seconds** before requesting another review. | |
> | |
> <details> | |
> <summary>β How to resolve this issue?</summary> | |
> | |
> After the wait time has elapsed, a review can be triggered using the `@coderabbitai review` command as a PR comment. Alternatively, push new commits to this PR. | |
> | |
> We recommend that you space out your commits to avoid hitting the rate limit. | |
> | |
> </details> | |
> | |
> | |
> <details> | |
> <summary>π¦ How do rate limits work?</summary> | |
> | |
> CodeRabbit enforces hourly rate limits for each developer per organization. | |
> | |
> Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. | |
> | |
> Please see our [FAQ](https://docs.coderabbit.ai/faq) for further information. | |
> | |
> </details> | |
> | |
> <details> | |
> <summary>π₯ Commits</summary> | |
> | |
> Reviewing files that changed from the base of the PR and between 914df9b3ade625f1f66c7476022284ac9e6afcd1 and ac94e47e6731568b7d5a59a09b8d0d1f87f6202e. | |
> | |
> </details> | |
<!-- end of auto-generated comment: rate limited by coderabbit.ai --> | |
<!-- tips_start --> | |
--- | |
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? | |
<details> | |
<summary>β€οΈ Share</summary> | |
- [X](https://twitter.com/intent/tweet?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A&url=https%3A//coderabbit.ai) | |
- [Mastodon](https://mastodon.social/share?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A%20https%3A%2F%2Fcoderabbit.ai) | |
- [Reddit](https://www.reddit.com/submit?title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&text=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code.%20Check%20it%20out%3A%20https%3A//coderabbit.ai) | |
- [LinkedIn](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fcoderabbit.ai&mini=true&title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&summary=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code) | |
</details> | |
<details> | |
<summary>πͺ§ Tips</summary> | |
### Chat | |
There are 3 ways to chat with [CodeRabbit](https://coderabbit.ai): | |
- Review comments: Directly reply to a review comment made by CodeRabbit. Example: | |
- `I pushed a fix in commit <commit_id>, please review it.` | |
- `Generate unit testing code for this file.` | |
- `Open a follow-up GitHub issue for this discussion.` | |
- Files and specific lines of code (under the "Files changed" tab): Tag `@coderabbitai` in a new review comment at the desired location with your query. Examples: | |
- `@coderabbitai generate unit testing code for this file.` | |
- `@coderabbitai modularize this function.` | |
- PR comments: Tag `@coderabbitai` in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples: | |
- `@coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.` | |
- `@coderabbitai read src/utils.ts and generate unit testing code.` | |
- `@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.` | |
- `@coderabbitai help me debug CodeRabbit configuration file.` | |
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. | |
### CodeRabbit Commands (Invoked using PR comments) | |
- `@coderabbitai pause` to pause the reviews on a PR. | |
- `@coderabbitai resume` to resume the paused reviews. | |
- `@coderabbitai review` to trigger an incremental review. This is useful when automatic reviews are disabled for the repository. | |
- `@coderabbitai full review` to do a full review from scratch and review all the files again. | |
- `@coderabbitai summary` to regenerate the summary of the PR. | |
- `@coderabbitai resolve` resolve all the CodeRabbit review comments. | |
- `@coderabbitai configuration` to show the current CodeRabbit configuration for the repository. | |
- `@coderabbitai help` to get help. | |
### Other keywords and placeholders | |
- Add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. | |
- Add `@coderabbitai summary` to generate the high-level summary at a specific location in the PR description. | |
- Add `@coderabbitai` anywhere in the PR title to generate the title automatically. | |
### Documentation and Community | |
- Visit our [Documentation](https://docs.coderabbit.ai) for detailed information on how to use CodeRabbit. | |
- Join our [Discord Community](http://discord.gg/coderabbit) to get help, request features, and share feedback. | |
- Follow us on [X/Twitter](https://twitter.com/coderabbitai) for updates and announcements. | |
</details> | |
<!-- tips_end -->\n | |
Files Changed: | |
- apps/docs/content/blog/v2.6.0.mdx (modified, 34 changes)\n Patch: @@ -46,9 +46,22 @@ NextUI version **v2.6.0** comes with 4 new components **Form**, **Drawer**, **In | |
<Spacer y={4} /> | |
-Upgrade today by running one of the following commands: | |
+**Upgrade today by using one of the following methods**: | |
-<Spacer y={4} /> | |
+1. Upgrading NextUI using the `cli` | |
+ | |
+- First, upgrade Framer Motion to at least v11.9.0: | |
+ | |
+<PackageManagers | |
+ commands={{ | |
+ npm: "npm install framer-motion@latest", | |
+ yarn: "yarn add framer-motion@latest", | |
+ pnpm: "pnpm add framer-motion@latest", | |
+ bun: "bun add framer-motion@latest", | |
+ }} | |
+/> | |
+ | |
+- Then, upgrade NextUI: | |
<PackageManagers | |
commands={{ | |
@@ -57,6 +70,19 @@ Upgrade today by running one of the following commands: | |
}} | |
/> | |
+2. Upgrading NextUI using the `pnpm` | |
+ | |
+<Spacer y={4} /> | |
+ | |
+<PackageManagers | |
+ commands={{ | |
+ npm: "npm install @nextui-org/react@latest framer-motion@latest", | |
+ pnpm: "pnpm add @nextui-org/react@latest framer-motion@latest", | |
+ yarn: "yarn add @nextui-org/react@latest framer-motion@latest", | |
+ bun: "bun add @nextui-org/react@latest framer-motion@latest", | |
+ }} | |
+/> | |
+ | |
<Spacer y={4} /> | |
## Form Component | |
@@ -551,6 +577,9 @@ See the [Routing documentation](/docs/guides/routing) for more details. | |
- `useHref` (added) - Converts a router-specific href to a native href for use on DOM elements. For example, if your router accepts relative paths or custom link formats, useHref will generate the full native href based on the RouterProvider's configuration. | |
- `navigate` (modified) - `((path: Href, routerOptions?: RouterOptions) => void) | undefined` - we added the router options | |
- `reduceMotion` (added) - Controls the motion preferences for the entire application, allowing developers to respect user settings for reduced motion. The available options are: | |
+ - `"always"` - Always disable motion | |
+ - `"never"` - Always enable motion | |
+ - `"user"` - Respect user system preferences for motion | |
### DatePicker | |
@@ -610,7 +639,6 @@ We try to keep the breaking changes to a minimum, but sometimes it's necessary t | |
The nested group selectors for table themes have been updated to require explicit element selectors. You'll need to add `/tr` or `/th` to custom styles for group-data. | |
- | |
```diff-tsx | |
// Before | |
- group-data-[disabled=true]:text-foreground-300;\n- apps/docs/content/docs/frameworks/astro.mdx (modified, 2 changes)\n Patch: @@ -9,7 +9,7 @@ Requirements: | |
- [React 18](https://reactjs.org/) or later | |
- [Tailwind CSS 3.4](https://tailwindcss.com/docs/guides/astro) or later | |
-- [Framer Motion 11](https://www.framer.com/motion/) or later | |
+- [Framer Motion 11.9](https://www.framer.com/motion/) or later | |
------ | |
\n- apps/docs/content/docs/frameworks/nextjs.mdx (modified, 2 changes)\n Patch: @@ -11,7 +11,7 @@ Requirements: | |
- [Next.js 12](https://nextjs.org/) or later | |
- [React 18](https://reactjs.org/) or later | |
- [Tailwind CSS 3.4](https://tailwindcss.com/docs/guides/nextjs) or later | |
-- [Framer Motion 11](https://www.framer.com/motion/) or later | |
+- [Framer Motion 11.9](https://www.framer.com/motion/) or later | |
------ | |
\n- apps/docs/content/docs/frameworks/remix.mdx (modified, 2 changes)\n Patch: @@ -9,7 +9,7 @@ Requirements: | |
- [React 18](https://reactjs.org/) or later | |
- [Tailwind CSS 3.4](https://tailwindcss.com/docs/guides/remix) or later | |
-- [Framer Motion 11](https://www.framer.com/motion/) or later | |
+- [Framer Motion 11.9](https://www.framer.com/motion/) or later | |
------ | |
\n- apps/docs/content/docs/frameworks/vite.mdx (modified, 2 changes)\n Patch: @@ -10,7 +10,7 @@ Requirements: | |
- [Vite 2](https://vitejs.dev/) or later | |
- [React 18](https://reactjs.org/) or later | |
- [Tailwind CSS 3.4](https://tailwindcss.com/docs/guides/vite#react) or later | |
-- [Framer Motion 11](https://www.framer.com/motion/) or later | |
+- [Framer Motion 11.9](https://www.framer.com/motion/) or later | |
------ | |
\n- apps/docs/content/docs/guide/installation.mdx (modified, 2 changes)\n Patch: @@ -9,7 +9,7 @@ Requirements: | |
- [React 18](https://reactjs.org/) or later | |
- [Tailwind CSS 3.4](https://tailwindcss.com/) or later | |
-- [Framer Motion 11](https://www.framer.com/motion/) or later | |
+- [Framer Motion 11.9](https://www.framer.com/motion/) or later | |
--- | |
\n- apps/docs/content/docs/guide/upgrade-to-v2.mdx (modified, 2 changes)\n Patch: @@ -10,7 +10,7 @@ Requirements: | |
- [React 18](https://reactjs.org/) or later | |
- [Tailwind CSS 3.4](https://tailwindcss.com/) or later | |
-- [Framer Motion 11](https://www.framer.com/motion/) or later | |
+- [Framer Motion 11.9](https://www.framer.com/motion/) or later | |
----- | |
\n- packages/components/accordion/CHANGELOG.md (modified, 11 changes)\n Patch: @@ -1,5 +1,16 @@ | |
# @nextui-org/accordion | |
+## 2.2.2 | |
+ | |
+### Patch Changes | |
+ | |
+- [#4247](https://github.com/nextui-org/nextui/pull/4247) [`551ab18`](https://github.com/nextui-org/nextui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* | |
+ | |
+- Updated dependencies [[`551ab18`](https://github.com/nextui-org/nextui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: | |
+ - @nextui-org/[email protected] | |
+ - @nextui-org/[email protected] | |
+ - @nextui-org/[email protected] | |
+ | |
## 2.2.1 | |
### Patch Changes\n- packages/components/accordion/package.json (modified, 6 changes)\n Patch: @@ -1,6 +1,6 @@ | |
{ | |
"name": "@nextui-org/accordion", | |
- "version": "2.2.1", | |
+ "version": "2.2.2", | |
"description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.", | |
"keywords": [ | |
"react", | |
@@ -43,8 +43,8 @@ | |
"react": ">=18 || >=19.0.0-rc.0", | |
"react-dom": ">=18 || >=19.0.0-rc.0", | |
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", | |
- "@nextui-org/theme": ">=2.3.0-beta.0", | |
- "@nextui-org/system": ">=2.3.0-beta.0" | |
+ "@nextui-org/theme": ">=2.3.0", | |
+ "@nextui-org/system": ">=2.3.0" | |
}, | |
"dependencies": { | |
"@nextui-org/aria-utils": "workspace:*",\n- packages/components/alert/CHANGELOG.md (modified, 9 changes)\n Patch: @@ -1,5 +1,14 @@ | |
# @nextui-org/alert | |
+## 2.2.2 | |
+ | |
+### Patch Changes | |
+ | |
+- [#4247](https://github.com/nextui-org/nextui/pull/4247) [`551ab18`](https://github.com/nextui-org/nextui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* | |
+ | |
+- Updated dependencies [[`551ab18`](https://github.com/nextui-org/nextui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: | |
+ - @nextui-org/[email protected] | |
+ | |
## 2.2.1 | |
### Patch Changes\n- packages/components/alert/package.json (modified, 6 changes)\n Patch: @@ -1,6 +1,6 @@ | |
{ | |
"name": "@nextui-org/alert", | |
- "version": "2.2.1", | |
+ "version": "2.2.2", | |
"description": "Alerts are temporary notifications that provide concise feedback about an action or event.", | |
"keywords": [ | |
"alert" | |
@@ -40,8 +40,8 @@ | |
"peerDependencies": { | |
"react": ">=18 || >=19.0.0-rc.0", | |
"react-dom": ">=18 || >=19.0.0-rc.0", | |
- "@nextui-org/theme": ">=2.3.0-beta.0", | |
- "@nextui-org/system": ">=2.3.0-beta.0" | |
+ "@nextui-org/theme": ">=2.3.0", | |
+ "@nextui-org/system": ">=2.3.0" | |
}, | |
"dependencies": { | |
"@nextui-org/react-utils": "workspace:*",\n- packages/components/autocomplete/CHANGELOG.md (modified, 16 changes)\n Patch: @@ -1,5 +1,21 @@ | |
# @nextui-org/autocomplete | |
+## 2.3.2 | |
+ | |
+### Patch Changes | |
+ | |
+- [#4247](https://github.com/nextui-org/nextui/pull/4247) [`551ab18`](https://github.com/nextui-org/nextui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* | |
+ | |
+- Updated dependencies [[`551ab18`](https://github.com/nextui-org/nextui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: | |
+ - @nextui-org/[email protected] | |
+ - @nextui-org/[email protected] | |
+ - @nextui-org/[email protected] | |
+ - @nextui-org/[email protected] | |
+ - @nextui-org/[email protected] | |
+ - @nextui-org/[email protected] | |
+ - @nextui-org/[email protected] | |
+ - @nextui-org/[email protected] | |
+ | |
## 2.3.1 | |
### Patch Changes\n- packages/components/autocomplete/package.json (modified, 6 changes)\n Patch: @@ -1,6 +1,6 @@ | |
{ | |
"name": "@nextui-org/autocomplete", | |
- "version": "2.3.1", | |
+ "version": "2.3.2", | |
"description": "An autocomplete combines a text input with a listbox, allowing users to filter a list of options to items matching a query.", | |
"keywords": [ | |
"autocomplete" | |
@@ -34,8 +34,8 @@ | |
"postpack": "clean-package restore" | |
}, | |
"peerDependencies": { | |
- "@nextui-org/system": ">=2.3.0-beta.0", | |
- "@nextui-org/theme": ">=2.3.0-beta.0", | |
+ "@nextui-org/system": ">=2.3.0", | |
+ "@nextui-org/theme": ">=2.3.0", | |
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", | |
"react": ">=18 || >=19.0.0-rc.0", | |
"react-dom": ">=18 || >=19.0.0-rc.0"\n- packages/components/avatar/CHANGELOG.md (modified, 6 changes)\n Patch: @@ -1,5 +1,11 @@ | |
# @nextui-org/avatar | |
+## 2.2.2 | |
+ | |
+### Patch Changes | |
+ | |
+- [#4247](https://github.com/nextui-org/nextui/pull/4247) [`551ab18`](https://github.com/nextui-org/nextui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* | |
+ | |
## 2.2.1 | |
### Patch Changes\n- packages/components/avatar/package.json (modified, 6 changes)\n Patch: @@ -1,6 +1,6 @@ | |
{ | |
"name": "@nextui-org/avatar", | |
- "version": "2.2.1", | |
+ "version": "2.2.2", | |
"description": "The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.", | |
"keywords": [ | |
"avatar" | |
@@ -36,8 +36,8 @@ | |
"peerDependencies": { | |
"react": ">=18 || >=19.0.0-rc.0", | |
"react-dom": ">=18 || >=19.0.0-rc.0", | |
- "@nextui-org/theme": ">=2.3.0-beta.0", | |
- "@nextui-org/system": ">=2.3.0-beta.0" | |
+ "@nextui-org/theme": ">=2.3.0", | |
+ "@nextui-org/system": ">=2.3.0" | |
}, | |
"dependencies": { | |
"@nextui-org/shared-utils": "workspace:*",\n- packages/components/badge/CHANGELOG.md (modified, 6 changes)\n Patch: @@ -1,5 +1,11 @@ | |
# @nextui-org/badge | |
+## 2.2.2 | |
+ | |
+### Patch Changes | |
+ | |
+- [#4247](https://github.com/nextui-org/nextui/pull/4247) [`551ab18`](https://github.com/nextui-org/nextui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* | |
+ | |
## 2.2.1 | |
### Patch Changes\n- packages/components/badge/package.json (modified, 6 changes)\n Patch: @@ -1,6 +1,6 @@ | |
{ | |
"name": "@nextui-org/badge", | |
- "version": "2.2.1", | |
+ "version": "2.2.2", | |
"description": "Badges are used as a small numerical value or status descriptor for UI elements.", | |
"keywords": [ | |
"badge" | |
@@ -36,8 +36,8 @@ | |
"peerDependencies": { | |
"react": ">=18 || >=19.0.0-rc.0", | |
"react-dom": ">=18 || >=19.0.0-rc.0", | |
- "@nextui-org/theme": ">=2.3.0-beta.0", | |
- "@nextui-org/system": ">=2.3.0-beta.0" | |
+ "@nextui-org/theme": ">=2.3.0", | |
+ "@nextui-org/system": ">=2.3.0" | |
}, | |
"dependencies": { | |
"@nextui-org/shared-utils": "workspace:*",\n- packages/components/breadcrumbs/CHANGELOG.md (modified, 6 changes)\n Patch: @@ -1,5 +1,11 @@ | |
# @nextui-org/breadcrumbs | |
+## 2.2.2 | |
+ | |
+### Patch Changes | |
+ | |
+- [#4247](https://github.com/nextui-org/nextui/pull/4247) [`551ab18`](https://github.com/nextui-org/nextui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* | |
+ | |
## 2.2.1 | |
### Patch Changes\n- packages/components/breadcrumbs/package.json (modified, 6 changes)\n Patch: @@ -1,6 +1,6 @@ | |
{ | |
"name": "@nextui-org/breadcrumbs", | |
- "version": "2.2.1", | |
+ "version": "2.2.2", | |
"description": "Breadcrumbs display a hierarchy of links to the current page or resource in an application.", | |
"keywords": [ | |
"breadcrumbs" | |
@@ -36,8 +36,8 @@ | |
"peerDependencies": { | |
"react": ">=18 || >=19.0.0-rc.0", | |
"react-dom": ">=18 || >=19.0.0-rc.0", | |
- "@nextui-org/theme": ">=2.3.0-beta.0", | |
- "@nextui-org/system": ">=2.3.0-beta.0" | |
+ "@nextui-org/theme": ">=2.3.0", | |
+ "@nextui-org/system": ">=2.3.0" | |
}, | |
"dependencies": { | |
"@nextui-org/react-utils": "workspace:*",\n- packages/components/button/CHANGELOG.md (modified, 10 changes)\n Patch: @@ -1,5 +1,15 @@ | |
# @nextui-org/button | |
+## 2.2.2 | |
+ | |
+### Patch Changes | |
+ | |
+- [#4247](https://github.com/nextui-org/nextui/pull/4247) [`551ab18`](https://github.com/nextui-org/nextui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* | |
+ | |
+- Updated dependencies [[`551ab18`](https://github.com/nextui-org/nextui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: | |
+ - @nextui-org/[email protected] | |
+ - @nextui-org/[email protected] | |
+ | |
## 2.2.1 | |
### Patch Changes\n- packages/components/button/package.json (modified, 6 changes)\n Patch: @@ -1,6 +1,6 @@ | |
{ | |
"name": "@nextui-org/button", | |
- "version": "2.2.1", | |
+ "version": "2.2.2", | |
"description": "Buttons allow users to perform actions and choose with a single tap.", | |
"keywords": [ | |
"button" | |
@@ -37,8 +37,8 @@ | |
"react": ">=18 || >=19.0.0-rc.0", | |
"react-dom": ">=18 || >=19.0.0-rc.0", | |
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", | |
- "@nextui-org/theme": ">=2.3.0-beta.0", | |
- "@nextui-org/system": ">=2.3.0-beta.0" | |
+ "@nextui-org/theme": ">=2.3.0", | |
+ "@nextui-org/system": ">=2.3.0" | |
}, | |
"dependencies": { | |
"@nextui-org/shared-utils": "workspace:*",\n- packages/components/calendar/CHANGELOG.md (modified, 10 changes)\n Patch: @@ -1,5 +1,15 @@ | |
# @nextui-org/calendar | |
+## 2.2.2 | |
+ | |
+### Patch Changes | |
+ | |
+- [#4247](https://github.com/nextui-org/nextui/pull/4247) [`551ab18`](https://github.com/nextui-org/nextui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* | |
+ | |
+- Updated dependencies [[`551ab18`](https://github.com/nextui-org/nextui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: | |
+ - @nextui-org/[email protected] | |
+ - @nextui-org/[email protected] | |
+ | |
## 2.2.1 | |
### Patch Changes\n- packages/components/calendar/package.json (modified, 6 changes)\n Patch: @@ -1,6 +1,6 @@ | |
{ | |
"name": "@nextui-org/calendar", | |
- "version": "2.2.1", | |
+ "version": "2.2.2", | |
"description": "A calendar displays one or more date grids and allows users to select a single date.", | |
"keywords": [ | |
"calendar" | |
@@ -34,8 +34,8 @@ | |
"postpack": "clean-package restore" | |
}, | |
"peerDependencies": { | |
- "@nextui-org/system": ">=2.3.0-beta.0", | |
- "@nextui-org/theme": ">=2.3.0-beta.0", | |
+ "@nextui-org/system": ">=2.3.0", | |
+ "@nextui-org/theme": ">=2.3.0", | |
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", | |
"react": ">=18 || >=19.0.0-rc.0", | |
"react-dom": ">=18 || >=19.0.0-rc.0"\n- packages/components/card/CHANGELOG.md (modified, 9 changes)\n Patch: @@ -1,5 +1,14 @@ | |
# @nextui-org/card | |
+## 2.2.2 | |
+ | |
+### Patch Changes | |
+ | |
+- [#4247](https://github.com/nextui-org/nextui/pull/4247) [`551ab18`](https://github.com/nextui-org/nextui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* | |
+ | |
+- Updated dependencies [[`551ab18`](https://github.com/nextui-org/nextui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: | |
+ - @nextui-org/[email protected] | |
+ | |
## 2.2.1 | |
### Patch Changes\n- packages/components/card/package.json (modified, 6 changes)\n Patch: @@ -1,6 +1,6 @@ | |
{ | |
"name": "@nextui-org/card", | |
- "version": "2.2.1", | |
+ "version": "2.2.2", | |
"description": "Card is a container for text, photos, and actions in the context of a single subject.", | |
"keywords": [ | |
"card" | |
@@ -37,8 +37,8 @@ | |
"react": ">=18 || >=19.0.0-rc.0", | |
"react-dom": ">=18 || >=19.0.0-rc.0", | |
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", | |
- "@nextui-org/theme": ">=2.3.0-beta.0", | |
- "@nextui-org/system": ">=2.3.0-beta.0" | |
+ "@nextui-org/theme": ">=2.3.0", | |
+ "@nextui-org/system": ">=2.3.0" | |
}, | |
"dependencies": { | |
"@nextui-org/shared-utils": "workspace:*",\n- packages/components/checkbox/CHANGELOG.md (modified, 9 changes)\n Patch: @@ -1,5 +1,14 @@ | |
# @nextui-org/checkbox | |
+## 2.3.2 | |
+ | |
+### Patch Changes | |
+ | |
+- [#4247](https://github.com/nextui-org/nextui/pull/4247) [`551ab18`](https://github.com/nextui-org/nextui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* | |
+ | |
+- Updated dependencies [[`551ab18`](https://github.com/nextui-org/nextui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: | |
+ - @nextui-org/[email protected] | |
+ | |
## 2.3.1 | |
### Patch Changes\n- packages/components/checkbox/package.json (modified, 6 changes)\n Patch: @@ -1,6 +1,6 @@ | |
{ | |
"name": "@nextui-org/checkbox", | |
- "version": "2.3.1", | |
+ "version": "2.3.2", | |
"description": "Checkboxes allow users to select multiple items from a list of individual items, or to mark one individual item as selected.", | |
"keywords": [ | |
"checkbox" | |
@@ -34,8 +34,8 @@ | |
"postpack": "clean-package restore" | |
}, | |
"peerDependencies": { | |
- "@nextui-org/system": ">=2.3.0-beta.0", | |
- "@nextui-org/theme": ">=2.3.0-beta.0", | |
+ "@nextui-org/system": ">=2.3.0", | |
+ "@nextui-org/theme": ">=2.3.0", | |
"react": ">=18 || >=19.0.0-rc.0", | |
"react-dom": ">=18 || >=19.0.0-rc.0" | |
},\n- packages/components/chip/CHANGELOG.md (modified, 6 changes)\n Patch: @@ -1,5 +1,11 @@ | |
# @nextui-org/chip | |
+## 2.2.2 | |
+ | |
+### Patch Changes | |
+ | |
+- [#4247](https://github.com/nextui-org/nextui/pull/4247) [`551ab18`](https://github.com/nextui-org/nextui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* | |
+ | |
## 2.2.1 | |
### Patch Changes\n- packages/components/chip/package.json (modified, 6 changes)\n Patch: @@ -1,6 +1,6 @@ | |
{ | |
"name": "@nextui-org/chip", | |
- "version": "2.2.1", | |
+ "version": "2.2.2", | |
"description": "Chips help people enter information, make selections, filter content, or trigger actions.", | |
"keywords": [ | |
"chip" | |
@@ -36,8 +36,8 @@ | |
"peerDependencies": { | |
"react": ">=18 || >=19.0.0-rc.0", | |
"react-dom": ">=18 || >=19.0.0-rc.0", | |
- "@nextui-org/theme": ">=2.3.0-beta.0", | |
- "@nextui-org/system": ">=2.3.0-beta.0" | |
+ "@nextui-org/theme": ">=2.3.0", | |
+ "@nextui-org/system": ">=2.3.0" | |
}, | |
"dependencies": { | |
"@nextui-org/shared-icons": "workspace:*",\n- packages/components/code/CHANGELOG.md (modified, 9 changes)\n Patch: @@ -1,5 +1,14 @@ | |
# @nextui-org/code | |
+## 2.2.2 | |
+ | |
+### Patch Changes | |
+ | |
+- [#4247](https://github.com/nextui-org/nextui/pull/4247) [`551ab18`](https://github.com/nextui-org/nextui/commit/551ab184060b24b2c3a89598f84d4c18599649d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peerDeps & core package client on export \* | |
+ | |
+- Updated dependencies [[`551ab18`](https://github.com/nextui-org/nextui/commit/551ab184060b24b2c3a89598f84d4c18599649d0)]: | |
+ - @nextui-org/[email protected] | |
+ | |
## 2.2.1 | |
### Patch Changes\n |