Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/dirty-beans-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-eels-compare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-owls-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-turtles-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-peas-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-hornets-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-paws-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-rockets-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-keys-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-needles-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-sheep-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-seas-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-donuts-breathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-panthers-swim.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-pens-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-bugs-beg.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/tough-spies-tease.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/warm-zoos-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-rockets-check.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/components/accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @nextui-org/accordion

## 2.0.29

### Patch Changes

- [#2219](https://github.com/nextui-org/nextui/pull/2219) [`2c3be59df`](https://github.com/nextui-org/nextui/commit/2c3be59dfb22a0059b814c63116606d5ec7345a0) Thanks [@ryo-manba](https://github.com/ryo-manba)! - fixed remove dividers from hidden accordion items (#2210)

- [#2464](https://github.com/nextui-org/nextui/pull/2464) [`2894aecca`](https://github.com/nextui-org/nextui/commit/2894aecca1a2ef0dfb3066b9b8df24ce48c99dae) Thanks [@mezotv](https://github.com/mezotv)! - Changes the motion important to the more lightweight m component in framer motion to only load the required features.

- Updated dependencies []:
- @nextui-org/divider@2.0.26
- @nextui-org/aria-utils@2.0.16
- @nextui-org/react-utils@2.0.11

## 2.0.28

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/accordion",
"version": "2.0.28",
"version": "2.0.29",
"description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.",
"keywords": [
"react",
Expand Down
18 changes: 18 additions & 0 deletions packages/components/autocomplete/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @nextui-org/autocomplete

## 2.0.11

### Patch Changes

- [#2429](https://github.com/nextui-org/nextui/pull/2429) [`bae544d19`](https://github.com/nextui-org/nextui/commit/bae544d1985dc093aedfa652578acdfcdae83983) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed isReadOnly logic in Autocomplete (#2420)

- [#2458](https://github.com/nextui-org/nextui/pull/2458) [`7263daca0`](https://github.com/nextui-org/nextui/commit/7263daca08674338eb28529315070337ba0dfc17) Thanks [@wingkwong](https://github.com/wingkwong)! - fix(autocomplete): support isReadOnly for dynamic collections in Autocomplete

- Updated dependencies [[`a05aef0ac`](https://github.com/nextui-org/nextui/commit/a05aef0acb5a7b000c8131e8ba4f50f0adec01e5), [`52dafd08f`](https://github.com/nextui-org/nextui/commit/52dafd08f178483e79dc847b61d1c761af26eb8e), [`7263daca0`](https://github.com/nextui-org/nextui/commit/7263daca08674338eb28529315070337ba0dfc17), [`2894aecca`](https://github.com/nextui-org/nextui/commit/2894aecca1a2ef0dfb3066b9b8df24ce48c99dae)]:
- @nextui-org/popover@2.1.16
- @nextui-org/input@2.1.18
- @nextui-org/aria-utils@2.0.16
- @nextui-org/react-utils@2.0.11
- @nextui-org/listbox@2.1.17
- @nextui-org/button@2.0.28
- @nextui-org/scroll-shadow@2.1.14
- @nextui-org/spinner@2.0.26

## 2.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/autocomplete/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/autocomplete",
"version": "2.0.10",
"version": "2.0.11",
"description": "An autocomplete combines a text input with a listbox, allowing users to filter a list of options to items matching a query.",
"keywords": [
"autocomplete"
Expand Down
9 changes: 9 additions & 0 deletions packages/components/avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @nextui-org/avatar

## 2.0.25

### Patch Changes

- [#2498](https://github.com/nextui-org/nextui/pull/2498) [`5d84634c0`](https://github.com/nextui-org/nextui/commit/5d84634c0af3a5a66622d188950f2bcacde7c2e4) Thanks [@mrbadri](https://github.com/mrbadri)! - Add RTL support to the avatar group component

- Updated dependencies []:
- @nextui-org/react-utils@2.0.11

## 2.0.24

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/avatar",
"version": "2.0.24",
"version": "2.0.25",
"description": "The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.",
"keywords": [
"avatar"
Expand Down
8 changes: 8 additions & 0 deletions packages/components/badge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nextui-org/badge

## 2.0.25

### Patch Changes

- Updated dependencies []:
- @nextui-org/react-utils@2.0.11
- @nextui-org/system-rsc@2.0.11

## 2.0.24

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/badge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/badge",
"version": "2.0.24",
"version": "2.0.25",
"description": "Badges are used as a small numerical value or status descriptor for UI elements.",
"keywords": [
"badge"
Expand Down
7 changes: 7 additions & 0 deletions packages/components/breadcrumbs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nextui-org/breadcrumbs

## 2.0.5

### Patch Changes

- Updated dependencies []:
- @nextui-org/react-utils@2.0.11

## 2.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/breadcrumbs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/breadcrumbs",
"version": "2.0.4",
"version": "2.0.5",
"description": "Breadcrumbs display a hierarchy of links to the current page or resource in an application.",
"keywords": [
"breadcrumbs"
Expand Down
9 changes: 9 additions & 0 deletions packages/components/button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @nextui-org/button

## 2.0.28

### Patch Changes

- Updated dependencies [[`2894aecca`](https://github.com/nextui-org/nextui/commit/2894aecca1a2ef0dfb3066b9b8df24ce48c99dae)]:
- @nextui-org/ripple@2.0.25
- @nextui-org/react-utils@2.0.11
- @nextui-org/spinner@2.0.26

## 2.0.27

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/button",
"version": "2.0.27",
"version": "2.0.28",
"description": "Buttons allow users to perform actions and choose with a single tap.",
"keywords": [
"button"
Expand Down
8 changes: 8 additions & 0 deletions packages/components/card/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nextui-org/card

## 2.0.25

### Patch Changes

- Updated dependencies [[`2894aecca`](https://github.com/nextui-org/nextui/commit/2894aecca1a2ef0dfb3066b9b8df24ce48c99dae)]:
- @nextui-org/ripple@2.0.25
- @nextui-org/react-utils@2.0.11

## 2.0.24

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/card",
"version": "2.0.24",
"version": "2.0.25",
"description": "Card is a container for text, photos, and actions in the context of a single subject.",
"keywords": [
"card"
Expand Down
9 changes: 9 additions & 0 deletions packages/components/checkbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @nextui-org/checkbox

## 2.0.26

### Patch Changes

- [#2466](https://github.com/nextui-org/nextui/pull/2466) [`e4b3c7d1a`](https://github.com/nextui-org/nextui/commit/e4b3c7d1a19bc31c1f69c90a5b467bf8310602dc) Thanks [@mrbadri](https://github.com/mrbadri)! - Add RTL support to the checkbox component

- Updated dependencies []:
- @nextui-org/react-utils@2.0.11

## 2.0.25

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/checkbox",
"version": "2.0.25",
"version": "2.0.26",
"description": "Checkboxes allow users to select multiple items from a list of individual items, or to mark one individual item as selected.",
"keywords": [
"checkbox"
Expand Down
7 changes: 7 additions & 0 deletions packages/components/chip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nextui-org/chip

## 2.0.26

### Patch Changes

- Updated dependencies []:
- @nextui-org/react-utils@2.0.11

## 2.0.25

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/chip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/chip",
"version": "2.0.25",
"version": "2.0.26",
"description": "Chips help people enter information, make selections, filter content, or trigger actions.",
"keywords": [
"chip"
Expand Down
8 changes: 8 additions & 0 deletions packages/components/code/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nextui-org/code

## 2.0.25

### Patch Changes

- Updated dependencies []:
- @nextui-org/react-utils@2.0.11
- @nextui-org/system-rsc@2.0.11

## 2.0.24

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/code",
"version": "2.0.24",
"version": "2.0.25",
"description": "Code is a component used to display inline code.",
"keywords": [
"code"
Expand Down
8 changes: 8 additions & 0 deletions packages/components/divider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nextui-org/divider

## 2.0.26

### Patch Changes

- Updated dependencies [[`f864dc397`](https://github.com/nextui-org/nextui/commit/f864dc3974993b29ea5048483d7e0e998e8bef56)]:
- @nextui-org/react-rsc-utils@2.0.11
- @nextui-org/system-rsc@2.0.11

## 2.0.25

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/divider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/divider",
"version": "2.0.25",
"version": "2.0.26",
"description": ". A separator is a visual divider between two groups of content",
"keywords": [
"divider"
Expand Down
13 changes: 13 additions & 0 deletions packages/components/dropdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @nextui-org/dropdown

## 2.1.18

### Patch Changes

- [#2450](https://github.com/nextui-org/nextui/pull/2450) [`0a9982d3e`](https://github.com/nextui-org/nextui/commit/0a9982d3efe6ac8dfc25438f21598c8fe53de4db) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed getMenuTriggerProps mergeProps (#2448)

- [#2458](https://github.com/nextui-org/nextui/pull/2458) [`7263daca0`](https://github.com/nextui-org/nextui/commit/7263daca08674338eb28529315070337ba0dfc17) Thanks [@wingkwong](https://github.com/wingkwong)! - fix(autocomplete): support isReadOnly for dynamic collections in Autocomplete

- Updated dependencies [[`a05aef0ac`](https://github.com/nextui-org/nextui/commit/a05aef0acb5a7b000c8131e8ba4f50f0adec01e5), [`7263daca0`](https://github.com/nextui-org/nextui/commit/7263daca08674338eb28529315070337ba0dfc17), [`2894aecca`](https://github.com/nextui-org/nextui/commit/2894aecca1a2ef0dfb3066b9b8df24ce48c99dae)]:
- @nextui-org/popover@2.1.16
- @nextui-org/react-utils@2.0.11
- @nextui-org/menu@2.0.18

## 2.1.17

### Patch Changes
Expand Down
Loading