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
10 changes: 10 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,19 +94,29 @@
"@heroui/test-utils": "2.1.9-beta.2"
},
"changesets": [
"brown-cats-jump",
"fix-slider-nan",
"giant-bugs-tan",
"gold-plants-ring",
"heavy-otters-knock",
"honest-dolphins-reflect",
"hot-lobsters-collect",
"hungry-deers-develop",
"light-cups-melt",
"neat-geese-burn",
"nine-carrots-pay",
"perfect-turtles-eat",
"poor-experts-leave",
"quiet-colts-add",
"selfish-kings-clap",
"shaggy-ads-know",
"sharp-gifts-invite",
"slimy-beers-invent",
"soft-rice-prove",
"soft-spoons-march",
"soft-weeks-sell",
"sweet-radios-brake",
"three-socks-glow",
"tidy-mails-sing",
"tiny-maps-obey"
]
Expand Down
8 changes: 8 additions & 0 deletions packages/components/accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @heroui/accordion

## 2.2.20-beta.1

### Patch Changes

- Updated dependencies [[`a95feca`](https://github.com/heroui-inc/heroui/commit/a95feca4586ca0a61e13ad03c16fab112160a02b)]:
- @heroui/shared-icons@2.1.10-beta.4
- @heroui/divider@2.2.16-beta.3

## 2.2.20-beta.0

### 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": "@heroui/accordion",
"version": "2.2.20-beta.0",
"version": "2.2.20-beta.1",
"description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.",
"keywords": [
"react",
Expand Down
8 changes: 8 additions & 0 deletions packages/components/alert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @heroui/alert

## 2.2.23-beta.1

### Patch Changes

- Updated dependencies [[`a95feca`](https://github.com/heroui-inc/heroui/commit/a95feca4586ca0a61e13ad03c16fab112160a02b)]:
- @heroui/shared-icons@2.1.10-beta.4
- @heroui/button@2.2.23-beta.0

## 2.2.23-beta.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heroui/alert",
"version": "2.2.23-beta.0",
"version": "2.2.23-beta.1",
"description": "Alerts are temporary notifications that provide concise feedback about an action or event.",
"keywords": [
"alert"
Expand Down
15 changes: 15 additions & 0 deletions packages/components/autocomplete/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @heroui/autocomplete

## 2.3.24-beta.1

### Patch Changes

- [#5427](https://github.com/heroui-inc/heroui/pull/5427) [`cbeda74`](https://github.com/heroui-inc/heroui/commit/cbeda74dfa4c6c9027b213ba1e6ad987a2cb6218) Thanks [@wingkwong](https://github.com/wingkwong)! - do not render selector button if selector icon is null (#5423)

- Updated dependencies [[`a95feca`](https://github.com/heroui-inc/heroui/commit/a95feca4586ca0a61e13ad03c16fab112160a02b)]:
- @heroui/shared-icons@2.1.10-beta.4
- @heroui/button@2.2.23-beta.0
- @heroui/input@2.4.23-beta.1
- @heroui/listbox@2.3.22-beta.0
- @heroui/form@2.1.22-beta.1
- @heroui/popover@2.3.23-beta.0
- @heroui/scroll-shadow@2.3.16-beta.0

## 2.3.24-beta.0

### 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": "@heroui/autocomplete",
"version": "2.3.24-beta.0",
"version": "2.3.24-beta.1",
"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 @@
# @heroui/avatar

## 2.2.19-beta.1

### Patch Changes

- [#5417](https://github.com/heroui-inc/heroui/pull/5417) [`44c4395`](https://github.com/heroui-inc/heroui/commit/44c4395d3c800ff86a47fcf5b497f99e42e92865) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed image src double fetch issue (#3847)

- Updated dependencies [[`44c4395`](https://github.com/heroui-inc/heroui/commit/44c4395d3c800ff86a47fcf5b497f99e42e92865)]:
- @heroui/use-image@2.1.11-beta.4

## 2.2.19-beta.0

### 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": "@heroui/avatar",
"version": "2.2.19-beta.0",
"version": "2.2.19-beta.1",
"description": "The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.",
"keywords": [
"avatar"
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 @@
# @heroui/breadcrumbs

## 2.2.19-beta.1

### Patch Changes

- Updated dependencies [[`a95feca`](https://github.com/heroui-inc/heroui/commit/a95feca4586ca0a61e13ad03c16fab112160a02b)]:
- @heroui/shared-icons@2.1.10-beta.4

## 2.2.19-beta.0

### 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": "@heroui/breadcrumbs",
"version": "2.2.19-beta.0",
"version": "2.2.19-beta.1",
"description": "Breadcrumbs display a hierarchy of links to the current page or resource in an application.",
"keywords": [
"breadcrumbs"
Expand Down
10 changes: 10 additions & 0 deletions packages/components/calendar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @heroui/calendar

## 2.2.23-beta.1

### Patch Changes

- [#5151](https://github.com/heroui-inc/heroui/pull/5151) [`e3c2795`](https://github.com/heroui-inc/heroui/commit/e3c279514c289d1962dee9ef2055e3a88aa4f245) Thanks [@aakashahpl](https://github.com/aakashahpl)! - Replace rectangle intersection detection with center-point distance calculation to make the calendar picker more resilient when browser zoom is changed. The new approach finds the closest picker item to the highlight element's center, preventing mismatches between displayed and selected year / month. (#5117)

- Updated dependencies [[`a95feca`](https://github.com/heroui-inc/heroui/commit/a95feca4586ca0a61e13ad03c16fab112160a02b)]:
- @heroui/shared-icons@2.1.10-beta.4
- @heroui/button@2.2.23-beta.0

## 2.2.23-beta.0

### 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": "@heroui/calendar",
"version": "2.2.23-beta.0",
"version": "2.2.23-beta.1",
"description": "A calendar displays one or more date grids and allows users to select a single date.",
"keywords": [
"calendar"
Expand Down
7 changes: 7 additions & 0 deletions packages/components/checkbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @heroui/checkbox

## 2.3.22-beta.1

### Patch Changes

- Updated dependencies []:
- @heroui/form@2.1.22-beta.1

## 2.3.22-beta.0

### 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": "@heroui/checkbox",
"version": "2.3.22-beta.0",
"version": "2.3.22-beta.1",
"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 @@
# @heroui/chip

## 2.2.19-beta.1

### Patch Changes

- Updated dependencies [[`a95feca`](https://github.com/heroui-inc/heroui/commit/a95feca4586ca0a61e13ad03c16fab112160a02b)]:
- @heroui/shared-icons@2.1.10-beta.4

## 2.2.19-beta.0

### 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": "@heroui/chip",
"version": "2.2.19-beta.0",
"version": "2.2.19-beta.1",
"description": "Chips help people enter information, make selections, filter content, or trigger actions.",
"keywords": [
"chip"
Expand Down
7 changes: 7 additions & 0 deletions packages/components/date-input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @heroui/date-input

## 2.3.22-beta.1

### Patch Changes

- Updated dependencies []:
- @heroui/form@2.1.22-beta.1

## 2.3.22-beta.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/date-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heroui/date-input",
"version": "2.3.22-beta.0",
"version": "2.3.22-beta.1",
"description": "A date input allows users to enter and edit date and time values using a keyboard.",
"keywords": [
"date-field"
Expand Down
12 changes: 12 additions & 0 deletions packages/components/date-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @heroui/date-picker

## 2.3.23-beta.1

### Patch Changes

- Updated dependencies [[`e3c2795`](https://github.com/heroui-inc/heroui/commit/e3c279514c289d1962dee9ef2055e3a88aa4f245), [`a95feca`](https://github.com/heroui-inc/heroui/commit/a95feca4586ca0a61e13ad03c16fab112160a02b)]:
- @heroui/calendar@2.2.23-beta.1
- @heroui/shared-icons@2.1.10-beta.4
- @heroui/button@2.2.23-beta.0
- @heroui/date-input@2.3.22-beta.1
- @heroui/form@2.1.22-beta.1
- @heroui/popover@2.3.23-beta.0

## 2.3.23-beta.0

### 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": "@heroui/date-picker",
"version": "2.3.23-beta.0",
"version": "2.3.23-beta.1",
"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
7 changes: 7 additions & 0 deletions packages/components/drawer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @heroui/drawer

## 2.2.20-beta.1

### Patch Changes

- Updated dependencies []:
- @heroui/modal@2.2.20-beta.1

## 2.2.20-beta.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/drawer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heroui/drawer",
"version": "2.2.20-beta.0",
"version": "2.2.20-beta.1",
"description": "Used to render a content that slides in from the side of the screen.",
"keywords": [
"drawer"
Expand Down
7 changes: 7 additions & 0 deletions packages/components/form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @heroui/form

## 2.1.22-beta.1

### Patch Changes

- Updated dependencies [[`be697f7`](https://github.com/heroui-inc/heroui/commit/be697f77f5f6f8be439c72bd0e2155fd94eefeea), [`e1a0d9d`](https://github.com/heroui-inc/heroui/commit/e1a0d9d53d34cdb59a1aaf3f553f7d54fbf6f60d), [`bd5ad76`](https://github.com/heroui-inc/heroui/commit/bd5ad766115d64307b08faef7ce8401afe24cb46)]:
- @heroui/theme@2.4.18-beta.4

## 2.1.22-beta.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heroui/form",
"version": "2.1.22-beta.0",
"version": "2.1.22-beta.1",
"description": "A form is a group of inputs that allows users submit data to a server and supports field validation errors.",
"keywords": [
"form"
Expand Down
9 changes: 9 additions & 0 deletions packages/components/image/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @heroui/image

## 2.2.15-beta.1

### Patch Changes

- [#5417](https://github.com/heroui-inc/heroui/pull/5417) [`44c4395`](https://github.com/heroui-inc/heroui/commit/44c4395d3c800ff86a47fcf5b497f99e42e92865) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed image src double fetch issue (#3847)

- Updated dependencies [[`44c4395`](https://github.com/heroui-inc/heroui/commit/44c4395d3c800ff86a47fcf5b497f99e42e92865)]:
- @heroui/use-image@2.1.11-beta.4

## 2.2.15-beta.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heroui/image",
"version": "2.2.15-beta.0",
"version": "2.2.15-beta.1",
"description": "A simple image component",
"keywords": [
"image"
Expand Down
7 changes: 7 additions & 0 deletions packages/components/input-otp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @heroui/input-otp

## 2.1.22-beta.1

### Patch Changes

- Updated dependencies []:
- @heroui/form@2.1.22-beta.1

## 2.1.22-beta.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/input-otp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heroui/input-otp",
"version": "2.1.22-beta.0",
"version": "2.1.22-beta.1",
"description": "",
"keywords": [
"input-otp"
Expand Down
8 changes: 8 additions & 0 deletions packages/components/input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @heroui/input

## 2.4.23-beta.1

### Patch Changes

- Updated dependencies [[`a95feca`](https://github.com/heroui-inc/heroui/commit/a95feca4586ca0a61e13ad03c16fab112160a02b)]:
- @heroui/shared-icons@2.1.10-beta.4
- @heroui/form@2.1.22-beta.1

## 2.4.23-beta.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heroui/input",
"version": "2.4.23-beta.0",
"version": "2.4.23-beta.1",
"description": "The input component is designed for capturing user input within a text field.",
"keywords": [
"input"
Expand Down
7 changes: 7 additions & 0 deletions packages/components/link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @heroui/link

## 2.2.20-beta.1

### Patch Changes

- Updated dependencies [[`a95feca`](https://github.com/heroui-inc/heroui/commit/a95feca4586ca0a61e13ad03c16fab112160a02b)]:
- @heroui/shared-icons@2.1.10-beta.4

## 2.2.20-beta.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heroui/link",
"version": "2.2.20-beta.0",
"version": "2.2.20-beta.1",
"description": "Links allow users to click their way from page to page. This component is styled to resemble a hyperlink and semantically renders an <a>",
"keywords": [
"link"
Expand Down
Loading