mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
* 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 * fix(image): add missing `w` to `getWrapperProps` dependency (#3802) * fix(image): add missing `w` to `getWrapperProps` dependency * chore(changeset): add changeset * 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 <wingkwong.code@gmail.com> * 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 <maharshialpesh@Maharshi-Book.local> Co-authored-by: WK Wong <wingkwong.code@gmail.com> * 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 <wingkwong.code@gmail.com> * 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 <maharshialpesh@Maharshi-Book.local> Co-authored-by: WK Wong <wingkwong.code@gmail.com> * feat(autocomplete): automatically focus first non-disabled item (#2186) Co-authored-by: WK Wong <wingkwong.code@gmail.com> * docs(accordion): add overflow to custom motion example (#3793) * fix(docs): typos in dark mode page (#3823) * 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 <maharshialpesh@Maharshi-Book.local> Co-authored-by: WK Wong <wingkwong.code@gmail.com> * fix(autocomplete): exit animation on popover close (#3845) * fix(autocomplete): exit animation on popover close * refactor(autocomplete): getListBoxProps --------- Co-authored-by: WK Wong <wingkwong.code@gmail.com> * 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 <wingkwong.code@gmail.com> * 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 <wingkwong.code@gmail.com> * fix(theme): label placement in select and input (#3869) * fix(theme): fix the label placement * chore(changeset): adding the changeset * chore(select): adding comments * fix(docs): avoid translating the code block (#3878) * docs(Codeblock): avoid code be translated * fix(docs): lint issue --------- Co-authored-by: WK Wong <wingkwong.code@gmail.com> * 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 * chore: comment out section prompts in PR template (#3884) * chore(test): update testing libraries and refactor (#3886) * 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 <wingkwong.code@gmail.com> * 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 <wingkwong.code@gmail.com> * 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 <i@innei.in> * 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 <i@innei.in> Co-authored-by: WK Wong <wingkwong.code@gmail.com> * 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 <i@innei.in> Co-authored-by: Innei <tukon479@gmail.com> * fix(docs): typos in hero section (#3928) * fix(theme): support RTL for breadcrumbs (#3927) * fix(breadcrumbs): added separator rotation for RTL #2486 * chore(changeset): added changeset * 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 * fix: avatar filter disableAnimation to dom prop (#3946) * feat: add git hook to auto update dependencies (#3365) * feat: add git hook to auto update dependencies * feat: update color * fix: prevent test matcher warning (#3893) * fix: prevent test matcher warning * chore: add node types * chore: update Jest related packages * chore: run pnpm install * fix(tabs): correct inert value for true condition (#3978) * 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 <abhinavagrawal700@gmail.com> Co-authored-by: WK Wong <wingkwong.code@gmail.com> Co-authored-by: Abhinav Agarwal <78839973+abhinav700@users.noreply.github.com> * 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 <76232929+ryo-manba@users.noreply.github.com> * 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 <1528857653@qq.com> Co-authored-by: աɨռɢӄաօռɢ <wingkwong.code@gmail.com> Co-authored-by: Ryo Matsukawa <76232929+ryo-manba@users.noreply.github.com> * 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 <jrgarciadev@gmail.com> * 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 <jrgarciadev@gmail.com> * feat: add tab ref (#3974) * feat: add tab ref * feat: add changeset * 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 * 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: աӄա <wingkwong.code@gmail.com> * 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 <jrgarciadev@gmail.com> * 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 <jrgarciadev@gmail.com> * feat: added drawer component (#3986) Signed-off-by: The1111mp <The1111mp@outlook.com> Co-authored-by: The1111mp <The1111mp@outlook.com> * 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 <jrgarciadev@gmail.com> * 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 <jrgarciadev@gmail.com> * Fix/avatar flashing (#3987) * fix(use-image): cached image flashing * chore: merged with canary --------- Co-authored-by: Rakha Kanz Kautsar <rkkautsar@gmail.com> * 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 <jrgarciadev@gmail.com> * 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 * chore: add all minor releases * fix(docs): invalid canary storybook link (#4030) * 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 * fix(docs): buildLocation expects an object (#4118) * fix(docs): routing.mdx * Delete .changeset/pre.json * 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/ * chore: upgrade storybook 8 (#4124) * feat: upgrade storybook8 * chore: upgrade storybook and vite * chore: remove @mdx-js/react optimizeDep * chore: add @mdx-js/react optimizeDep * fix: format * docs: add forms guide (#3822) * v2.5.0 [BETA] (#4164) * chore(pre-release): enter pre-release mode * fix(theme): apply tw nested group (#3909) * chore(changset): add changeset * fix(theme): apply nested group to table * chore(docs): update table bottomContent code * fix: changeset * fix: changeset * fix: changeset * fix: changeset * fix: changeset * fix: pkg versions * fix: changeset * fix: drawer peer dep * chore: update plop components tempalte * ci(changesets): version packages (beta) (#3988) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: pre-release workflow * chore: debug log added * chore: force pre-release * ci(changesets): version packages (beta) * ci(changesets): version packages (beta) * ci(changesets): version packages (beta) * ci(changesets): version packages (beta) * ci(changesets): version packages (beta) * chore: beta1 (#3990) * ci(changesets): version packages (beta) (#3991) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix(use-image): image ReferenceError in SSR (#3993) * fix(input): fixed a sliding issue caused by the helper wrapper (#3966) * If it is false and there is an error message or description it will create a div * Update packages/components/input/src/input.tsx * Update packages/components/select/src/select.tsx * Update packages/components/input/src/textarea.tsx * add changeset * changeset update * ci(changesets): version packages (beta) (#3995) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: image loading in the server (#3996) * fix: lock file * chore: force release * chore: force release 2 * ci(changesets): version packages (beta) (#3997) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: image load on next.js (#3998) * ci(changesets): version packages (beta) (#3999) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: element.ref was removed in React 19 warning (#4003) * ci(changesets): version packages (beta) (#4004) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: react 19 as peer dep (#4008) * ci(changesets): version packages (beta) (#4009) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Beta/react 19 support (#4010) * fix: react 19 as peer dep * fix: react 19 as peer dep * chore: support framer-motion alpha version * ci(changesets): version packages (beta) (#4011) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix(theme): making select and input themes consistent (#3881) * ci(changesets): version packages (beta) (#4012) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: support inert value with boolean type for react 19 (#4039) * ci(changesets): version packages (beta) (#4041) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * feat: alert design improved (#4054) * ci(changesets): version packages (beta) (#4056) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * feat: drawer improvements (#4057) * ci(changesets): version packages (beta) (#4058) * feat: alert styles improved (#4071) * ci(changesets): version packages (beta) (#4072) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * feat: alert styles improved (#4073) * ci(changesets): version packages (beta) (#4074) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * feat: add number of stars and credits * chore: fix build * chore: improve navabr colors * chore: new changeset (#4083) * ci(changesets): version packages (beta) (#4084) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * chore: pnpm cleaned (#4086) * ci(changesets): version packages (beta) (#4087) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * chore: custom runnner added * chore: custom runner test (#4091) * Beta/custom runner (#4092) * chore: custom runner test * chore: custom runner test * chore: remove 2 from older changeset * ci(changesets): version packages (beta) (#4093) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * feat: new demo added to alert * Feat/virtualization for autocomplete (#4094) * feat: add react-window virtualization for autocomplete * fix: wrong imports and wrong sizing * fix: update pnpm lock * chore: add test cases for large dataset (1000 and 10000 items) * chore: move virtualized-listbox to listbox components folder, implement isVirtualized conditional * feat: implement dynamic listboxheight n item height, add story * chore: rename props, remove unnecessary line changes * fix: maxHeight style 256px for default, conditional usage of virtualizer * feat: migrate to tan-stack virtual. (todo: fix scroll shadow) * feat: virtualization support --------- Co-authored-by: Vincentius Roger Kuswara <vincentiusrkuswara@gmail.com> * ci(changesets): version packages (beta) (#4095) * feat: small fixes * feat: add reducedMotion setting to Provider (#3470) * feat: add reducedMotion setting to Provider * chore: refactor reducedMotion story * Update .changeset/pretty-parrots-guess.md --------- Co-authored-by: Junior Garcia <jrgarciadev@gmail.com> * ci(changesets): version packages (beta) (#4106) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: move circular-progress tv to progress (#3321) * fix: remove circular-progress tv to progress * docs: changeset * chore(changeset): update changeset message * Update .changeset/angry-maps-serve.md --------- Co-authored-by: աӄա <wingkwong.code@gmail.com> Co-authored-by: Junior Garcia <jrgarciadev@gmail.com> * fix: label placement when the select has a placeholder or description (#4126) * ci(changesets): version packages (beta) (#4107) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix(deps): add missing `framer-motion` in `peerDependencies` (#4140) * fix(theme): add truncate class to the list item to avoid overflow the wrapper (#4105) * fix(docs): invalid canary storybook link (#4030) * fix: menu item hidden overflow text * feat: changeset * Merge branch 'beta/release-next' into fix/menu-item-hidden * fix: truncate list item * feat: update changeset * fix(menu): omit internal props --------- Co-authored-by: աӄա <wingkwong.code@gmail.com> Co-authored-by: Junior Garcia <jrgarciadev@gmail.com> * feat(table): add isKeyboardNavigationDisabled prop to the table (#3735) Co-authored-by: Maharshi Alpesh <maharshialpesh@Maharshi-Book.local> * feat: add form component (#3036) * chore: add support validationBehavior aria * chore: add validationBehavior to Provider * chore: add autocomplete validation test * chore: add checkbox validation test * fix(input): require condition * docs: add description of validationBehavior props * chore: add support validationBehavior props for date components * docs(dates): add description of validationBehavior props * chore: add changeset * chore: format * chore: fix test * fix: select validationBehavior is not support yet * fix: select validationBehavior not supported yet * feat: add form component with input support * feat: add support form context * chore: wip add support for form server errors * chore: add support checkbox server validation * chore: add support radio server validation * chore: update pnpm-lock.yaml * chore: add support input server validation * chore: add support autocomplete server validation * chore(form): add server validation stories * chore: fix test * chore: add date-picker validation test * chore: update form stories * chore: add changeset * chore: update react-aria version * chore: add pnpm-lock.yaml * chore: update react-aria version * chore: add comment * chore: update react-aria version * chore: fix change set * chore: export form component in the main package * chore: upgrade react-aria * chore: fixed internationalized/date version * fix: build error * chore: upgrade docs react-aria version * fix: remove comment * fix: debug setting * chore(docs): update sponsor (#3904) * chore(docs): remove Scrumbuiss * chore(docs): remove Scrumbuiss logo * chore(docs): replace va by posthog (#4123) * chore(changeset): change to patch * refactor: react-aria-components remove to decrease package size, logic moved to the form package --------- Co-authored-by: Junior Garcia <jrgarciadev@gmail.com> Co-authored-by: WK Wong <wingkwong.code@gmail.com> * docs: add forms guide (#4155) Co-authored-by: Ryo Matsukawa <76232929+ryo-manba@users.noreply.github.com> * chore: routes updated * ci(changesets): version packages (beta) (#4151) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * chore: fix indentation * fix(changeset): package not be found * ci(changesets): version packages (beta) (#4158) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix(select): controlled isInvalid prop (#4082) * fix(select): controlled isInvalid prop * chore: add changeset * Merge branch 'beta/release-next' into pr/4082 --------- Co-authored-by: WK Wong <wingkwong.code@gmail.com> * ci(changesets): version packages (beta) (#4159) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * chore(changeset): bump all versions * ci(changesets): version packages (beta) (#4160) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix(deps): missing peer / dev dependency for framer-motion (#4161) * fix(system): align `navigate` function parameters with `@react-aria` (#4163) * fix: menu item classNames not work (#4156) * fix: menu item classNames not work * feat: changeset * docs: update * feat: merge classes utility added * Update .changeset/brave-trains-wave.md --------- Co-authored-by: WK Wong <wingkwong.code@gmail.com> Co-authored-by: Junior Garcia <jrgarciadev@gmail.com> * chore(docs): remove incorrect info * ci(changesets): version packages (beta) (#4162) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * refactor(docs): overall dx (#4055) * refactor(docs): revise code block (#3922) * refactor(docs): revise code block * chore(docs): resolve pr comments * refactor(docs): autocomplete dx (#3934) * feat(docs): add *.js?raw module * feat(docs): change to react-jsx and add **/*.js * chore(root): include js and jsx * refactor(docs): autocomplete dx * chore(docs): rollback overrides * chore(autocomplete): lint * fix(autocomplete): incorrect import path * fix(docs): autocomplete dx * chore(docs): remove highlightedLines * refactor(docs): breadcrumbs dx (#3968) * refactor(docs): breadcrumbs dx * fix(docs): export issue * chore(docs): use preserve for jsx * fix(docs): support multiline import * fix(docs): support multiple export * chore(docs): add back export * refactor(docs): avatar dx (#3951) * refactor(docs): badge dx (#3960) * refactor(docs): badge dx * chore(docs): incorrect import path * refactor(docs): button dx (#3981) * refactor(docs): calendar dx (#4022) * refactor(docs): calendar dx * fix(docs): incorrect import path * refactor(docs): switch dx (#4037) * refactor(docs): switch dx * chore(docs): remove highlightedLines * refactor(docs): tooltip (#4035) * refactor(docs): usage dx (#4036) * refactor(docs): circular-progress dx (#4029) * refactor(docs): chip-dx (#4028) * refactor(docs): checkbox-group dx (#4027) * refactor(docs): checkbox dx (#4024) * refactor(docs): checkbox dx * fix(docs): incorrect import path * refactor(docs): card dx (#4023) * refactor(docs): skeleton dx (#4042) * refactor(docs): spacer dx (#4043) * refactor(docs): snippet dx (#4044) * refactor(docs): scroll-shadow dx (#4045) * refactor(docs): code dx (#4046) * refactor(docs): kbd dx (#4047) * refactor(docs): link dx (#4048) * refactor(docs): progress dx (#4049) * refactor(docs): divider dx (#4050) * refactor(docs): listbox dx (#4051) * refactor(docs): listbox dx * fix(docs): import path * fix(docs): import path * chore(docs): remove highlightedLines * fix(docs): indentation * chore(docs): replace the props of autocomplete from value to key (#4129) * refactor(docs): alert dx (#4108) * refactor(docs): alert dx * refactor(docs): alert dx * refactor(docs): image dx (#4061) * refactor(docs): textarea dx (#4063) * refactor(docs): spinner dx (#4088) * refactor(docs): radio-group dx (#4064) * refactor(docs): pagination dx (#4062) * refactor(docs): pagination dx * refactor(docs): pagination dx * refactor(docs): time-input dx (#4065) * refactor(docs): time-input dx * refactor(docs): time-input dx * refactor(docs): slider dx (#4066) * refactor(docs): slider dx * refactor(docs): slider dx * refactor(docs): move SliderValue to type * refactor(docs): slider dx * refactor(docs): make icon code collapsible * refactor(docs): specify versions for date packages (#4138) * refactor(docs): specify versions for date packages * fix(docs): correct RA i18n version * chore(deps): sync version from package * refactor(docs): tabs dx (#4067) * refactor(docs): tab dx * refactor(docs): tabs dx * refactor(docs): input dx (#4102) * refactor(docs): input dx * refactor(docs): input dx * refactor(docs): navbar dx (#4076) * refactor(docs): navbar dx * refactor(docs): navbar dx * refactor(docs): navbar dx * refactor(docs): modal dx (#4077) * refactor(docs): modal dx * refactor(docs): modal dx * refactor(docs): select dx (#4078) * refactor(docs): select dx * refactor(docs): select dx * refactor(docs): select dx * refactor(docs): select dx * refactor(docs): select dx * refactor(docs): table dx (#4079) * refactor(docs): table dx * fix(docs): import path * refactor(docs): table dx * refactor(docs): table dx * refactor(docs): popover dx (#4090) * refactor(docs): range-calendar dx (#4089) * refactor(docs): range-calendar dx * fix(docs): import path * refactor(docs): date input dx (#4100) * refactor(docs): dropdown dx (#4101) * refactor(docs): dropdown dx * refactor(docs): remove highlightedLines * refactor(docs): dropdown dx * refactor(docs): dropdown dx * refactor(docs): date-picker dx (#4103) * refactor(docs): date-picker dx * fix(docs): import paths * refactor(docs): date-range-picker dx (#4104) * refactor(docs): date-range-picker dx * fix(docs): date-range-picker dx * refactor(docs): drawer dx (#4109) * refactor(docs): drawer dx * fix(docs): indentation * refactor(docs): make icon collapsible --------- Co-authored-by: աӄա <wingkwong.code@gmail.com> Co-authored-by: Ryo Matsukawa <76232929+ryo-manba@users.noreply.github.com> * feat(input-otp): introduce input OTP component (#4052) * feat(input-otp): adding the functionality * fix(input-otp): making the use of input-otp library * Update .changeset/spotty-flies-jump.md * chore(input-otp): nits * feat: improvements and fixes added * refactor: input-otp docs improvements * fix: changeset * fix: build --------- Co-authored-by: Maharshi Alpesh <maharshialpesh@Maharshi-Book.local> Co-authored-by: Junior Garcia <jrgarciadev@gmail.com> * ci(changesets): version packages (beta) (#4169) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * refactor(theme): revise label font size for lg (#4141) * refactor(theme): revise label font size for lg * chore(changeset): add changeset * refactor(theme): revise label font size for lg * fix(docs): typecheck errors (#4171) * fix(docs): remove duplicate import * fix(docs): update type for onChange in range-calendar page * fix(docs): add missing `@react-types/calendar` * fix(docs): broken syntax * fix(docs): typecheck issues * fix(docs): add missing `@react-types/datepicker` * fix(docs): typecheck issues * fix: missing li tag when href is specified (#4168) * fix(items): items in list should wrapped in li in case of a * chore: adding the tests * Feat/textarea add clear button (#4172) * feat(components): add clear button to the textarea component * docs(textarea): add test and changeset * feat(textarea): modify the changeset file * feat(textarea): add clear button to textarea * feat(textarea): add isClearable prop to textarea * docs(textarea): add documentation to textarea * docs(textarea): add documentation to textarea * feat(textarea): replace the textarea component clear icon and modify its location * feat(textarea): revise the clear button position * feat(textarea): revise the clear button structure * feat(textarea): revise the styles of clear button and textarea * feat(textarea): revise the styles of RTL case * feat(textarea): change the rtl to pe * feat(textarea): delete the px classname * chore(changeset): update package and message * test(textarea): add test case * feat(textarea): change the clear button structure * feat(textarea): optimized code * chore(textarea): update the changeset file * docs(textarea): add slots doc to textarea * chore(textarea): update peerDevpeerDependencies version * chore(textarea): add usecallback dep * Update .changeset/five-adults-protect.md * chore(pre-release): enter pre-release mode * feat(textarea): modify the clear button icon * fix(theme): apply tw nested group (#3909) * chore(changset): add changeset * fix(theme): apply nested group to table * chore(docs): update table bottomContent code * fix: changeset * fix: changeset * fix: changeset * fix: changeset * fix: changeset * fix: pkg versions * fix: changeset * fix: drawer peer dep * chore: update plop components tempalte * ci(changesets): version packages (beta) (#3988) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: pre-release workflow * chore: debug log added * chore: force pre-release * ci(changesets): version packages (beta) * ci(changesets): version packages (beta) * ci(changesets): version packages (beta) * ci(changesets): version packages (beta) * ci(changesets): version packages (beta) * chore: beta1 (#3990) * ci(changesets): version packages (beta) (#3991) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix(use-image): image ReferenceError in SSR (#3993) * fix(input): fixed a sliding issue caused by the helper wrapper (#3966) * If it is false and there is an error message or description it will create a div * Update packages/components/input/src/input.tsx * Update packages/components/select/src/select.tsx * Update packages/components/input/src/textarea.tsx * add changeset * changeset update * ci(changesets): version packages (beta) (#3995) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: image loading in the server (#3996) * fix: lock file * chore: force release * chore: force release 2 * ci(changesets): version packages (beta) (#3997) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: image load on next.js (#3998) * ci(changesets): version packages (beta) (#3999) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: element.ref was removed in React 19 warning (#4003) * ci(changesets): version packages (beta) (#4004) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: react 19 as peer dep (#4008) * ci(changesets): version packages (beta) (#4009) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Beta/react 19 support (#4010) * fix: react 19 as peer dep * fix: react 19 as peer dep * chore: support framer-motion alpha version * ci(changesets): version packages (beta) (#4011) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix(theme): making select and input themes consistent (#3881) * ci(changesets): version packages (beta) (#4012) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix(textarea): fix clearButton display * fix: support inert value with boolean type for react 19 (#4039) * ci(changesets): version packages (beta) (#4041) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * feat: alert design improved (#4054) * ci(changesets): version packages (beta) (#4056) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * feat: drawer improvements (#4057) * ci(changesets): version packages (beta) (#4058) * feat: alert styles improved (#4071) * ci(changesets): version packages (beta) (#4072) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * feat: alert styles improved (#4073) * ci(changesets): version packages (beta) (#4074) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * feat: add number of stars and credits * chore: fix build * chore: improve navabr colors * chore: new changeset (#4083) * ci(changesets): version packages (beta) (#4084) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * chore: pnpm cleaned (#4086) * ci(changesets): version packages (beta) (#4087) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * chore: custom runnner added * chore: custom runner test (#4091) * Beta/custom runner (#4092) * chore: custom runner test * chore: custom runner test * chore: remove 2 from older changeset * ci(changesets): version packages (beta) (#4093) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * feat: new demo added to alert * Feat/virtualization for autocomplete (#4094) * feat: add react-window virtualization for autocomplete * fix: wrong imports and wrong sizing * fix: update pnpm lock * chore: add test cases for large dataset (1000 and 10000 items) * chore: move virtualized-listbox to listbox components folder, implement isVirtualized conditional * feat: implement dynamic listboxheight n item height, add story * chore: rename props, remove unnecessary line changes * fix: maxHeight style 256px for default, conditional usage of virtualizer * feat: migrate to tan-stack virtual. (todo: fix scroll shadow) * feat: virtualization support --------- Co-authored-by: Vincentius Roger Kuswara <vincentiusrkuswara@gmail.com> * ci(changesets): version packages (beta) (#4095) * feat: small fixes * feat: add reducedMotion setting to Provider (#3470) * feat: add reducedMotion setting to Provider * chore: refactor reducedMotion story * Update .changeset/pretty-parrots-guess.md --------- Co-authored-by: Junior Garcia <jrgarciadev@gmail.com> * ci(changesets): version packages (beta) (#4106) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: move circular-progress tv to progress (#3321) * fix: remove circular-progress tv to progress * docs: changeset * chore(changeset): update changeset message * Update .changeset/angry-maps-serve.md --------- Co-authored-by: աӄա <wingkwong.code@gmail.com> Co-authored-by: Junior Garcia <jrgarciadev@gmail.com> * fix: label placement when the select has a placeholder or description (#4126) * ci(changesets): version packages (beta) (#4107) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix(deps): add missing `framer-motion` in `peerDependencies` (#4140) * fix(theme): add truncate class to the list item to avoid overflow the wrapper (#4105) * fix(docs): invalid canary storybook link (#4030) * fix: menu item hidden overflow text * feat: changeset * Merge branch 'beta/release-next' into fix/menu-item-hidden * fix: truncate list item * feat: update changeset * fix(menu): omit internal props --------- Co-authored-by: աӄա <wingkwong.code@gmail.com> Co-authored-by: Junior Garcia <jrgarciadev@gmail.com> * Update apps/docs/content/docs/components/textarea.mdx * feat(table): add isKeyboardNavigationDisabled prop to the table (#3735) Co-authored-by: Maharshi Alpesh <maharshialpesh@Maharshi-Book.local> * feat: add form component (#3036) * chore: add support validationBehavior aria * chore: add validationBehavior to Provider * chore: add autocomplete validation test * chore: add checkbox validation test * fix(input): require condition * docs: add description of validationBehavior props * chore: add support validationBehavior props for date components * docs(dates): add description of validationBehavior props * chore: add changeset * chore: format * chore: fix test * fix: select validationBehavior is not support yet * fix: select validationBehavior not supported yet * feat: add form component with input support * feat: add support form context * chore: wip add support for form server errors * chore: add support checkbox server validation * chore: add support radio server validation * chore: update pnpm-lock.yaml * chore: add support input server validation * chore: add support autocomplete server validation * chore(form): add server validation stories * chore: fix test * chore: add date-picker validation test * chore: update form stories * chore: add changeset * chore: update react-aria version * chore: add pnpm-lock.yaml * chore: update react-aria version * chore: add comment * chore: update react-aria version * chore: fix change set * chore: export form component in the main package * chore: upgrade react-aria * chore: fixed internationalized/date version * fix: build error * chore: upgrade docs react-aria version * fix: remove comment * fix: debug setting * chore(docs): update sponsor (#3904) * chore(docs): remove Scrumbuiss * chore(docs): remove Scrumbuiss logo * chore(docs): replace va by posthog (#4123) * chore(changeset): change to patch * refactor: react-aria-components remove to decrease package size, logic moved to the form package --------- Co-authored-by: Junior Garcia <jrgarciadev@gmail.com> Co-authored-by: WK Wong <wingkwong.code@gmail.com> * docs: add forms guide (#4155) Co-authored-by: Ryo Matsukawa <76232929+ryo-manba@users.noreply.github.com> * chore: routes updated * ci(changesets): version packages (beta) (#4151) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * chore: fix indentation * fix(changeset): package not be found * ci(changesets): version packages (beta) (#4158) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix(select): controlled isInvalid prop (#4082) * fix(select): controlled isInvalid prop * chore: add changeset * Merge branch 'beta/release-next' into pr/4082 --------- Co-authored-by: WK Wong <wingkwong.code@gmail.com> * ci(changesets): version packages (beta) (#4159) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * chore(changeset): bump all versions * ci(changesets): version packages (beta) (#4160) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix(deps): missing peer / dev dependency for framer-motion (#4161) * fix(system): align `navigate` function parameters with `@react-aria` (#4163) * fix: menu item classNames not work (#4156) * fix: menu item classNames not work * feat: changeset * docs: update * feat: merge classes utility added * Update .changeset/brave-trains-wave.md --------- Co-authored-by: WK Wong <wingkwong.code@gmail.com> Co-authored-by: Junior Garcia <jrgarciadev@gmail.com> * chore(docs): remove incorrect info * ci(changesets): version packages (beta) (#4162) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * refactor(docs): overall dx (#4055) * refactor(docs): revise code block (#3922) * refactor(docs): revise code block * chore(docs): resolve pr comments * refactor(docs): autocomplete dx (#3934) * feat(docs): add *.js?raw module * feat(docs): change to react-jsx and add **/*.js * chore(root): include js and jsx * refactor(docs): autocomplete dx * chore(docs): rollback overrides * chore(autocomplete): lint * fix(autocomplete): incorrect import path * fix(docs): autocomplete dx * chore(docs): remove highlightedLines * refactor(docs): breadcrumbs dx (#3968) * refactor(docs): breadcrumbs dx * fix(docs): export issue * chore(docs): use preserve for jsx * fix(docs): support multiline import * fix(docs): support multiple export * chore(docs): add back export * refactor(docs): avatar dx (#3951) * refactor(docs): badge dx (#3960) * refactor(docs): badge dx * chore(docs): incorrect import path * refactor(docs): button dx (#3981) * refactor(docs): calendar dx (#4022) * refactor(docs): calendar dx * fix(docs): incorrect import path * refactor(docs): switch dx (#4037) * refactor(docs): switch dx * chore(docs): remove highlightedLines * refactor(docs): tooltip (#4035) * refactor(docs): usage dx (#4036) * refactor(docs): circular-progress dx (#4029) * refactor(docs): chip-dx (#4028) * refactor(docs): checkbox-group dx (#4027) * refactor(docs): checkbox dx (#4024) * refactor(docs): checkbox dx * fix(docs): incorrect import path * refactor(docs): card dx (#4023) * refactor(docs): skeleton dx (#4042) * refactor(docs): spacer dx (#4043) * refactor(docs): snippet dx (#4044) * refactor(docs): scroll-shadow dx (#4045) * refactor(docs): code dx (#4046) * refactor(docs): kbd dx (#4047) * refactor(docs): link dx (#4048) * refactor(docs): progress dx (#4049) * refactor(docs): divider dx (#4050) * refactor(docs): listbox dx (#4051) * refactor(docs): listbox dx * fix(docs): import path * fix(docs): import path * chore(docs): remove highlightedLines * fix(docs): indentation * chore(docs): replace the props of autocomplete from value to key (#4129) * refactor(docs): alert dx (#4108) * refactor(docs): alert dx * refactor(docs): alert dx * refactor(docs): image dx (#4061) * refactor(docs): textarea dx (#4063) * refactor(docs): spinner dx (#4088) * refactor(docs): radio-group dx (#4064) * refactor(docs): pagination dx (#4062) * refactor(docs): pagination dx * refactor(docs): pagination dx * refactor(docs): time-input dx (#4065) * refactor(docs): time-input dx * refactor(docs): time-input dx * refactor(docs): slider dx (#4066) * refactor(docs): slider dx * refactor(docs): slider dx * refactor(docs): move SliderValue to type * refactor(docs): slider dx * refactor(docs): make icon code collapsible * refactor(docs): specify versions for date packages (#4138) * refactor(docs): specify versions for date packages * fix(docs): correct RA i18n version * chore(deps): sync version from package * refactor(docs): tabs dx (#4067) * refactor(docs): tab dx * refactor(docs): tabs dx * refactor(docs): input dx (#4102) * refactor(docs): input dx * refactor(docs): input dx * refactor(docs): navbar dx (#4076) * refactor(docs): navbar dx * refactor(docs): navbar dx * refactor(docs): navbar dx * refactor(docs): modal dx (#4077) * refactor(docs): modal dx * refactor(docs): modal dx * refactor(docs): select dx (#4078) * refactor(docs): select dx * refactor(docs): select dx * refactor(docs): select dx * refactor(docs): select dx * refactor(docs): select dx * refactor(docs): table dx (#4079) * refactor(docs): table dx * fix(docs): import path * refactor(docs): table dx * refactor(docs): table dx * refactor(docs): popover dx (#4090) * refactor(docs): range-calendar dx (#4089) * refactor(docs): range-calendar dx * fix(docs): import path * refactor(docs): date input dx (#4100) * refactor(docs): dropdown dx (#4101) * refactor(docs): dropdown dx * refactor(docs): remove highlightedLines * refactor(docs): dropdown dx * refactor(docs): dropdown dx * refactor(docs): date-picker dx (#4103) * refactor(docs): date-picker dx * fix(docs): import paths * refactor(docs): date-range-picker dx (#4104) * refactor(docs): date-range-picker dx * fix(docs): date-range-picker dx * refactor(docs): drawer dx (#4109) * refactor(docs): drawer dx * fix(docs): indentation * refactor(docs): make icon collapsible --------- Co-authored-by: աӄա <wingkwong.code@gmail.com> Co-authored-by: Ryo Matsukawa <76232929+ryo-manba@users.noreply.github.com> * Merge branch 'beta/release-next' into pr/3477 * refactor(docs): apply new structure to doc * feat(input-otp): introduce input OTP component (#4052) * feat(input-otp): adding the functionality * fix(input-otp): making the use of input-otp library * Update .changeset/spotty-flies-jump.md * chore(input-otp): nits * feat: improvements and fixes added * refactor: input-otp docs improvements * fix: changeset * fix: build --------- Co-authored-by: Maharshi Alpesh <maharshialpesh@Maharshi-Book.local> Co-authored-by: Junior Garcia <jrgarciadev@gmail.com> * ci(changesets): version packages (beta) (#4169) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * refactor(theme): revise label font size for lg (#4141) * refactor(theme): revise label font size for lg * chore(changeset): add changeset * refactor(theme): revise label font size for lg * fix(docs): typecheck errors (#4171) * fix(docs): remove duplicate import * fix(docs): update type for onChange in range-calendar page * fix(docs): add missing `@react-types/calendar` * fix(docs): broken syntax * fix(docs): typecheck issues * fix(docs): add missing `@react-types/datepicker` * fix(docs): typecheck issues * fix: missing li tag when href is specified (#4168) * fix(items): items in list should wrapped in li in case of a * chore: adding the tests * fix: textarea issues with the clear button * chore: adjust clear button position --------- Co-authored-by: doki- <1335902682@qq.com> Co-authored-by: WK Wong <wingkwong.code@gmail.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Mustafa Balcı <19329346+mstfblci@users.noreply.github.com> Co-authored-by: Maharshi Alpesh <maharshialpesh@gmail.com> Co-authored-by: Vincentius Roger Kuswara <vincentiusrkuswara@gmail.com> Co-authored-by: Ryo Matsukawa <76232929+ryo-manba@users.noreply.github.com> Co-authored-by: winches <329487092@qq.com> Co-authored-by: Tianen Pang <32772271+tianenpang@users.noreply.github.com> Co-authored-by: Maharshi Alpesh <maharshialpesh@Maharshi-Book.local> Co-authored-by: chirokas <157580465+chirokas@users.noreply.github.com> * ci(changesets): version packages (beta) (#4170) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * docs: sync api from nextui-cli v0.3.5 (#4173) Co-authored-by: GitHub Action <action@github.com> * ci(changesets): exit pre-release mode --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: աӄա <wingkwong.code@gmail.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Mustafa Balcı <19329346+mstfblci@users.noreply.github.com> Co-authored-by: Maharshi Alpesh <maharshialpesh@gmail.com> Co-authored-by: Vincentius Roger Kuswara <vincentiusrkuswara@gmail.com> Co-authored-by: Ryo Matsukawa <76232929+ryo-manba@users.noreply.github.com> Co-authored-by: winches <329487092@qq.com> Co-authored-by: Tianen Pang <32772271+tianenpang@users.noreply.github.com> Co-authored-by: Maharshi Alpesh <maharshialpesh@Maharshi-Book.local> Co-authored-by: chirokas <157580465+chirokas@users.noreply.github.com> Co-authored-by: doki- <1335902682@qq.com> Co-authored-by: GitHub Action <action@github.com> * fix: pre release workflow on protected branches (#4174) * chore(pre-release): enter pre-release mode (#4175) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix: input otp peer deps (#4176) * chore: update workflows * chore: pre release workflow modified (#4177) * chore: canary versions (#4178) * fix: pre-release workflow (#4179) * chore: merged with beta branch * chore: workflow updated * ci(changesets): version packages * fix: changeset get github info * chore: force canary to release (#4180) * Feat/canary release (#4181) * chore: force canary to release * feat: canary release * ci(changesets): version packages * ci(changesets): version packages * fix: exit pre-release mode * fix: exit pre-release mode * fix: exit pre-release mode * fix: exit pre-release mode * fix: exit pre-release mode * chore: exit pre release mode * fix(workflows): release & pre-release flow (#4184) * chore: revert exit and enter pre release changes * chore: canary release test (#4185) * chore: update exit and enter workflows * chore: update workflow name * fix: exit pre-release mode * fix: exit pre-release mode * chore: delete pre file * chore: remove duplicate changesets * chore: base branch change to canary, changeset config * refactor: beta tags manually deleted (#4187) * fix: install * fix: peer deps (#4188) * Fix/peer deps (#4189) * fix: peer deps * fix: tests * fix: routes * chore(docs): revise defaultShowFlagList (#4193) * chore(docs): add Example to defaultShowFlagList * chore(docs): revise defaultShowFlagList * feat: documentation improvements (#4195) * feat: documentation improvements * fix: alert api * Feat/doc improvements (#4196) * feat: documentation improvements * fix: alert api * fix: copy button * fix: return in card demo * Fix/react core pkg (#4204) * fix: double use client tag import in react core package * fix: double use client * chore: restore postbuild script * docs: optimize code fold (#4202) * docs: optimize code fold * fix: code review * fix(input): teaxtarea label squish (#4197) * fix(input): teaxtarea label squish * chore(changeset): add changeset for textarea label fix * chore: remove customer runner * chore: rename changeset * chore: increase timeout * chore: change get info pkg version * chore: new changeset * chore: single chnageset * chore: consolidated changeset * chore: consolidated changeset * Update release.yaml (#4205) * chore: consolidated changeset * fix: forwardRef render functions not using ref (#4198) * fix: forwardRef render functions not using ref * fix: changelog * fix: review * fix: forwardRef render functions not using ref * docs: update changeset * feat(listbox): virtualization (#4206) * fix: should not export list item internal variables type * feat: changeset * fix: type error * fix: code block type error * feat: virtualization feature, docs for listbox * chore: update routes.json * fix: fix code-demo for typecheck * chore: rollback for files * chore: props omitted in the component itself * fix: menu item types * fix: tupecheck --------- Co-authored-by: winches <329487092@qq.com> Co-authored-by: Junior Garcia <jrgarciadev@gmail.com> * feat(select): virtualization (#4203) * fix: should not export list item internal variables type * feat: changeset * feat: integrate virtualized listbox to select component, add more props * feat: update docs for select component * feat: update docs to include API for virtualization * fix: update docs to follow the newest format * fix: update test for disable virtualization, add test for virtualized version * fix: fix typo * fix: type error * fix: code block type error * chore: update docs to use raw jsx instead of template literal * fix: fix code-demo for typecheck * chore: rollback for files * fix: types * chore: remove caret version on tanstack virtual pkg * fix: pnpm lock file * fix: virtualization examples * fix: number of items --------- Co-authored-by: winches <329487092@qq.com> Co-authored-by: Junior Garcia <jrgarciadev@gmail.com> * chore: adjust code colors * fix: collection based components ref (#4207) * chore: documentation adjustments * Update data-slot for the error message in the select. (#4214) * Update data-slot for the error message in the select. All components use the `data-slot="error-message"` attribute, except for the select component. I observed this behavior when a test in my application started failing. * refactor(select): refactors the data-slots attribute for the error message * fix(docs): types for classNames and itemClasses (#4209) * feat: documentation improvements * chore: more improvements to the docs, routing updated, acccordiong font size change * feat: forms doc in progress * fix(touch): fixing the selection functionality on touch (#4220) * fix(touch): fixing the selection functionality on touch * fix: radio, checkbox & switch interactions --------- Co-authored-by: Junior Garcia <jrgarciadev@gmail.com> * chore(docs): remove non-existing attribute (#4221) * fix(select): hideEmptyContent API (#4219) * fix(select): hideEmptyContent API * test(select): hideEmptyContent tests * docs(select): hideEmptyContent API * chore(select): hideEmptyContent storybook * chore(changeset): add hideEmptyContent API to select * refactor(select): hideEmptyContent nitpick * test(select): hideEmptyContent UI assertions * fix(select): hideEmptyContent default false * docs(select): hideEmptyContent default false * fix(pagination): cursor position when hidden on init (#4222) * fix(pagination): cusor position when hidden on init * test(pagination): cursor intersection observer * chore(changeset): pagination cursor position fix * refactor(pagination): minor nitpicks - check for null ref in usePagination - restore original IntersectionObserver in test * fix: form fixes and improvements (#4224) * chore: form in progress * chore: main demo addded to forms, checkbox validation fixed * chore: forms docs improved * fix(deps): bump `@react-aria/utils` version (#4226) * fix(deps): bump `@react-aria/utils` version * chore(changeset): add changeset * feat: forms doc completed * chore: form component doc created * chore: forms doc improved * chore: doc improvements * chore: alert doc improved * feat: nextjs 15 migration in progress * feat: nextjs 15 migration [docs] (#4228) * feat: nextjs 15 migration in progress * feat: next 15 downgraded to next 14 * fix: migration errors * feat: codeblog is now rendered only when visible, this made a huge performance improvement * fix: remove folding * feat: v2.6.0 blog * feat: Adding nextui pro section on the landing page (#4227) * feat: adding nextui pro section on the landing page * chore(nits): nits * fix: remove pro image on mobile --------- Co-authored-by: Junior Garcia <jrgarciadev@gmail.com> * fix(docs): prevent scrolling up on pressing theme change switch (#4233) * chore: improve v2.6.0 blog * chore: small improvements * chore: improve blog * ci(changesets): version packages (#4186) Co-authored-by: Junior Garcia <jrgarciadev@gmail.com> * fix: snippet release (#4235) * ci(changesets): version packages (#4236) Co-authored-by: Junior Garcia <jrgarciadev@gmail.com> * chore: v2.6.2 * ci(changesets): version packages (#4237) Co-authored-by: Junior Garcia <jrgarciadev@gmail.com> * fix: draggable modal demo --------- Signed-off-by: Innei <i@innei.in> Signed-off-by: The1111mp <The1111mp@outlook.com> Co-authored-by: ryoon <ryoon50@gmail.com> Co-authored-by: աӄա <wingkwong.code@gmail.com> Co-authored-by: Abhinav Agarwal <78839973+abhinav700@users.noreply.github.com> Co-authored-by: Maharshi Alpesh <maharshialpesh@gmail.com> Co-authored-by: Maharshi Alpesh <maharshialpesh@Maharshi-Book.local> Co-authored-by: David Gonzalez <dgonzalez1992@outlook.com> Co-authored-by: Julie Saia <76669473+juliesaia@users.noreply.github.com> Co-authored-by: Alex Nguyen <dev@alexnguyen.co.nz> Co-authored-by: max <hi.max@foxmail.com> Co-authored-by: Ryo Matsukawa <76232929+ryo-manba@users.noreply.github.com> Co-authored-by: Shrinidhi Upadhyaya <shrinidhiupadhyaya1195@gmail.com> Co-authored-by: Anuj Sharma <52837557+sanuj21@users.noreply.github.com> Co-authored-by: Innei <tukon479@gmail.com> Co-authored-by: Jeff. <jeffreysfu@gmail.com> Co-authored-by: winches <329487092@qq.com> Co-authored-by: Abhinav Agarwal <abhinavagrawal700@gmail.com> Co-authored-by: wzc520pyfm <1528857653@qq.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: Abhinandan <abhinandanverma551@gmail.com> Co-authored-by: The1111mp <The1111mp@outlook.com> Co-authored-by: Rakha Kanz Kautsar <rkkautsar@gmail.com> Co-authored-by: Can Rau <cansrau@gmail.com> Co-authored-by: Azpekt <65199167+AzpektDev@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Mustafa Balcı <19329346+mstfblci@users.noreply.github.com> Co-authored-by: Vincentius Roger Kuswara <vincentiusrkuswara@gmail.com> Co-authored-by: Tianen Pang <32772271+tianenpang@users.noreply.github.com> Co-authored-by: chirokas <157580465+chirokas@users.noreply.github.com> Co-authored-by: doki- <1335902682@qq.com> Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Peterl561 <76144929+Peterl561@users.noreply.github.com> Co-authored-by: Julio Barrios <juliobarmi@gmail.com>
3441 lines
136 KiB
Markdown
3441 lines
136 KiB
Markdown
# @nextui-org/react
|
|
|
|
## 2.6.2
|
|
|
|
### Patch Changes
|
|
|
|
- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2
|
|
|
|
- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]:
|
|
- @nextui-org/accordion@2.2.1
|
|
- @nextui-org/alert@2.2.1
|
|
- @nextui-org/autocomplete@2.3.1
|
|
- @nextui-org/avatar@2.2.1
|
|
- @nextui-org/badge@2.2.1
|
|
- @nextui-org/breadcrumbs@2.2.1
|
|
- @nextui-org/button@2.2.1
|
|
- @nextui-org/calendar@2.2.1
|
|
- @nextui-org/card@2.2.1
|
|
- @nextui-org/checkbox@2.3.1
|
|
- @nextui-org/chip@2.2.1
|
|
- @nextui-org/code@2.2.1
|
|
- @nextui-org/date-input@2.3.1
|
|
- @nextui-org/date-picker@2.3.1
|
|
- @nextui-org/divider@2.2.1
|
|
- @nextui-org/drawer@2.2.1
|
|
- @nextui-org/dropdown@2.3.1
|
|
- @nextui-org/form@2.1.1
|
|
- @nextui-org/image@2.2.1
|
|
- @nextui-org/input@2.4.1
|
|
- @nextui-org/input-otp@2.1.1
|
|
- @nextui-org/kbd@2.2.1
|
|
- @nextui-org/link@2.2.1
|
|
- @nextui-org/listbox@2.3.1
|
|
- @nextui-org/menu@2.2.1
|
|
- @nextui-org/modal@2.2.1
|
|
- @nextui-org/navbar@2.2.1
|
|
- @nextui-org/pagination@2.2.1
|
|
- @nextui-org/popover@2.3.1
|
|
- @nextui-org/progress@2.2.1
|
|
- @nextui-org/radio@2.3.1
|
|
- @nextui-org/ripple@2.2.1
|
|
- @nextui-org/scroll-shadow@2.3.1
|
|
- @nextui-org/select@2.4.1
|
|
- @nextui-org/skeleton@2.2.1
|
|
- @nextui-org/slider@2.4.1
|
|
- @nextui-org/snippet@2.2.2
|
|
- @nextui-org/spacer@2.2.1
|
|
- @nextui-org/spinner@2.2.1
|
|
- @nextui-org/switch@2.2.1
|
|
- @nextui-org/table@2.2.1
|
|
- @nextui-org/tabs@2.2.1
|
|
- @nextui-org/tooltip@2.2.1
|
|
- @nextui-org/user@2.2.1
|
|
- @nextui-org/system@2.4.1
|
|
- @nextui-org/theme@2.4.1
|
|
- @nextui-org/framer-utils@2.1.1
|
|
|
|
## 2.6.1
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`71e2d8c`](https://github.com/nextui-org/nextui/commit/71e2d8c6014c821c0441c6a68924043a7a491e5b)]:
|
|
- @nextui-org/snippet@2.2.1
|
|
|
|
## 2.6.0
|
|
|
|
### Minor Changes
|
|
|
|
- [`5786897`](https://github.com/nextui-org/nextui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes:
|
|
|
|
- Updated react-aria version across all components
|
|
- Improved Drawer styles and transitions
|
|
- Fixed missing peer dependencies for framer-motion
|
|
- Fixed menu item classNames functionality
|
|
- Added isClearable prop to Textarea component
|
|
- Fixed label placement issues in Input and Select components
|
|
- Improved table keyboard navigation with new isKeyboardNavigationDisabled prop
|
|
- Fixed UI sliding issues with helper wrapper in Input and Select
|
|
- Updated use-image hook to avoid Next.js hydration issues
|
|
- Replaced RTL-specific styles with logical properties
|
|
- Fixed textarea label squish issue
|
|
- Bumped tailwind-merge version
|
|
- Applied tw nested group fixes
|
|
- Fixed fullWidth variant in input and select components
|
|
- Moved circular-progress tv to progress
|
|
- Changed ListboxItem key to optional
|
|
- Fixed autocomplete clear button behavior
|
|
- Updated Select label placement logic
|
|
- Added missing framer-motion peer dependencies
|
|
- Removed layoutNode prop from Table due to react-aria update
|
|
- Virtualization added to Autocomplete
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`6bc616c`](https://github.com/nextui-org/nextui/commit/6bc616caea948431d05eec33c1784e0560524e97), [`af0d20d`](https://github.com/nextui-org/nextui/commit/af0d20d807311b98a49218cb10faff0972a7d2fa), [`44958bf`](https://github.com/nextui-org/nextui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8), [`729ede8`](https://github.com/nextui-org/nextui/commit/729ede8de7f18c7b49fbdb736aac300b5b98f239), [`26e478d`](https://github.com/nextui-org/nextui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52), [`44958bf`](https://github.com/nextui-org/nextui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8), [`6c0213d`](https://github.com/nextui-org/nextui/commit/6c0213dfc805aa3c793763c0b25f53b2b80c24dc), [`1855ba4`](https://github.com/nextui-org/nextui/commit/1855ba4390186f701c793f76593f31a5dce6da70), [`ffb1e55`](https://github.com/nextui-org/nextui/commit/ffb1e554f7d6b5b1ede66d0838b3b1edeeccdf6b), [`5786897`](https://github.com/nextui-org/nextui/commit/5786897b9950d95c12351dacd2fb41bb1e298201), [`44958bf`](https://github.com/nextui-org/nextui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8), [`adbd85e`](https://github.com/nextui-org/nextui/commit/adbd85ee95b67ee779401307c49596dd45e062fc)]:
|
|
- @nextui-org/autocomplete@2.3.0
|
|
- @nextui-org/date-picker@2.3.0
|
|
- @nextui-org/date-input@2.3.0
|
|
- @nextui-org/calendar@2.2.0
|
|
- @nextui-org/dropdown@2.3.0
|
|
- @nextui-org/listbox@2.3.0
|
|
- @nextui-org/select@2.4.0
|
|
- @nextui-org/menu@2.2.0
|
|
- @nextui-org/tabs@2.2.0
|
|
- @nextui-org/popover@2.3.0
|
|
- @nextui-org/modal@2.2.0
|
|
- @nextui-org/checkbox@2.3.0
|
|
- @nextui-org/switch@2.2.0
|
|
- @nextui-org/radio@2.3.0
|
|
- @nextui-org/input-otp@2.1.0
|
|
- @nextui-org/input@2.4.0
|
|
- @nextui-org/form@2.1.0
|
|
- @nextui-org/system@2.4.0
|
|
- @nextui-org/theme@2.4.0
|
|
- @nextui-org/breadcrumbs@2.2.0
|
|
- @nextui-org/pagination@2.2.0
|
|
- @nextui-org/accordion@2.2.0
|
|
- @nextui-org/progress@2.2.0
|
|
- @nextui-org/snippet@2.2.0
|
|
- @nextui-org/tooltip@2.2.0
|
|
- @nextui-org/avatar@2.2.0
|
|
- @nextui-org/button@2.2.0
|
|
- @nextui-org/navbar@2.2.0
|
|
- @nextui-org/slider@2.4.0
|
|
- @nextui-org/alert@2.2.0
|
|
- @nextui-org/table@2.2.0
|
|
- @nextui-org/card@2.2.0
|
|
- @nextui-org/chip@2.2.0
|
|
- @nextui-org/link@2.2.0
|
|
- @nextui-org/user@2.2.0
|
|
- @nextui-org/kbd@2.2.0
|
|
- @nextui-org/badge@2.2.0
|
|
- @nextui-org/code@2.2.0
|
|
- @nextui-org/divider@2.2.0
|
|
- @nextui-org/drawer@2.2.0
|
|
- @nextui-org/image@2.2.0
|
|
- @nextui-org/ripple@2.2.0
|
|
- @nextui-org/scroll-shadow@2.3.0
|
|
- @nextui-org/skeleton@2.2.0
|
|
- @nextui-org/spacer@2.2.0
|
|
- @nextui-org/spinner@2.2.0
|
|
- @nextui-org/framer-utils@2.1.0
|
|
|
|
## 2.5.0-beta.26
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`004c4a4b3`](https://github.com/nextui-org/nextui/commit/004c4a4b3e44477f148937b12bb542e4b27fd322), [`922c4a567`](https://github.com/nextui-org/nextui/commit/922c4a5674a74be749db6abeffd153eaf7d3a5c7), [`0b5ceb93c`](https://github.com/nextui-org/nextui/commit/0b5ceb93ce098e5d76409190f2d57cd89c06b7e9)]:
|
|
- @nextui-org/input@2.3.0-beta.12
|
|
- @nextui-org/theme@2.3.0-beta.18
|
|
- @nextui-org/listbox@2.2.0-beta.14
|
|
- @nextui-org/menu@2.1.0-beta.13
|
|
- @nextui-org/pagination@2.1.0-beta.11
|
|
- @nextui-org/accordion@2.1.0-beta.13
|
|
- @nextui-org/autocomplete@2.2.0-beta.17
|
|
- @nextui-org/drawer@2.1.0-beta.14
|
|
- @nextui-org/modal@2.1.0-beta.14
|
|
- @nextui-org/navbar@2.1.0-beta.11
|
|
- @nextui-org/popover@2.2.0-beta.12
|
|
- @nextui-org/select@2.3.0-beta.19
|
|
- @nextui-org/tabs@2.1.0-beta.11
|
|
- @nextui-org/alert@2.1.0-beta.14
|
|
- @nextui-org/avatar@2.1.0-beta.12
|
|
- @nextui-org/badge@2.1.0-beta.8
|
|
- @nextui-org/breadcrumbs@2.1.0-beta.11
|
|
- @nextui-org/button@2.1.0-beta.10
|
|
- @nextui-org/calendar@2.1.0-beta.14
|
|
- @nextui-org/checkbox@2.2.0-beta.9
|
|
- @nextui-org/chip@2.1.0-beta.11
|
|
- @nextui-org/date-input@2.2.0-beta.9
|
|
- @nextui-org/date-picker@2.2.0-beta.15
|
|
- @nextui-org/dropdown@2.2.0-beta.14
|
|
- @nextui-org/link@2.1.0-beta.11
|
|
- @nextui-org/slider@2.3.0-beta.11
|
|
- @nextui-org/snippet@2.1.0-beta.13
|
|
- @nextui-org/switch@2.1.0-beta.9
|
|
- @nextui-org/table@2.1.0-beta.12
|
|
- @nextui-org/card@2.1.0-beta.10
|
|
- @nextui-org/code@2.1.0-beta.9
|
|
- @nextui-org/divider@2.1.0-beta.9
|
|
- @nextui-org/image@2.1.0-beta.11
|
|
- @nextui-org/input-otp@2.0.1-beta.0
|
|
- @nextui-org/kbd@2.1.0-beta.9
|
|
- @nextui-org/progress@2.1.0-beta.9
|
|
- @nextui-org/radio@2.2.0-beta.9
|
|
- @nextui-org/ripple@2.1.0-beta.8
|
|
- @nextui-org/scroll-shadow@2.2.0-beta.8
|
|
- @nextui-org/skeleton@2.1.0-beta.8
|
|
- @nextui-org/spacer@2.1.0-beta.9
|
|
- @nextui-org/spinner@2.1.0-beta.9
|
|
- @nextui-org/tooltip@2.1.0-beta.11
|
|
- @nextui-org/user@2.1.0-beta.12
|
|
|
|
## 2.5.0-beta.25
|
|
|
|
### Patch Changes
|
|
|
|
- [#4052](https://github.com/nextui-org/nextui/pull/4052) [`1d5b2b6c1`](https://github.com/nextui-org/nextui/commit/1d5b2b6c1f8672e7339a6f9dc66f0244d7bb2789) Thanks [@macci001](https://github.com/macci001)! - Adding new input-otp component.
|
|
|
|
- Updated dependencies [[`1d5b2b6c1`](https://github.com/nextui-org/nextui/commit/1d5b2b6c1f8672e7339a6f9dc66f0244d7bb2789)]:
|
|
- @nextui-org/input-otp@2.0.1-beta.0
|
|
- @nextui-org/theme@2.3.0-beta.17
|
|
- @nextui-org/accordion@2.1.0-beta.12
|
|
- @nextui-org/alert@2.1.0-beta.13
|
|
- @nextui-org/autocomplete@2.2.0-beta.16
|
|
- @nextui-org/avatar@2.1.0-beta.12
|
|
- @nextui-org/badge@2.1.0-beta.8
|
|
- @nextui-org/breadcrumbs@2.1.0-beta.10
|
|
- @nextui-org/button@2.1.0-beta.10
|
|
- @nextui-org/calendar@2.1.0-beta.13
|
|
- @nextui-org/card@2.1.0-beta.10
|
|
- @nextui-org/checkbox@2.2.0-beta.9
|
|
- @nextui-org/chip@2.1.0-beta.10
|
|
- @nextui-org/code@2.1.0-beta.9
|
|
- @nextui-org/date-input@2.2.0-beta.9
|
|
- @nextui-org/date-picker@2.2.0-beta.14
|
|
- @nextui-org/divider@2.1.0-beta.9
|
|
- @nextui-org/drawer@2.1.0-beta.13
|
|
- @nextui-org/dropdown@2.2.0-beta.13
|
|
- @nextui-org/image@2.1.0-beta.11
|
|
- @nextui-org/input@2.3.0-beta.11
|
|
- @nextui-org/kbd@2.1.0-beta.9
|
|
- @nextui-org/link@2.1.0-beta.10
|
|
- @nextui-org/listbox@2.2.0-beta.13
|
|
- @nextui-org/menu@2.1.0-beta.12
|
|
- @nextui-org/modal@2.1.0-beta.13
|
|
- @nextui-org/navbar@2.1.0-beta.11
|
|
- @nextui-org/pagination@2.1.0-beta.10
|
|
- @nextui-org/popover@2.2.0-beta.12
|
|
- @nextui-org/progress@2.1.0-beta.9
|
|
- @nextui-org/radio@2.2.0-beta.9
|
|
- @nextui-org/ripple@2.1.0-beta.8
|
|
- @nextui-org/scroll-shadow@2.2.0-beta.8
|
|
- @nextui-org/select@2.3.0-beta.18
|
|
- @nextui-org/skeleton@2.1.0-beta.8
|
|
- @nextui-org/slider@2.3.0-beta.11
|
|
- @nextui-org/snippet@2.1.0-beta.12
|
|
- @nextui-org/spacer@2.1.0-beta.9
|
|
- @nextui-org/spinner@2.1.0-beta.9
|
|
- @nextui-org/switch@2.1.0-beta.9
|
|
- @nextui-org/table@2.1.0-beta.11
|
|
- @nextui-org/tabs@2.1.0-beta.11
|
|
- @nextui-org/tooltip@2.1.0-beta.11
|
|
- @nextui-org/user@2.1.0-beta.12
|
|
|
|
## 2.5.0-beta.24
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`d37007c69`](https://github.com/nextui-org/nextui/commit/d37007c69c3e1ff4a66d414cbb1a4a38bb22264c), [`17bf65799`](https://github.com/nextui-org/nextui/commit/17bf65799c39c2ee44ea9c0b23aa80315b2a5083), [`c8f2ec887`](https://github.com/nextui-org/nextui/commit/c8f2ec88752289913968331032b9e7f772c12ec4)]:
|
|
- @nextui-org/menu@2.1.0-beta.12
|
|
- @nextui-org/theme@2.3.0-beta.16
|
|
- @nextui-org/accordion@2.1.0-beta.12
|
|
- @nextui-org/button@2.1.0-beta.10
|
|
- @nextui-org/card@2.1.0-beta.10
|
|
- @nextui-org/date-picker@2.2.0-beta.14
|
|
- @nextui-org/navbar@2.1.0-beta.11
|
|
- @nextui-org/snippet@2.1.0-beta.12
|
|
- @nextui-org/system@2.3.0-beta.11
|
|
- @nextui-org/dropdown@2.2.0-beta.13
|
|
- @nextui-org/alert@2.1.0-beta.13
|
|
- @nextui-org/autocomplete@2.2.0-beta.16
|
|
- @nextui-org/avatar@2.1.0-beta.12
|
|
- @nextui-org/badge@2.1.0-beta.8
|
|
- @nextui-org/breadcrumbs@2.1.0-beta.10
|
|
- @nextui-org/calendar@2.1.0-beta.13
|
|
- @nextui-org/checkbox@2.2.0-beta.9
|
|
- @nextui-org/chip@2.1.0-beta.10
|
|
- @nextui-org/code@2.1.0-beta.9
|
|
- @nextui-org/date-input@2.2.0-beta.9
|
|
- @nextui-org/divider@2.1.0-beta.9
|
|
- @nextui-org/drawer@2.1.0-beta.13
|
|
- @nextui-org/image@2.1.0-beta.11
|
|
- @nextui-org/input@2.3.0-beta.11
|
|
- @nextui-org/kbd@2.1.0-beta.9
|
|
- @nextui-org/link@2.1.0-beta.10
|
|
- @nextui-org/listbox@2.2.0-beta.13
|
|
- @nextui-org/modal@2.1.0-beta.13
|
|
- @nextui-org/pagination@2.1.0-beta.10
|
|
- @nextui-org/popover@2.2.0-beta.12
|
|
- @nextui-org/progress@2.1.0-beta.9
|
|
- @nextui-org/radio@2.2.0-beta.9
|
|
- @nextui-org/ripple@2.1.0-beta.8
|
|
- @nextui-org/scroll-shadow@2.2.0-beta.8
|
|
- @nextui-org/select@2.3.0-beta.18
|
|
- @nextui-org/skeleton@2.1.0-beta.8
|
|
- @nextui-org/slider@2.3.0-beta.11
|
|
- @nextui-org/spacer@2.1.0-beta.9
|
|
- @nextui-org/spinner@2.1.0-beta.9
|
|
- @nextui-org/switch@2.1.0-beta.9
|
|
- @nextui-org/table@2.1.0-beta.11
|
|
- @nextui-org/tabs@2.1.0-beta.11
|
|
- @nextui-org/tooltip@2.1.0-beta.11
|
|
- @nextui-org/user@2.1.0-beta.12
|
|
- @nextui-org/form@2.0.1-beta.1
|
|
- @nextui-org/framer-utils@2.0.26-beta.11
|
|
|
|
## 2.5.0-beta.23
|
|
|
|
### Patch Changes
|
|
|
|
- [`9869f2b91`](https://github.com/nextui-org/nextui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27) Thanks [@wingkwong](https://github.com/wingkwong)! - bump version
|
|
|
|
- Updated dependencies [[`9869f2b91`](https://github.com/nextui-org/nextui/commit/9869f2b91d0829f9c7f0500ba05745707820bf27)]:
|
|
- @nextui-org/accordion@2.1.0-beta.11
|
|
- @nextui-org/alert@2.1.0-beta.12
|
|
- @nextui-org/autocomplete@2.2.0-beta.15
|
|
- @nextui-org/avatar@2.1.0-beta.12
|
|
- @nextui-org/badge@2.1.0-beta.8
|
|
- @nextui-org/breadcrumbs@2.1.0-beta.10
|
|
- @nextui-org/button@2.1.0-beta.9
|
|
- @nextui-org/calendar@2.1.0-beta.12
|
|
- @nextui-org/card@2.1.0-beta.9
|
|
- @nextui-org/checkbox@2.2.0-beta.9
|
|
- @nextui-org/chip@2.1.0-beta.10
|
|
- @nextui-org/code@2.1.0-beta.9
|
|
- @nextui-org/date-input@2.2.0-beta.9
|
|
- @nextui-org/date-picker@2.2.0-beta.13
|
|
- @nextui-org/divider@2.1.0-beta.9
|
|
- @nextui-org/drawer@2.1.0-beta.12
|
|
- @nextui-org/dropdown@2.2.0-beta.12
|
|
- @nextui-org/form@2.0.1-beta.1
|
|
- @nextui-org/image@2.1.0-beta.11
|
|
- @nextui-org/input@2.3.0-beta.11
|
|
- @nextui-org/kbd@2.1.0-beta.9
|
|
- @nextui-org/link@2.1.0-beta.10
|
|
- @nextui-org/listbox@2.2.0-beta.12
|
|
- @nextui-org/menu@2.1.0-beta.11
|
|
- @nextui-org/modal@2.1.0-beta.12
|
|
- @nextui-org/navbar@2.1.0-beta.10
|
|
- @nextui-org/pagination@2.1.0-beta.10
|
|
- @nextui-org/popover@2.2.0-beta.11
|
|
- @nextui-org/progress@2.1.0-beta.9
|
|
- @nextui-org/radio@2.2.0-beta.9
|
|
- @nextui-org/ripple@2.1.0-beta.8
|
|
- @nextui-org/scroll-shadow@2.2.0-beta.8
|
|
- @nextui-org/select@2.3.0-beta.17
|
|
- @nextui-org/skeleton@2.1.0-beta.8
|
|
- @nextui-org/slider@2.3.0-beta.10
|
|
- @nextui-org/snippet@2.1.0-beta.11
|
|
- @nextui-org/spacer@2.1.0-beta.9
|
|
- @nextui-org/spinner@2.1.0-beta.9
|
|
- @nextui-org/switch@2.1.0-beta.9
|
|
- @nextui-org/table@2.1.0-beta.11
|
|
- @nextui-org/tabs@2.1.0-beta.10
|
|
- @nextui-org/tooltip@2.1.0-beta.10
|
|
- @nextui-org/user@2.1.0-beta.12
|
|
- @nextui-org/system@2.3.0-beta.10
|
|
- @nextui-org/theme@2.3.0-beta.15
|
|
- @nextui-org/framer-utils@2.0.26-beta.10
|
|
|
|
## 2.5.0-beta.22
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`1e05a721f`](https://github.com/nextui-org/nextui/commit/1e05a721f9ba25403c023023a1e3efa44ac3bb74)]:
|
|
- @nextui-org/select@2.3.0-beta.16
|
|
|
|
## 2.5.0-beta.21
|
|
|
|
### Patch Changes
|
|
|
|
- [#3036](https://github.com/nextui-org/nextui/pull/3036) [`eafdb7d47`](https://github.com/nextui-org/nextui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version
|
|
|
|
- Updated dependencies [[`eafdb7d47`](https://github.com/nextui-org/nextui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00), [`eafdb7d47`](https://github.com/nextui-org/nextui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00), [`eafdb7d47`](https://github.com/nextui-org/nextui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00), [`eafdb7d47`](https://github.com/nextui-org/nextui/commit/eafdb7d475a7fcaa7671af77e86fcdf62f14ae00)]:
|
|
- @nextui-org/table@2.1.0-beta.10
|
|
- @nextui-org/accordion@2.1.0-beta.10
|
|
- @nextui-org/avatar@2.1.0-beta.11
|
|
- @nextui-org/breadcrumbs@2.1.0-beta.9
|
|
- @nextui-org/button@2.1.0-beta.8
|
|
- @nextui-org/calendar@2.1.0-beta.11
|
|
- @nextui-org/card@2.1.0-beta.8
|
|
- @nextui-org/chip@2.1.0-beta.9
|
|
- @nextui-org/date-input@2.2.0-beta.8
|
|
- @nextui-org/divider@2.1.0-beta.8
|
|
- @nextui-org/dropdown@2.2.0-beta.11
|
|
- @nextui-org/kbd@2.1.0-beta.8
|
|
- @nextui-org/link@2.1.0-beta.9
|
|
- @nextui-org/listbox@2.2.0-beta.11
|
|
- @nextui-org/menu@2.1.0-beta.10
|
|
- @nextui-org/modal@2.1.0-beta.11
|
|
- @nextui-org/navbar@2.1.0-beta.9
|
|
- @nextui-org/pagination@2.1.0-beta.9
|
|
- @nextui-org/popover@2.2.0-beta.10
|
|
- @nextui-org/progress@2.1.0-beta.8
|
|
- @nextui-org/select@2.3.0-beta.15
|
|
- @nextui-org/slider@2.3.0-beta.9
|
|
- @nextui-org/snippet@2.1.0-beta.10
|
|
- @nextui-org/switch@2.1.0-beta.8
|
|
- @nextui-org/tabs@2.1.0-beta.9
|
|
- @nextui-org/tooltip@2.1.0-beta.9
|
|
- @nextui-org/user@2.1.0-beta.11
|
|
- @nextui-org/system@2.3.0-beta.9
|
|
- @nextui-org/form@2.0.1-beta.0
|
|
- @nextui-org/autocomplete@2.2.0-beta.14
|
|
- @nextui-org/checkbox@2.2.0-beta.8
|
|
- @nextui-org/date-picker@2.2.0-beta.12
|
|
- @nextui-org/input@2.3.0-beta.10
|
|
- @nextui-org/radio@2.2.0-beta.8
|
|
- @nextui-org/badge@2.1.0-beta.7
|
|
- @nextui-org/drawer@2.1.0-beta.11
|
|
- @nextui-org/alert@2.1.0-beta.11
|
|
- @nextui-org/skeleton@2.1.0-beta.7
|
|
- @nextui-org/image@2.1.0-beta.10
|
|
- @nextui-org/ripple@2.1.0-beta.7
|
|
- @nextui-org/scroll-shadow@2.2.0-beta.7
|
|
- @nextui-org/framer-utils@2.0.26-beta.9
|
|
- @nextui-org/code@2.1.0-beta.8
|
|
- @nextui-org/spacer@2.1.0-beta.8
|
|
- @nextui-org/spinner@2.1.0-beta.8
|
|
|
|
## 2.5.0-beta.20
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`78a99b628`](https://github.com/nextui-org/nextui/commit/78a99b628e3fde8808a0cce3c69059d727afd49b), [`ee4870dc1`](https://github.com/nextui-org/nextui/commit/ee4870dc14b2a449fd22be4489b88e44f030329a), [`256d46277`](https://github.com/nextui-org/nextui/commit/256d462771c19d6ca5b969d0ec44419fb560f0ac)]:
|
|
- @nextui-org/calendar@2.1.0-beta.10
|
|
- @nextui-org/table@2.1.0-beta.9
|
|
- @nextui-org/listbox@2.2.0-beta.10
|
|
- @nextui-org/menu@2.1.0-beta.9
|
|
- @nextui-org/theme@2.3.0-beta.14
|
|
- @nextui-org/date-picker@2.2.0-beta.11
|
|
- @nextui-org/autocomplete@2.2.0-beta.13
|
|
- @nextui-org/select@2.3.0-beta.14
|
|
- @nextui-org/dropdown@2.2.0-beta.10
|
|
- @nextui-org/accordion@2.1.0-beta.9
|
|
- @nextui-org/alert@2.1.0-beta.10
|
|
- @nextui-org/avatar@2.1.0-beta.10
|
|
- @nextui-org/badge@2.1.0-beta.7
|
|
- @nextui-org/breadcrumbs@2.1.0-beta.8
|
|
- @nextui-org/button@2.1.0-beta.7
|
|
- @nextui-org/card@2.1.0-beta.7
|
|
- @nextui-org/checkbox@2.2.0-beta.7
|
|
- @nextui-org/chip@2.1.0-beta.8
|
|
- @nextui-org/code@2.1.0-beta.7
|
|
- @nextui-org/date-input@2.2.0-beta.7
|
|
- @nextui-org/divider@2.1.0-beta.7
|
|
- @nextui-org/drawer@2.1.0-beta.10
|
|
- @nextui-org/image@2.1.0-beta.10
|
|
- @nextui-org/input@2.3.0-beta.9
|
|
- @nextui-org/kbd@2.1.0-beta.7
|
|
- @nextui-org/link@2.1.0-beta.8
|
|
- @nextui-org/modal@2.1.0-beta.10
|
|
- @nextui-org/navbar@2.1.0-beta.8
|
|
- @nextui-org/pagination@2.1.0-beta.8
|
|
- @nextui-org/popover@2.2.0-beta.9
|
|
- @nextui-org/progress@2.1.0-beta.7
|
|
- @nextui-org/radio@2.2.0-beta.7
|
|
- @nextui-org/ripple@2.1.0-beta.7
|
|
- @nextui-org/scroll-shadow@2.2.0-beta.7
|
|
- @nextui-org/skeleton@2.1.0-beta.7
|
|
- @nextui-org/slider@2.3.0-beta.8
|
|
- @nextui-org/snippet@2.1.0-beta.9
|
|
- @nextui-org/spacer@2.1.0-beta.7
|
|
- @nextui-org/spinner@2.1.0-beta.7
|
|
- @nextui-org/switch@2.1.0-beta.7
|
|
- @nextui-org/tabs@2.1.0-beta.8
|
|
- @nextui-org/tooltip@2.1.0-beta.8
|
|
- @nextui-org/user@2.1.0-beta.10
|
|
|
|
## 2.5.0-beta.19
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`341b5de79`](https://github.com/nextui-org/nextui/commit/341b5de7947655e6b18fa09045f7e10fba5b8c59), [`9e8beabab`](https://github.com/nextui-org/nextui/commit/9e8beababea60dc499cc0989a0720fe25a10a823)]:
|
|
- @nextui-org/theme@2.3.0-beta.13
|
|
- @nextui-org/select@2.3.0-beta.13
|
|
- @nextui-org/accordion@2.1.0-beta.9
|
|
- @nextui-org/alert@2.1.0-beta.10
|
|
- @nextui-org/autocomplete@2.2.0-beta.12
|
|
- @nextui-org/avatar@2.1.0-beta.10
|
|
- @nextui-org/badge@2.1.0-beta.7
|
|
- @nextui-org/breadcrumbs@2.1.0-beta.8
|
|
- @nextui-org/button@2.1.0-beta.7
|
|
- @nextui-org/calendar@2.1.0-beta.9
|
|
- @nextui-org/card@2.1.0-beta.7
|
|
- @nextui-org/checkbox@2.2.0-beta.7
|
|
- @nextui-org/chip@2.1.0-beta.8
|
|
- @nextui-org/code@2.1.0-beta.7
|
|
- @nextui-org/date-input@2.2.0-beta.7
|
|
- @nextui-org/date-picker@2.2.0-beta.10
|
|
- @nextui-org/divider@2.1.0-beta.7
|
|
- @nextui-org/drawer@2.1.0-beta.10
|
|
- @nextui-org/dropdown@2.2.0-beta.9
|
|
- @nextui-org/image@2.1.0-beta.10
|
|
- @nextui-org/input@2.3.0-beta.9
|
|
- @nextui-org/kbd@2.1.0-beta.7
|
|
- @nextui-org/link@2.1.0-beta.8
|
|
- @nextui-org/listbox@2.2.0-beta.9
|
|
- @nextui-org/menu@2.1.0-beta.8
|
|
- @nextui-org/modal@2.1.0-beta.10
|
|
- @nextui-org/navbar@2.1.0-beta.8
|
|
- @nextui-org/pagination@2.1.0-beta.8
|
|
- @nextui-org/popover@2.2.0-beta.9
|
|
- @nextui-org/progress@2.1.0-beta.7
|
|
- @nextui-org/radio@2.2.0-beta.7
|
|
- @nextui-org/ripple@2.1.0-beta.7
|
|
- @nextui-org/scroll-shadow@2.2.0-beta.7
|
|
- @nextui-org/skeleton@2.1.0-beta.7
|
|
- @nextui-org/slider@2.3.0-beta.8
|
|
- @nextui-org/snippet@2.1.0-beta.9
|
|
- @nextui-org/spacer@2.1.0-beta.7
|
|
- @nextui-org/spinner@2.1.0-beta.7
|
|
- @nextui-org/switch@2.1.0-beta.7
|
|
- @nextui-org/table@2.1.0-beta.8
|
|
- @nextui-org/tabs@2.1.0-beta.8
|
|
- @nextui-org/tooltip@2.1.0-beta.8
|
|
- @nextui-org/user@2.1.0-beta.10
|
|
|
|
## 2.5.0-beta.18
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`4607fe2ff`](https://github.com/nextui-org/nextui/commit/4607fe2ff448a536496c2b59ccdfcb217379b6ed)]:
|
|
- @nextui-org/system@2.3.0-beta.8
|
|
- @nextui-org/accordion@2.1.0-beta.9
|
|
- @nextui-org/alert@2.1.0-beta.10
|
|
- @nextui-org/autocomplete@2.2.0-beta.12
|
|
- @nextui-org/avatar@2.1.0-beta.10
|
|
- @nextui-org/badge@2.1.0-beta.7
|
|
- @nextui-org/breadcrumbs@2.1.0-beta.8
|
|
- @nextui-org/button@2.1.0-beta.7
|
|
- @nextui-org/calendar@2.1.0-beta.9
|
|
- @nextui-org/card@2.1.0-beta.7
|
|
- @nextui-org/checkbox@2.2.0-beta.7
|
|
- @nextui-org/chip@2.1.0-beta.8
|
|
- @nextui-org/date-input@2.2.0-beta.7
|
|
- @nextui-org/date-picker@2.2.0-beta.10
|
|
- @nextui-org/drawer@2.1.0-beta.10
|
|
- @nextui-org/dropdown@2.2.0-beta.9
|
|
- @nextui-org/image@2.1.0-beta.10
|
|
- @nextui-org/input@2.3.0-beta.9
|
|
- @nextui-org/link@2.1.0-beta.8
|
|
- @nextui-org/listbox@2.2.0-beta.9
|
|
- @nextui-org/menu@2.1.0-beta.8
|
|
- @nextui-org/modal@2.1.0-beta.10
|
|
- @nextui-org/navbar@2.1.0-beta.8
|
|
- @nextui-org/pagination@2.1.0-beta.8
|
|
- @nextui-org/popover@2.2.0-beta.9
|
|
- @nextui-org/progress@2.1.0-beta.7
|
|
- @nextui-org/radio@2.2.0-beta.7
|
|
- @nextui-org/ripple@2.1.0-beta.7
|
|
- @nextui-org/scroll-shadow@2.2.0-beta.7
|
|
- @nextui-org/select@2.3.0-beta.12
|
|
- @nextui-org/skeleton@2.1.0-beta.7
|
|
- @nextui-org/slider@2.3.0-beta.8
|
|
- @nextui-org/snippet@2.1.0-beta.9
|
|
- @nextui-org/switch@2.1.0-beta.7
|
|
- @nextui-org/table@2.1.0-beta.8
|
|
- @nextui-org/tabs@2.1.0-beta.8
|
|
- @nextui-org/tooltip@2.1.0-beta.8
|
|
- @nextui-org/user@2.1.0-beta.10
|
|
- @nextui-org/framer-utils@2.0.26-beta.8
|
|
|
|
## 2.5.0-beta.17
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`b9d5d4925`](https://github.com/nextui-org/nextui/commit/b9d5d492519778a4bf071748ec9f2b4e25d8373f)]:
|
|
- @nextui-org/autocomplete@2.2.0-beta.11
|
|
- @nextui-org/listbox@2.2.0-beta.8
|
|
- @nextui-org/theme@2.3.0-beta.12
|
|
- @nextui-org/select@2.3.0-beta.11
|
|
- @nextui-org/accordion@2.1.0-beta.8
|
|
- @nextui-org/alert@2.1.0-beta.10
|
|
- @nextui-org/avatar@2.1.0-beta.10
|
|
- @nextui-org/badge@2.1.0-beta.7
|
|
- @nextui-org/breadcrumbs@2.1.0-beta.8
|
|
- @nextui-org/button@2.1.0-beta.7
|
|
- @nextui-org/calendar@2.1.0-beta.8
|
|
- @nextui-org/card@2.1.0-beta.7
|
|
- @nextui-org/checkbox@2.2.0-beta.7
|
|
- @nextui-org/chip@2.1.0-beta.8
|
|
- @nextui-org/code@2.1.0-beta.7
|
|
- @nextui-org/date-input@2.2.0-beta.7
|
|
- @nextui-org/date-picker@2.2.0-beta.9
|
|
- @nextui-org/divider@2.1.0-beta.7
|
|
- @nextui-org/drawer@2.1.0-beta.9
|
|
- @nextui-org/dropdown@2.2.0-beta.8
|
|
- @nextui-org/image@2.1.0-beta.10
|
|
- @nextui-org/input@2.3.0-beta.9
|
|
- @nextui-org/kbd@2.1.0-beta.7
|
|
- @nextui-org/link@2.1.0-beta.8
|
|
- @nextui-org/menu@2.1.0-beta.7
|
|
- @nextui-org/modal@2.1.0-beta.9
|
|
- @nextui-org/navbar@2.1.0-beta.7
|
|
- @nextui-org/pagination@2.1.0-beta.8
|
|
- @nextui-org/popover@2.2.0-beta.8
|
|
- @nextui-org/progress@2.1.0-beta.7
|
|
- @nextui-org/radio@2.2.0-beta.7
|
|
- @nextui-org/ripple@2.1.0-beta.7
|
|
- @nextui-org/scroll-shadow@2.2.0-beta.7
|
|
- @nextui-org/skeleton@2.1.0-beta.7
|
|
- @nextui-org/slider@2.3.0-beta.7
|
|
- @nextui-org/snippet@2.1.0-beta.8
|
|
- @nextui-org/spacer@2.1.0-beta.7
|
|
- @nextui-org/spinner@2.1.0-beta.7
|
|
- @nextui-org/switch@2.1.0-beta.7
|
|
- @nextui-org/table@2.1.0-beta.8
|
|
- @nextui-org/tabs@2.1.0-beta.7
|
|
- @nextui-org/tooltip@2.1.0-beta.7
|
|
- @nextui-org/user@2.1.0-beta.10
|
|
|
|
## 2.5.0-beta.16
|
|
|
|
### Patch Changes
|
|
|
|
- [#4092](https://github.com/nextui-org/nextui/pull/4092) [`528668db8`](https://github.com/nextui-org/nextui/commit/528668db85b98b46473cb1e214780b7468cdadba) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Test new runner
|
|
|
|
- Updated dependencies [[`528668db8`](https://github.com/nextui-org/nextui/commit/528668db85b98b46473cb1e214780b7468cdadba)]:
|
|
- @nextui-org/accordion@2.1.0-beta.8
|
|
- @nextui-org/alert@2.1.0-beta.10
|
|
- @nextui-org/autocomplete@2.2.0-beta.10
|
|
- @nextui-org/avatar@2.1.0-beta.10
|
|
- @nextui-org/badge@2.1.0-beta.7
|
|
- @nextui-org/breadcrumbs@2.1.0-beta.8
|
|
- @nextui-org/button@2.1.0-beta.7
|
|
- @nextui-org/calendar@2.1.0-beta.8
|
|
- @nextui-org/card@2.1.0-beta.7
|
|
- @nextui-org/checkbox@2.2.0-beta.7
|
|
- @nextui-org/chip@2.1.0-beta.8
|
|
- @nextui-org/code@2.1.0-beta.7
|
|
- @nextui-org/date-input@2.2.0-beta.7
|
|
- @nextui-org/date-picker@2.2.0-beta.9
|
|
- @nextui-org/divider@2.1.0-beta.7
|
|
- @nextui-org/drawer@2.1.0-beta.9
|
|
- @nextui-org/dropdown@2.2.0-beta.8
|
|
- @nextui-org/image@2.1.0-beta.10
|
|
- @nextui-org/input@2.3.0-beta.9
|
|
- @nextui-org/kbd@2.1.0-beta.7
|
|
- @nextui-org/link@2.1.0-beta.8
|
|
- @nextui-org/listbox@2.2.0-beta.7
|
|
- @nextui-org/menu@2.1.0-beta.7
|
|
- @nextui-org/modal@2.1.0-beta.9
|
|
- @nextui-org/navbar@2.1.0-beta.7
|
|
- @nextui-org/pagination@2.1.0-beta.8
|
|
- @nextui-org/popover@2.2.0-beta.8
|
|
- @nextui-org/progress@2.1.0-beta.7
|
|
- @nextui-org/radio@2.2.0-beta.7
|
|
- @nextui-org/ripple@2.1.0-beta.7
|
|
- @nextui-org/scroll-shadow@2.2.0-beta.7
|
|
- @nextui-org/select@2.3.0-beta.10
|
|
- @nextui-org/skeleton@2.1.0-beta.7
|
|
- @nextui-org/slider@2.3.0-beta.7
|
|
- @nextui-org/snippet@2.1.0-beta.8
|
|
- @nextui-org/spacer@2.1.0-beta.7
|
|
- @nextui-org/spinner@2.1.0-beta.7
|
|
- @nextui-org/switch@2.1.0-beta.7
|
|
- @nextui-org/table@2.1.0-beta.8
|
|
- @nextui-org/tabs@2.1.0-beta.7
|
|
- @nextui-org/tooltip@2.1.0-beta.7
|
|
- @nextui-org/user@2.1.0-beta.10
|
|
- @nextui-org/system@2.3.0-beta.7
|
|
- @nextui-org/theme@2.3.0-beta.11
|
|
- @nextui-org/framer-utils@2.0.26-beta.7
|
|
|
|
## 2.5.0-beta.15
|
|
|
|
### Patch Changes
|
|
|
|
- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean
|
|
|
|
- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]:
|
|
- @nextui-org/accordion@2.1.0-beta.7
|
|
- @nextui-org/alert@2.1.0-beta.9
|
|
- @nextui-org/autocomplete@2.2.0-beta.9
|
|
- @nextui-org/avatar@2.1.0-beta.9
|
|
- @nextui-org/badge@2.1.0-beta.6
|
|
- @nextui-org/breadcrumbs@2.1.0-beta.7
|
|
- @nextui-org/button@2.1.0-beta.6
|
|
- @nextui-org/calendar@2.1.0-beta.7
|
|
- @nextui-org/card@2.1.0-beta.6
|
|
- @nextui-org/checkbox@2.2.0-beta.6
|
|
- @nextui-org/chip@2.1.0-beta.7
|
|
- @nextui-org/code@2.1.0-beta.6
|
|
- @nextui-org/date-input@2.2.0-beta.6
|
|
- @nextui-org/date-picker@2.2.0-beta.8
|
|
- @nextui-org/divider@2.1.0-beta.6
|
|
- @nextui-org/drawer@2.1.0-beta.8
|
|
- @nextui-org/dropdown@2.2.0-beta.7
|
|
- @nextui-org/image@2.1.0-beta.9
|
|
- @nextui-org/input@2.3.0-beta.8
|
|
- @nextui-org/kbd@2.1.0-beta.6
|
|
- @nextui-org/link@2.1.0-beta.7
|
|
- @nextui-org/listbox@2.2.0-beta.6
|
|
- @nextui-org/menu@2.1.0-beta.6
|
|
- @nextui-org/modal@2.1.0-beta.8
|
|
- @nextui-org/navbar@2.1.0-beta.6
|
|
- @nextui-org/pagination@2.1.0-beta.7
|
|
- @nextui-org/popover@2.2.0-beta.7
|
|
- @nextui-org/progress@2.1.0-beta.6
|
|
- @nextui-org/radio@2.2.0-beta.6
|
|
- @nextui-org/ripple@2.1.0-beta.6
|
|
- @nextui-org/scroll-shadow@2.2.0-beta.6
|
|
- @nextui-org/select@2.3.0-beta.9
|
|
- @nextui-org/skeleton@2.1.0-beta.6
|
|
- @nextui-org/slider@2.3.0-beta.6
|
|
- @nextui-org/snippet@2.1.0-beta.7
|
|
- @nextui-org/spacer@2.1.0-beta.6
|
|
- @nextui-org/spinner@2.1.0-beta.6
|
|
- @nextui-org/switch@2.1.0-beta.6
|
|
- @nextui-org/table@2.1.0-beta.7
|
|
- @nextui-org/tabs@2.1.0-beta.6
|
|
- @nextui-org/tooltip@2.1.0-beta.6
|
|
- @nextui-org/user@2.1.0-beta.9
|
|
- @nextui-org/system@2.3.0-beta.6
|
|
- @nextui-org/theme@2.3.0-beta.10
|
|
- @nextui-org/framer-utils@2.0.26-beta.6
|
|
|
|
## 2.5.0-beta.14
|
|
|
|
### Patch Changes
|
|
|
|
- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build
|
|
|
|
- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]:
|
|
- @nextui-org/accordion@2.1.0-beta.6
|
|
- @nextui-org/alert@2.1.0-beta.8
|
|
- @nextui-org/autocomplete@2.2.0-beta.8
|
|
- @nextui-org/avatar@2.1.0-beta.8
|
|
- @nextui-org/badge@2.1.0-beta.5
|
|
- @nextui-org/breadcrumbs@2.1.0-beta.6
|
|
- @nextui-org/button@2.1.0-beta.5
|
|
- @nextui-org/calendar@2.1.0-beta.6
|
|
- @nextui-org/card@2.1.0-beta.5
|
|
- @nextui-org/checkbox@2.2.0-beta.5
|
|
- @nextui-org/chip@2.1.0-beta.6
|
|
- @nextui-org/code@2.1.0-beta.5
|
|
- @nextui-org/date-input@2.2.0-beta.5
|
|
- @nextui-org/date-picker@2.2.0-beta.7
|
|
- @nextui-org/divider@2.1.0-beta.5
|
|
- @nextui-org/drawer@2.1.0-beta.7
|
|
- @nextui-org/dropdown@2.2.0-beta.6
|
|
- @nextui-org/image@2.1.0-beta.8
|
|
- @nextui-org/input@2.3.0-beta.7
|
|
- @nextui-org/kbd@2.1.0-beta.5
|
|
- @nextui-org/link@2.1.0-beta.6
|
|
- @nextui-org/listbox@2.2.0-beta.5
|
|
- @nextui-org/menu@2.1.0-beta.5
|
|
- @nextui-org/modal@2.1.0-beta.7
|
|
- @nextui-org/navbar@2.1.0-beta.5
|
|
- @nextui-org/pagination@2.1.0-beta.6
|
|
- @nextui-org/popover@2.2.0-beta.6
|
|
- @nextui-org/progress@2.1.0-beta.5
|
|
- @nextui-org/radio@2.2.0-beta.5
|
|
- @nextui-org/ripple@2.1.0-beta.5
|
|
- @nextui-org/scroll-shadow@2.2.0-beta.5
|
|
- @nextui-org/select@2.3.0-beta.8
|
|
- @nextui-org/skeleton@2.1.0-beta.5
|
|
- @nextui-org/slider@2.3.0-beta.5
|
|
- @nextui-org/snippet@2.1.0-beta.6
|
|
- @nextui-org/spacer@2.1.0-beta.5
|
|
- @nextui-org/spinner@2.1.0-beta.5
|
|
- @nextui-org/switch@2.1.0-beta.5
|
|
- @nextui-org/table@2.1.0-beta.6
|
|
- @nextui-org/tabs@2.1.0-beta.5
|
|
- @nextui-org/tooltip@2.1.0-beta.5
|
|
- @nextui-org/user@2.1.0-beta.8
|
|
- @nextui-org/system@2.3.0-beta.5
|
|
- @nextui-org/theme@2.3.0-beta.9
|
|
- @nextui-org/framer-utils@2.0.26-beta.5
|
|
|
|
## 2.5.0-beta.13
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`70dc75983`](https://github.com/nextui-org/nextui/commit/70dc7598388022fca04255c3c1623468a38a3803)]:
|
|
- @nextui-org/alert@2.1.0-beta.7
|
|
- @nextui-org/theme@2.3.0-beta.8
|
|
- @nextui-org/accordion@2.1.0-beta.5
|
|
- @nextui-org/autocomplete@2.2.0-beta.7
|
|
- @nextui-org/avatar@2.1.0-beta.7
|
|
- @nextui-org/badge@2.1.0-beta.4
|
|
- @nextui-org/breadcrumbs@2.1.0-beta.5
|
|
- @nextui-org/button@2.1.0-beta.4
|
|
- @nextui-org/calendar@2.1.0-beta.5
|
|
- @nextui-org/card@2.1.0-beta.4
|
|
- @nextui-org/checkbox@2.2.0-beta.4
|
|
- @nextui-org/chip@2.1.0-beta.5
|
|
- @nextui-org/code@2.1.0-beta.4
|
|
- @nextui-org/date-input@2.2.0-beta.4
|
|
- @nextui-org/date-picker@2.2.0-beta.6
|
|
- @nextui-org/divider@2.1.0-beta.4
|
|
- @nextui-org/drawer@2.1.0-beta.6
|
|
- @nextui-org/dropdown@2.2.0-beta.5
|
|
- @nextui-org/image@2.1.0-beta.7
|
|
- @nextui-org/input@2.3.0-beta.6
|
|
- @nextui-org/kbd@2.1.0-beta.4
|
|
- @nextui-org/link@2.1.0-beta.5
|
|
- @nextui-org/listbox@2.2.0-beta.4
|
|
- @nextui-org/menu@2.1.0-beta.4
|
|
- @nextui-org/modal@2.1.0-beta.6
|
|
- @nextui-org/navbar@2.1.0-beta.4
|
|
- @nextui-org/pagination@2.1.0-beta.5
|
|
- @nextui-org/popover@2.2.0-beta.5
|
|
- @nextui-org/progress@2.1.0-beta.4
|
|
- @nextui-org/radio@2.2.0-beta.4
|
|
- @nextui-org/ripple@2.1.0-beta.4
|
|
- @nextui-org/scroll-shadow@2.2.0-beta.4
|
|
- @nextui-org/select@2.3.0-beta.7
|
|
- @nextui-org/skeleton@2.1.0-beta.4
|
|
- @nextui-org/slider@2.3.0-beta.4
|
|
- @nextui-org/snippet@2.1.0-beta.5
|
|
- @nextui-org/spacer@2.1.0-beta.4
|
|
- @nextui-org/spinner@2.1.0-beta.4
|
|
- @nextui-org/switch@2.1.0-beta.4
|
|
- @nextui-org/table@2.1.0-beta.5
|
|
- @nextui-org/tabs@2.1.0-beta.4
|
|
- @nextui-org/tooltip@2.1.0-beta.4
|
|
- @nextui-org/user@2.1.0-beta.7
|
|
|
|
## 2.5.0-beta.12
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`31349c178`](https://github.com/nextui-org/nextui/commit/31349c178b9b2bd0be9856bc09126a37be68901a)]:
|
|
- @nextui-org/alert@2.1.0-beta.6
|
|
- @nextui-org/theme@2.3.0-beta.7
|
|
- @nextui-org/accordion@2.1.0-beta.5
|
|
- @nextui-org/autocomplete@2.2.0-beta.7
|
|
- @nextui-org/avatar@2.1.0-beta.7
|
|
- @nextui-org/badge@2.1.0-beta.4
|
|
- @nextui-org/breadcrumbs@2.1.0-beta.5
|
|
- @nextui-org/button@2.1.0-beta.4
|
|
- @nextui-org/calendar@2.1.0-beta.5
|
|
- @nextui-org/card@2.1.0-beta.4
|
|
- @nextui-org/checkbox@2.2.0-beta.4
|
|
- @nextui-org/chip@2.1.0-beta.5
|
|
- @nextui-org/code@2.1.0-beta.4
|
|
- @nextui-org/date-input@2.2.0-beta.4
|
|
- @nextui-org/date-picker@2.2.0-beta.6
|
|
- @nextui-org/divider@2.1.0-beta.4
|
|
- @nextui-org/drawer@2.1.0-beta.6
|
|
- @nextui-org/dropdown@2.2.0-beta.5
|
|
- @nextui-org/image@2.1.0-beta.7
|
|
- @nextui-org/input@2.3.0-beta.6
|
|
- @nextui-org/kbd@2.1.0-beta.4
|
|
- @nextui-org/link@2.1.0-beta.5
|
|
- @nextui-org/listbox@2.2.0-beta.4
|
|
- @nextui-org/menu@2.1.0-beta.4
|
|
- @nextui-org/modal@2.1.0-beta.6
|
|
- @nextui-org/navbar@2.1.0-beta.4
|
|
- @nextui-org/pagination@2.1.0-beta.5
|
|
- @nextui-org/popover@2.2.0-beta.5
|
|
- @nextui-org/progress@2.1.0-beta.4
|
|
- @nextui-org/radio@2.2.0-beta.4
|
|
- @nextui-org/ripple@2.1.0-beta.4
|
|
- @nextui-org/scroll-shadow@2.2.0-beta.4
|
|
- @nextui-org/select@2.3.0-beta.7
|
|
- @nextui-org/skeleton@2.1.0-beta.4
|
|
- @nextui-org/slider@2.3.0-beta.4
|
|
- @nextui-org/snippet@2.1.0-beta.5
|
|
- @nextui-org/spacer@2.1.0-beta.4
|
|
- @nextui-org/spinner@2.1.0-beta.4
|
|
- @nextui-org/switch@2.1.0-beta.4
|
|
- @nextui-org/table@2.1.0-beta.5
|
|
- @nextui-org/tabs@2.1.0-beta.4
|
|
- @nextui-org/tooltip@2.1.0-beta.4
|
|
- @nextui-org/user@2.1.0-beta.7
|
|
|
|
## 2.5.0-beta.11
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`d947b9283`](https://github.com/nextui-org/nextui/commit/d947b92833c8e4abc16dae72466cdb922313e9c8)]:
|
|
- @nextui-org/drawer@2.1.0-beta.6
|
|
- @nextui-org/modal@2.1.0-beta.6
|
|
|
|
## 2.5.0-beta.10
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`0f55c491b`](https://github.com/nextui-org/nextui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]:
|
|
- @nextui-org/alert@2.1.0-beta.5
|
|
- @nextui-org/theme@2.3.0-beta.6
|
|
- @nextui-org/accordion@2.1.0-beta.5
|
|
- @nextui-org/autocomplete@2.2.0-beta.7
|
|
- @nextui-org/avatar@2.1.0-beta.7
|
|
- @nextui-org/badge@2.1.0-beta.4
|
|
- @nextui-org/breadcrumbs@2.1.0-beta.5
|
|
- @nextui-org/button@2.1.0-beta.4
|
|
- @nextui-org/calendar@2.1.0-beta.5
|
|
- @nextui-org/card@2.1.0-beta.4
|
|
- @nextui-org/checkbox@2.2.0-beta.4
|
|
- @nextui-org/chip@2.1.0-beta.5
|
|
- @nextui-org/code@2.1.0-beta.4
|
|
- @nextui-org/date-input@2.2.0-beta.4
|
|
- @nextui-org/date-picker@2.2.0-beta.6
|
|
- @nextui-org/divider@2.1.0-beta.4
|
|
- @nextui-org/drawer@2.1.0-beta.5
|
|
- @nextui-org/dropdown@2.2.0-beta.5
|
|
- @nextui-org/image@2.1.0-beta.7
|
|
- @nextui-org/input@2.3.0-beta.6
|
|
- @nextui-org/kbd@2.1.0-beta.4
|
|
- @nextui-org/link@2.1.0-beta.5
|
|
- @nextui-org/listbox@2.2.0-beta.4
|
|
- @nextui-org/menu@2.1.0-beta.4
|
|
- @nextui-org/modal@2.1.0-beta.5
|
|
- @nextui-org/navbar@2.1.0-beta.4
|
|
- @nextui-org/pagination@2.1.0-beta.5
|
|
- @nextui-org/popover@2.2.0-beta.5
|
|
- @nextui-org/progress@2.1.0-beta.4
|
|
- @nextui-org/radio@2.2.0-beta.4
|
|
- @nextui-org/ripple@2.1.0-beta.4
|
|
- @nextui-org/scroll-shadow@2.2.0-beta.4
|
|
- @nextui-org/select@2.3.0-beta.7
|
|
- @nextui-org/skeleton@2.1.0-beta.4
|
|
- @nextui-org/slider@2.3.0-beta.4
|
|
- @nextui-org/snippet@2.1.0-beta.5
|
|
- @nextui-org/spacer@2.1.0-beta.4
|
|
- @nextui-org/spinner@2.1.0-beta.4
|
|
- @nextui-org/switch@2.1.0-beta.4
|
|
- @nextui-org/table@2.1.0-beta.5
|
|
- @nextui-org/tabs@2.1.0-beta.4
|
|
- @nextui-org/tooltip@2.1.0-beta.4
|
|
- @nextui-org/user@2.1.0-beta.7
|
|
|
|
## 2.5.0-beta.9
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`5339b2571`](https://github.com/nextui-org/nextui/commit/5339b2571e6d73ca6efe2acd34d88669419db9f7)]:
|
|
- @nextui-org/calendar@2.1.0-beta.4
|
|
- @nextui-org/tabs@2.1.0-beta.4
|
|
- @nextui-org/date-picker@2.2.0-beta.5
|
|
- @nextui-org/accordion@2.1.0-beta.4
|
|
- @nextui-org/alert@2.1.0-beta.4
|
|
- @nextui-org/autocomplete@2.2.0-beta.6
|
|
- @nextui-org/avatar@2.1.0-beta.7
|
|
- @nextui-org/badge@2.1.0-beta.4
|
|
- @nextui-org/breadcrumbs@2.1.0-beta.4
|
|
- @nextui-org/button@2.1.0-beta.4
|
|
- @nextui-org/card@2.1.0-beta.4
|
|
- @nextui-org/checkbox@2.2.0-beta.4
|
|
- @nextui-org/chip@2.1.0-beta.4
|
|
- @nextui-org/code@2.1.0-beta.4
|
|
- @nextui-org/date-input@2.2.0-beta.4
|
|
- @nextui-org/divider@2.1.0-beta.4
|
|
- @nextui-org/drawer@2.1.0-beta.4
|
|
- @nextui-org/dropdown@2.2.0-beta.5
|
|
- @nextui-org/image@2.1.0-beta.7
|
|
- @nextui-org/input@2.3.0-beta.5
|
|
- @nextui-org/kbd@2.1.0-beta.4
|
|
- @nextui-org/link@2.1.0-beta.4
|
|
- @nextui-org/listbox@2.2.0-beta.4
|
|
- @nextui-org/menu@2.1.0-beta.4
|
|
- @nextui-org/modal@2.1.0-beta.4
|
|
- @nextui-org/navbar@2.1.0-beta.4
|
|
- @nextui-org/pagination@2.1.0-beta.4
|
|
- @nextui-org/popover@2.2.0-beta.5
|
|
- @nextui-org/progress@2.1.0-beta.4
|
|
- @nextui-org/radio@2.2.0-beta.4
|
|
- @nextui-org/ripple@2.1.0-beta.4
|
|
- @nextui-org/scroll-shadow@2.2.0-beta.4
|
|
- @nextui-org/select@2.3.0-beta.6
|
|
- @nextui-org/skeleton@2.1.0-beta.4
|
|
- @nextui-org/slider@2.3.0-beta.4
|
|
- @nextui-org/snippet@2.1.0-beta.4
|
|
- @nextui-org/spacer@2.1.0-beta.4
|
|
- @nextui-org/spinner@2.1.0-beta.4
|
|
- @nextui-org/switch@2.1.0-beta.4
|
|
- @nextui-org/table@2.1.0-beta.4
|
|
- @nextui-org/tooltip@2.1.0-beta.4
|
|
- @nextui-org/user@2.1.0-beta.7
|
|
- @nextui-org/theme@2.3.0-beta.5
|
|
- @nextui-org/framer-utils@2.0.26-beta.4
|
|
- @nextui-org/system@2.3.0-beta.4
|
|
|
|
## 2.5.0-beta.8
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`54be700e0`](https://github.com/nextui-org/nextui/commit/54be700e04386e95cead7ce63d87015347dd166f)]:
|
|
- @nextui-org/theme@2.3.0-beta.4
|
|
- @nextui-org/accordion@2.1.0-beta.3
|
|
- @nextui-org/alert@2.1.0-beta.3
|
|
- @nextui-org/autocomplete@2.2.0-beta.5
|
|
- @nextui-org/avatar@2.1.0-beta.6
|
|
- @nextui-org/badge@2.1.0-beta.3
|
|
- @nextui-org/breadcrumbs@2.1.0-beta.3
|
|
- @nextui-org/button@2.1.0-beta.3
|
|
- @nextui-org/calendar@2.1.0-beta.3
|
|
- @nextui-org/card@2.1.0-beta.3
|
|
- @nextui-org/checkbox@2.2.0-beta.3
|
|
- @nextui-org/chip@2.1.0-beta.3
|
|
- @nextui-org/code@2.1.0-beta.3
|
|
- @nextui-org/date-input@2.2.0-beta.3
|
|
- @nextui-org/date-picker@2.2.0-beta.4
|
|
- @nextui-org/divider@2.1.0-beta.3
|
|
- @nextui-org/drawer@2.1.0-beta.3
|
|
- @nextui-org/dropdown@2.2.0-beta.4
|
|
- @nextui-org/image@2.1.0-beta.6
|
|
- @nextui-org/input@2.3.0-beta.4
|
|
- @nextui-org/kbd@2.1.0-beta.3
|
|
- @nextui-org/link@2.1.0-beta.3
|
|
- @nextui-org/listbox@2.2.0-beta.3
|
|
- @nextui-org/menu@2.1.0-beta.3
|
|
- @nextui-org/modal@2.1.0-beta.3
|
|
- @nextui-org/navbar@2.1.0-beta.3
|
|
- @nextui-org/pagination@2.1.0-beta.3
|
|
- @nextui-org/popover@2.2.0-beta.4
|
|
- @nextui-org/progress@2.1.0-beta.3
|
|
- @nextui-org/radio@2.2.0-beta.3
|
|
- @nextui-org/ripple@2.1.0-beta.3
|
|
- @nextui-org/scroll-shadow@2.2.0-beta.3
|
|
- @nextui-org/select@2.3.0-beta.5
|
|
- @nextui-org/skeleton@2.1.0-beta.3
|
|
- @nextui-org/slider@2.3.0-beta.3
|
|
- @nextui-org/snippet@2.1.0-beta.3
|
|
- @nextui-org/spacer@2.1.0-beta.3
|
|
- @nextui-org/spinner@2.1.0-beta.3
|
|
- @nextui-org/switch@2.1.0-beta.3
|
|
- @nextui-org/table@2.1.0-beta.3
|
|
- @nextui-org/tabs@2.1.0-beta.3
|
|
- @nextui-org/tooltip@2.1.0-beta.3
|
|
- @nextui-org/user@2.1.0-beta.6
|
|
|
|
## 2.5.0-beta.7
|
|
|
|
### Patch Changes
|
|
|
|
- [#4010](https://github.com/nextui-org/nextui/pull/4010) [`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - framer-motion alpha version added
|
|
|
|
- Updated dependencies [[`ef432eb53`](https://github.com/nextui-org/nextui/commit/ef432eb539714fded6cab86a2185956fb103e0df)]:
|
|
- @nextui-org/accordion@2.1.0-beta.3
|
|
- @nextui-org/alert@2.1.0-beta.3
|
|
- @nextui-org/autocomplete@2.2.0-beta.5
|
|
- @nextui-org/avatar@2.1.0-beta.6
|
|
- @nextui-org/badge@2.1.0-beta.3
|
|
- @nextui-org/breadcrumbs@2.1.0-beta.3
|
|
- @nextui-org/button@2.1.0-beta.3
|
|
- @nextui-org/calendar@2.1.0-beta.3
|
|
- @nextui-org/card@2.1.0-beta.3
|
|
- @nextui-org/checkbox@2.2.0-beta.3
|
|
- @nextui-org/chip@2.1.0-beta.3
|
|
- @nextui-org/code@2.1.0-beta.3
|
|
- @nextui-org/date-input@2.2.0-beta.3
|
|
- @nextui-org/date-picker@2.2.0-beta.4
|
|
- @nextui-org/divider@2.1.0-beta.3
|
|
- @nextui-org/drawer@2.1.0-beta.3
|
|
- @nextui-org/dropdown@2.2.0-beta.4
|
|
- @nextui-org/image@2.1.0-beta.6
|
|
- @nextui-org/input@2.3.0-beta.4
|
|
- @nextui-org/kbd@2.1.0-beta.3
|
|
- @nextui-org/link@2.1.0-beta.3
|
|
- @nextui-org/listbox@2.2.0-beta.3
|
|
- @nextui-org/menu@2.1.0-beta.3
|
|
- @nextui-org/modal@2.1.0-beta.3
|
|
- @nextui-org/navbar@2.1.0-beta.3
|
|
- @nextui-org/pagination@2.1.0-beta.3
|
|
- @nextui-org/popover@2.2.0-beta.4
|
|
- @nextui-org/progress@2.1.0-beta.3
|
|
- @nextui-org/radio@2.2.0-beta.3
|
|
- @nextui-org/ripple@2.1.0-beta.3
|
|
- @nextui-org/scroll-shadow@2.2.0-beta.3
|
|
- @nextui-org/select@2.3.0-beta.5
|
|
- @nextui-org/skeleton@2.1.0-beta.3
|
|
- @nextui-org/slider@2.3.0-beta.3
|
|
- @nextui-org/snippet@2.1.0-beta.3
|
|
- @nextui-org/spacer@2.1.0-beta.3
|
|
- @nextui-org/spinner@2.1.0-beta.3
|
|
- @nextui-org/switch@2.1.0-beta.3
|
|
- @nextui-org/table@2.1.0-beta.3
|
|
- @nextui-org/tabs@2.1.0-beta.3
|
|
- @nextui-org/tooltip@2.1.0-beta.3
|
|
- @nextui-org/user@2.1.0-beta.6
|
|
- @nextui-org/system@2.3.0-beta.3
|
|
- @nextui-org/theme@2.3.0-beta.3
|
|
- @nextui-org/framer-utils@2.0.26-beta.3
|
|
|
|
## 2.5.0-beta.6
|
|
|
|
### Patch Changes
|
|
|
|
- [#4008](https://github.com/nextui-org/nextui/pull/4008) [`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React 19 added to peerDeps
|
|
|
|
- Updated dependencies [[`7c1c0dd8f`](https://github.com/nextui-org/nextui/commit/7c1c0dd8fef3ea72996c1095b919574c4b7f9b89)]:
|
|
- @nextui-org/accordion@2.1.0-beta.2
|
|
- @nextui-org/alert@2.1.0-beta.2
|
|
- @nextui-org/autocomplete@2.2.0-beta.4
|
|
- @nextui-org/avatar@2.1.0-beta.5
|
|
- @nextui-org/badge@2.1.0-beta.2
|
|
- @nextui-org/breadcrumbs@2.1.0-beta.2
|
|
- @nextui-org/button@2.1.0-beta.2
|
|
- @nextui-org/calendar@2.1.0-beta.2
|
|
- @nextui-org/card@2.1.0-beta.2
|
|
- @nextui-org/checkbox@2.2.0-beta.2
|
|
- @nextui-org/chip@2.1.0-beta.2
|
|
- @nextui-org/code@2.1.0-beta.2
|
|
- @nextui-org/date-input@2.2.0-beta.2
|
|
- @nextui-org/date-picker@2.2.0-beta.3
|
|
- @nextui-org/divider@2.1.0-beta.2
|
|
- @nextui-org/drawer@2.1.0-beta.2
|
|
- @nextui-org/dropdown@2.2.0-beta.3
|
|
- @nextui-org/image@2.1.0-beta.5
|
|
- @nextui-org/input@2.3.0-beta.3
|
|
- @nextui-org/kbd@2.1.0-beta.2
|
|
- @nextui-org/link@2.1.0-beta.2
|
|
- @nextui-org/listbox@2.2.0-beta.2
|
|
- @nextui-org/menu@2.1.0-beta.2
|
|
- @nextui-org/modal@2.1.0-beta.2
|
|
- @nextui-org/navbar@2.1.0-beta.2
|
|
- @nextui-org/pagination@2.1.0-beta.2
|
|
- @nextui-org/popover@2.2.0-beta.3
|
|
- @nextui-org/progress@2.1.0-beta.2
|
|
- @nextui-org/radio@2.2.0-beta.2
|
|
- @nextui-org/ripple@2.1.0-beta.2
|
|
- @nextui-org/scroll-shadow@2.2.0-beta.2
|
|
- @nextui-org/select@2.3.0-beta.4
|
|
- @nextui-org/skeleton@2.1.0-beta.2
|
|
- @nextui-org/slider@2.3.0-beta.2
|
|
- @nextui-org/snippet@2.1.0-beta.2
|
|
- @nextui-org/spacer@2.1.0-beta.2
|
|
- @nextui-org/spinner@2.1.0-beta.2
|
|
- @nextui-org/switch@2.1.0-beta.2
|
|
- @nextui-org/table@2.1.0-beta.2
|
|
- @nextui-org/tabs@2.1.0-beta.2
|
|
- @nextui-org/tooltip@2.1.0-beta.2
|
|
- @nextui-org/user@2.1.0-beta.5
|
|
- @nextui-org/system@2.3.0-beta.2
|
|
- @nextui-org/theme@2.3.0-beta.2
|
|
- @nextui-org/framer-utils@2.0.26-beta.2
|
|
|
|
## 2.5.0-beta.5
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`563c1585a`](https://github.com/nextui-org/nextui/commit/563c1585a3c1a32e8272ec4641cfabeaaac3296c)]:
|
|
- @nextui-org/popover@2.2.0-beta.2
|
|
- @nextui-org/autocomplete@2.2.0-beta.3
|
|
- @nextui-org/date-picker@2.2.0-beta.2
|
|
- @nextui-org/dropdown@2.2.0-beta.2
|
|
- @nextui-org/select@2.3.0-beta.3
|
|
- @nextui-org/breadcrumbs@2.1.0-beta.1
|
|
- @nextui-org/navbar@2.1.0-beta.1
|
|
|
|
## 2.5.0-beta.4
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies []:
|
|
- @nextui-org/avatar@2.1.0-beta.4
|
|
- @nextui-org/image@2.1.0-beta.4
|
|
- @nextui-org/accordion@2.1.0-beta.1
|
|
- @nextui-org/autocomplete@2.2.0-beta.2
|
|
- @nextui-org/badge@2.1.0-beta.1
|
|
- @nextui-org/card@2.1.0-beta.1
|
|
- @nextui-org/chip@2.1.0-beta.1
|
|
- @nextui-org/dropdown@2.2.0-beta.1
|
|
- @nextui-org/listbox@2.2.0-beta.1
|
|
- @nextui-org/navbar@2.1.0-beta.1
|
|
- @nextui-org/select@2.3.0-beta.2
|
|
- @nextui-org/user@2.1.0-beta.4
|
|
- @nextui-org/checkbox@2.2.0-beta.1
|
|
- @nextui-org/table@2.1.0-beta.1
|
|
|
|
## 2.5.0-beta.3
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies []:
|
|
- @nextui-org/avatar@2.1.0-beta.3
|
|
- @nextui-org/image@2.1.0-beta.3
|
|
- @nextui-org/accordion@2.1.0-beta.1
|
|
- @nextui-org/autocomplete@2.2.0-beta.2
|
|
- @nextui-org/badge@2.1.0-beta.1
|
|
- @nextui-org/card@2.1.0-beta.1
|
|
- @nextui-org/chip@2.1.0-beta.1
|
|
- @nextui-org/dropdown@2.2.0-beta.1
|
|
- @nextui-org/listbox@2.2.0-beta.1
|
|
- @nextui-org/navbar@2.1.0-beta.1
|
|
- @nextui-org/select@2.3.0-beta.2
|
|
- @nextui-org/user@2.1.0-beta.3
|
|
- @nextui-org/checkbox@2.2.0-beta.1
|
|
- @nextui-org/table@2.1.0-beta.1
|
|
|
|
## 2.5.0-beta.2
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`a2d653137`](https://github.com/nextui-org/nextui/commit/a2d653137d61465a88dfa3830bb3a44e3a7faa87)]:
|
|
- @nextui-org/select@2.3.0-beta.2
|
|
- @nextui-org/input@2.3.0-beta.2
|
|
- @nextui-org/accordion@2.1.0-beta.1
|
|
- @nextui-org/autocomplete@2.2.0-beta.2
|
|
- @nextui-org/drawer@2.1.0-beta.1
|
|
- @nextui-org/modal@2.1.0-beta.1
|
|
- @nextui-org/navbar@2.1.0-beta.1
|
|
- @nextui-org/popover@2.2.0-beta.1
|
|
- @nextui-org/tabs@2.1.0-beta.1
|
|
- @nextui-org/avatar@2.1.0-beta.2
|
|
- @nextui-org/image@2.1.0-beta.2
|
|
- @nextui-org/badge@2.1.0-beta.1
|
|
- @nextui-org/card@2.1.0-beta.1
|
|
- @nextui-org/chip@2.1.0-beta.1
|
|
- @nextui-org/dropdown@2.2.0-beta.1
|
|
- @nextui-org/listbox@2.2.0-beta.1
|
|
- @nextui-org/user@2.1.0-beta.2
|
|
- @nextui-org/checkbox@2.2.0-beta.1
|
|
- @nextui-org/table@2.1.0-beta.1
|
|
|
|
## 2.5.0-beta.1
|
|
|
|
### Patch Changes
|
|
|
|
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
|
|
|
|
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
|
|
- @nextui-org/accordion@2.1.0-beta.1
|
|
- @nextui-org/alert@2.1.0-beta.1
|
|
- @nextui-org/autocomplete@2.2.0-beta.1
|
|
- @nextui-org/avatar@2.1.0-beta.1
|
|
- @nextui-org/badge@2.1.0-beta.1
|
|
- @nextui-org/breadcrumbs@2.1.0-beta.1
|
|
- @nextui-org/button@2.1.0-beta.1
|
|
- @nextui-org/calendar@2.1.0-beta.1
|
|
- @nextui-org/card@2.1.0-beta.1
|
|
- @nextui-org/checkbox@2.2.0-beta.1
|
|
- @nextui-org/chip@2.1.0-beta.1
|
|
- @nextui-org/code@2.1.0-beta.1
|
|
- @nextui-org/date-input@2.2.0-beta.1
|
|
- @nextui-org/date-picker@2.2.0-beta.1
|
|
- @nextui-org/divider@2.1.0-beta.1
|
|
- @nextui-org/drawer@2.1.0-beta.1
|
|
- @nextui-org/dropdown@2.2.0-beta.1
|
|
- @nextui-org/image@2.1.0-beta.1
|
|
- @nextui-org/input@2.3.0-beta.1
|
|
- @nextui-org/kbd@2.1.0-beta.1
|
|
- @nextui-org/link@2.1.0-beta.1
|
|
- @nextui-org/listbox@2.2.0-beta.1
|
|
- @nextui-org/menu@2.1.0-beta.1
|
|
- @nextui-org/modal@2.1.0-beta.1
|
|
- @nextui-org/navbar@2.1.0-beta.1
|
|
- @nextui-org/pagination@2.1.0-beta.1
|
|
- @nextui-org/popover@2.2.0-beta.1
|
|
- @nextui-org/progress@2.1.0-beta.1
|
|
- @nextui-org/radio@2.2.0-beta.1
|
|
- @nextui-org/ripple@2.1.0-beta.1
|
|
- @nextui-org/scroll-shadow@2.2.0-beta.1
|
|
- @nextui-org/select@2.3.0-beta.1
|
|
- @nextui-org/skeleton@2.1.0-beta.1
|
|
- @nextui-org/slider@2.3.0-beta.1
|
|
- @nextui-org/snippet@2.1.0-beta.1
|
|
- @nextui-org/spacer@2.1.0-beta.1
|
|
- @nextui-org/spinner@2.1.0-beta.1
|
|
- @nextui-org/switch@2.1.0-beta.1
|
|
- @nextui-org/table@2.1.0-beta.1
|
|
- @nextui-org/tabs@2.1.0-beta.1
|
|
- @nextui-org/tooltip@2.1.0-beta.1
|
|
- @nextui-org/user@2.1.0-beta.1
|
|
- @nextui-org/system@2.3.0-beta.1
|
|
- @nextui-org/theme@2.3.0-beta.1
|
|
- @nextui-org/framer-utils@2.0.26-beta.1
|
|
|
|
## 2.5.0-beta.0
|
|
|
|
### Minor Changes
|
|
|
|
- [#3732](https://github.com/nextui-org/nextui/pull/3732) [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d) Thanks [@ryo-manba](https://github.com/ryo-manba)! - update react-aria version
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`0cf91395c`](https://github.com/nextui-org/nextui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`a2e562b03`](https://github.com/nextui-org/nextui/commit/a2e562b03f79b52b0b35f07104b3585ea05e2cb6), [`2e82f165a`](https://github.com/nextui-org/nextui/commit/2e82f165a98e1cdc8f0702d2971fc534b763fd15), [`488a18f52`](https://github.com/nextui-org/nextui/commit/488a18f525465817ce56e81db8e502399a7572b7), [`781b85566`](https://github.com/nextui-org/nextui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`67ea2f65e`](https://github.com/nextui-org/nextui/commit/67ea2f65e17f913bdffae4690586a6ae202c8f7d), [`a4ab02006`](https://github.com/nextui-org/nextui/commit/a4ab02006a63013e1a25c28c182d999e3d7c9eeb), [`38a54ab49`](https://github.com/nextui-org/nextui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/nextui-org/nextui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`ae73de1a6`](https://github.com/nextui-org/nextui/commit/ae73de1a61c26e78235ce2d4c38159d486b55d56), [`ad6393ab3`](https://github.com/nextui-org/nextui/commit/ad6393ab33362119203455ef5c8ffbfe1ffa96a1), [`a4a1d8fb6`](https://github.com/nextui-org/nextui/commit/a4a1d8fb69dd7f496a179a66af072f72aae0ec17), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`780ba4316`](https://github.com/nextui-org/nextui/commit/780ba43162dc7ceb3f7b46c68c8134473013c873), [`cb1b3135b`](https://github.com/nextui-org/nextui/commit/cb1b3135bc7e811c9c2e163d4778f9f6eb2ef8c8), [`a5cac4561`](https://github.com/nextui-org/nextui/commit/a5cac45619e529cf9850f02f416b6bc7cba77f3f), [`d90ad05b1`](https://github.com/nextui-org/nextui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`557f10f5e`](https://github.com/nextui-org/nextui/commit/557f10f5ec60f9f69bed098b3670046cd56d15da), [`a0d7141db`](https://github.com/nextui-org/nextui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`06c4b2f76`](https://github.com/nextui-org/nextui/commit/06c4b2f7637ba5f49f37b048943d66ff65201c85), [`9f6839faf`](https://github.com/nextui-org/nextui/commit/9f6839faf9fe05c766571bcb71028bd3236d6e3a), [`7c2c9c487`](https://github.com/nextui-org/nextui/commit/7c2c9c48750c334c30bd3c5d06b27cff7f33fb54), [`2d6ae74c3`](https://github.com/nextui-org/nextui/commit/2d6ae74c36a157472bd4b06b8580e7db163eddcc), [`2aebfcca5`](https://github.com/nextui-org/nextui/commit/2aebfcca5906fb72a7f751273b38e41a40dc16a3), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`3f0d81b56`](https://github.com/nextui-org/nextui/commit/3f0d81b560e7ef3eb315bd98407249c0eb4ed5eb), [`8a33eabb2`](https://github.com/nextui-org/nextui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`9fe0aa79c`](https://github.com/nextui-org/nextui/commit/9fe0aa79c8d74a29418db6a235db179a5a9242bc), [`606f75726`](https://github.com/nextui-org/nextui/commit/606f75726c6b273ea25528ec3269fa6e82af3349), [`559436d46`](https://github.com/nextui-org/nextui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]:
|
|
- @nextui-org/theme@2.3.0-beta.0
|
|
- @nextui-org/listbox@2.2.0-beta.0
|
|
- @nextui-org/autocomplete@2.2.0-beta.0
|
|
- @nextui-org/select@2.3.0-beta.0
|
|
- @nextui-org/table@2.1.0-beta.0
|
|
- @nextui-org/accordion@2.1.0-beta.0
|
|
- @nextui-org/alert@2.1.0-beta.0
|
|
- @nextui-org/avatar@2.1.0-beta.0
|
|
- @nextui-org/badge@2.1.0-beta.0
|
|
- @nextui-org/breadcrumbs@2.1.0-beta.0
|
|
- @nextui-org/button@2.1.0-beta.0
|
|
- @nextui-org/calendar@2.1.0-beta.0
|
|
- @nextui-org/card@2.1.0-beta.0
|
|
- @nextui-org/checkbox@2.2.0-beta.0
|
|
- @nextui-org/chip@2.1.0-beta.0
|
|
- @nextui-org/date-input@2.2.0-beta.0
|
|
- @nextui-org/date-picker@2.2.0-beta.0
|
|
- @nextui-org/dropdown@2.2.0-beta.0
|
|
- @nextui-org/input@2.3.0-beta.0
|
|
- @nextui-org/code@2.1.0-beta.0
|
|
- @nextui-org/divider@2.1.0-beta.0
|
|
- @nextui-org/image@2.1.0-beta.0
|
|
- @nextui-org/drawer@2.1.0-beta.0
|
|
- @nextui-org/kbd@2.1.0-beta.0
|
|
- @nextui-org/link@2.1.0-beta.0
|
|
- @nextui-org/menu@2.1.0-beta.0
|
|
- @nextui-org/modal@2.1.0-beta.0
|
|
- @nextui-org/navbar@2.1.0-beta.0
|
|
- @nextui-org/pagination@2.1.0-beta.0
|
|
- @nextui-org/popover@2.2.0-beta.0
|
|
- @nextui-org/progress@2.1.0-beta.0
|
|
- @nextui-org/radio@2.2.0-beta.0
|
|
- @nextui-org/scroll-shadow@2.2.0-beta.0
|
|
- @nextui-org/ripple@2.1.0-beta.0
|
|
- @nextui-org/slider@2.3.0-beta.0
|
|
- @nextui-org/skeleton@2.1.0-beta.0
|
|
- @nextui-org/spacer@2.1.0-beta.0
|
|
- @nextui-org/spinner@2.1.0-beta.0
|
|
- @nextui-org/snippet@2.1.0-beta.0
|
|
- @nextui-org/switch@2.1.0-beta.0
|
|
- @nextui-org/tabs@2.1.0-beta.0
|
|
- @nextui-org/tooltip@2.1.0-beta.0
|
|
- @nextui-org/user@2.1.0-beta.0
|
|
- @nextui-org/system@2.3.0-beta.0
|
|
- @nextui-org/framer-utils@2.0.26-beta.0
|
|
|
|
## 2.4.8
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`4c01d1824`](https://github.com/nextui-org/nextui/commit/4c01d1824d4dde22d89232968a3a4c48fe04678f), [`8fecb5afa`](https://github.com/nextui-org/nextui/commit/8fecb5afa9aabe73e32243ca313f97856da8aa08), [`5517a0578`](https://github.com/nextui-org/nextui/commit/5517a0578b5514cf2a4ddec53528d25d7f616cd0), [`229388422`](https://github.com/nextui-org/nextui/commit/2293884229541e363b1983fea88ba6e3bee6be14)]:
|
|
- @nextui-org/popover@2.1.29
|
|
- @nextui-org/tooltip@2.0.41
|
|
- @nextui-org/dropdown@2.1.31
|
|
- @nextui-org/theme@2.2.11
|
|
- @nextui-org/autocomplete@2.1.7
|
|
- @nextui-org/date-picker@2.1.8
|
|
- @nextui-org/modal@2.0.41
|
|
- @nextui-org/select@2.2.7
|
|
- @nextui-org/breadcrumbs@2.0.13
|
|
- @nextui-org/slider@2.2.17
|
|
- @nextui-org/snippet@2.0.43
|
|
- @nextui-org/table@2.0.40
|
|
- @nextui-org/navbar@2.0.37
|
|
- @nextui-org/menu@2.0.30
|
|
- @nextui-org/accordion@2.0.40
|
|
- @nextui-org/avatar@2.0.33
|
|
- @nextui-org/badge@2.0.32
|
|
- @nextui-org/button@2.0.38
|
|
- @nextui-org/calendar@2.0.12
|
|
- @nextui-org/card@2.0.34
|
|
- @nextui-org/checkbox@2.1.5
|
|
- @nextui-org/chip@2.0.33
|
|
- @nextui-org/code@2.0.33
|
|
- @nextui-org/date-input@2.1.4
|
|
- @nextui-org/divider@2.0.32
|
|
- @nextui-org/image@2.0.32
|
|
- @nextui-org/input@2.2.5
|
|
- @nextui-org/kbd@2.0.34
|
|
- @nextui-org/link@2.0.35
|
|
- @nextui-org/listbox@2.1.27
|
|
- @nextui-org/pagination@2.0.36
|
|
- @nextui-org/progress@2.0.34
|
|
- @nextui-org/radio@2.1.5
|
|
- @nextui-org/ripple@2.0.33
|
|
- @nextui-org/scroll-shadow@2.1.20
|
|
- @nextui-org/skeleton@2.0.32
|
|
- @nextui-org/spacer@2.0.33
|
|
- @nextui-org/spinner@2.0.34
|
|
- @nextui-org/switch@2.0.34
|
|
- @nextui-org/tabs@2.0.37
|
|
- @nextui-org/user@2.0.34
|
|
|
|
## 2.4.7
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`5c8cc7a42`](https://github.com/nextui-org/nextui/commit/5c8cc7a42d1e7a7957c0273ab21555f01d5bac8f), [`5b5a9746e`](https://github.com/nextui-org/nextui/commit/5b5a9746e33ce50c1d282577997a23829fd842f8), [`4ac7674d1`](https://github.com/nextui-org/nextui/commit/4ac7674d1ec8ed60925412fe1bd1f01ee9f1555a), [`bc0f72fc2`](https://github.com/nextui-org/nextui/commit/bc0f72fc2704c33b3530add1731c82302fd26884), [`74792f7bf`](https://github.com/nextui-org/nextui/commit/74792f7bff9ffe735d3954e01b5383d969a51caf), [`324fd6d3c`](https://github.com/nextui-org/nextui/commit/324fd6d3c1fb7e6f3ecb462a150182ffe1c7f132), [`deb15078c`](https://github.com/nextui-org/nextui/commit/deb15078cc61fea30b9e4f6c98eddad244420276), [`123b7fbc9`](https://github.com/nextui-org/nextui/commit/123b7fbc9fb51613d7568572a00982ad230d02ae), [`048de6e9b`](https://github.com/nextui-org/nextui/commit/048de6e9b289d1cec180856fbcf3ba38db3007e2), [`985c2e1dd`](https://github.com/nextui-org/nextui/commit/985c2e1dd3642e3087aa0555a3c3ae4ea182b099), [`81da063d6`](https://github.com/nextui-org/nextui/commit/81da063d6ab80e1b352ebfda78ed26a47a239c49), [`9d6bcb580`](https://github.com/nextui-org/nextui/commit/9d6bcb580a7bde6ff846fdfb679ec6e0a16410e6), [`142f394cb`](https://github.com/nextui-org/nextui/commit/142f394cb5d25c97c919782d03f74c3b310eab0c), [`d621b2923`](https://github.com/nextui-org/nextui/commit/d621b2923e7c90e73bea996e5918b744223e896c), [`06b97d05a`](https://github.com/nextui-org/nextui/commit/06b97d05a8ce65b08bef4838f43c2bb990c72e10), [`19c331be7`](https://github.com/nextui-org/nextui/commit/19c331be75f1d03048c7b2dc92c2c9b62865cc11), [`3c0a486ce`](https://github.com/nextui-org/nextui/commit/3c0a486ceaa73479e5909d3add1cd14619f62796), [`6f44cd6a9`](https://github.com/nextui-org/nextui/commit/6f44cd6a98f7fa848496e2bd9ca933cd6796bf3f), [`3e06ef64c`](https://github.com/nextui-org/nextui/commit/3e06ef64cc5da30f7b2ab209d9d669e6ac8478ca), [`59ea6b745`](https://github.com/nextui-org/nextui/commit/59ea6b7457345b8b1f241143301b5a9bf81054e4), [`55c92981e`](https://github.com/nextui-org/nextui/commit/55c92981e009b1721e8288341402feb1ebec08f3), [`3d6865586`](https://github.com/nextui-org/nextui/commit/3d6865586fe7cec850925c8e8ff42155a97c43ea), [`97f233b34`](https://github.com/nextui-org/nextui/commit/97f233b346e07c766fb25a2ca16a78d4aa8ce2fe), [`46cc01908`](https://github.com/nextui-org/nextui/commit/46cc01908e99797cfc9c60762fef6d95dc6c0b6a), [`54bd9cdd6`](https://github.com/nextui-org/nextui/commit/54bd9cdd6de72bb0032e5e8f9dc2007ca3aadb0d), [`fe30dc8cc`](https://github.com/nextui-org/nextui/commit/fe30dc8cc0c109f7f537be79c8c13a3f5fa1c0f7), [`4f8ae50cf`](https://github.com/nextui-org/nextui/commit/4f8ae50cf441da5b5685b6573714a3f7c9ab3ea2)]:
|
|
- @nextui-org/select@2.2.6
|
|
- @nextui-org/theme@2.2.10
|
|
- @nextui-org/system@2.2.6
|
|
- @nextui-org/autocomplete@2.1.6
|
|
- @nextui-org/date-picker@2.1.7
|
|
- @nextui-org/dropdown@2.1.30
|
|
- @nextui-org/modal@2.0.40
|
|
- @nextui-org/popover@2.1.28
|
|
- @nextui-org/navbar@2.0.37
|
|
- @nextui-org/input@2.2.5
|
|
- @nextui-org/listbox@2.1.26
|
|
- @nextui-org/link@2.0.35
|
|
- @nextui-org/calendar@2.0.12
|
|
- @nextui-org/accordion@2.0.39
|
|
- @nextui-org/avatar@2.0.33
|
|
- @nextui-org/badge@2.0.32
|
|
- @nextui-org/breadcrumbs@2.0.13
|
|
- @nextui-org/button@2.0.38
|
|
- @nextui-org/card@2.0.34
|
|
- @nextui-org/checkbox@2.1.5
|
|
- @nextui-org/chip@2.0.33
|
|
- @nextui-org/code@2.0.33
|
|
- @nextui-org/date-input@2.1.4
|
|
- @nextui-org/divider@2.0.32
|
|
- @nextui-org/image@2.0.32
|
|
- @nextui-org/kbd@2.0.34
|
|
- @nextui-org/menu@2.0.29
|
|
- @nextui-org/pagination@2.0.36
|
|
- @nextui-org/progress@2.0.34
|
|
- @nextui-org/radio@2.1.5
|
|
- @nextui-org/ripple@2.0.33
|
|
- @nextui-org/scroll-shadow@2.1.20
|
|
- @nextui-org/skeleton@2.0.32
|
|
- @nextui-org/slider@2.2.16
|
|
- @nextui-org/snippet@2.0.42
|
|
- @nextui-org/spacer@2.0.33
|
|
- @nextui-org/spinner@2.0.34
|
|
- @nextui-org/switch@2.0.34
|
|
- @nextui-org/table@2.0.40
|
|
- @nextui-org/tabs@2.0.36
|
|
- @nextui-org/tooltip@2.0.40
|
|
- @nextui-org/user@2.0.34
|
|
- @nextui-org/framer-utils@2.0.25
|
|
|
|
## 2.4.6
|
|
|
|
### Patch Changes
|
|
|
|
- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm
|
|
|
|
- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]:
|
|
- @nextui-org/accordion@2.0.38
|
|
- @nextui-org/autocomplete@2.1.5
|
|
- @nextui-org/avatar@2.0.32
|
|
- @nextui-org/badge@2.0.31
|
|
- @nextui-org/breadcrumbs@2.0.12
|
|
- @nextui-org/button@2.0.37
|
|
- @nextui-org/calendar@2.0.11
|
|
- @nextui-org/card@2.0.33
|
|
- @nextui-org/checkbox@2.1.4
|
|
- @nextui-org/chip@2.0.32
|
|
- @nextui-org/code@2.0.32
|
|
- @nextui-org/date-input@2.1.3
|
|
- @nextui-org/date-picker@2.1.6
|
|
- @nextui-org/divider@2.0.31
|
|
- @nextui-org/dropdown@2.1.29
|
|
- @nextui-org/image@2.0.31
|
|
- @nextui-org/input@2.2.4
|
|
- @nextui-org/kbd@2.0.33
|
|
- @nextui-org/link@2.0.34
|
|
- @nextui-org/listbox@2.1.25
|
|
- @nextui-org/menu@2.0.28
|
|
- @nextui-org/modal@2.0.39
|
|
- @nextui-org/navbar@2.0.36
|
|
- @nextui-org/pagination@2.0.35
|
|
- @nextui-org/popover@2.1.27
|
|
- @nextui-org/progress@2.0.33
|
|
- @nextui-org/radio@2.1.4
|
|
- @nextui-org/ripple@2.0.32
|
|
- @nextui-org/scroll-shadow@2.1.19
|
|
- @nextui-org/select@2.2.5
|
|
- @nextui-org/skeleton@2.0.31
|
|
- @nextui-org/slider@2.2.15
|
|
- @nextui-org/snippet@2.0.41
|
|
- @nextui-org/spacer@2.0.32
|
|
- @nextui-org/spinner@2.0.33
|
|
- @nextui-org/switch@2.0.33
|
|
- @nextui-org/table@2.0.39
|
|
- @nextui-org/tabs@2.0.35
|
|
- @nextui-org/tooltip@2.0.39
|
|
- @nextui-org/user@2.0.33
|
|
- @nextui-org/system@2.2.5
|
|
- @nextui-org/theme@2.2.9
|
|
- @nextui-org/framer-utils@2.0.24
|
|
|
|
## 2.4.5
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`59428b183`](https://github.com/nextui-org/nextui/commit/59428b183deceacd0db246e129de5ed8b0200d37), [`8b193072e`](https://github.com/nextui-org/nextui/commit/8b193072e5d77d722825bc89700055ce24ee0fb3), [`1fdbf2ad2`](https://github.com/nextui-org/nextui/commit/1fdbf2ad2020d91f257029e6a3f81406d5da109c), [`46edcca95`](https://github.com/nextui-org/nextui/commit/46edcca954b3a3e16c83d117c27cf39a59474548)]:
|
|
- @nextui-org/theme@2.2.8
|
|
- @nextui-org/calendar@2.0.10
|
|
- @nextui-org/accordion@2.0.37
|
|
- @nextui-org/autocomplete@2.1.4
|
|
- @nextui-org/avatar@2.0.31
|
|
- @nextui-org/badge@2.0.30
|
|
- @nextui-org/breadcrumbs@2.0.11
|
|
- @nextui-org/button@2.0.36
|
|
- @nextui-org/card@2.0.32
|
|
- @nextui-org/checkbox@2.1.3
|
|
- @nextui-org/chip@2.0.31
|
|
- @nextui-org/code@2.0.31
|
|
- @nextui-org/date-input@2.1.2
|
|
- @nextui-org/date-picker@2.1.5
|
|
- @nextui-org/divider@2.0.30
|
|
- @nextui-org/dropdown@2.1.28
|
|
- @nextui-org/image@2.0.30
|
|
- @nextui-org/input@2.2.3
|
|
- @nextui-org/kbd@2.0.32
|
|
- @nextui-org/link@2.0.33
|
|
- @nextui-org/listbox@2.1.24
|
|
- @nextui-org/menu@2.0.27
|
|
- @nextui-org/modal@2.0.38
|
|
- @nextui-org/navbar@2.0.35
|
|
- @nextui-org/pagination@2.0.34
|
|
- @nextui-org/popover@2.1.26
|
|
- @nextui-org/progress@2.0.32
|
|
- @nextui-org/radio@2.1.3
|
|
- @nextui-org/ripple@2.0.31
|
|
- @nextui-org/scroll-shadow@2.1.18
|
|
- @nextui-org/select@2.2.4
|
|
- @nextui-org/skeleton@2.0.30
|
|
- @nextui-org/slider@2.2.14
|
|
- @nextui-org/snippet@2.0.40
|
|
- @nextui-org/spacer@2.0.31
|
|
- @nextui-org/spinner@2.0.32
|
|
- @nextui-org/switch@2.0.32
|
|
- @nextui-org/table@2.0.38
|
|
- @nextui-org/tabs@2.0.34
|
|
- @nextui-org/tooltip@2.0.38
|
|
- @nextui-org/user@2.0.32
|
|
|
|
## 2.4.4
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies []:
|
|
- @nextui-org/code@2.0.31
|
|
- @nextui-org/divider@2.0.30
|
|
- @nextui-org/kbd@2.0.32
|
|
- @nextui-org/spacer@2.0.31
|
|
- @nextui-org/spinner@2.0.32
|
|
- @nextui-org/system@2.2.4
|
|
- @nextui-org/card@2.0.32
|
|
- @nextui-org/accordion@2.0.37
|
|
- @nextui-org/listbox@2.1.24
|
|
- @nextui-org/menu@2.0.27
|
|
- @nextui-org/table@2.0.38
|
|
- @nextui-org/autocomplete@2.1.4
|
|
- @nextui-org/button@2.0.36
|
|
- @nextui-org/select@2.2.4
|
|
- @nextui-org/avatar@2.0.31
|
|
- @nextui-org/badge@2.0.30
|
|
- @nextui-org/breadcrumbs@2.0.11
|
|
- @nextui-org/calendar@2.0.9
|
|
- @nextui-org/checkbox@2.1.3
|
|
- @nextui-org/chip@2.0.31
|
|
- @nextui-org/date-input@2.1.2
|
|
- @nextui-org/date-picker@2.1.4
|
|
- @nextui-org/dropdown@2.1.28
|
|
- @nextui-org/image@2.0.30
|
|
- @nextui-org/input@2.2.3
|
|
- @nextui-org/link@2.0.33
|
|
- @nextui-org/modal@2.0.38
|
|
- @nextui-org/navbar@2.0.35
|
|
- @nextui-org/pagination@2.0.34
|
|
- @nextui-org/popover@2.1.26
|
|
- @nextui-org/progress@2.0.32
|
|
- @nextui-org/radio@2.1.3
|
|
- @nextui-org/ripple@2.0.31
|
|
- @nextui-org/scroll-shadow@2.1.18
|
|
- @nextui-org/skeleton@2.0.30
|
|
- @nextui-org/slider@2.2.14
|
|
- @nextui-org/snippet@2.0.40
|
|
- @nextui-org/switch@2.0.32
|
|
- @nextui-org/tabs@2.0.34
|
|
- @nextui-org/tooltip@2.0.38
|
|
- @nextui-org/user@2.0.32
|
|
- @nextui-org/framer-utils@2.0.23
|
|
|
|
## 2.4.3
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`b4c046fe8`](https://github.com/nextui-org/nextui/commit/b4c046fe8ba7b26d60e6b1463101e35f3f9f1ce8), [`3cdfb2afc`](https://github.com/nextui-org/nextui/commit/3cdfb2afca15a49bed06356c42bd80036cb99387), [`0cdfdb48b`](https://github.com/nextui-org/nextui/commit/0cdfdb48bcb7eecb752fc6a3033d3bdd2335872b), [`a3a77bfc3`](https://github.com/nextui-org/nextui/commit/a3a77bfc372470c1f7b7ddefc4b19b0d9a23ad43), [`7cc1bd78a`](https://github.com/nextui-org/nextui/commit/7cc1bd78a30045f2e4370df5738ec3e4ae3933f3), [`773f3004a`](https://github.com/nextui-org/nextui/commit/773f3004a61966fea2cc14e2f22337ff72365100), [`42183353a`](https://github.com/nextui-org/nextui/commit/42183353a1a03c567724e125be3414dc52aad48a), [`6951b1fba`](https://github.com/nextui-org/nextui/commit/6951b1fba03652f95babe3a490caa2a061b8cb12), [`fd4b7200d`](https://github.com/nextui-org/nextui/commit/fd4b7200dd26eae53ce50e06610b34388e3fdc08), [`106752aae`](https://github.com/nextui-org/nextui/commit/106752aaefa4ef8bc7b7b1e97a7edcff13722ff6), [`c1f05ecb4`](https://github.com/nextui-org/nextui/commit/c1f05ecb4646fe99684efd88b9adb1abb7c709f7), [`edd48a09c`](https://github.com/nextui-org/nextui/commit/edd48a09ccab2b0b1c0371d1f3fe23447b07fb54), [`1cd64b2e2`](https://github.com/nextui-org/nextui/commit/1cd64b2e2e7b0abeac1933ae58e0de997ba78fc4), [`8dce94e5f`](https://github.com/nextui-org/nextui/commit/8dce94e5f03e1ac044bedd05b268b964f37316a7), [`e9a6a162e`](https://github.com/nextui-org/nextui/commit/e9a6a162e8a26c6507938191c4e0b5bd94bdbf8d), [`0462dde0a`](https://github.com/nextui-org/nextui/commit/0462dde0a752e5ee5341c372834be5496296a6cc), [`f5d94f96e`](https://github.com/nextui-org/nextui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49), [`c5ab49afa`](https://github.com/nextui-org/nextui/commit/c5ab49afa4b34ff52a7dc95fcc1709f5e3fdaf0b), [`93f178781`](https://github.com/nextui-org/nextui/commit/93f17878154a6351c38c8ef4806b5fb20e4fa217), [`2333c3987`](https://github.com/nextui-org/nextui/commit/2333c39870bcad597c6901b6d2575f157b064d7b), [`57f7c9555`](https://github.com/nextui-org/nextui/commit/57f7c9555e3b0e3779883bb3761cf256d98bba65), [`444d320db`](https://github.com/nextui-org/nextui/commit/444d320dbc146399eb937c219ce983d427675425), [`a164c26e9`](https://github.com/nextui-org/nextui/commit/a164c26e96ac8d899ec457e35e22d9b22829c0fa), [`134f37184`](https://github.com/nextui-org/nextui/commit/134f371843e90f23c3f1816e8b9df328e21d6827), [`5652e7bdd`](https://github.com/nextui-org/nextui/commit/5652e7bddc498c7f7420a68c58f207ba4cbe3933)]:
|
|
- @nextui-org/theme@2.2.7
|
|
- @nextui-org/date-input@2.1.2
|
|
- @nextui-org/dropdown@2.1.27
|
|
- @nextui-org/menu@2.0.26
|
|
- @nextui-org/select@2.2.3
|
|
- @nextui-org/image@2.0.30
|
|
- @nextui-org/date-picker@2.1.3
|
|
- @nextui-org/radio@2.1.3
|
|
- @nextui-org/avatar@2.0.31
|
|
- @nextui-org/calendar@2.0.8
|
|
- @nextui-org/accordion@2.0.36
|
|
- @nextui-org/chip@2.0.31
|
|
- @nextui-org/input@2.2.3
|
|
- @nextui-org/autocomplete@2.1.3
|
|
- @nextui-org/popover@2.1.25
|
|
- @nextui-org/system@2.2.3
|
|
- @nextui-org/user@2.0.32
|
|
- @nextui-org/badge@2.0.30
|
|
- @nextui-org/breadcrumbs@2.0.11
|
|
- @nextui-org/button@2.0.35
|
|
- @nextui-org/card@2.0.32
|
|
- @nextui-org/checkbox@2.1.3
|
|
- @nextui-org/code@2.0.30
|
|
- @nextui-org/divider@2.0.29
|
|
- @nextui-org/kbd@2.0.31
|
|
- @nextui-org/link@2.0.33
|
|
- @nextui-org/listbox@2.1.23
|
|
- @nextui-org/modal@2.0.37
|
|
- @nextui-org/navbar@2.0.34
|
|
- @nextui-org/pagination@2.0.34
|
|
- @nextui-org/progress@2.0.32
|
|
- @nextui-org/ripple@2.0.31
|
|
- @nextui-org/scroll-shadow@2.1.18
|
|
- @nextui-org/skeleton@2.0.30
|
|
- @nextui-org/slider@2.2.13
|
|
- @nextui-org/snippet@2.0.39
|
|
- @nextui-org/spacer@2.0.30
|
|
- @nextui-org/spinner@2.0.31
|
|
- @nextui-org/switch@2.0.32
|
|
- @nextui-org/table@2.0.37
|
|
- @nextui-org/tabs@2.0.33
|
|
- @nextui-org/tooltip@2.0.37
|
|
- @nextui-org/framer-utils@2.0.22
|
|
|
|
## 2.4.2
|
|
|
|
### Patch Changes
|
|
|
|
- [#3240](https://github.com/nextui-org/nextui/pull/3240) [`47c2472fb`](https://github.com/nextui-org/nextui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b) Thanks [@wingkwong](https://github.com/wingkwong)! - bump react-aria dependencies
|
|
|
|
- Updated dependencies [[`47c2472fb`](https://github.com/nextui-org/nextui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`47c2472fb`](https://github.com/nextui-org/nextui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`3da81494c`](https://github.com/nextui-org/nextui/commit/3da81494c37f26e9b0e76745e461ac091e7c03af), [`68d1629e7`](https://github.com/nextui-org/nextui/commit/68d1629e778723c85825463ef0d2cdd66c1a4aff), [`5c83e9cea`](https://github.com/nextui-org/nextui/commit/5c83e9ceafd014691b0532192bee28dd1cdc503f), [`a0d6a77ef`](https://github.com/nextui-org/nextui/commit/a0d6a77efbe917df406bb309cbd1750629534eaf), [`47c2472fb`](https://github.com/nextui-org/nextui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b), [`255c641f9`](https://github.com/nextui-org/nextui/commit/255c641f96903e0d6d29343774e9e7ae67fcdb34), [`d8ceab357`](https://github.com/nextui-org/nextui/commit/d8ceab3579e94a68217e5ddb135f256d40281564), [`75d122317`](https://github.com/nextui-org/nextui/commit/75d1223178a8d6f5b68535b54a79efb2d75a31cc), [`dbb4b8ee5`](https://github.com/nextui-org/nextui/commit/dbb4b8ee564114bfb0ef93467ed9ef6a3ff7e2e7), [`df0126f93`](https://github.com/nextui-org/nextui/commit/df0126f93f0f9c2cfa0cbfa44f5abd394ebd48d0), [`a06422f37`](https://github.com/nextui-org/nextui/commit/a06422f373a13a0cf9f5fada394dec4739ee57e3), [`2069a7a9d`](https://github.com/nextui-org/nextui/commit/2069a7a9d00291266fef763c6817b3bdd3ed4707)]:
|
|
- @nextui-org/popover@2.1.24
|
|
- @nextui-org/autocomplete@2.1.2
|
|
- @nextui-org/modal@2.0.36
|
|
- @nextui-org/date-picker@2.1.2
|
|
- @nextui-org/pagination@2.0.33
|
|
- @nextui-org/tabs@2.0.32
|
|
- @nextui-org/select@2.2.2
|
|
- @nextui-org/accordion@2.0.35
|
|
- @nextui-org/avatar@2.0.30
|
|
- @nextui-org/breadcrumbs@2.0.10
|
|
- @nextui-org/button@2.0.34
|
|
- @nextui-org/calendar@2.0.7
|
|
- @nextui-org/card@2.0.31
|
|
- @nextui-org/checkbox@2.1.2
|
|
- @nextui-org/chip@2.0.30
|
|
- @nextui-org/date-input@2.1.1
|
|
- @nextui-org/dropdown@2.1.26
|
|
- @nextui-org/input@2.2.2
|
|
- @nextui-org/kbd@2.0.30
|
|
- @nextui-org/link@2.0.32
|
|
- @nextui-org/listbox@2.1.22
|
|
- @nextui-org/menu@2.0.25
|
|
- @nextui-org/navbar@2.0.33
|
|
- @nextui-org/progress@2.0.31
|
|
- @nextui-org/radio@2.1.2
|
|
- @nextui-org/slider@2.2.12
|
|
- @nextui-org/snippet@2.0.38
|
|
- @nextui-org/switch@2.0.31
|
|
- @nextui-org/table@2.0.36
|
|
- @nextui-org/tooltip@2.0.36
|
|
- @nextui-org/user@2.0.31
|
|
- @nextui-org/system@2.2.2
|
|
- @nextui-org/theme@2.2.6
|
|
- @nextui-org/badge@2.0.29
|
|
- @nextui-org/skeleton@2.0.29
|
|
- @nextui-org/image@2.0.29
|
|
- @nextui-org/ripple@2.0.30
|
|
- @nextui-org/scroll-shadow@2.1.17
|
|
- @nextui-org/framer-utils@2.0.21
|
|
- @nextui-org/code@2.0.29
|
|
- @nextui-org/divider@2.0.28
|
|
- @nextui-org/spacer@2.0.29
|
|
- @nextui-org/spinner@2.0.30
|
|
|
|
## 2.4.1
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a), [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a), [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a), [`cdbc6514f`](https://github.com/nextui-org/nextui/commit/cdbc6514f8024381b778bad72b6a7a87330dab28), [`43bef0718`](https://github.com/nextui-org/nextui/commit/43bef07180c5e0bc7d08319f922aa47a63715860), [`41d2eeb20`](https://github.com/nextui-org/nextui/commit/41d2eeb20bde3182306f134ba619942e182d0998)]:
|
|
- @nextui-org/accordion@2.0.34
|
|
- @nextui-org/autocomplete@2.1.1
|
|
- @nextui-org/breadcrumbs@2.0.9
|
|
- @nextui-org/button@2.0.33
|
|
- @nextui-org/calendar@2.0.6
|
|
- @nextui-org/card@2.0.30
|
|
- @nextui-org/checkbox@2.1.1
|
|
- @nextui-org/chip@2.0.29
|
|
- @nextui-org/dropdown@2.1.25
|
|
- @nextui-org/input@2.2.1
|
|
- @nextui-org/link@2.0.31
|
|
- @nextui-org/listbox@2.1.21
|
|
- @nextui-org/menu@2.0.24
|
|
- @nextui-org/modal@2.0.35
|
|
- @nextui-org/navbar@2.0.32
|
|
- @nextui-org/pagination@2.0.32
|
|
- @nextui-org/popover@2.1.23
|
|
- @nextui-org/progress@2.0.30
|
|
- @nextui-org/radio@2.1.1
|
|
- @nextui-org/select@2.2.1
|
|
- @nextui-org/slider@2.2.11
|
|
- @nextui-org/switch@2.0.30
|
|
- @nextui-org/table@2.0.35
|
|
- @nextui-org/tabs@2.0.31
|
|
- @nextui-org/tooltip@2.0.35
|
|
- @nextui-org/system@2.2.1
|
|
- @nextui-org/avatar@2.0.29
|
|
- @nextui-org/theme@2.2.5
|
|
- @nextui-org/date-picker@2.1.1
|
|
- @nextui-org/skeleton@2.0.28
|
|
- @nextui-org/snippet@2.0.37
|
|
- @nextui-org/user@2.0.30
|
|
- @nextui-org/badge@2.0.28
|
|
- @nextui-org/date-input@2.1.0
|
|
- @nextui-org/image@2.0.28
|
|
- @nextui-org/ripple@2.0.29
|
|
- @nextui-org/scroll-shadow@2.1.16
|
|
- @nextui-org/framer-utils@2.0.20
|
|
- @nextui-org/code@2.0.28
|
|
- @nextui-org/divider@2.0.28
|
|
- @nextui-org/kbd@2.0.29
|
|
- @nextui-org/spacer@2.0.28
|
|
- @nextui-org/spinner@2.0.29
|
|
|
|
## 2.4.0
|
|
|
|
### Minor Changes
|
|
|
|
- [#2929](https://github.com/nextui-org/nextui/pull/2929) [`422770cc6`](https://github.com/nextui-org/nextui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally.
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`aba1716ed`](https://github.com/nextui-org/nextui/commit/aba1716edc2a85c94e6baeb4acc481f67589d002), [`76f4dd8e7`](https://github.com/nextui-org/nextui/commit/76f4dd8e76d4c0047953fc8a5b8b65614d7375f0), [`e3afa4789`](https://github.com/nextui-org/nextui/commit/e3afa4789a1ac0fa929b2acaca5bd9c520567ab8), [`77e85e665`](https://github.com/nextui-org/nextui/commit/77e85e665c94a188db46ec08c61c872e5d8e7d8c), [`1109baea6`](https://github.com/nextui-org/nextui/commit/1109baea6ac6aa3feb2be90ef065f61b2c2a06a9), [`3b14c21e0`](https://github.com/nextui-org/nextui/commit/3b14c21e02fedf15d7d22e911109dac60c4e780e), [`c8f792ccd`](https://github.com/nextui-org/nextui/commit/c8f792ccd78a80000e6f5b15e6f22cac947fd531), [`a2133009f`](https://github.com/nextui-org/nextui/commit/a2133009f73aa728a0e5deeb9b742aa1defd4de2), [`10497f1a9`](https://github.com/nextui-org/nextui/commit/10497f1a97c0ecfec1cf699a1cd407be48553754), [`7df2c71ec`](https://github.com/nextui-org/nextui/commit/7df2c71ecc5f06d60807b6b3502d3a118080a0d5), [`ad08010fe`](https://github.com/nextui-org/nextui/commit/ad08010fe58438c8d8f264ee1671b53d6638a724), [`bf68c91b9`](https://github.com/nextui-org/nextui/commit/bf68c91b9a5be2014830859b0be2127d657ba90f), [`e34c5e307`](https://github.com/nextui-org/nextui/commit/e34c5e307d1dfa2747e7fd77752983ad30a7e3eb), [`ca8554ccf`](https://github.com/nextui-org/nextui/commit/ca8554ccff143c49aea535b98e4ffdbcd0040a26), [`c83ff382b`](https://github.com/nextui-org/nextui/commit/c83ff382b9e5deaa08ed7e64eee484cc4904704d), [`5329de42d`](https://github.com/nextui-org/nextui/commit/5329de42d2152424bfb5d5ebbf08a68d557f147f), [`6bbd234aa`](https://github.com/nextui-org/nextui/commit/6bbd234aa23fa594a191e39265296c3be09fda7f), [`31bfaebe2`](https://github.com/nextui-org/nextui/commit/31bfaebe2c53b0a3b9d18c65db4089e6044fe9dc), [`9acf3eada`](https://github.com/nextui-org/nextui/commit/9acf3eada03af911dba42198a83e8ea4b453a93a), [`422770cc6`](https://github.com/nextui-org/nextui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2), [`8048dcc0c`](https://github.com/nextui-org/nextui/commit/8048dcc0c37455d2574c93d6f9fa505a936aedb5), [`5f735a989`](https://github.com/nextui-org/nextui/commit/5f735a989297dd5b5b82eba84b91ddbdb33cd3c4), [`540aa2124`](https://github.com/nextui-org/nextui/commit/540aa2124b45b65a40e73f5aea2b90405fe1fe9a), [`2a2a0692c`](https://github.com/nextui-org/nextui/commit/2a2a0692ca81ea575d2328d933d775ccbd43ac1c), [`06ecd213c`](https://github.com/nextui-org/nextui/commit/06ecd213cf85db2dfaa5fc26c1fed62dcb5fbc85), [`5f5ad7a1d`](https://github.com/nextui-org/nextui/commit/5f5ad7a1ddae1fb30be4a25e6aad4f87666ee1ce), [`9d63259ee`](https://github.com/nextui-org/nextui/commit/9d63259eeacfe8b8714629e612a20e00293f0a43), [`20ba81948`](https://github.com/nextui-org/nextui/commit/20ba81948d86ccc7ea4269cceb06e04899903b0e), [`0108d06d3`](https://github.com/nextui-org/nextui/commit/0108d06d3b4167b28d4be03813d883d9d4d7d9f6), [`8988981c5`](https://github.com/nextui-org/nextui/commit/8988981c532b35577b0efa3a68496499973acb33), [`648edad77`](https://github.com/nextui-org/nextui/commit/648edad77ea6265baecbc8cd7d1caee5a983da7c)]:
|
|
- @nextui-org/autocomplete@2.1.0
|
|
- @nextui-org/calendar@2.0.5
|
|
- @nextui-org/date-input@2.1.0
|
|
- @nextui-org/date-picker@2.1.0
|
|
- @nextui-org/theme@2.2.4
|
|
- @nextui-org/system@2.2.0
|
|
- @nextui-org/modal@2.0.34
|
|
- @nextui-org/popover@2.1.22
|
|
- @nextui-org/dropdown@2.1.24
|
|
- @nextui-org/select@2.2.0
|
|
- @nextui-org/listbox@2.1.20
|
|
- @nextui-org/menu@2.0.23
|
|
- @nextui-org/tabs@2.0.30
|
|
- @nextui-org/accordion@2.0.33
|
|
- @nextui-org/slider@2.2.10
|
|
- @nextui-org/switch@2.0.29
|
|
- @nextui-org/avatar@2.0.28
|
|
- @nextui-org/badge@2.0.28
|
|
- @nextui-org/breadcrumbs@2.0.8
|
|
- @nextui-org/button@2.0.32
|
|
- @nextui-org/card@2.0.29
|
|
- @nextui-org/checkbox@2.1.0
|
|
- @nextui-org/image@2.0.28
|
|
- @nextui-org/input@2.2.0
|
|
- @nextui-org/link@2.0.30
|
|
- @nextui-org/navbar@2.0.31
|
|
- @nextui-org/pagination@2.0.31
|
|
- @nextui-org/progress@2.0.29
|
|
- @nextui-org/radio@2.1.0
|
|
- @nextui-org/ripple@2.0.29
|
|
- @nextui-org/skeleton@2.0.28
|
|
- @nextui-org/snippet@2.0.36
|
|
- @nextui-org/table@2.0.34
|
|
- @nextui-org/tooltip@2.0.34
|
|
- @nextui-org/framer-utils@2.0.19
|
|
- @nextui-org/chip@2.0.28
|
|
- @nextui-org/code@2.0.28
|
|
- @nextui-org/divider@2.0.28
|
|
- @nextui-org/kbd@2.0.29
|
|
- @nextui-org/scroll-shadow@2.1.16
|
|
- @nextui-org/spacer@2.0.28
|
|
- @nextui-org/spinner@2.0.29
|
|
- @nextui-org/user@2.0.29
|
|
|
|
## 2.3.6
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`d532a9da7`](https://github.com/nextui-org/nextui/commit/d532a9da7a24d3552ef1bf0706c9fbf984887ddb), [`1cc5215ce`](https://github.com/nextui-org/nextui/commit/1cc5215ce6026da7e7736d74a5479b2f5b86c1ff), [`355235320`](https://github.com/nextui-org/nextui/commit/35523532030468837939d127b68bee30bbc4e2b0), [`31934017a`](https://github.com/nextui-org/nextui/commit/31934017a54627cbc78583674e990dc66dbe303e), [`25484f866`](https://github.com/nextui-org/nextui/commit/25484f866338cf6df549ba0b1082ffd57384eee2), [`6b96ea9c9`](https://github.com/nextui-org/nextui/commit/6b96ea9c9c091d025a886361f50970599a260715), [`308b32c0f`](https://github.com/nextui-org/nextui/commit/308b32c0f1611ecc72d8cf3b91a4481cc0fc09a5), [`e9fef9bd9`](https://github.com/nextui-org/nextui/commit/e9fef9bd922ae1efdf3f796cfe88a579bf693c1d), [`1dacf52f3`](https://github.com/nextui-org/nextui/commit/1dacf52f305a410cbf59d067d1977024d982ad03), [`765c04e2a`](https://github.com/nextui-org/nextui/commit/765c04e2a5b3e3a072d87a4ae1bcb8ae389d53a0)]:
|
|
- @nextui-org/table@2.0.33
|
|
- @nextui-org/date-picker@2.0.7
|
|
- @nextui-org/input@2.1.21
|
|
- @nextui-org/theme@2.2.3
|
|
- @nextui-org/calendar@2.0.4
|
|
- @nextui-org/ripple@2.0.28
|
|
- @nextui-org/accordion@2.0.32
|
|
- @nextui-org/autocomplete@2.0.16
|
|
- @nextui-org/modal@2.0.33
|
|
- @nextui-org/navbar@2.0.30
|
|
- @nextui-org/popover@2.1.21
|
|
- @nextui-org/select@2.1.27
|
|
- @nextui-org/tabs@2.0.29
|
|
- @nextui-org/avatar@2.0.27
|
|
- @nextui-org/badge@2.0.27
|
|
- @nextui-org/breadcrumbs@2.0.7
|
|
- @nextui-org/button@2.0.31
|
|
- @nextui-org/card@2.0.28
|
|
- @nextui-org/checkbox@2.0.29
|
|
- @nextui-org/chip@2.0.28
|
|
- @nextui-org/code@2.0.27
|
|
- @nextui-org/date-input@2.0.3
|
|
- @nextui-org/divider@2.0.27
|
|
- @nextui-org/dropdown@2.1.23
|
|
- @nextui-org/image@2.0.27
|
|
- @nextui-org/kbd@2.0.28
|
|
- @nextui-org/link@2.0.29
|
|
- @nextui-org/listbox@2.1.19
|
|
- @nextui-org/menu@2.0.22
|
|
- @nextui-org/pagination@2.0.30
|
|
- @nextui-org/progress@2.0.28
|
|
- @nextui-org/radio@2.0.28
|
|
- @nextui-org/scroll-shadow@2.1.16
|
|
- @nextui-org/skeleton@2.0.27
|
|
- @nextui-org/slider@2.2.9
|
|
- @nextui-org/snippet@2.0.35
|
|
- @nextui-org/spacer@2.0.27
|
|
- @nextui-org/spinner@2.0.28
|
|
- @nextui-org/switch@2.0.28
|
|
- @nextui-org/tooltip@2.0.33
|
|
- @nextui-org/user@2.0.28
|
|
|
|
## 2.3.5
|
|
|
|
### Patch Changes
|
|
|
|
- [#2789](https://github.com/nextui-org/nextui/pull/2789) [`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #2749 Introduced named exports for several UI-related packages to enhance modularity and usability in Next.js projects.
|
|
|
|
- Updated dependencies [[`183a4a6cf`](https://github.com/nextui-org/nextui/commit/183a4a6cfda193a076a4a30550ab93b72d51002d), [`eccc2f2f3`](https://github.com/nextui-org/nextui/commit/eccc2f2f3d856eefb2cc7c07b94e1c4cefd4d7d0)]:
|
|
- @nextui-org/dropdown@2.1.22
|
|
- @nextui-org/popover@2.1.20
|
|
- @nextui-org/theme@2.2.2
|
|
- @nextui-org/system@2.1.2
|
|
- @nextui-org/framer-utils@2.0.18
|
|
- @nextui-org/breadcrumbs@2.0.7
|
|
- @nextui-org/navbar@2.0.30
|
|
- @nextui-org/autocomplete@2.0.15
|
|
- @nextui-org/date-picker@2.0.6
|
|
- @nextui-org/select@2.1.26
|
|
- @nextui-org/accordion@2.0.31
|
|
- @nextui-org/avatar@2.0.27
|
|
- @nextui-org/badge@2.0.27
|
|
- @nextui-org/button@2.0.30
|
|
- @nextui-org/calendar@2.0.3
|
|
- @nextui-org/card@2.0.27
|
|
- @nextui-org/checkbox@2.0.29
|
|
- @nextui-org/chip@2.0.28
|
|
- @nextui-org/code@2.0.27
|
|
- @nextui-org/date-input@2.0.3
|
|
- @nextui-org/divider@2.0.27
|
|
- @nextui-org/image@2.0.27
|
|
- @nextui-org/input@2.1.20
|
|
- @nextui-org/kbd@2.0.28
|
|
- @nextui-org/link@2.0.29
|
|
- @nextui-org/listbox@2.1.19
|
|
- @nextui-org/menu@2.0.21
|
|
- @nextui-org/modal@2.0.33
|
|
- @nextui-org/pagination@2.0.30
|
|
- @nextui-org/progress@2.0.28
|
|
- @nextui-org/radio@2.0.28
|
|
- @nextui-org/ripple@2.0.27
|
|
- @nextui-org/scroll-shadow@2.1.16
|
|
- @nextui-org/skeleton@2.0.27
|
|
- @nextui-org/slider@2.2.9
|
|
- @nextui-org/snippet@2.0.34
|
|
- @nextui-org/spacer@2.0.27
|
|
- @nextui-org/spinner@2.0.28
|
|
- @nextui-org/switch@2.0.28
|
|
- @nextui-org/table@2.0.32
|
|
- @nextui-org/tabs@2.0.29
|
|
- @nextui-org/tooltip@2.0.33
|
|
- @nextui-org/user@2.0.28
|
|
|
|
## 2.3.4
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`69f713cb0`](https://github.com/nextui-org/nextui/commit/69f713cb056d1d39db510b75bdd53eb29c459b19), [`9e5dd8ce3`](https://github.com/nextui-org/nextui/commit/9e5dd8ce37c94c9ca1ba7b2049a6e55f1803fee9)]:
|
|
- @nextui-org/checkbox@2.0.28
|
|
- @nextui-org/popover@2.1.19
|
|
- @nextui-org/modal@2.0.32
|
|
- @nextui-org/table@2.0.31
|
|
- @nextui-org/autocomplete@2.0.14
|
|
- @nextui-org/date-picker@2.0.5
|
|
- @nextui-org/dropdown@2.1.21
|
|
- @nextui-org/select@2.1.25
|
|
- @nextui-org/breadcrumbs@2.0.6
|
|
- @nextui-org/navbar@2.0.29
|
|
|
|
## 2.3.3
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`6b56e43a3`](https://github.com/nextui-org/nextui/commit/6b56e43a350d045c36eb9983c7f48ba61db7cdd2), [`f89356691`](https://github.com/nextui-org/nextui/commit/f89356691cecb8e54f5f820b2b4491537e7c11f3)]:
|
|
- @nextui-org/dropdown@2.1.20
|
|
- @nextui-org/menu@2.0.20
|
|
- @nextui-org/popover@2.1.18
|
|
- @nextui-org/breadcrumbs@2.0.6
|
|
- @nextui-org/navbar@2.0.29
|
|
- @nextui-org/autocomplete@2.0.13
|
|
- @nextui-org/date-picker@2.0.4
|
|
- @nextui-org/select@2.1.24
|
|
|
|
## 2.3.2
|
|
|
|
### Patch Changes
|
|
|
|
- [#2758](https://github.com/nextui-org/nextui/pull/2758) [`74eda3128`](https://github.com/nextui-org/nextui/commit/74eda312883b2e17df26f71442aba9fb3cd240be) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Named exports for rsc packages, "use client;" directive added to "@nextui-org/react" package
|
|
|
|
- Updated dependencies [[`74eda3128`](https://github.com/nextui-org/nextui/commit/74eda312883b2e17df26f71442aba9fb3cd240be), [`2126ea186`](https://github.com/nextui-org/nextui/commit/2126ea186317e855bfb8f4a5ad326b4e65293466), [`158c2aa00`](https://github.com/nextui-org/nextui/commit/158c2aa004f0080449321f84b0efd37762e8adc0), [`f728c0542`](https://github.com/nextui-org/nextui/commit/f728c0542c1f63398aa2fee4c7f2dedaf16ca185), [`cadbb30cf`](https://github.com/nextui-org/nextui/commit/cadbb30cfb786d2b54e1cb46ea9319d4cb9ce590)]:
|
|
- @nextui-org/system@2.1.1
|
|
- @nextui-org/table@2.0.30
|
|
- @nextui-org/calendar@2.0.2
|
|
- @nextui-org/date-picker@2.0.3
|
|
- @nextui-org/theme@2.2.1
|
|
- @nextui-org/radio@2.0.27
|
|
- @nextui-org/checkbox@2.0.27
|
|
- @nextui-org/accordion@2.0.30
|
|
- @nextui-org/autocomplete@2.0.12
|
|
- @nextui-org/avatar@2.0.26
|
|
- @nextui-org/breadcrumbs@2.0.6
|
|
- @nextui-org/button@2.0.29
|
|
- @nextui-org/card@2.0.26
|
|
- @nextui-org/chip@2.0.27
|
|
- @nextui-org/date-input@2.0.2
|
|
- @nextui-org/dropdown@2.1.19
|
|
- @nextui-org/image@2.0.26
|
|
- @nextui-org/input@2.1.19
|
|
- @nextui-org/link@2.0.28
|
|
- @nextui-org/listbox@2.1.18
|
|
- @nextui-org/menu@2.0.19
|
|
- @nextui-org/modal@2.0.32
|
|
- @nextui-org/navbar@2.0.29
|
|
- @nextui-org/pagination@2.0.29
|
|
- @nextui-org/popover@2.1.17
|
|
- @nextui-org/progress@2.0.27
|
|
- @nextui-org/ripple@2.0.26
|
|
- @nextui-org/scroll-shadow@2.1.15
|
|
- @nextui-org/select@2.1.23
|
|
- @nextui-org/slider@2.2.8
|
|
- @nextui-org/snippet@2.0.33
|
|
- @nextui-org/switch@2.0.27
|
|
- @nextui-org/tabs@2.0.28
|
|
- @nextui-org/tooltip@2.0.32
|
|
- @nextui-org/user@2.0.27
|
|
- @nextui-org/framer-utils@2.0.17
|
|
- @nextui-org/badge@2.0.26
|
|
- @nextui-org/code@2.0.26
|
|
- @nextui-org/divider@2.0.27
|
|
- @nextui-org/kbd@2.0.27
|
|
- @nextui-org/skeleton@2.0.26
|
|
- @nextui-org/spacer@2.0.26
|
|
- @nextui-org/spinner@2.0.27
|
|
|
|
## 2.3.1
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`60c61aaf0`](https://github.com/nextui-org/nextui/commit/60c61aaf0c46a01ca1ee0d99a6b2d0a1784cc357), [`fdbfa1f29`](https://github.com/nextui-org/nextui/commit/fdbfa1f2999e3a6304c7cf36fd73ce5e4ef3fe50)]:
|
|
- @nextui-org/modal@2.0.31
|
|
- @nextui-org/date-picker@2.0.2
|
|
|
|
## 2.3.0
|
|
|
|
### Minor Changes
|
|
|
|
- [#2618](https://github.com/nextui-org/nextui/pull/2618) [`dc0bcf13a`](https://github.com/nextui-org/nextui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.3.0
|
|
|
|
- [#2618](https://github.com/nextui-org/nextui/pull/2618) [`dc0bcf13a`](https://github.com/nextui-org/nextui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Calendar component added
|
|
- objectToDeps function applied all across components
|
|
- `useMeasure` hook added
|
|
- `useIntersectionObserver` hook added
|
|
- `framer-transitions` renamed to `framer-utils`
|
|
- `ResizablePanel` component added to `framer-utils`
|
|
- `test-utils` updated
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`86a78c9b9`](https://github.com/nextui-org/nextui/commit/86a78c9b91042f871a60a9a2d6e3e3acc636637d), [`2e49e0831`](https://github.com/nextui-org/nextui/commit/2e49e0831533350808e0fcbd48585f910981b39a), [`dc0bcf13a`](https://github.com/nextui-org/nextui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`707a61de4`](https://github.com/nextui-org/nextui/commit/707a61de4c41282fd317e3f4b1bc95802b1d43df), [`0359bf308`](https://github.com/nextui-org/nextui/commit/0359bf3084d9f0fc29bf70505b600dab5e1c5da1), [`5ea479f6c`](https://github.com/nextui-org/nextui/commit/5ea479f6c464ab5e9a62a0cb15e034638ea8dfd5), [`dc0bcf13a`](https://github.com/nextui-org/nextui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`0443ec1c8`](https://github.com/nextui-org/nextui/commit/0443ec1c878812de465966f2f65e3be56d1be9b5), [`dc0bcf13a`](https://github.com/nextui-org/nextui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/nextui-org/nextui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`dc0bcf13a`](https://github.com/nextui-org/nextui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`a05aef0ac`](https://github.com/nextui-org/nextui/commit/a05aef0acb5a7b000c8131e8ba4f50f0adec01e5), [`888d86184`](https://github.com/nextui-org/nextui/commit/888d8618410741c7e00500ee812c6431e5239877), [`dc0bcf13a`](https://github.com/nextui-org/nextui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`ef6ea6c1f`](https://github.com/nextui-org/nextui/commit/ef6ea6c1ffb57cd30f8994143a48b70f8ad2adeb), [`aab1f19a9`](https://github.com/nextui-org/nextui/commit/aab1f19a96f0b07ee064bb1ccbdc782bd288fd8a), [`2b9f89023`](https://github.com/nextui-org/nextui/commit/2b9f89023ac087016083dcc205703ae1b2bc9cb8), [`c5049edfd`](https://github.com/nextui-org/nextui/commit/c5049edfde7edaee2081d70e581739be9dcae2f9), [`dc0bcf13a`](https://github.com/nextui-org/nextui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`b0ee8e3fc`](https://github.com/nextui-org/nextui/commit/b0ee8e3fc22634fa8617d1b43f62ec89e87ee137), [`e45843255`](https://github.com/nextui-org/nextui/commit/e4584325504fd728cb7177dd2619f1083d80819c), [`5d84634c0`](https://github.com/nextui-org/nextui/commit/5d84634c0af3a5a66622d188950f2bcacde7c2e4), [`ea48ac2d0`](https://github.com/nextui-org/nextui/commit/ea48ac2d08ac641468c4b69e8ecdc0fb16cb5b46), [`eb11a7731`](https://github.com/nextui-org/nextui/commit/eb11a7731ada165103e898ea97e80f2b735bbedd), [`af877f7dd`](https://github.com/nextui-org/nextui/commit/af877f7ddbfd0de5b2e025be077f22155762e93d), [`a702bb869`](https://github.com/nextui-org/nextui/commit/a702bb869d08aff6aa649527a8c74e8380ce311e), [`4dd2605ac`](https://github.com/nextui-org/nextui/commit/4dd2605ac2270b419ff5b652a116e5048ec95c87), [`e4b3c7d1a`](https://github.com/nextui-org/nextui/commit/e4b3c7d1a19bc31c1f69c90a5b467bf8310602dc), [`2829d4afa`](https://github.com/nextui-org/nextui/commit/2829d4afaef37ad899fec36d6a9e0e9d2f95094f), [`0d9ea4925`](https://github.com/nextui-org/nextui/commit/0d9ea4925bdb819b6a95ac18aedab029499c7e22), [`a1c112431`](https://github.com/nextui-org/nextui/commit/a1c112431f211bb0417443e771a67bdd912f4d66), [`0a9982d3e`](https://github.com/nextui-org/nextui/commit/0a9982d3efe6ac8dfc25438f21598c8fe53de4db), [`52dafd08f`](https://github.com/nextui-org/nextui/commit/52dafd08f178483e79dc847b61d1c761af26eb8e), [`25640e42f`](https://github.com/nextui-org/nextui/commit/25640e42ff2656440f0fc33b9b75150005b9086d), [`2c3be59df`](https://github.com/nextui-org/nextui/commit/2c3be59dfb22a0059b814c63116606d5ec7345a0), [`dc0bcf13a`](https://github.com/nextui-org/nextui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`8761168d3`](https://github.com/nextui-org/nextui/commit/8761168d3459cd83ce571f4e65eb8ea6db8516ef), [`0a10de8d0`](https://github.com/nextui-org/nextui/commit/0a10de8d08fac7ce4aa995a66d9f28c91602e04d), [`eb51bf226`](https://github.com/nextui-org/nextui/commit/eb51bf226170e4bb37ae30990d1c3aa26d8c504b), [`bae544d19`](https://github.com/nextui-org/nextui/commit/bae544d1985dc093aedfa652578acdfcdae83983), [`dc0bcf13a`](https://github.com/nextui-org/nextui/commit/dc0bcf13a5e9aa0450938bcca47cd4c696066f14), [`26a3a7d2c`](https://github.com/nextui-org/nextui/commit/26a3a7d2c6433c3bdd2aa6e6200077a57fdd94f4), [`7263daca0`](https://github.com/nextui-org/nextui/commit/7263daca08674338eb28529315070337ba0dfc17), [`2894aecca`](https://github.com/nextui-org/nextui/commit/2894aecca1a2ef0dfb3066b9b8df24ce48c99dae), [`a68626200`](https://github.com/nextui-org/nextui/commit/a6862620094eae485fcb323690c3e1c6e29de690)]:
|
|
- @nextui-org/autocomplete@2.0.11
|
|
- @nextui-org/ripple@2.0.25
|
|
- @nextui-org/system@2.1.0
|
|
- @nextui-org/theme@2.2.0
|
|
- @nextui-org/accordion@2.0.29
|
|
- @nextui-org/avatar@2.0.25
|
|
- @nextui-org/badge@2.0.25
|
|
- @nextui-org/breadcrumbs@2.0.5
|
|
- @nextui-org/button@2.0.28
|
|
- @nextui-org/calendar@2.0.1
|
|
- @nextui-org/card@2.0.25
|
|
- @nextui-org/checkbox@2.0.26
|
|
- @nextui-org/chip@2.0.26
|
|
- @nextui-org/code@2.0.25
|
|
- @nextui-org/date-input@2.0.1
|
|
- @nextui-org/date-picker@2.0.1
|
|
- @nextui-org/divider@2.0.26
|
|
- @nextui-org/dropdown@2.1.18
|
|
- @nextui-org/image@2.0.25
|
|
- @nextui-org/input@2.1.18
|
|
- @nextui-org/kbd@2.0.26
|
|
- @nextui-org/link@2.0.27
|
|
- @nextui-org/listbox@2.1.17
|
|
- @nextui-org/menu@2.0.18
|
|
- @nextui-org/modal@2.0.30
|
|
- @nextui-org/navbar@2.0.28
|
|
- @nextui-org/pagination@2.0.28
|
|
- @nextui-org/popover@2.1.16
|
|
- @nextui-org/progress@2.0.26
|
|
- @nextui-org/radio@2.0.26
|
|
- @nextui-org/scroll-shadow@2.1.14
|
|
- @nextui-org/select@2.1.22
|
|
- @nextui-org/skeleton@2.0.25
|
|
- @nextui-org/slider@2.2.7
|
|
- @nextui-org/snippet@2.0.32
|
|
- @nextui-org/spacer@2.0.25
|
|
- @nextui-org/spinner@2.0.26
|
|
- @nextui-org/switch@2.0.26
|
|
- @nextui-org/table@2.0.29
|
|
- @nextui-org/tabs@2.0.27
|
|
- @nextui-org/tooltip@2.0.31
|
|
- @nextui-org/user@2.0.26
|
|
- @nextui-org/framer-utils@2.0.16
|
|
|
|
## 2.2.10
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`141887d38`](https://github.com/nextui-org/nextui/commit/141887d38c3b15a332b7d521448d4eb8e0743ba4), [`fa27bccb3`](https://github.com/nextui-org/nextui/commit/fa27bccb37060cbf6a13a89f9e7b02f713c3cd43), [`e4ba43b4e`](https://github.com/nextui-org/nextui/commit/e4ba43b4e39203566614ac0aa58e844e9421c86e), [`e12f3faa8`](https://github.com/nextui-org/nextui/commit/e12f3faa81f804c22adfce8fd7458d68447a408b), [`0ba165f0f`](https://github.com/nextui-org/nextui/commit/0ba165f0fd2257f5b8302b32a9f5eb1ecde8d890), [`37bed2368`](https://github.com/nextui-org/nextui/commit/37bed2368e2414a6eb3cf8744896a18ca7299a91), [`436ba1cd8`](https://github.com/nextui-org/nextui/commit/436ba1cd8412dc044651ab38ff2ed770f35377ff), [`e6f36281c`](https://github.com/nextui-org/nextui/commit/e6f36281cb8bcf6784c2fee47860f618dea9346c), [`0b5cde7bc`](https://github.com/nextui-org/nextui/commit/0b5cde7bc4fc71231eb117f44052db2efdbdc595), [`e83595e06`](https://github.com/nextui-org/nextui/commit/e83595e06f8225ea590491906109721d46e5dc1f), [`bea1e1fde`](https://github.com/nextui-org/nextui/commit/bea1e1fde8358d03a16bb6a9e517de724b5d95e4), [`dec7d411b`](https://github.com/nextui-org/nextui/commit/dec7d411b5c9cf1ddb9d74bf8ac897f306017835), [`a235e324b`](https://github.com/nextui-org/nextui/commit/a235e324b9ee0c7d4f6af23b086860ac112ff633), [`0ce10269c`](https://github.com/nextui-org/nextui/commit/0ce10269c2eb5b89cdee13e493bc9e2e0b430be9), [`9b27da544`](https://github.com/nextui-org/nextui/commit/9b27da544e950cdb2bccd2d1a57ead772fd10dc1), [`01aedcf09`](https://github.com/nextui-org/nextui/commit/01aedcf09b63daafef9ff5e0465040c0c91c809e)]:
|
|
- @nextui-org/theme@2.1.18
|
|
- @nextui-org/modal@2.0.29
|
|
- @nextui-org/input@2.1.17
|
|
- @nextui-org/autocomplete@2.0.10
|
|
- @nextui-org/select@2.1.21
|
|
- @nextui-org/spinner@2.0.25
|
|
- @nextui-org/tooltip@2.0.30
|
|
- @nextui-org/pagination@2.0.27
|
|
- @nextui-org/popover@2.1.15
|
|
- @nextui-org/progress@2.0.25
|
|
- @nextui-org/dropdown@2.1.17
|
|
- @nextui-org/accordion@2.0.28
|
|
- @nextui-org/avatar@2.0.24
|
|
- @nextui-org/badge@2.0.24
|
|
- @nextui-org/breadcrumbs@2.0.4
|
|
- @nextui-org/button@2.0.27
|
|
- @nextui-org/card@2.0.24
|
|
- @nextui-org/checkbox@2.0.25
|
|
- @nextui-org/chip@2.0.25
|
|
- @nextui-org/code@2.0.24
|
|
- @nextui-org/divider@2.0.25
|
|
- @nextui-org/image@2.0.24
|
|
- @nextui-org/kbd@2.0.25
|
|
- @nextui-org/link@2.0.26
|
|
- @nextui-org/listbox@2.1.16
|
|
- @nextui-org/menu@2.0.17
|
|
- @nextui-org/navbar@2.0.27
|
|
- @nextui-org/radio@2.0.25
|
|
- @nextui-org/ripple@2.0.24
|
|
- @nextui-org/scroll-shadow@2.1.13
|
|
- @nextui-org/skeleton@2.0.24
|
|
- @nextui-org/slider@2.2.6
|
|
- @nextui-org/snippet@2.0.31
|
|
- @nextui-org/spacer@2.0.24
|
|
- @nextui-org/switch@2.0.25
|
|
- @nextui-org/table@2.0.28
|
|
- @nextui-org/tabs@2.0.26
|
|
- @nextui-org/user@2.0.25
|
|
|
|
## 2.2.9
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`0f5cce5d6`](https://github.com/nextui-org/nextui/commit/0f5cce5d62713c59973b4330607cdcd3fd95d41a), [`36775dcee`](https://github.com/nextui-org/nextui/commit/36775dceee18e4b69684bab4cbdd122a6034c91f), [`aab1dbf77`](https://github.com/nextui-org/nextui/commit/aab1dbf77cee29375bf958e44bdf1d6da037cf1f), [`aab1dbf77`](https://github.com/nextui-org/nextui/commit/aab1dbf77cee29375bf958e44bdf1d6da037cf1f), [`467383b8a`](https://github.com/nextui-org/nextui/commit/467383b8a2ad42bd22fabe1f70ea17c95bede53b)]:
|
|
- @nextui-org/theme@2.1.17
|
|
- @nextui-org/navbar@2.0.27
|
|
- @nextui-org/autocomplete@2.0.9
|
|
- @nextui-org/tabs@2.0.26
|
|
- @nextui-org/switch@2.0.25
|
|
- @nextui-org/accordion@2.0.28
|
|
- @nextui-org/avatar@2.0.24
|
|
- @nextui-org/badge@2.0.24
|
|
- @nextui-org/breadcrumbs@2.0.4
|
|
- @nextui-org/button@2.0.26
|
|
- @nextui-org/card@2.0.24
|
|
- @nextui-org/checkbox@2.0.25
|
|
- @nextui-org/chip@2.0.25
|
|
- @nextui-org/code@2.0.24
|
|
- @nextui-org/divider@2.0.25
|
|
- @nextui-org/dropdown@2.1.16
|
|
- @nextui-org/image@2.0.24
|
|
- @nextui-org/input@2.1.16
|
|
- @nextui-org/kbd@2.0.25
|
|
- @nextui-org/link@2.0.26
|
|
- @nextui-org/listbox@2.1.16
|
|
- @nextui-org/menu@2.0.17
|
|
- @nextui-org/modal@2.0.28
|
|
- @nextui-org/pagination@2.0.26
|
|
- @nextui-org/popover@2.1.14
|
|
- @nextui-org/progress@2.0.24
|
|
- @nextui-org/radio@2.0.25
|
|
- @nextui-org/ripple@2.0.24
|
|
- @nextui-org/scroll-shadow@2.1.12
|
|
- @nextui-org/select@2.1.20
|
|
- @nextui-org/skeleton@2.0.24
|
|
- @nextui-org/slider@2.2.5
|
|
- @nextui-org/snippet@2.0.30
|
|
- @nextui-org/spacer@2.0.24
|
|
- @nextui-org/spinner@2.0.24
|
|
- @nextui-org/table@2.0.28
|
|
- @nextui-org/tooltip@2.0.29
|
|
- @nextui-org/user@2.0.25
|
|
- @nextui-org/system@2.0.15
|
|
|
|
## 2.2.8
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`d2bd008ba`](https://github.com/nextui-org/nextui/commit/d2bd008ba3d4de73f4405f1997b15466efd19a81)]:
|
|
- @nextui-org/input@2.1.16
|
|
- @nextui-org/accordion@2.0.27
|
|
- @nextui-org/autocomplete@2.0.8
|
|
- @nextui-org/modal@2.0.27
|
|
- @nextui-org/navbar@2.0.26
|
|
- @nextui-org/popover@2.1.13
|
|
- @nextui-org/select@2.1.19
|
|
- @nextui-org/tabs@2.0.25
|
|
|
|
## 2.2.7
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`9189b3fbf`](https://github.com/nextui-org/nextui/commit/9189b3fbf2d6d6cc6566009c71b37d5fcc566291)]:
|
|
- @nextui-org/input@2.1.15
|
|
- @nextui-org/theme@2.1.16
|
|
- @nextui-org/accordion@2.0.27
|
|
- @nextui-org/autocomplete@2.0.7
|
|
- @nextui-org/avatar@2.0.24
|
|
- @nextui-org/badge@2.0.23
|
|
- @nextui-org/breadcrumbs@2.0.4
|
|
- @nextui-org/button@2.0.25
|
|
- @nextui-org/checkbox@2.0.25
|
|
- @nextui-org/chip@2.0.25
|
|
- @nextui-org/dropdown@2.1.15
|
|
- @nextui-org/link@2.0.26
|
|
- @nextui-org/listbox@2.1.15
|
|
- @nextui-org/menu@2.0.16
|
|
- @nextui-org/modal@2.0.27
|
|
- @nextui-org/navbar@2.0.26
|
|
- @nextui-org/pagination@2.0.26
|
|
- @nextui-org/select@2.1.19
|
|
- @nextui-org/slider@2.2.4
|
|
- @nextui-org/snippet@2.0.29
|
|
- @nextui-org/switch@2.0.24
|
|
- @nextui-org/table@2.0.27
|
|
- @nextui-org/tabs@2.0.25
|
|
- @nextui-org/popover@2.1.13
|
|
- @nextui-org/card@2.0.24
|
|
- @nextui-org/code@2.0.23
|
|
- @nextui-org/divider@2.0.24
|
|
- @nextui-org/image@2.0.24
|
|
- @nextui-org/kbd@2.0.24
|
|
- @nextui-org/progress@2.0.24
|
|
- @nextui-org/radio@2.0.25
|
|
- @nextui-org/ripple@2.0.24
|
|
- @nextui-org/scroll-shadow@2.1.12
|
|
- @nextui-org/skeleton@2.0.23
|
|
- @nextui-org/spacer@2.0.23
|
|
- @nextui-org/spinner@2.0.23
|
|
- @nextui-org/tooltip@2.0.28
|
|
- @nextui-org/user@2.0.25
|
|
- @nextui-org/system@2.0.14
|
|
|
|
## 2.2.6
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`135cc21e6`](https://github.com/nextui-org/nextui/commit/135cc21e6f0f2bee1f19e7e5799b6cea8179b7f5), [`7f6218b97`](https://github.com/nextui-org/nextui/commit/7f6218b97860d267f5208134948dfeadd04505d1)]:
|
|
- @nextui-org/listbox@2.1.14
|
|
- @nextui-org/menu@2.0.15
|
|
- @nextui-org/select@2.1.18
|
|
- @nextui-org/theme@2.1.15
|
|
- @nextui-org/autocomplete@2.0.6
|
|
- @nextui-org/dropdown@2.1.14
|
|
- @nextui-org/accordion@2.0.26
|
|
- @nextui-org/avatar@2.0.24
|
|
- @nextui-org/badge@2.0.22
|
|
- @nextui-org/breadcrumbs@2.0.3
|
|
- @nextui-org/button@2.0.24
|
|
- @nextui-org/card@2.0.24
|
|
- @nextui-org/checkbox@2.0.25
|
|
- @nextui-org/chip@2.0.24
|
|
- @nextui-org/code@2.0.22
|
|
- @nextui-org/divider@2.0.23
|
|
- @nextui-org/image@2.0.24
|
|
- @nextui-org/input@2.1.14
|
|
- @nextui-org/kbd@2.0.23
|
|
- @nextui-org/link@2.0.25
|
|
- @nextui-org/modal@2.0.26
|
|
- @nextui-org/navbar@2.0.25
|
|
- @nextui-org/pagination@2.0.25
|
|
- @nextui-org/popover@2.1.12
|
|
- @nextui-org/progress@2.0.24
|
|
- @nextui-org/radio@2.0.25
|
|
- @nextui-org/ripple@2.0.24
|
|
- @nextui-org/scroll-shadow@2.1.12
|
|
- @nextui-org/skeleton@2.0.22
|
|
- @nextui-org/slider@2.2.3
|
|
- @nextui-org/snippet@2.0.28
|
|
- @nextui-org/spacer@2.0.22
|
|
- @nextui-org/spinner@2.0.22
|
|
- @nextui-org/switch@2.0.24
|
|
- @nextui-org/table@2.0.26
|
|
- @nextui-org/tabs@2.0.24
|
|
- @nextui-org/tooltip@2.0.27
|
|
- @nextui-org/user@2.0.25
|
|
|
|
## 2.2.5
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`6a6d426b1`](https://github.com/nextui-org/nextui/commit/6a6d426b10fa7f92dfb20611e261347027393193), [`85a820eef`](https://github.com/nextui-org/nextui/commit/85a820eeffe5df87e7622b0983788eb50adafe20), [`11ef4365d`](https://github.com/nextui-org/nextui/commit/11ef4365dacf539001a39d596d2f60440bc0648b)]:
|
|
- @nextui-org/select@2.1.17
|
|
- @nextui-org/input@2.1.14
|
|
- @nextui-org/theme@2.1.14
|
|
- @nextui-org/autocomplete@2.0.5
|
|
- @nextui-org/accordion@2.0.26
|
|
- @nextui-org/modal@2.0.26
|
|
- @nextui-org/navbar@2.0.25
|
|
- @nextui-org/popover@2.1.12
|
|
- @nextui-org/tabs@2.0.24
|
|
- @nextui-org/avatar@2.0.24
|
|
- @nextui-org/badge@2.0.22
|
|
- @nextui-org/breadcrumbs@2.0.3
|
|
- @nextui-org/button@2.0.24
|
|
- @nextui-org/card@2.0.24
|
|
- @nextui-org/checkbox@2.0.25
|
|
- @nextui-org/chip@2.0.24
|
|
- @nextui-org/code@2.0.22
|
|
- @nextui-org/divider@2.0.23
|
|
- @nextui-org/dropdown@2.1.13
|
|
- @nextui-org/image@2.0.24
|
|
- @nextui-org/kbd@2.0.23
|
|
- @nextui-org/link@2.0.25
|
|
- @nextui-org/listbox@2.1.13
|
|
- @nextui-org/menu@2.0.14
|
|
- @nextui-org/pagination@2.0.25
|
|
- @nextui-org/progress@2.0.24
|
|
- @nextui-org/radio@2.0.25
|
|
- @nextui-org/ripple@2.0.24
|
|
- @nextui-org/scroll-shadow@2.1.12
|
|
- @nextui-org/skeleton@2.0.22
|
|
- @nextui-org/slider@2.2.3
|
|
- @nextui-org/snippet@2.0.28
|
|
- @nextui-org/spacer@2.0.22
|
|
- @nextui-org/spinner@2.0.22
|
|
- @nextui-org/switch@2.0.24
|
|
- @nextui-org/table@2.0.26
|
|
- @nextui-org/tooltip@2.0.27
|
|
- @nextui-org/user@2.0.25
|
|
|
|
## 2.2.4
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`44ed1056e`](https://github.com/nextui-org/nextui/commit/44ed1056e717c56633f60cf289f78e9c7b83b648), [`acba2cf8f`](https://github.com/nextui-org/nextui/commit/acba2cf8f5ba1526bd44c6851e0ed7fdc6c0b8ae), [`e728a8967`](https://github.com/nextui-org/nextui/commit/e728a8967b1775be6a919f3b6bd6fc2267cc002d), [`71807e883`](https://github.com/nextui-org/nextui/commit/71807e88317c40aadfeb134125be1def9d679956)]:
|
|
- @nextui-org/scroll-shadow@2.1.12
|
|
- @nextui-org/autocomplete@2.0.4
|
|
- @nextui-org/breadcrumbs@2.0.3
|
|
- @nextui-org/pagination@2.0.25
|
|
- @nextui-org/accordion@2.0.26
|
|
- @nextui-org/checkbox@2.0.25
|
|
- @nextui-org/dropdown@2.1.13
|
|
- @nextui-org/progress@2.0.24
|
|
- @nextui-org/skeleton@2.0.22
|
|
- @nextui-org/divider@2.0.23
|
|
- @nextui-org/listbox@2.1.13
|
|
- @nextui-org/popover@2.1.12
|
|
- @nextui-org/snippet@2.0.28
|
|
- @nextui-org/spinner@2.0.22
|
|
- @nextui-org/tooltip@2.0.27
|
|
- @nextui-org/avatar@2.0.24
|
|
- @nextui-org/button@2.0.24
|
|
- @nextui-org/navbar@2.0.25
|
|
- @nextui-org/ripple@2.0.24
|
|
- @nextui-org/select@2.1.16
|
|
- @nextui-org/slider@2.2.3
|
|
- @nextui-org/spacer@2.0.22
|
|
- @nextui-org/switch@2.0.24
|
|
- @nextui-org/badge@2.0.22
|
|
- @nextui-org/image@2.0.24
|
|
- @nextui-org/input@2.1.13
|
|
- @nextui-org/modal@2.0.26
|
|
- @nextui-org/radio@2.0.25
|
|
- @nextui-org/table@2.0.26
|
|
- @nextui-org/card@2.0.24
|
|
- @nextui-org/chip@2.0.24
|
|
- @nextui-org/code@2.0.22
|
|
- @nextui-org/link@2.0.25
|
|
- @nextui-org/menu@2.0.14
|
|
- @nextui-org/tabs@2.0.24
|
|
- @nextui-org/user@2.0.25
|
|
- @nextui-org/kbd@2.0.23
|
|
- @nextui-org/theme@2.1.13
|
|
- @nextui-org/system@2.0.13
|
|
|
|
## 2.2.3
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`38af48faf`](https://github.com/nextui-org/nextui/commit/38af48faf5b62d2f81f2402f3d83d78991eb46e0)]:
|
|
- @nextui-org/scroll-shadow@2.1.11
|
|
- @nextui-org/autocomplete@2.0.3
|
|
- @nextui-org/breadcrumbs@2.0.2
|
|
- @nextui-org/pagination@2.0.24
|
|
- @nextui-org/accordion@2.0.25
|
|
- @nextui-org/checkbox@2.0.24
|
|
- @nextui-org/dropdown@2.1.12
|
|
- @nextui-org/progress@2.0.23
|
|
- @nextui-org/skeleton@2.0.21
|
|
- @nextui-org/divider@2.0.22
|
|
- @nextui-org/listbox@2.1.12
|
|
- @nextui-org/popover@2.1.11
|
|
- @nextui-org/snippet@2.0.27
|
|
- @nextui-org/spinner@2.0.21
|
|
- @nextui-org/tooltip@2.0.26
|
|
- @nextui-org/avatar@2.0.23
|
|
- @nextui-org/button@2.0.23
|
|
- @nextui-org/navbar@2.0.24
|
|
- @nextui-org/ripple@2.0.23
|
|
- @nextui-org/select@2.1.15
|
|
- @nextui-org/slider@2.2.2
|
|
- @nextui-org/spacer@2.0.21
|
|
- @nextui-org/switch@2.0.23
|
|
- @nextui-org/badge@2.0.21
|
|
- @nextui-org/image@2.0.23
|
|
- @nextui-org/input@2.1.12
|
|
- @nextui-org/modal@2.0.25
|
|
- @nextui-org/radio@2.0.24
|
|
- @nextui-org/table@2.0.25
|
|
- @nextui-org/card@2.0.23
|
|
- @nextui-org/chip@2.0.23
|
|
- @nextui-org/code@2.0.21
|
|
- @nextui-org/link@2.0.24
|
|
- @nextui-org/menu@2.0.13
|
|
- @nextui-org/tabs@2.0.23
|
|
- @nextui-org/user@2.0.24
|
|
- @nextui-org/kbd@2.0.22
|
|
- @nextui-org/system@2.0.12
|
|
|
|
## 2.2.2
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`e84158db6`](https://github.com/nextui-org/nextui/commit/e84158db620954b0f1d71206acbf3d46f43b0b89)]:
|
|
- @nextui-org/select@2.1.14
|
|
- @nextui-org/input@2.1.11
|
|
- @nextui-org/theme@2.1.12
|
|
- @nextui-org/accordion@2.0.24
|
|
- @nextui-org/autocomplete@2.0.2
|
|
- @nextui-org/modal@2.0.24
|
|
- @nextui-org/navbar@2.0.23
|
|
- @nextui-org/popover@2.1.10
|
|
- @nextui-org/tabs@2.0.22
|
|
- @nextui-org/avatar@2.0.22
|
|
- @nextui-org/badge@2.0.20
|
|
- @nextui-org/breadcrumbs@2.0.1
|
|
- @nextui-org/button@2.0.22
|
|
- @nextui-org/card@2.0.22
|
|
- @nextui-org/checkbox@2.0.23
|
|
- @nextui-org/chip@2.0.22
|
|
- @nextui-org/code@2.0.20
|
|
- @nextui-org/divider@2.0.21
|
|
- @nextui-org/dropdown@2.1.11
|
|
- @nextui-org/image@2.0.22
|
|
- @nextui-org/kbd@2.0.21
|
|
- @nextui-org/link@2.0.23
|
|
- @nextui-org/listbox@2.1.11
|
|
- @nextui-org/menu@2.0.12
|
|
- @nextui-org/pagination@2.0.23
|
|
- @nextui-org/progress@2.0.22
|
|
- @nextui-org/radio@2.0.23
|
|
- @nextui-org/ripple@2.0.22
|
|
- @nextui-org/scroll-shadow@2.1.10
|
|
- @nextui-org/skeleton@2.0.20
|
|
- @nextui-org/slider@2.2.1
|
|
- @nextui-org/snippet@2.0.26
|
|
- @nextui-org/spacer@2.0.20
|
|
- @nextui-org/spinner@2.0.20
|
|
- @nextui-org/switch@2.0.22
|
|
- @nextui-org/table@2.0.24
|
|
- @nextui-org/tooltip@2.0.25
|
|
- @nextui-org/user@2.0.23
|
|
|
|
## 2.2.1
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`1fd5049f5`](https://github.com/nextui-org/nextui/commit/1fd5049f5a0b852862e8ca1816f1e83507fdd8b5)]:
|
|
- @nextui-org/select@2.1.13
|
|
- @nextui-org/theme@2.1.11
|
|
- @nextui-org/accordion@2.0.24
|
|
- @nextui-org/autocomplete@2.0.1
|
|
- @nextui-org/avatar@2.0.22
|
|
- @nextui-org/badge@2.0.20
|
|
- @nextui-org/breadcrumbs@2.0.1
|
|
- @nextui-org/button@2.0.22
|
|
- @nextui-org/card@2.0.22
|
|
- @nextui-org/checkbox@2.0.23
|
|
- @nextui-org/chip@2.0.22
|
|
- @nextui-org/code@2.0.20
|
|
- @nextui-org/divider@2.0.21
|
|
- @nextui-org/dropdown@2.1.11
|
|
- @nextui-org/image@2.0.22
|
|
- @nextui-org/input@2.1.10
|
|
- @nextui-org/kbd@2.0.21
|
|
- @nextui-org/link@2.0.23
|
|
- @nextui-org/listbox@2.1.11
|
|
- @nextui-org/menu@2.0.12
|
|
- @nextui-org/modal@2.0.24
|
|
- @nextui-org/navbar@2.0.23
|
|
- @nextui-org/pagination@2.0.23
|
|
- @nextui-org/popover@2.1.10
|
|
- @nextui-org/progress@2.0.22
|
|
- @nextui-org/radio@2.0.23
|
|
- @nextui-org/ripple@2.0.22
|
|
- @nextui-org/scroll-shadow@2.1.10
|
|
- @nextui-org/skeleton@2.0.20
|
|
- @nextui-org/slider@2.2.1
|
|
- @nextui-org/snippet@2.0.26
|
|
- @nextui-org/spacer@2.0.20
|
|
- @nextui-org/spinner@2.0.20
|
|
- @nextui-org/switch@2.0.22
|
|
- @nextui-org/table@2.0.24
|
|
- @nextui-org/tabs@2.0.22
|
|
- @nextui-org/tooltip@2.0.25
|
|
- @nextui-org/user@2.0.23
|
|
|
|
## 2.2.0
|
|
|
|
### Minor Changes
|
|
|
|
- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
|
|
- @nextui-org/accordion@2.0.24
|
|
- @nextui-org/autocomplete@2.0.1
|
|
- @nextui-org/avatar@2.0.22
|
|
- @nextui-org/badge@2.0.20
|
|
- @nextui-org/breadcrumbs@2.0.1
|
|
- @nextui-org/button@2.0.22
|
|
- @nextui-org/card@2.0.22
|
|
- @nextui-org/checkbox@2.0.23
|
|
- @nextui-org/chip@2.0.22
|
|
- @nextui-org/code@2.0.20
|
|
- @nextui-org/divider@2.0.21
|
|
- @nextui-org/dropdown@2.1.11
|
|
- @nextui-org/image@2.0.22
|
|
- @nextui-org/input@2.1.10
|
|
- @nextui-org/kbd@2.0.21
|
|
- @nextui-org/link@2.0.23
|
|
- @nextui-org/listbox@2.1.11
|
|
- @nextui-org/menu@2.0.12
|
|
- @nextui-org/modal@2.0.24
|
|
- @nextui-org/navbar@2.0.23
|
|
- @nextui-org/pagination@2.0.23
|
|
- @nextui-org/popover@2.1.10
|
|
- @nextui-org/progress@2.0.22
|
|
- @nextui-org/radio@2.0.23
|
|
- @nextui-org/ripple@2.0.22
|
|
- @nextui-org/scroll-shadow@2.1.10
|
|
- @nextui-org/select@2.1.12
|
|
- @nextui-org/skeleton@2.0.20
|
|
- @nextui-org/slider@2.2.1
|
|
- @nextui-org/snippet@2.0.26
|
|
- @nextui-org/spacer@2.0.20
|
|
- @nextui-org/spinner@2.0.20
|
|
- @nextui-org/switch@2.0.22
|
|
- @nextui-org/table@2.0.24
|
|
- @nextui-org/tabs@2.0.22
|
|
- @nextui-org/tooltip@2.0.25
|
|
- @nextui-org/user@2.0.23
|
|
- @nextui-org/system@2.0.11
|
|
- @nextui-org/theme@2.1.10
|
|
|
|
## 2.1.13
|
|
|
|
### Patch Changes
|
|
|
|
- [#1641](https://github.com/nextui-org/nextui/pull/1641) [`37d5f1216`](https://github.com/nextui-org/nextui/commit/37d5f121627a8cffa07ea8152c43e997522b40a2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Ripple component added to @nextui-org/react exports
|
|
|
|
- Updated dependencies [[`3aa86423a`](https://github.com/nextui-org/nextui/commit/3aa86423aa4b0c56d2e14772bc081f98a5fbdb05), [`ceddd0d1d`](https://github.com/nextui-org/nextui/commit/ceddd0d1d941a669bab78ef7439a29531cff99a2), [`05c966e8a`](https://github.com/nextui-org/nextui/commit/05c966e8a46accff1fa271d50a3161f10d1e203d), [`bc424948c`](https://github.com/nextui-org/nextui/commit/bc424948c70ddbc5b00a9d732dafcd5008c78b1f), [`425a034bc`](https://github.com/nextui-org/nextui/commit/425a034bca4aa5a86cfe4bc47c084366a7ad7e87), [`bb8ed5874`](https://github.com/nextui-org/nextui/commit/bb8ed58749fa50666a1c8a5fa005376fec185710)]:
|
|
- @nextui-org/listbox@2.1.10
|
|
- @nextui-org/button@2.0.21
|
|
- @nextui-org/card@2.0.21
|
|
- @nextui-org/ripple@2.0.21
|
|
- @nextui-org/accordion@2.0.23
|
|
- @nextui-org/checkbox@2.0.22
|
|
- @nextui-org/select@2.1.11
|
|
- @nextui-org/input@2.1.9
|
|
- @nextui-org/radio@2.0.22
|
|
- @nextui-org/theme@2.1.9
|
|
- @nextui-org/dropdown@2.1.10
|
|
- @nextui-org/modal@2.0.23
|
|
- @nextui-org/navbar@2.0.22
|
|
- @nextui-org/popover@2.1.9
|
|
- @nextui-org/snippet@2.0.25
|
|
- @nextui-org/table@2.0.23
|
|
- @nextui-org/tabs@2.0.21
|
|
- @nextui-org/tooltip@2.0.24
|
|
- @nextui-org/progress@2.0.21
|
|
- @nextui-org/badge@2.0.19
|
|
- @nextui-org/code@2.0.19
|
|
- @nextui-org/divider@2.0.20
|
|
- @nextui-org/kbd@2.0.20
|
|
- @nextui-org/skeleton@2.0.19
|
|
- @nextui-org/spacer@2.0.19
|
|
- @nextui-org/spinner@2.0.19
|
|
- @nextui-org/system@2.0.10
|
|
- @nextui-org/avatar@2.0.21
|
|
- @nextui-org/chip@2.0.21
|
|
- @nextui-org/image@2.0.21
|
|
- @nextui-org/link@2.0.22
|
|
- @nextui-org/menu@2.0.11
|
|
- @nextui-org/pagination@2.0.22
|
|
- @nextui-org/scroll-shadow@2.1.9
|
|
- @nextui-org/switch@2.0.21
|
|
- @nextui-org/user@2.0.22
|
|
|
|
## 2.1.12
|
|
|
|
### Patch Changes
|
|
|
|
- [#1600](https://github.com/nextui-org/nextui/pull/1600) [`b1b30b797`](https://github.com/nextui-org/nextui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix npm deploy
|
|
|
|
- Updated dependencies [[`8b3998909`](https://github.com/nextui-org/nextui/commit/8b39989090d9cd577e886edde01b081d37e65bb7), [`b1b30b797`](https://github.com/nextui-org/nextui/commit/b1b30b7976f1d6652808fbf12ffde044f0861572)]:
|
|
- @nextui-org/select@2.1.10
|
|
- @nextui-org/accordion@2.0.22
|
|
- @nextui-org/avatar@2.0.20
|
|
- @nextui-org/badge@2.0.18
|
|
- @nextui-org/button@2.0.20
|
|
- @nextui-org/card@2.0.20
|
|
- @nextui-org/checkbox@2.0.21
|
|
- @nextui-org/chip@2.0.20
|
|
- @nextui-org/code@2.0.18
|
|
- @nextui-org/divider@2.0.19
|
|
- @nextui-org/dropdown@2.1.9
|
|
- @nextui-org/image@2.0.20
|
|
- @nextui-org/input@2.1.8
|
|
- @nextui-org/kbd@2.0.19
|
|
- @nextui-org/link@2.0.21
|
|
- @nextui-org/listbox@2.1.9
|
|
- @nextui-org/menu@2.0.10
|
|
- @nextui-org/modal@2.0.22
|
|
- @nextui-org/navbar@2.0.21
|
|
- @nextui-org/pagination@2.0.21
|
|
- @nextui-org/popover@2.1.8
|
|
- @nextui-org/progress@2.0.20
|
|
- @nextui-org/radio@2.0.21
|
|
- @nextui-org/scroll-shadow@2.1.8
|
|
- @nextui-org/skeleton@2.0.18
|
|
- @nextui-org/snippet@2.0.24
|
|
- @nextui-org/spacer@2.0.18
|
|
- @nextui-org/spinner@2.0.18
|
|
- @nextui-org/switch@2.0.20
|
|
- @nextui-org/table@2.0.22
|
|
- @nextui-org/tabs@2.0.20
|
|
- @nextui-org/tooltip@2.0.23
|
|
- @nextui-org/user@2.0.21
|
|
- @nextui-org/system@2.0.9
|
|
- @nextui-org/theme@2.1.8
|
|
|
|
## 2.1.11
|
|
|
|
### Patch Changes
|
|
|
|
- [#1589](https://github.com/nextui-org/nextui/pull/1589) [`1612532ee`](https://github.com/nextui-org/nextui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - React aria packages upgraded
|
|
|
|
- Updated dependencies [[`a3be419cb`](https://github.com/nextui-org/nextui/commit/a3be419cb3c693ae8cace15f9a863274d759ddb1), [`5c30e0481`](https://github.com/nextui-org/nextui/commit/5c30e04811ef9f973d6b59107c909db72d9876b5), [`1612532ee`](https://github.com/nextui-org/nextui/commit/1612532eeeabbc49165546b1a2e7aebf89e7a1c2)]:
|
|
- @nextui-org/theme@2.1.7
|
|
- @nextui-org/pagination@2.0.20
|
|
- @nextui-org/accordion@2.0.21
|
|
- @nextui-org/checkbox@2.0.20
|
|
- @nextui-org/dropdown@2.1.8
|
|
- @nextui-org/progress@2.0.19
|
|
- @nextui-org/divider@2.0.18
|
|
- @nextui-org/listbox@2.1.8
|
|
- @nextui-org/popover@2.1.7
|
|
- @nextui-org/snippet@2.0.23
|
|
- @nextui-org/tooltip@2.0.22
|
|
- @nextui-org/avatar@2.0.19
|
|
- @nextui-org/button@2.0.19
|
|
- @nextui-org/navbar@2.0.20
|
|
- @nextui-org/select@2.1.9
|
|
- @nextui-org/switch@2.0.19
|
|
- @nextui-org/input@2.1.7
|
|
- @nextui-org/modal@2.0.21
|
|
- @nextui-org/radio@2.0.20
|
|
- @nextui-org/table@2.0.21
|
|
- @nextui-org/card@2.0.19
|
|
- @nextui-org/chip@2.0.19
|
|
- @nextui-org/link@2.0.20
|
|
- @nextui-org/menu@2.0.9
|
|
- @nextui-org/tabs@2.0.19
|
|
- @nextui-org/user@2.0.20
|
|
- @nextui-org/kbd@2.0.18
|
|
- @nextui-org/system@2.0.8
|
|
- @nextui-org/badge@2.0.17
|
|
- @nextui-org/code@2.0.17
|
|
- @nextui-org/image@2.0.19
|
|
- @nextui-org/scroll-shadow@2.1.7
|
|
- @nextui-org/skeleton@2.0.17
|
|
- @nextui-org/spacer@2.0.17
|
|
- @nextui-org/spinner@2.0.17
|
|
|
|
## 2.1.10
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`7c8341035`](https://github.com/nextui-org/nextui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]:
|
|
- @nextui-org/pagination@2.0.19
|
|
- @nextui-org/theme@2.1.6
|
|
- @nextui-org/table@2.0.20
|
|
- @nextui-org/accordion@2.0.20
|
|
- @nextui-org/avatar@2.0.18
|
|
- @nextui-org/badge@2.0.16
|
|
- @nextui-org/button@2.0.18
|
|
- @nextui-org/card@2.0.18
|
|
- @nextui-org/checkbox@2.0.19
|
|
- @nextui-org/chip@2.0.18
|
|
- @nextui-org/code@2.0.16
|
|
- @nextui-org/divider@2.0.17
|
|
- @nextui-org/dropdown@2.1.7
|
|
- @nextui-org/image@2.0.18
|
|
- @nextui-org/input@2.1.6
|
|
- @nextui-org/kbd@2.0.17
|
|
- @nextui-org/link@2.0.19
|
|
- @nextui-org/listbox@2.1.7
|
|
- @nextui-org/menu@2.0.8
|
|
- @nextui-org/modal@2.0.20
|
|
- @nextui-org/navbar@2.0.19
|
|
- @nextui-org/popover@2.1.6
|
|
- @nextui-org/progress@2.0.18
|
|
- @nextui-org/radio@2.0.19
|
|
- @nextui-org/scroll-shadow@2.1.6
|
|
- @nextui-org/select@2.1.8
|
|
- @nextui-org/skeleton@2.0.16
|
|
- @nextui-org/snippet@2.0.22
|
|
- @nextui-org/spacer@2.0.16
|
|
- @nextui-org/spinner@2.0.16
|
|
- @nextui-org/switch@2.0.18
|
|
- @nextui-org/tabs@2.0.18
|
|
- @nextui-org/tooltip@2.0.21
|
|
- @nextui-org/user@2.0.19
|
|
|
|
## 2.1.9
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`d61428d9e`](https://github.com/nextui-org/nextui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`d61428d9e`](https://github.com/nextui-org/nextui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`d61428d9e`](https://github.com/nextui-org/nextui/commit/d61428d9e6c1c0590593fb1f0136e226051b7e23), [`4db10a47e`](https://github.com/nextui-org/nextui/commit/4db10a47e96ad8315b5b96c2ff15574ac0fdeecc)]:
|
|
- @nextui-org/navbar@2.0.18
|
|
- @nextui-org/theme@2.1.5
|
|
- @nextui-org/pagination@2.0.18
|
|
- @nextui-org/badge@2.0.15
|
|
- @nextui-org/code@2.0.15
|
|
- @nextui-org/divider@2.0.16
|
|
- @nextui-org/kbd@2.0.16
|
|
- @nextui-org/skeleton@2.0.15
|
|
- @nextui-org/spacer@2.0.15
|
|
- @nextui-org/spinner@2.0.15
|
|
- @nextui-org/system@2.0.7
|
|
- @nextui-org/accordion@2.0.19
|
|
- @nextui-org/avatar@2.0.17
|
|
- @nextui-org/button@2.0.17
|
|
- @nextui-org/card@2.0.17
|
|
- @nextui-org/checkbox@2.0.18
|
|
- @nextui-org/chip@2.0.17
|
|
- @nextui-org/dropdown@2.1.6
|
|
- @nextui-org/image@2.0.17
|
|
- @nextui-org/input@2.1.5
|
|
- @nextui-org/link@2.0.18
|
|
- @nextui-org/listbox@2.1.6
|
|
- @nextui-org/menu@2.0.7
|
|
- @nextui-org/modal@2.0.19
|
|
- @nextui-org/popover@2.1.5
|
|
- @nextui-org/progress@2.0.17
|
|
- @nextui-org/radio@2.0.18
|
|
- @nextui-org/scroll-shadow@2.1.5
|
|
- @nextui-org/select@2.1.7
|
|
- @nextui-org/snippet@2.0.21
|
|
- @nextui-org/switch@2.0.17
|
|
- @nextui-org/table@2.0.19
|
|
- @nextui-org/tabs@2.0.17
|
|
- @nextui-org/tooltip@2.0.20
|
|
- @nextui-org/user@2.0.18
|
|
|
|
## 2.1.8
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`09fe1d314`](https://github.com/nextui-org/nextui/commit/09fe1d3141ee9b05f72600f31346a1e0f7dffda4), [`57909accd`](https://github.com/nextui-org/nextui/commit/57909accdeda233c9ea0c0bb3409f7fed260a9b0), [`043b8420c`](https://github.com/nextui-org/nextui/commit/043b8420cfb659cbb6bb36404807ec3cc8ac8592), [`faf26acd2`](https://github.com/nextui-org/nextui/commit/faf26acd239dcffcab71ef63d1d2708990f19bec), [`a9e324b35`](https://github.com/nextui-org/nextui/commit/a9e324b3515bab9883f3911747351ee69f9afb9d), [`641bf0885`](https://github.com/nextui-org/nextui/commit/641bf0885b6af2d7f36f27d83716a441975a5ca5)]:
|
|
- @nextui-org/tabs@2.0.16
|
|
- @nextui-org/navbar@2.0.17
|
|
- @nextui-org/select@2.1.6
|
|
- @nextui-org/input@2.1.4
|
|
- @nextui-org/theme@2.1.4
|
|
- @nextui-org/snippet@2.0.20
|
|
- @nextui-org/listbox@2.1.5
|
|
- @nextui-org/system@2.0.6
|
|
- @nextui-org/modal@2.0.18
|
|
- @nextui-org/popover@2.1.4
|
|
- @nextui-org/accordion@2.0.18
|
|
- @nextui-org/avatar@2.0.16
|
|
- @nextui-org/badge@2.0.14
|
|
- @nextui-org/button@2.0.16
|
|
- @nextui-org/card@2.0.16
|
|
- @nextui-org/checkbox@2.0.17
|
|
- @nextui-org/chip@2.0.16
|
|
- @nextui-org/code@2.0.14
|
|
- @nextui-org/divider@2.0.15
|
|
- @nextui-org/dropdown@2.1.5
|
|
- @nextui-org/image@2.0.16
|
|
- @nextui-org/kbd@2.0.15
|
|
- @nextui-org/link@2.0.17
|
|
- @nextui-org/menu@2.0.6
|
|
- @nextui-org/pagination@2.0.17
|
|
- @nextui-org/progress@2.0.16
|
|
- @nextui-org/radio@2.0.17
|
|
- @nextui-org/scroll-shadow@2.1.4
|
|
- @nextui-org/skeleton@2.0.14
|
|
- @nextui-org/spacer@2.0.14
|
|
- @nextui-org/spinner@2.0.14
|
|
- @nextui-org/switch@2.0.16
|
|
- @nextui-org/table@2.0.18
|
|
- @nextui-org/tooltip@2.0.19
|
|
- @nextui-org/user@2.0.17
|
|
|
|
## 2.1.7
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`5702287e5`](https://github.com/nextui-org/nextui/commit/5702287e5622a8f0a0326c7cc0c200808c7971a8), [`290cce15b`](https://github.com/nextui-org/nextui/commit/290cce15be86273eea2c5e524d2a702b06b6d788)]:
|
|
- @nextui-org/theme@2.1.3
|
|
- @nextui-org/table@2.0.17
|
|
- @nextui-org/accordion@2.0.17
|
|
- @nextui-org/avatar@2.0.15
|
|
- @nextui-org/badge@2.0.13
|
|
- @nextui-org/button@2.0.15
|
|
- @nextui-org/card@2.0.15
|
|
- @nextui-org/checkbox@2.0.16
|
|
- @nextui-org/chip@2.0.15
|
|
- @nextui-org/code@2.0.13
|
|
- @nextui-org/divider@2.0.14
|
|
- @nextui-org/dropdown@2.1.4
|
|
- @nextui-org/image@2.0.15
|
|
- @nextui-org/input@2.1.3
|
|
- @nextui-org/kbd@2.0.14
|
|
- @nextui-org/link@2.0.16
|
|
- @nextui-org/listbox@2.1.4
|
|
- @nextui-org/menu@2.0.5
|
|
- @nextui-org/modal@2.0.17
|
|
- @nextui-org/navbar@2.0.16
|
|
- @nextui-org/pagination@2.0.16
|
|
- @nextui-org/popover@2.1.3
|
|
- @nextui-org/progress@2.0.15
|
|
- @nextui-org/radio@2.0.16
|
|
- @nextui-org/scroll-shadow@2.1.3
|
|
- @nextui-org/select@2.1.5
|
|
- @nextui-org/skeleton@2.0.13
|
|
- @nextui-org/snippet@2.0.19
|
|
- @nextui-org/spacer@2.0.13
|
|
- @nextui-org/spinner@2.0.13
|
|
- @nextui-org/switch@2.0.15
|
|
- @nextui-org/tabs@2.0.15
|
|
- @nextui-org/tooltip@2.0.18
|
|
- @nextui-org/user@2.0.16
|
|
|
|
## 2.1.6
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`e4113b05c`](https://github.com/nextui-org/nextui/commit/e4113b05ced165a0b09eb05da2b7822ef304bb7d)]:
|
|
- @nextui-org/navbar@2.0.15
|
|
|
|
## 2.1.5
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`a371e1a5f`](https://github.com/nextui-org/nextui/commit/a371e1a5fa698aaf1d2aa1c8beb6d3df6eaad57a)]:
|
|
- @nextui-org/tooltip@2.0.17
|
|
- @nextui-org/snippet@2.0.18
|
|
- @nextui-org/table@2.0.16
|
|
|
|
## 2.1.4
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`ae9f300d4`](https://github.com/nextui-org/nextui/commit/ae9f300d4571aab367935d996fe95fbbfa36e22b)]:
|
|
- @nextui-org/select@2.1.4
|
|
|
|
## 2.1.3
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`904f53877`](https://github.com/nextui-org/nextui/commit/904f5387793cf8cc594d4ff8c32e378439a8e4fa)]:
|
|
- @nextui-org/listbox@2.1.3
|
|
- @nextui-org/select@2.1.3
|
|
- @nextui-org/menu@2.0.4
|
|
- @nextui-org/dropdown@2.1.3
|
|
- @nextui-org/navbar@2.0.14
|
|
|
|
## 2.1.2
|
|
|
|
### Patch Changes
|
|
|
|
- [#1458](https://github.com/nextui-org/nextui/pull/1458) [`4e94c115`](https://github.com/nextui-org/nextui/commit/4e94c115281c2774424d687877e036a9af1bce01) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix dropdown trigger events and popover arrow styles
|
|
|
|
- Updated dependencies [[`4e94c115`](https://github.com/nextui-org/nextui/commit/4e94c115281c2774424d687877e036a9af1bce01)]:
|
|
- @nextui-org/scroll-shadow@2.1.2
|
|
- @nextui-org/pagination@2.0.15
|
|
- @nextui-org/accordion@2.0.16
|
|
- @nextui-org/checkbox@2.0.15
|
|
- @nextui-org/dropdown@2.1.2
|
|
- @nextui-org/progress@2.0.14
|
|
- @nextui-org/skeleton@2.0.12
|
|
- @nextui-org/divider@2.0.13
|
|
- @nextui-org/listbox@2.1.2
|
|
- @nextui-org/popover@2.1.2
|
|
- @nextui-org/snippet@2.0.17
|
|
- @nextui-org/spinner@2.0.12
|
|
- @nextui-org/tooltip@2.0.16
|
|
- @nextui-org/avatar@2.0.14
|
|
- @nextui-org/button@2.0.14
|
|
- @nextui-org/navbar@2.0.14
|
|
- @nextui-org/select@2.1.2
|
|
- @nextui-org/spacer@2.0.12
|
|
- @nextui-org/switch@2.0.14
|
|
- @nextui-org/badge@2.0.12
|
|
- @nextui-org/image@2.0.14
|
|
- @nextui-org/input@2.1.2
|
|
- @nextui-org/modal@2.0.16
|
|
- @nextui-org/radio@2.0.15
|
|
- @nextui-org/table@2.0.16
|
|
- @nextui-org/card@2.0.14
|
|
- @nextui-org/chip@2.0.14
|
|
- @nextui-org/code@2.0.12
|
|
- @nextui-org/link@2.0.15
|
|
- @nextui-org/menu@2.0.3
|
|
- @nextui-org/tabs@2.0.14
|
|
- @nextui-org/user@2.0.15
|
|
- @nextui-org/kbd@2.0.13
|
|
- @nextui-org/theme@2.1.2
|
|
|
|
## 2.1.1
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`cc839cdd`](https://github.com/nextui-org/nextui/commit/cc839cdd1fd54931bfba137e2f9b5e8007a7e47d)]:
|
|
- @nextui-org/theme@2.1.1
|
|
- @nextui-org/accordion@2.0.15
|
|
- @nextui-org/avatar@2.0.13
|
|
- @nextui-org/badge@2.0.11
|
|
- @nextui-org/button@2.0.13
|
|
- @nextui-org/card@2.0.13
|
|
- @nextui-org/checkbox@2.0.14
|
|
- @nextui-org/chip@2.0.13
|
|
- @nextui-org/code@2.0.11
|
|
- @nextui-org/divider@2.0.12
|
|
- @nextui-org/dropdown@2.1.1
|
|
- @nextui-org/image@2.0.13
|
|
- @nextui-org/input@2.1.1
|
|
- @nextui-org/kbd@2.0.12
|
|
- @nextui-org/link@2.0.14
|
|
- @nextui-org/listbox@2.1.1
|
|
- @nextui-org/menu@2.0.2
|
|
- @nextui-org/modal@2.0.15
|
|
- @nextui-org/navbar@2.0.13
|
|
- @nextui-org/pagination@2.0.14
|
|
- @nextui-org/popover@2.1.1
|
|
- @nextui-org/progress@2.0.13
|
|
- @nextui-org/radio@2.0.14
|
|
- @nextui-org/scroll-shadow@2.1.1
|
|
- @nextui-org/select@2.1.1
|
|
- @nextui-org/skeleton@2.0.11
|
|
- @nextui-org/snippet@2.0.16
|
|
- @nextui-org/spacer@2.0.11
|
|
- @nextui-org/spinner@2.0.11
|
|
- @nextui-org/switch@2.0.13
|
|
- @nextui-org/table@2.0.15
|
|
- @nextui-org/tabs@2.0.13
|
|
- @nextui-org/tooltip@2.0.15
|
|
- @nextui-org/user@2.0.14
|
|
|
|
## 2.1.0
|
|
|
|
### Minor Changes
|
|
|
|
- [#1313](https://github.com/nextui-org/nextui/pull/1313) [`baec5502`](https://github.com/nextui-org/nextui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New components:
|
|
|
|
- Select
|
|
- Listbox
|
|
- ScrollShadow
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`baec5502`](https://github.com/nextui-org/nextui/commit/baec55029de7f17ba84d3e6c8c98358fd1f2695e)]:
|
|
- @nextui-org/scroll-shadow@2.1.0
|
|
- @nextui-org/dropdown@2.1.0
|
|
- @nextui-org/listbox@2.1.0
|
|
- @nextui-org/popover@2.1.0
|
|
- @nextui-org/select@2.1.0
|
|
- @nextui-org/input@2.1.0
|
|
- @nextui-org/theme@2.1.0
|
|
- @nextui-org/accordion@2.0.14
|
|
- @nextui-org/snippet@2.0.15
|
|
- @nextui-org/modal@2.0.14
|
|
- @nextui-org/menu@2.0.1
|
|
- @nextui-org/tabs@2.0.12
|
|
- @nextui-org/table@2.0.14
|
|
- @nextui-org/navbar@2.0.12
|
|
- @nextui-org/avatar@2.0.12
|
|
- @nextui-org/badge@2.0.10
|
|
- @nextui-org/button@2.0.12
|
|
- @nextui-org/card@2.0.12
|
|
- @nextui-org/checkbox@2.0.13
|
|
- @nextui-org/chip@2.0.12
|
|
- @nextui-org/code@2.0.10
|
|
- @nextui-org/divider@2.0.11
|
|
- @nextui-org/image@2.0.12
|
|
- @nextui-org/kbd@2.0.11
|
|
- @nextui-org/link@2.0.13
|
|
- @nextui-org/pagination@2.0.13
|
|
- @nextui-org/progress@2.0.12
|
|
- @nextui-org/radio@2.0.13
|
|
- @nextui-org/skeleton@2.0.10
|
|
- @nextui-org/spacer@2.0.10
|
|
- @nextui-org/spinner@2.0.10
|
|
- @nextui-org/switch@2.0.12
|
|
- @nextui-org/tooltip@2.0.14
|
|
- @nextui-org/user@2.0.13
|
|
|
|
## 2.0.24
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`c186f37c9`](https://github.com/nextui-org/nextui/commit/c186f37c98a95e1c74b640f2ae2a99bc2c9a2b74)]:
|
|
- @nextui-org/accordion@2.0.13
|
|
|
|
## 2.0.23
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`453f792a7`](https://github.com/nextui-org/nextui/commit/453f792a7a35ed9dc0234479d55f694ff0f4b21c)]:
|
|
- @nextui-org/link@2.0.12
|
|
- @nextui-org/card@2.0.11
|
|
- @nextui-org/checkbox@2.0.12
|
|
- @nextui-org/modal@2.0.13
|
|
- @nextui-org/navbar@2.0.11
|
|
- @nextui-org/user@2.0.12
|
|
|
|
## 2.0.22
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`f06855277`](https://github.com/nextui-org/nextui/commit/f0685527744f598e2aa032414f92a301b3195c1e)]:
|
|
- @nextui-org/tooltip@2.0.13
|
|
- @nextui-org/modal@2.0.13
|
|
- @nextui-org/snippet@2.0.14
|
|
- @nextui-org/table@2.0.13
|
|
|
|
## 2.0.21
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`6e7e834c2`](https://github.com/nextui-org/nextui/commit/6e7e834c2dc14c21b087da792c0576ab464a4a4a)]:
|
|
- @nextui-org/accordion@2.0.12
|
|
- @nextui-org/popover@2.0.12
|
|
- @nextui-org/snippet@2.0.13
|
|
- @nextui-org/user@2.0.12
|
|
- @nextui-org/dropdown@2.0.13
|
|
- @nextui-org/checkbox@2.0.12
|
|
- @nextui-org/table@2.0.13
|
|
- @nextui-org/navbar@2.0.11
|
|
|
|
## 2.0.20
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`4e7789c1f`](https://github.com/nextui-org/nextui/commit/4e7789c1f6c283b2c2116d0d80cd1ea94e5da025)]:
|
|
- @nextui-org/input@2.0.14
|
|
- @nextui-org/modal@2.0.12
|
|
- @nextui-org/navbar@2.0.11
|
|
- @nextui-org/popover@2.0.11
|
|
- @nextui-org/tabs@2.0.11
|
|
|
|
## 2.0.19
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`406336269`](https://github.com/nextui-org/nextui/commit/40633626991d11f251619508f151dd7f435bda25)]:
|
|
- @nextui-org/popover@2.0.11
|
|
- @nextui-org/divider@2.0.10
|
|
- @nextui-org/dropdown@2.0.12
|
|
- @nextui-org/accordion@2.0.11
|
|
- @nextui-org/avatar@2.0.11
|
|
- @nextui-org/badge@2.0.9
|
|
- @nextui-org/button@2.0.11
|
|
- @nextui-org/card@2.0.11
|
|
- @nextui-org/checkbox@2.0.12
|
|
- @nextui-org/chip@2.0.11
|
|
- @nextui-org/code@2.0.9
|
|
- @nextui-org/image@2.0.11
|
|
- @nextui-org/input@2.0.13
|
|
- @nextui-org/kbd@2.0.10
|
|
- @nextui-org/link@2.0.11
|
|
- @nextui-org/modal@2.0.12
|
|
- @nextui-org/navbar@2.0.11
|
|
- @nextui-org/pagination@2.0.12
|
|
- @nextui-org/progress@2.0.11
|
|
- @nextui-org/radio@2.0.12
|
|
- @nextui-org/skeleton@2.0.9
|
|
- @nextui-org/snippet@2.0.12
|
|
- @nextui-org/spacer@2.0.9
|
|
- @nextui-org/spinner@2.0.9
|
|
- @nextui-org/switch@2.0.11
|
|
- @nextui-org/table@2.0.13
|
|
- @nextui-org/tabs@2.0.11
|
|
- @nextui-org/tooltip@2.0.12
|
|
- @nextui-org/user@2.0.11
|
|
|
|
## 2.0.18
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`d0341020`](https://github.com/nextui-org/nextui/commit/d0341020e6d865ad3f0d3646fa70a24de75a722b)]:
|
|
- @nextui-org/theme@2.0.5
|
|
- @nextui-org/accordion@2.0.10
|
|
- @nextui-org/avatar@2.0.10
|
|
- @nextui-org/badge@2.0.8
|
|
- @nextui-org/button@2.0.10
|
|
- @nextui-org/card@2.0.10
|
|
- @nextui-org/checkbox@2.0.11
|
|
- @nextui-org/chip@2.0.10
|
|
- @nextui-org/code@2.0.8
|
|
- @nextui-org/divider@2.0.9
|
|
- @nextui-org/dropdown@2.0.11
|
|
- @nextui-org/image@2.0.10
|
|
- @nextui-org/input@2.0.12
|
|
- @nextui-org/kbd@2.0.9
|
|
- @nextui-org/link@2.0.10
|
|
- @nextui-org/modal@2.0.11
|
|
- @nextui-org/navbar@2.0.10
|
|
- @nextui-org/pagination@2.0.11
|
|
- @nextui-org/popover@2.0.10
|
|
- @nextui-org/progress@2.0.10
|
|
- @nextui-org/radio@2.0.11
|
|
- @nextui-org/skeleton@2.0.8
|
|
- @nextui-org/snippet@2.0.11
|
|
- @nextui-org/spacer@2.0.8
|
|
- @nextui-org/spinner@2.0.8
|
|
- @nextui-org/switch@2.0.10
|
|
- @nextui-org/table@2.0.12
|
|
- @nextui-org/tabs@2.0.10
|
|
- @nextui-org/tooltip@2.0.11
|
|
- @nextui-org/user@2.0.10
|
|
|
|
## 2.0.17
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`e2b0497b`](https://github.com/nextui-org/nextui/commit/e2b0497b07e99eca937fe62d13a6930b7d2832eb)]:
|
|
- @nextui-org/checkbox@2.0.10
|
|
- @nextui-org/radio@2.0.10
|
|
- @nextui-org/modal@2.0.10
|
|
- @nextui-org/table@2.0.11
|
|
|
|
## 2.0.16
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`fd4e01dc`](https://github.com/nextui-org/nextui/commit/fd4e01dcfa5039e363089ada2bd18d7f57ef2d42)]:
|
|
- @nextui-org/dropdown@2.0.10
|
|
- @nextui-org/navbar@2.0.9
|
|
|
|
## 2.0.15
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`3e263aa8`](https://github.com/nextui-org/nextui/commit/3e263aa882ca3385d63498ec33d86dcb818097ef)]:
|
|
- @nextui-org/table@2.0.10
|
|
|
|
## 2.0.14
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`abe1ba58`](https://github.com/nextui-org/nextui/commit/abe1ba58de03d8651c24d01de5e2d0a91334b50e)]:
|
|
- @nextui-org/input@2.0.11
|
|
- @nextui-org/modal@2.0.10
|
|
- @nextui-org/navbar@2.0.9
|
|
- @nextui-org/popover@2.0.9
|
|
- @nextui-org/tabs@2.0.9
|
|
|
|
## 2.0.13
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies []:
|
|
- @nextui-org/divider@2.0.8
|
|
- @nextui-org/accordion@2.0.9
|
|
- @nextui-org/dropdown@2.0.9
|
|
- @nextui-org/avatar@2.0.9
|
|
- @nextui-org/badge@2.0.7
|
|
- @nextui-org/button@2.0.9
|
|
- @nextui-org/card@2.0.9
|
|
- @nextui-org/checkbox@2.0.9
|
|
- @nextui-org/chip@2.0.9
|
|
- @nextui-org/code@2.0.7
|
|
- @nextui-org/image@2.0.9
|
|
- @nextui-org/input@2.0.10
|
|
- @nextui-org/kbd@2.0.8
|
|
- @nextui-org/link@2.0.9
|
|
- @nextui-org/modal@2.0.10
|
|
- @nextui-org/navbar@2.0.9
|
|
- @nextui-org/pagination@2.0.10
|
|
- @nextui-org/popover@2.0.9
|
|
- @nextui-org/progress@2.0.9
|
|
- @nextui-org/radio@2.0.9
|
|
- @nextui-org/skeleton@2.0.7
|
|
- @nextui-org/snippet@2.0.10
|
|
- @nextui-org/spacer@2.0.7
|
|
- @nextui-org/spinner@2.0.7
|
|
- @nextui-org/switch@2.0.9
|
|
- @nextui-org/table@2.0.9
|
|
- @nextui-org/tabs@2.0.9
|
|
- @nextui-org/tooltip@2.0.10
|
|
- @nextui-org/user@2.0.9
|
|
|
|
## 2.0.12
|
|
|
|
### Patch Changes
|
|
|
|
- [#1359](https://github.com/nextui-org/nextui/pull/1359) [`a30cec48`](https://github.com/nextui-org/nextui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - \n
|
|
|
|
- react-aria packages upgraded to the latest version
|
|
- image storybooks fixed
|
|
- other bug fixes..
|
|
|
|
- Updated dependencies [[`a30cec48`](https://github.com/nextui-org/nextui/commit/a30cec4810988fb1962f3a61e0fc0362de08b171)]:
|
|
- @nextui-org/pagination@2.0.9
|
|
- @nextui-org/accordion@2.0.8
|
|
- @nextui-org/checkbox@2.0.8
|
|
- @nextui-org/dropdown@2.0.8
|
|
- @nextui-org/progress@2.0.8
|
|
- @nextui-org/divider@2.0.7
|
|
- @nextui-org/popover@2.0.8
|
|
- @nextui-org/snippet@2.0.9
|
|
- @nextui-org/tooltip@2.0.9
|
|
- @nextui-org/avatar@2.0.8
|
|
- @nextui-org/button@2.0.8
|
|
- @nextui-org/navbar@2.0.8
|
|
- @nextui-org/switch@2.0.8
|
|
- @nextui-org/image@2.0.8
|
|
- @nextui-org/input@2.0.9
|
|
- @nextui-org/modal@2.0.9
|
|
- @nextui-org/radio@2.0.8
|
|
- @nextui-org/table@2.0.8
|
|
- @nextui-org/card@2.0.8
|
|
- @nextui-org/chip@2.0.8
|
|
- @nextui-org/link@2.0.8
|
|
- @nextui-org/tabs@2.0.8
|
|
- @nextui-org/user@2.0.8
|
|
- @nextui-org/kbd@2.0.7
|
|
- @nextui-org/system@2.0.5
|
|
- @nextui-org/badge@2.0.6
|
|
|
|
## 2.0.11
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`710395f3`](https://github.com/nextui-org/nextui/commit/710395f3a2ca44238332237a49e948c933abe63d)]:
|
|
- @nextui-org/system@2.0.4
|
|
- @nextui-org/accordion@2.0.7
|
|
- @nextui-org/avatar@2.0.7
|
|
- @nextui-org/button@2.0.7
|
|
- @nextui-org/card@2.0.7
|
|
- @nextui-org/checkbox@2.0.7
|
|
- @nextui-org/chip@2.0.7
|
|
- @nextui-org/dropdown@2.0.7
|
|
- @nextui-org/image@2.0.7
|
|
- @nextui-org/input@2.0.8
|
|
- @nextui-org/link@2.0.7
|
|
- @nextui-org/modal@2.0.8
|
|
- @nextui-org/navbar@2.0.7
|
|
- @nextui-org/pagination@2.0.8
|
|
- @nextui-org/popover@2.0.7
|
|
- @nextui-org/progress@2.0.7
|
|
- @nextui-org/radio@2.0.7
|
|
- @nextui-org/snippet@2.0.8
|
|
- @nextui-org/switch@2.0.7
|
|
- @nextui-org/table@2.0.7
|
|
- @nextui-org/tabs@2.0.7
|
|
- @nextui-org/tooltip@2.0.8
|
|
- @nextui-org/user@2.0.7
|
|
- @nextui-org/badge@2.0.6
|
|
|
|
## 2.0.10
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`d13a14fa`](https://github.com/nextui-org/nextui/commit/d13a14facc1a92dac72e58a93e0452a86a2243c6)]:
|
|
- @nextui-org/accordion@2.0.6
|
|
- @nextui-org/navbar@2.0.6
|
|
- @nextui-org/divider@2.0.6
|
|
- @nextui-org/dropdown@2.0.6
|
|
- @nextui-org/avatar@2.0.6
|
|
- @nextui-org/badge@2.0.6
|
|
- @nextui-org/button@2.0.6
|
|
- @nextui-org/card@2.0.6
|
|
- @nextui-org/checkbox@2.0.6
|
|
- @nextui-org/chip@2.0.6
|
|
- @nextui-org/code@2.0.6
|
|
- @nextui-org/image@2.0.6
|
|
- @nextui-org/input@2.0.7
|
|
- @nextui-org/kbd@2.0.6
|
|
- @nextui-org/link@2.0.6
|
|
- @nextui-org/modal@2.0.7
|
|
- @nextui-org/pagination@2.0.7
|
|
- @nextui-org/popover@2.0.6
|
|
- @nextui-org/progress@2.0.6
|
|
- @nextui-org/radio@2.0.6
|
|
- @nextui-org/skeleton@2.0.6
|
|
- @nextui-org/snippet@2.0.7
|
|
- @nextui-org/spacer@2.0.6
|
|
- @nextui-org/spinner@2.0.6
|
|
- @nextui-org/switch@2.0.6
|
|
- @nextui-org/table@2.0.6
|
|
- @nextui-org/tabs@2.0.6
|
|
- @nextui-org/tooltip@2.0.7
|
|
- @nextui-org/user@2.0.6
|
|
|
|
## 2.0.9
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`5a50390e`](https://github.com/nextui-org/nextui/commit/5a50390e3f675828bff6ce68ee424fcda52cf829)]:
|
|
- @nextui-org/modal@2.0.6
|
|
|
|
## 2.0.8
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`42001647`](https://github.com/nextui-org/nextui/commit/4200164712b6eb4b37a14fe9e005844ff770a180)]:
|
|
- @nextui-org/input@2.0.6
|
|
- @nextui-org/divider@2.0.5
|
|
- @nextui-org/modal@2.0.5
|
|
- @nextui-org/navbar@2.0.5
|
|
- @nextui-org/popover@2.0.5
|
|
- @nextui-org/tabs@2.0.5
|
|
- @nextui-org/accordion@2.0.5
|
|
- @nextui-org/dropdown@2.0.5
|
|
- @nextui-org/avatar@2.0.5
|
|
- @nextui-org/badge@2.0.5
|
|
- @nextui-org/button@2.0.5
|
|
- @nextui-org/card@2.0.5
|
|
- @nextui-org/checkbox@2.0.5
|
|
- @nextui-org/chip@2.0.5
|
|
- @nextui-org/code@2.0.5
|
|
- @nextui-org/image@2.0.5
|
|
- @nextui-org/kbd@2.0.5
|
|
- @nextui-org/link@2.0.5
|
|
- @nextui-org/pagination@2.0.6
|
|
- @nextui-org/progress@2.0.5
|
|
- @nextui-org/radio@2.0.5
|
|
- @nextui-org/skeleton@2.0.5
|
|
- @nextui-org/snippet@2.0.6
|
|
- @nextui-org/spacer@2.0.5
|
|
- @nextui-org/spinner@2.0.5
|
|
- @nextui-org/switch@2.0.5
|
|
- @nextui-org/table@2.0.5
|
|
- @nextui-org/tooltip@2.0.6
|
|
- @nextui-org/user@2.0.5
|
|
|
|
## 2.0.7
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`8de209bf`](https://github.com/nextui-org/nextui/commit/8de209bff75e7e1b8126f89e4a5c3e6d515c316f)]:
|
|
- @nextui-org/pagination@2.0.5
|
|
- @nextui-org/table@2.0.4
|
|
|
|
## 2.0.6
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`ac605eb7`](https://github.com/nextui-org/nextui/commit/ac605eb71f8aa945525a1c659b7bd17037303762)]:
|
|
- @nextui-org/input@2.0.5
|
|
- @nextui-org/modal@2.0.4
|
|
- @nextui-org/navbar@2.0.4
|
|
- @nextui-org/popover@2.0.4
|
|
- @nextui-org/tabs@2.0.4
|
|
|
|
## 2.0.5
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`d794225c`](https://github.com/nextui-org/nextui/commit/d794225cb75121db3a72f430739b4eaacd1cf8b7)]:
|
|
- @nextui-org/pagination@2.0.4
|
|
- @nextui-org/accordion@2.0.4
|
|
- @nextui-org/checkbox@2.0.4
|
|
- @nextui-org/dropdown@2.0.4
|
|
- @nextui-org/progress@2.0.4
|
|
- @nextui-org/skeleton@2.0.4
|
|
- @nextui-org/divider@2.0.4
|
|
- @nextui-org/popover@2.0.4
|
|
- @nextui-org/snippet@2.0.5
|
|
- @nextui-org/spinner@2.0.4
|
|
- @nextui-org/tooltip@2.0.5
|
|
- @nextui-org/avatar@2.0.4
|
|
- @nextui-org/button@2.0.4
|
|
- @nextui-org/navbar@2.0.4
|
|
- @nextui-org/spacer@2.0.4
|
|
- @nextui-org/switch@2.0.4
|
|
- @nextui-org/badge@2.0.4
|
|
- @nextui-org/image@2.0.4
|
|
- @nextui-org/input@2.0.4
|
|
- @nextui-org/modal@2.0.4
|
|
- @nextui-org/radio@2.0.4
|
|
- @nextui-org/table@2.0.4
|
|
- @nextui-org/card@2.0.4
|
|
- @nextui-org/chip@2.0.4
|
|
- @nextui-org/code@2.0.4
|
|
- @nextui-org/link@2.0.4
|
|
- @nextui-org/tabs@2.0.4
|
|
- @nextui-org/user@2.0.4
|
|
- @nextui-org/kbd@2.0.4
|
|
- @nextui-org/theme@2.0.4
|
|
|
|
## 2.0.4
|
|
|
|
### Patch Changes
|
|
|
|
- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions
|
|
Component exports changed to named exports
|
|
- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]:
|
|
- @nextui-org/accordion@2.0.3
|
|
- @nextui-org/dropdown@2.0.3
|
|
- @nextui-org/skeleton@2.0.3
|
|
- @nextui-org/divider@2.0.3
|
|
- @nextui-org/spinner@2.0.3
|
|
- @nextui-org/button@2.0.3
|
|
- @nextui-org/spacer@2.0.3
|
|
- @nextui-org/badge@2.0.3
|
|
- @nextui-org/input@2.0.3
|
|
- @nextui-org/table@2.0.3
|
|
- @nextui-org/card@2.0.3
|
|
- @nextui-org/code@2.0.3
|
|
- @nextui-org/tabs@2.0.3
|
|
- @nextui-org/kbd@2.0.3
|
|
- @nextui-org/system@2.0.3
|
|
- @nextui-org/avatar@2.0.3
|
|
- @nextui-org/checkbox@2.0.3
|
|
- @nextui-org/chip@2.0.3
|
|
- @nextui-org/image@2.0.3
|
|
- @nextui-org/link@2.0.3
|
|
- @nextui-org/modal@2.0.3
|
|
- @nextui-org/navbar@2.0.3
|
|
- @nextui-org/pagination@2.0.3
|
|
- @nextui-org/popover@2.0.3
|
|
- @nextui-org/progress@2.0.3
|
|
- @nextui-org/radio@2.0.3
|
|
- @nextui-org/snippet@2.0.4
|
|
- @nextui-org/switch@2.0.3
|
|
- @nextui-org/tooltip@2.0.4
|
|
- @nextui-org/user@2.0.3
|
|
- @nextui-org/theme@2.0.3
|
|
|
|
## 2.0.3
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`a1a02dc0`](https://github.com/nextui-org/nextui/commit/a1a02dc0db6dc6f9c3355e6f58173433c2e41e19)]:
|
|
- @nextui-org/tooltip@2.0.3
|
|
- @nextui-org/snippet@2.0.3
|
|
- @nextui-org/table@2.0.2
|
|
|
|
## 2.0.2
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`459ac5ed`](https://github.com/nextui-org/nextui/commit/459ac5ed4537942517803ba14129226a791d6feb)]:
|
|
- @nextui-org/dropdown@2.0.2
|
|
- @nextui-org/theme@2.0.2
|
|
- @nextui-org/navbar@2.0.2
|
|
- @nextui-org/accordion@2.0.2
|
|
- @nextui-org/avatar@2.0.2
|
|
- @nextui-org/badge@2.0.2
|
|
- @nextui-org/button@2.0.2
|
|
- @nextui-org/card@2.0.2
|
|
- @nextui-org/checkbox@2.0.2
|
|
- @nextui-org/chip@2.0.2
|
|
- @nextui-org/code@2.0.2
|
|
- @nextui-org/divider@2.0.2
|
|
- @nextui-org/image@2.0.2
|
|
- @nextui-org/input@2.0.2
|
|
- @nextui-org/kbd@2.0.2
|
|
- @nextui-org/link@2.0.2
|
|
- @nextui-org/modal@2.0.2
|
|
- @nextui-org/pagination@2.0.2
|
|
- @nextui-org/popover@2.0.2
|
|
- @nextui-org/progress@2.0.2
|
|
- @nextui-org/radio@2.0.2
|
|
- @nextui-org/skeleton@2.0.2
|
|
- @nextui-org/snippet@2.0.2
|
|
- @nextui-org/spacer@2.0.2
|
|
- @nextui-org/spinner@2.0.2
|
|
- @nextui-org/switch@2.0.2
|
|
- @nextui-org/table@2.0.2
|
|
- @nextui-org/tabs@2.0.2
|
|
- @nextui-org/tooltip@2.0.2
|
|
- @nextui-org/user@2.0.2
|
|
- @nextui-org/system@2.0.2
|
|
|
|
## 2.0.1
|
|
|
|
### Patch Changes
|
|
|
|
- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0
|
|
|
|
- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated
|
|
|
|
- Updated dependencies [[`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]:
|
|
- @nextui-org/pagination@2.0.1
|
|
- @nextui-org/accordion@2.0.1
|
|
- @nextui-org/checkbox@2.0.1
|
|
- @nextui-org/dropdown@2.0.1
|
|
- @nextui-org/progress@2.0.1
|
|
- @nextui-org/skeleton@2.0.1
|
|
- @nextui-org/divider@2.0.1
|
|
- @nextui-org/popover@2.0.1
|
|
- @nextui-org/snippet@2.0.1
|
|
- @nextui-org/spinner@2.0.1
|
|
- @nextui-org/tooltip@2.0.1
|
|
- @nextui-org/avatar@2.0.1
|
|
- @nextui-org/button@2.0.1
|
|
- @nextui-org/navbar@2.0.1
|
|
- @nextui-org/spacer@2.0.1
|
|
- @nextui-org/switch@2.0.1
|
|
- @nextui-org/badge@2.0.1
|
|
- @nextui-org/image@2.0.1
|
|
- @nextui-org/input@2.0.1
|
|
- @nextui-org/modal@2.0.1
|
|
- @nextui-org/radio@2.0.1
|
|
- @nextui-org/table@2.0.1
|
|
- @nextui-org/card@2.0.1
|
|
- @nextui-org/chip@2.0.1
|
|
- @nextui-org/code@2.0.1
|
|
- @nextui-org/link@2.0.1
|
|
- @nextui-org/tabs@2.0.1
|
|
- @nextui-org/user@2.0.1
|
|
- @nextui-org/kbd@2.0.1
|
|
- @nextui-org/system@2.0.1
|
|
- @nextui-org/theme@2.0.1
|