Spaces:
Sleeping
Sleeping
Pull Request Number: 4262 | |
Title: Docs & New version | |
Base Branch: main | |
Head Branch: canary | |
Author: jrgarciadev | |
URL: https://github.com/nextui-org/nextui/pull/4262 | |
State: MERGED | |
Created At: 2024-12-07T12:34:58Z | |
Merged At: 2024-12-07T12:40:39Z | |
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 | |
Summary by CodeRabbit | |
New Features | |
Introduced new components: Form, Drawer, Input OTP, and Alert in NextUI version 2.6.0. | |
Enhanced functionality with built-in validation and accessibility features for the Form component. | |
Added draggable modal functionality and improved router integration. | |
Bug Fixes | |
Corrected peer dependency issues across multiple packages. | |
Resolved layout issues in the DocsToc and DocPage components. | |
Documentation | |
Updated changelogs to reflect new versions and changes across various components. | |
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: | |
- changeset-bot: ### β οΈ No Changeset found | |
Latest commit: 949dd1863ea53abfdce7951e6e2a2105362deaf9 | |
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/lovely-ants-care.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%22%40nextui-org%2Fdate-input%22%3A%20patch%0A%22%40nextui-org%2Fdate-picker%22%3A%20patch%0A---%0A%0ADocs%20%26%20New%20version%0A) | |
\n- vercel: [vc]: #CpKJawFcHzHZhJCBUP753oFegLsdJsrjg3bg5CNu04U=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJuZXh0dWktZG9jcy12MiIsInJvb3REaXJlY3RvcnkiOiJhcHBzL2RvY3MiLCJpbnNwZWN0b3JVcmwiOiJodHRwczovL3ZlcmNlbC5jb20vbmV4dHVpLW9yZy9uZXh0dWktZG9jcy12Mi9DWDhVQmhNbWV5dkVOZG83dGt3ZjlEUXlMWExVIiwicHJldmlld1VybCI6IiIsIm5leHRDb21taXRTdGF0dXMiOiJDQU5DRUxFRCIsImxpdmVGZWVkYmFjayI6eyJyZXNvbHZlZCI6MCwidW5yZXNvbHZlZCI6MCwidG90YWwiOjAsImxpbmsiOiIifX0seyJuYW1lIjoibmV4dHVpLXN0b3J5Ym9vay12MiIsInJvb3REaXJlY3RvcnkiOiJwYWNrYWdlcy9zdG9yeWJvb2siLCJpbnNwZWN0b3JVcmwiOiJodHRwczovL3ZlcmNlbC5jb20vbmV4dHVpLW9yZy9uZXh0dWktc3Rvcnlib29rLXYyL0RWVURrRjdwMlpBTnFzRUpxNmZEYkF0S1oyS2ciLCJwcmV2aWV3VXJsIjoibmV4dHVpLXN0b3J5Ym9vay12Mi1naXQtY2FuYXJ5LW5leHR1aS1vcmcudmVyY2VsLmFwcCIsIm5leHRDb21taXRTdGF0dXMiOiJERVBMT1lFRCIsImxpdmVGZWVkYmFjayI6eyJyZXNvbHZlZCI6MCwidW5yZXNvbHZlZCI6MCwidG90YWwiOjAsImxpbmsiOiJuZXh0dWktc3Rvcnlib29rLXYyLWdpdC1jYW5hcnktbmV4dHVpLW9yZy52ZXJjZWwuYXBwIn19XX0= | |
**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** | π Canceled ([Inspect](https://vercel.com/nextui-org/nextui-docs-v2/CX8UBhMmeyvENdo7tkwf9DQyLXLU)) | | | Dec 7, 2024 0:45am | | |
| **nextui-storybook-v2** | β Ready ([Inspect](https://vercel.com/nextui-org/nextui-storybook-v2/DVUDkF7p2ZANqsEJq6fDbAtKZ2Kg)) | [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 7, 2024 0:45am | | |
\n- coderabbitai: <!-- This is an auto-generated comment: summarize by coderabbit.ai --> | |
<!-- This is an auto-generated comment: failure by coderabbit.ai --> | |
> [!CAUTION] | |
> ## Review failed | |
> | |
> The pull request is closed. | |
<!-- end of auto-generated comment: failure by coderabbit.ai --> | |
<!-- internal state start --> | |
<!-- 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 --> | |
<!-- internal state end --> | |
<!-- walkthrough_start --> | |
## Walkthrough | |
The pull request introduces several updates across various components and packages, primarily focusing on fixing incorrect peer dependencies for the theme and system packages. Changes include version increments and updates to dependencies in multiple components such as `accordion`, `alert`, `button`, `calendar`, and others. Additionally, the `DocPage` and `DocsToc` components were modified to adjust layout styles and improve document retrieval handling, ensuring better functionality and user experience. | |
## Changes | |
| File Path | Change Summary | | |
|-----------------------------------------------------|---------------------------------------------------------------------------------------------------------------------| | |
| apps/docs/app/docs/[[...slug]]/page.tsx | Modified `DocPage` component to adjust `DocsToc` padding from `pl-4` to `pl-0` and updated `getDocFromParams` to return `null` if no document is found. | | |
| apps/docs/components/docs/toc.tsx | Adjusted text size classes for list items and "Back to top" link from `text-sm`/`text-small` to `text-tiny`. | | |
| apps/docs/content/blog/v2.6.0.mdx | Updated release notes for NextUI v2.6.0, detailing new components, features, bug fixes, and performance improvements. | | |
| packages/components/*/CHANGELOG.md | Updated changelogs for multiple components to include version `2.2.3` or `2.3.3`, documenting peer dependency fixes. | | |
| packages/components/*/package.json | Incremented version numbers and updated peer dependencies for multiple components to require `>=2.4.0`. | | |
## Possibly related PRs | |
- **#3014**: Addresses peer dependency updates in multiple components, potentially relevant to the document retrieval handling. | |
- **#3307**: Refactors the `Popover` component, which may share structural similarities with `DocPage` and `DocsToc`. | |
- **#3762**: Fixes an issue in the `Dropdown` component, potentially overlapping with `DocsToc` functionality. | |
- **#3822**: Modifies the `DocsToc` component, specifically adjusting padding for headings, directly related to layout changes in the main PR. | |
- **#4013**: Updates the Yarn installation command in documentation, indirectly related to overall documentation structure. | |
- **#4132**: Corrects the Yarn installation command, relevant to documentation aspects of the main PR. | |
- **#4204**: Addresses a core package issue that may affect overall functionality of modified components. | |
- **#4227**: Adds a section for NextUI Pro on the landing page, enhancing documentation and user experience. | |
## Suggested labels | |
`π Scope : Docs`, `π₯ Type: Breaking Change` | |
## Suggested reviewers | |
- wingkwong | |
<!-- walkthrough_end --> | |
--- | |
<details> | |
<summary>π Recent review details</summary> | |
**Configuration used: .coderabbit.yaml** | |
**Review profile: CHILL** | |
<details> | |
<summary>π₯ Commits</summary> | |
Reviewing files that changed from the base of the PR and between d9ae7c89c021626fb3e54aaf805f7ace3f3ee3a8 and 949dd1863ea53abfdce7951e6e2a2105362deaf9. | |
</details> | |
<details> | |
<summary>π Files selected for processing (82)</summary> | |
* `apps/docs/app/docs/[[...slug]]/page.tsx` (1 hunks) | |
* `apps/docs/components/docs/toc.tsx` (2 hunks) | |
* `apps/docs/content/blog/v2.6.0.mdx` (1 hunks) | |
* `packages/components/accordion/CHANGELOG.md` (1 hunks) | |
* `packages/components/accordion/package.json` (2 hunks) | |
* `packages/components/alert/CHANGELOG.md` (1 hunks) | |
* `packages/components/alert/package.json` (2 hunks) | |
* `packages/components/autocomplete/CHANGELOG.md` (1 hunks) | |
* `packages/components/autocomplete/package.json` (2 hunks) | |
* `packages/components/avatar/CHANGELOG.md` (1 hunks) | |
* `packages/components/avatar/package.json` (2 hunks) | |
* `packages/components/badge/CHANGELOG.md` (1 hunks) | |
* `packages/components/badge/package.json` (2 hunks) | |
* `packages/components/breadcrumbs/CHANGELOG.md` (1 hunks) | |
* `packages/components/breadcrumbs/package.json` (2 hunks) | |
* `packages/components/button/CHANGELOG.md` (1 hunks) | |
* `packages/components/button/package.json` (2 hunks) | |
* `packages/components/calendar/CHANGELOG.md` (1 hunks) | |
* `packages/components/calendar/package.json` (2 hunks) | |
* `packages/components/card/CHANGELOG.md` (1 hunks) | |
* `packages/components/card/package.json` (2 hunks) | |
* `packages/components/checkbox/CHANGELOG.md` (1 hunks) | |
* `packages/components/checkbox/package.json` (2 hunks) | |
* `packages/components/chip/CHANGELOG.md` (1 hunks) | |
* `packages/components/chip/package.json` (2 hunks) | |
* `packages/components/code/CHANGELOG.md` (1 hunks) | |
* `packages/components/code/package.json` (2 hunks) | |
* `packages/components/date-input/CHANGELOG.md` (1 hunks) | |
* `packages/components/date-input/package.json` (2 hunks) | |
* `packages/components/date-picker/CHANGELOG.md` (1 hunks) | |
* `packages/components/date-picker/package.json` (2 hunks) | |
* `packages/components/divider/CHANGELOG.md` (1 hunks) | |
* `packages/components/divider/package.json` (2 hunks) | |
* `packages/components/drawer/CHANGELOG.md` (1 hunks) | |
* `packages/components/drawer/package.json` (2 hunks) | |
* `packages/components/dropdown/CHANGELOG.md` (1 hunks) | |
* `packages/components/dropdown/package.json` (2 hunks) | |
* `packages/components/form/CHANGELOG.md` (1 hunks) | |
* `packages/components/form/package.json` (2 hunks) | |
* `packages/components/image/CHANGELOG.md` (1 hunks) | |
* `packages/components/image/package.json` (2 hunks) | |
* `packages/components/input-otp/CHANGELOG.md` (1 hunks) | |
* `packages/components/input-otp/package.json` (2 hunks) | |
* `packages/components/input/CHANGELOG.md` (1 hunks) | |
* `packages/components/input/package.json` (2 hunks) | |
* `packages/components/kbd/CHANGELOG.md` (1 hunks) | |
* `packages/components/kbd/package.json` (2 hunks) | |
* `packages/components/link/CHANGELOG.md` (1 hunks) | |
* `packages/components/link/package.json` (2 hunks) | |
* `packages/components/listbox/CHANGELOG.md` (1 hunks) | |
* `packages/components/listbox/package.json` (2 hunks) | |
* `packages/components/menu/CHANGELOG.md` (1 hunks) | |
* `packages/components/menu/package.json` (2 hunks) | |
* `packages/components/modal/CHANGELOG.md` (1 hunks) | |
* `packages/components/modal/package.json` (2 hunks) | |
* `packages/components/navbar/CHANGELOG.md` (1 hunks) | |
* `packages/components/navbar/package.json` (2 hunks) | |
* `packages/components/pagination/CHANGELOG.md` (1 hunks) | |
* `packages/components/pagination/package.json` (2 hunks) | |
* `packages/components/popover/CHANGELOG.md` (1 hunks) | |
* `packages/components/popover/package.json` (2 hunks) | |
* `packages/components/progress/CHANGELOG.md` (1 hunks) | |
* `packages/components/progress/package.json` (2 hunks) | |
* `packages/components/radio/CHANGELOG.md` (1 hunks) | |
* `packages/components/radio/package.json` (2 hunks) | |
* `packages/components/ripple/CHANGELOG.md` (1 hunks) | |
* `packages/components/ripple/package.json` (2 hunks) | |
* `packages/components/scroll-shadow/CHANGELOG.md` (1 hunks) | |
* `packages/components/scroll-shadow/package.json` (2 hunks) | |
* `packages/components/select/CHANGELOG.md` (1 hunks) | |
* `packages/components/select/package.json` (2 hunks) | |
* `packages/components/skeleton/CHANGELOG.md` (1 hunks) | |
* `packages/components/skeleton/package.json` (2 hunks) | |
* `packages/components/slider/CHANGELOG.md` (1 hunks) | |
* `packages/components/slider/package.json` (2 hunks) | |
* `packages/components/snippet/CHANGELOG.md` (1 hunks) | |
* `packages/components/snippet/package.json` (2 hunks) | |
* `packages/components/spacer/CHANGELOG.md` (1 hunks) | |
* `packages/components/spacer/package.json` (2 hunks) | |
* `packages/components/spinner/CHANGELOG.md` (1 hunks) | |
* `packages/components/spinner/package.json` (2 hunks) | |
* `packages/components/switch/CHANGELOG.md` (1 hunks) | |
</details> | |
<details> | |
<summary>β Files not processed due to max files limit (20)</summary> | |
* packages/components/switch/package.json | |
* packages/components/table/CHANGELOG.md | |
* packages/components/table/package.json | |
* packages/components/tabs/CHANGELOG.md | |
* packages/components/tabs/package.json | |
* packages/components/tooltip/CHANGELOG.md | |
* packages/components/tooltip/package.json | |
* packages/components/user/CHANGELOG.md | |
* packages/components/user/package.json | |
* packages/core/react/CHANGELOG.md | |
* packages/core/react/package.json | |
* packages/core/system-rsc/CHANGELOG.md | |
* packages/core/system-rsc/package.json | |
* packages/core/system/CHANGELOG.md | |
* packages/core/system/package.json | |
* packages/utilities/aria-utils/CHANGELOG.md | |
* packages/utilities/aria-utils/package.json | |
* packages/utilities/framer-utils/CHANGELOG.md | |
* packages/utilities/framer-utils/package.json | |
* plop/component/package.json.hbs | |
</details> | |
</details> | |
<!-- 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/app/docs/[[...slug]]/page.tsx (modified, 2 changes)\n Patch: @@ -99,7 +99,7 @@ export default async function DocPage({params}: DocPageProps) { | |
</footer> | |
</div> | |
{headings && headings.length > 0 && ( | |
- <div className="hidden z-10 xl:flex xl:col-span-2 mt-8 pl-4"> | |
+ <div className="hidden z-10 xl:flex xl:col-span-2 mt-8 pl-0"> | |
<DocsToc headings={headings} /> | |
</div> | |
)}\n- apps/docs/components/docs/toc.tsx (modified, 4 changes)\n Patch: @@ -87,7 +87,7 @@ export const DocsToc: FC<DocsTocProps> = ({headings}) => { | |
className={clsx( | |
"transition-colors", | |
"font-normal", | |
- "flex items-center text-sm font-normal text-default-500 dark:text-default-300", | |
+ "flex items-center text-tiny font-normal text-default-500 dark:text-default-300", | |
"data-[active=true]:text-foreground", | |
"dark:data-[active=true]:text-foreground", | |
"before:content-['']", | |
@@ -115,7 +115,7 @@ export const DocsToc: FC<DocsTocProps> = ({headings}) => { | |
<Divider /> | |
<Spacer y={2} /> | |
<a | |
- className="flex gap-2 items-center text-small text-default-500 dark:text-foreground/30 hover:text-foreground/80 pl-4 transition-opacity" | |
+ className="flex gap-2 items-center text-tiny text-default-500 dark:text-foreground/30 hover:text-foreground/80 pl-4 transition-opacity" | |
href={`#${firstId}`} | |
> | |
Back to top\n- apps/docs/content/blog/v2.6.0.mdx (modified, 2 changes)\n Patch: @@ -749,7 +749,7 @@ The circular progress Tailwind variants have been moved from `circular-progress` | |
- Replaced VA by Posthog by [@wingkwong](https://github.com/wingkwong) in [PR #4123](https://github.com/nextui-org/nextui/pull/4123) | |
- Moved circular-progress tv to progress by [@winchesHe](https://github.com/winchesHe) in [PR #3321](https://github.com/nextui-org/nextui/pull/3321) | |
-Special thanks to NextUI Team members [@wingkwong](https://github.com/wingkwong), [@macci001](https://github.com/macci001), | |
+Special thanks to NextUI Team members [@wingkwong](https://github.com/wingkwong), [@macci001](https://github.com/macci001), [@vinroger](https://github.com/vinroger), | |
[@ryo-manba](https://github.com/ryo-manba), [@winchesHe](https://github.com/winchesHe), [@tianenpang](https://github.com/tianenpang) and contributors for their contributions to this release. | |
For a full list of changes, please refer to the [release notes](https://github.com/nextui-org/nextui/releases/tag/%40nextui-org%2Freact%402.6.2).\n- packages/components/accordion/CHANGELOG.md (modified, 11 changes)\n Patch: @@ -1,5 +1,16 @@ | |
# @nextui-org/accordion | |
+## 2.2.3 | |
+ | |
+### Patch Changes | |
+ | |
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) | |
+ | |
+- Updated dependencies [[`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: | |
+ - @nextui-org/[email protected] | |
+ - @nextui-org/[email protected] | |
+ - @nextui-org/[email protected] | |
+ | |
## 2.2.2 | |
### Patch Changes\n- packages/components/accordion/package.json (modified, 6 changes)\n Patch: @@ -1,6 +1,6 @@ | |
{ | |
"name": "@nextui-org/accordion", | |
- "version": "2.2.2", | |
+ "version": "2.2.3", | |
"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", | |
- "@nextui-org/system": ">=2.3.0" | |
+ "@nextui-org/theme": ">=2.4.0", | |
+ "@nextui-org/system": ">=2.4.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.3 | |
+ | |
+### Patch Changes | |
+ | |
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) | |
+ | |
+- Updated dependencies [[`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: | |
+ - @nextui-org/[email protected] | |
+ | |
## 2.2.2 | |
### Patch Changes\n- packages/components/alert/package.json (modified, 6 changes)\n Patch: @@ -1,6 +1,6 @@ | |
{ | |
"name": "@nextui-org/alert", | |
- "version": "2.2.2", | |
+ "version": "2.2.3", | |
"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", | |
- "@nextui-org/system": ">=2.3.0" | |
+ "@nextui-org/theme": ">=2.4.0", | |
+ "@nextui-org/system": ">=2.4.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.3 | |
+ | |
+### Patch Changes | |
+ | |
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) | |
+ | |
+- Updated dependencies [[`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: | |
+ - @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.2 | |
### Patch Changes\n- packages/components/autocomplete/package.json (modified, 6 changes)\n Patch: @@ -1,6 +1,6 @@ | |
{ | |
"name": "@nextui-org/autocomplete", | |
- "version": "2.3.2", | |
+ "version": "2.3.3", | |
"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", | |
- "@nextui-org/theme": ">=2.3.0", | |
+ "@nextui-org/system": ">=2.4.0", | |
+ "@nextui-org/theme": ">=2.4.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.3 | |
+ | |
+### Patch Changes | |
+ | |
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) | |
+ | |
## 2.2.2 | |
### Patch Changes\n- packages/components/avatar/package.json (modified, 6 changes)\n Patch: @@ -1,6 +1,6 @@ | |
{ | |
"name": "@nextui-org/avatar", | |
- "version": "2.2.2", | |
+ "version": "2.2.3", | |
"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", | |
- "@nextui-org/system": ">=2.3.0" | |
+ "@nextui-org/theme": ">=2.4.0", | |
+ "@nextui-org/system": ">=2.4.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.3 | |
+ | |
+### Patch Changes | |
+ | |
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) | |
+ | |
## 2.2.2 | |
### Patch Changes\n- packages/components/badge/package.json (modified, 6 changes)\n Patch: @@ -1,6 +1,6 @@ | |
{ | |
"name": "@nextui-org/badge", | |
- "version": "2.2.2", | |
+ "version": "2.2.3", | |
"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", | |
- "@nextui-org/system": ">=2.3.0" | |
+ "@nextui-org/theme": ">=2.4.0", | |
+ "@nextui-org/system": ">=2.4.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.3 | |
+ | |
+### Patch Changes | |
+ | |
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) | |
+ | |
## 2.2.2 | |
### Patch Changes\n- packages/components/breadcrumbs/package.json (modified, 6 changes)\n Patch: @@ -1,6 +1,6 @@ | |
{ | |
"name": "@nextui-org/breadcrumbs", | |
- "version": "2.2.2", | |
+ "version": "2.2.3", | |
"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", | |
- "@nextui-org/system": ">=2.3.0" | |
+ "@nextui-org/theme": ">=2.4.0", | |
+ "@nextui-org/system": ">=2.4.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.3 | |
+ | |
+### Patch Changes | |
+ | |
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) | |
+ | |
+- Updated dependencies [[`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: | |
+ - @nextui-org/[email protected] | |
+ - @nextui-org/[email protected] | |
+ | |
## 2.2.2 | |
### Patch Changes\n- packages/components/button/package.json (modified, 6 changes)\n Patch: @@ -1,6 +1,6 @@ | |
{ | |
"name": "@nextui-org/button", | |
- "version": "2.2.2", | |
+ "version": "2.2.3", | |
"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", | |
- "@nextui-org/system": ">=2.3.0" | |
+ "@nextui-org/theme": ">=2.4.0", | |
+ "@nextui-org/system": ">=2.4.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.3 | |
+ | |
+### Patch Changes | |
+ | |
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) | |
+ | |
+- Updated dependencies [[`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: | |
+ - @nextui-org/[email protected] | |
+ - @nextui-org/[email protected] | |
+ | |
## 2.2.2 | |
### Patch Changes\n- packages/components/calendar/package.json (modified, 6 changes)\n Patch: @@ -1,6 +1,6 @@ | |
{ | |
"name": "@nextui-org/calendar", | |
- "version": "2.2.2", | |
+ "version": "2.2.3", | |
"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", | |
- "@nextui-org/theme": ">=2.3.0", | |
+ "@nextui-org/system": ">=2.4.0", | |
+ "@nextui-org/theme": ">=2.4.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.3 | |
+ | |
+### Patch Changes | |
+ | |
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) | |
+ | |
+- Updated dependencies [[`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: | |
+ - @nextui-org/[email protected] | |
+ | |
## 2.2.2 | |
### Patch Changes\n- packages/components/card/package.json (modified, 6 changes)\n Patch: @@ -1,6 +1,6 @@ | |
{ | |
"name": "@nextui-org/card", | |
- "version": "2.2.2", | |
+ "version": "2.2.3", | |
"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", | |
- "@nextui-org/system": ">=2.3.0" | |
+ "@nextui-org/theme": ">=2.4.0", | |
+ "@nextui-org/system": ">=2.4.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.3 | |
+ | |
+### Patch Changes | |
+ | |
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) | |
+ | |
+- Updated dependencies [[`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: | |
+ - @nextui-org/[email protected] | |
+ | |
## 2.3.2 | |
### Patch Changes\n- packages/components/checkbox/package.json (modified, 6 changes)\n Patch: @@ -1,6 +1,6 @@ | |
{ | |
"name": "@nextui-org/checkbox", | |
- "version": "2.3.2", | |
+ "version": "2.3.3", | |
"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", | |
- "@nextui-org/theme": ">=2.3.0", | |
+ "@nextui-org/system": ">=2.4.0", | |
+ "@nextui-org/theme": ">=2.4.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.3 | |
+ | |
+### Patch Changes | |
+ | |
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) | |
+ | |
## 2.2.2 | |
### Patch Changes\n- packages/components/chip/package.json (modified, 6 changes)\n Patch: @@ -1,6 +1,6 @@ | |
{ | |
"name": "@nextui-org/chip", | |
- "version": "2.2.2", | |
+ "version": "2.2.3", | |
"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", | |
- "@nextui-org/system": ">=2.3.0" | |
+ "@nextui-org/theme": ">=2.4.0", | |
+ "@nextui-org/system": ">=2.4.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.3 | |
+ | |
+### Patch Changes | |
+ | |
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) | |
+ | |
+- Updated dependencies [[`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: | |
+ - @nextui-org/[email protected] | |
+ | |
## 2.2.2 | |
### Patch Changes\n- packages/components/code/package.json (modified, 4 changes)\n Patch: @@ -1,6 +1,6 @@ | |
{ | |
"name": "@nextui-org/code", | |
- "version": "2.2.2", | |
+ "version": "2.2.3", | |
"description": "Code is a component used to display inline code.", | |
"keywords": [ | |
"code" | |
@@ -36,7 +36,7 @@ | |
"peerDependencies": { | |
"react": ">=18 || >=19.0.0-rc.0", | |
"react-dom": ">=18 || >=19.0.0-rc.0", | |
- "@nextui-org/theme": ">=2.3.0" | |
+ "@nextui-org/theme": ">=2.4.0" | |
}, | |
"dependencies": { | |
"@nextui-org/system-rsc": "workspace:*",\n- packages/components/date-input/CHANGELOG.md (modified, 9 changes)\n Patch: @@ -1,5 +1,14 @@ | |
# @nextui-org/date-input | |
+## 2.3.3 | |
+ | |
+### Patch Changes | |
+ | |
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) | |
+ | |
+- Updated dependencies [[`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: | |
+ - @nextui-org/[email protected] | |
+ | |
## 2.3.2 | |
### Patch Changes\n- packages/components/date-input/package.json (modified, 6 changes)\n Patch: @@ -1,6 +1,6 @@ | |
{ | |
"name": "@nextui-org/date-input", | |
- "version": "2.3.2", | |
+ "version": "2.3.3", | |
"description": "A date input allows users to enter and edit date and time values using a keyboard.", | |
"keywords": [ | |
"date-field" | |
@@ -34,8 +34,8 @@ | |
"postpack": "clean-package restore" | |
}, | |
"peerDependencies": { | |
- "@nextui-org/system": ">=2.3.0", | |
- "@nextui-org/theme": ">=2.3.0", | |
+ "@nextui-org/system": ">=2.4.0", | |
+ "@nextui-org/theme": ">=2.4.0", | |
"react": ">=18 || >=19.0.0-rc.0", | |
"react-dom": ">=18 || >=19.0.0-rc.0" | |
},\n- packages/components/date-picker/CHANGELOG.md (modified, 14 changes)\n Patch: @@ -1,5 +1,19 @@ | |
# @nextui-org/date-picker | |
+## 2.3.3 | |
+ | |
+### Patch Changes | |
+ | |
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254) | |
+ | |
+- Updated dependencies [[`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]: | |
+ - @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.2 | |
### Patch Changes\n |