Skip to content
Merged
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
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
"angry-maps-serve",
"calm-trees-serve",
"cold-dolls-vanish",
"curly-rules-warn",
"curly-zoos-thank",
"dirty-moles-refuse",
"dull-bags-divide",
Expand All @@ -100,13 +101,15 @@
"fast-horses-explode",
"few-jars-flow",
"flat-pants-accept",
"fluffy-icons-refuse",
"forty-doors-flash",
"gentle-needles-rescue",
"giant-worms-hammer",
"grumpy-mayflies-rhyme",
"happy-parrots-search",
"kind-cobras-travel",
"kind-insects-end",
"lazy-buttons-exercise",
"light-needles-behave",
"mean-mangos-occur",
"mighty-birds-deny",
Expand Down
12 changes: 12 additions & 0 deletions packages/components/autocomplete/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @nextui-org/autocomplete

## 2.2.0-beta.13

### Patch Changes

- Updated dependencies [[`256d46277`](https://github.com/nextui-org/nextui/commit/256d462771c19d6ca5b969d0ec44419fb560f0ac)]:
- @nextui-org/listbox@2.2.0-beta.10
- @nextui-org/button@2.1.0-beta.7
- @nextui-org/input@2.3.0-beta.9
- @nextui-org/popover@2.2.0-beta.9
- @nextui-org/scroll-shadow@2.2.0-beta.7
- @nextui-org/spinner@2.1.0-beta.7

## 2.2.0-beta.12

### 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.2.0-beta.12",
"version": "2.2.0-beta.13",
"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/calendar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @nextui-org/calendar

## 2.1.0-beta.10

### Patch Changes

- [#4140](https://github.com/nextui-org/nextui/pull/4140) [`78a99b628`](https://github.com/nextui-org/nextui/commit/78a99b628e3fde8808a0cce3c69059d727afd49b) Thanks [@wingkwong](https://github.com/wingkwong)! - add missing `framer-motion` in `peerDependencies`

- Updated dependencies []:
- @nextui-org/button@2.1.0-beta.7

## 2.1.0-beta.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/calendar",
"version": "2.1.0-beta.9",
"version": "2.1.0-beta.10",
"description": "A calendar displays one or more date grids and allows users to select a single date.",
"keywords": [
"calendar"
Expand Down
10 changes: 10 additions & 0 deletions packages/components/date-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @nextui-org/date-picker

## 2.2.0-beta.11

### Patch Changes

- Updated dependencies [[`78a99b628`](https://github.com/nextui-org/nextui/commit/78a99b628e3fde8808a0cce3c69059d727afd49b)]:
- @nextui-org/calendar@2.1.0-beta.10
- @nextui-org/button@2.1.0-beta.7
- @nextui-org/date-input@2.2.0-beta.7
- @nextui-org/popover@2.2.0-beta.9

## 2.2.0-beta.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/date-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/date-picker",
"version": "2.2.0-beta.10",
"version": "2.2.0-beta.11",
"description": "A date picker combines a DateInput and a Calendar popover to allow users to enter or select a date and time value.",
"keywords": [
"date-picker"
Expand Down
8 changes: 8 additions & 0 deletions packages/components/dropdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nextui-org/dropdown

## 2.2.0-beta.10

### Patch Changes

- Updated dependencies [[`256d46277`](https://github.com/nextui-org/nextui/commit/256d462771c19d6ca5b969d0ec44419fb560f0ac)]:
- @nextui-org/menu@2.1.0-beta.9
- @nextui-org/popover@2.2.0-beta.9

## 2.2.0-beta.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/dropdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/dropdown",
"version": "2.2.0-beta.9",
"version": "2.2.0-beta.10",
"description": "A dropdown displays a list of actions or options that a user can choose.",
"keywords": [
"dropdown"
Expand Down
9 changes: 9 additions & 0 deletions packages/components/listbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @nextui-org/listbox

## 2.2.0-beta.10

### Patch Changes

- [#4105](https://github.com/nextui-org/nextui/pull/4105) [`256d46277`](https://github.com/nextui-org/nextui/commit/256d462771c19d6ca5b969d0ec44419fb560f0ac) Thanks [@winchesHe](https://github.com/winchesHe)! - Add truncate class to the list item to avoid overflow the wrapper

- Updated dependencies []:
- @nextui-org/divider@2.1.0-beta.7

## 2.2.0-beta.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/listbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/listbox",
"version": "2.2.0-beta.9",
"version": "2.2.0-beta.10",
"description": "A listbox displays a list of options and allows a user to select one or more of them.",
"keywords": [
"listbox"
Expand Down
9 changes: 9 additions & 0 deletions packages/components/menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @nextui-org/menu

## 2.1.0-beta.9

### Patch Changes

- [#4105](https://github.com/nextui-org/nextui/pull/4105) [`256d46277`](https://github.com/nextui-org/nextui/commit/256d462771c19d6ca5b969d0ec44419fb560f0ac) Thanks [@winchesHe](https://github.com/winchesHe)! - Add truncate class to the list item to avoid overflow the wrapper

- Updated dependencies []:
- @nextui-org/divider@2.1.0-beta.7

## 2.1.0-beta.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/menu",
"version": "2.1.0-beta.8",
"version": "2.1.0-beta.9",
"description": "A menu displays a list of options and allows a user to select one or more of them.",
"keywords": [
"menu"
Expand Down
10 changes: 10 additions & 0 deletions packages/components/select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @nextui-org/select

## 2.3.0-beta.14

### Patch Changes

- Updated dependencies [[`256d46277`](https://github.com/nextui-org/nextui/commit/256d462771c19d6ca5b969d0ec44419fb560f0ac)]:
- @nextui-org/listbox@2.2.0-beta.10
- @nextui-org/popover@2.2.0-beta.9
- @nextui-org/scroll-shadow@2.2.0-beta.7
- @nextui-org/spinner@2.1.0-beta.7

## 2.3.0-beta.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/select",
"version": "2.3.0-beta.13",
"version": "2.3.0-beta.14",
"description": "A select displays a collapsible list of options and allows a user to select one of them.",
"keywords": [
"select"
Expand Down
10 changes: 10 additions & 0 deletions packages/components/table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @nextui-org/table

## 2.1.0-beta.9

### Patch Changes

- [#3735](https://github.com/nextui-org/nextui/pull/3735) [`ee4870dc1`](https://github.com/nextui-org/nextui/commit/ee4870dc14b2a449fd22be4489b88e44f030329a) Thanks [@macci001](https://github.com/macci001)! - Currently, whenever any arrow-key keypress is triggered it navigates the focus to other cell/row. This creates an issue when the table cell contains a component which requires this keys for specific purpose (eg. if a table cell contains input component, it might need arrow keys for editing. But it is not possible because whenever the keypress triggers navigation). The PR adds an `isKeyboardNavigationDisabled` prop to disable the navigation.

- Updated dependencies []:
- @nextui-org/checkbox@2.2.0-beta.7
- @nextui-org/spacer@2.1.0-beta.7

## 2.1.0-beta.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/table",
"version": "2.1.0-beta.8",
"version": "2.1.0-beta.9",
"description": "Tables are used to display tabular data using rows and columns. ",
"keywords": [
"table"
Expand Down
49 changes: 49 additions & 0 deletions packages/core/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,54 @@
# @nextui-org/react

## 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
Expand Down
2 changes: 1 addition & 1 deletion packages/core/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/react",
"version": "2.5.0-beta.19",
"version": "2.5.0-beta.20",
"description": "🚀 Beautiful and modern React UI library.",
"author": "Junior Garcia <jrgarciadev@gmail.com>",
"homepage": "https://nextui.org",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nextui-org/theme

## 2.3.0-beta.14

### Patch Changes

- [#4105](https://github.com/nextui-org/nextui/pull/4105) [`256d46277`](https://github.com/nextui-org/nextui/commit/256d462771c19d6ca5b969d0ec44419fb560f0ac) Thanks [@winchesHe](https://github.com/winchesHe)! - Add truncate class to the list item to avoid overflow the wrapper

## 2.3.0-beta.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/theme",
"version": "2.3.0-beta.13",
"version": "2.3.0-beta.14",
"description": "The default theme for NextUI components",
"keywords": [
"theme",
Expand Down