github-actions[bot] 63a1a671a9
ci(changesets): version packages (#5323)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
2025-06-01 14:22:28 -03:00

153 lines
6.9 KiB
Markdown

# @heroui/toast
## 2.0.10
### Patch Changes
- [#5246](https://github.com/heroui-inc/heroui/pull/5246) [`8df9716`](https://github.com/heroui-inc/heroui/commit/8df9716dfa29926237682b73df59e8018843e9c0) Thanks [@wingkwong](https://github.com/wingkwong)! - support render icons by function in Toast
- [#5310](https://github.com/heroui-inc/heroui/pull/5310) [`1d62208`](https://github.com/heroui-inc/heroui/commit/1d62208642d06f7896724b2702ecb5a17931eb88) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions
- Updated dependencies [[`8df9716`](https://github.com/heroui-inc/heroui/commit/8df9716dfa29926237682b73df59e8018843e9c0)]:
- @heroui/shared-icons@2.1.8
- @heroui/spinner@2.2.17
## 2.0.9
### Patch Changes
- [`b9e94a2`](https://github.com/heroui-inc/heroui/commit/b9e94a21518ba18447603680055c3a7dad8372bf) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - add default value for custom theme properties (#5194)
v2.7.7
- Updated dependencies [[`b9e94a2`](https://github.com/heroui-inc/heroui/commit/b9e94a21518ba18447603680055c3a7dad8372bf)]:
- @heroui/spinner@2.2.16
- @heroui/use-is-mobile@2.2.9
- @heroui/react-utils@2.1.10
- @heroui/shared-icons@2.1.7
- @heroui/shared-utils@2.1.9
## 2.0.8
### Patch Changes
- [#5186](https://github.com/heroui-inc/heroui/pull/5186) [`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e) Thanks [@wingkwong](https://github.com/wingkwong)! - RA version bump (#5186)
- Updated dependencies [[`500ed77`](https://github.com/heroui-inc/heroui/commit/500ed771e25b08038fdc0d9401bfac31a2d68c3e)]:
- @heroui/shared-utils@2.1.8
- @heroui/use-is-mobile@2.2.8
- @heroui/spinner@2.2.15
- @heroui/react-utils@2.1.9
## 2.0.7
### Patch Changes
- [#5121](https://github.com/heroui-inc/heroui/pull/5121) [`ca5babc`](https://github.com/heroui-inc/heroui/commit/ca5babcbb95b82ff40d9640034206b9018e1105c) Thanks [@alex-gavr](https://github.com/alex-gavr)! - - Use LazyMotion and AnimatePresence in ToastProvider to support exit animations.
- [#5060](https://github.com/heroui-inc/heroui/pull/5060) [`3944e1a`](https://github.com/heroui-inc/heroui/commit/3944e1af4ad58e45e49c4f54c3562474092505b1) Thanks [@wingkwong](https://github.com/wingkwong)! - RA version bump
- [#5034](https://github.com/heroui-inc/heroui/pull/5034) [`afdd892`](https://github.com/heroui-inc/heroui/commit/afdd892690f8ab166f3c5f35a1c1a3f2446831b8) Thanks [@macci001](https://github.com/macci001)! - Making toast compatible with RA upgrade.
Changing the type of description prop to ReactNode(#5033).
- Updated dependencies []:
- @heroui/spinner@2.2.14
## 2.0.6
### Patch Changes
- [#5003](https://github.com/heroui-inc/heroui/pull/5003) [`1f95899`](https://github.com/heroui-inc/heroui/commit/1f9589943af2e6910fc6a4b4bce53e47b91f4a61) Thanks [@wingkwong](https://github.com/wingkwong)! - tmp fix for unexpected toast animation
- [#5001](https://github.com/heroui-inc/heroui/pull/5001) [`6f94545`](https://github.com/heroui-inc/heroui/commit/6f945458c8372949e80a1f5acc6c3047450d6b9d) Thanks [@macci001](https://github.com/macci001)! - Toast should be above the modal(#4898).
- [#4998](https://github.com/heroui-inc/heroui/pull/4998) [`88f1641`](https://github.com/heroui-inc/heroui/commit/88f164116c2be75cd2de0a076f5ba0942a43e3de) Thanks [@wingkwong](https://github.com/wingkwong)! - bump RA versions
- Updated dependencies []:
- @heroui/spinner@2.2.13
## 2.0.5
### Patch Changes
- v2.7.4
- Updated dependencies []:
- @heroui/spinner@2.2.12
- @heroui/use-is-mobile@2.2.7
- @heroui/react-utils@2.1.8
- @heroui/shared-icons@2.1.6
- @heroui/shared-utils@2.1.7
## 2.0.4
### Patch Changes
- [#4901](https://github.com/heroui-inc/heroui/pull/4901) [`09a2b73`](https://github.com/heroui-inc/heroui/commit/09a2b7387056e176417404dbf7edb4cfb8c880a9) Thanks [@wingkwong](https://github.com/wingkwong)! - update peerDependencies (#4901)
- [#4881](https://github.com/heroui-inc/heroui/pull/4881) [`29df4f5`](https://github.com/heroui-inc/heroui/commit/29df4f531756daf84d2334926d193715fefeb428) Thanks [@macci001](https://github.com/macci001)! - fixing maxVisibleToast functionality in toast (#4870)
For promises, starting the timer only after the promise is resolved
- [#4858](https://github.com/heroui-inc/heroui/pull/4858) [`fd446da`](https://github.com/heroui-inc/heroui/commit/fd446dac2ac2af56f287a6b23c5baaea79ec3979) Thanks [@wingkwong](https://github.com/wingkwong)! - fix shouldShowTimeoutProgess typo (#4856)
- Updated dependencies [[`2186f6d`](https://github.com/heroui-inc/heroui/commit/2186f6da23679c5cf63ea03c9c6df9ca6df92ad9)]:
- @heroui/spinner@2.2.11
## 2.0.3
### Patch Changes
- Fix v2.7.0 release
- Updated dependencies []:
- @heroui/shared-icons@2.1.5
- @heroui/shared-utils@2.1.6
- @heroui/react-utils@2.1.7
- @heroui/use-is-mobile@2.2.6
- @heroui/spinner@2.2.10
## 2.0.2
### Patch Changes
- Fix v2.7.0 release
- Updated dependencies []:
- @heroui/spinner@2.2.9
- @heroui/use-is-mobile@2.2.5
- @heroui/react-utils@2.1.6
- @heroui/shared-icons@2.1.4
- @heroui/shared-utils@2.1.5
## 2.0.1
### Patch Changes
- [`09241fa`](https://github.com/heroui-inc/heroui/commit/09241faa4b63765b7721ba9b473e3465b6d5e503) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Toasts styles improved
- [`88b9cbe`](https://github.com/heroui-inc/heroui/commit/88b9cbeddde4fee3f84c5422d55cd9b64e9025e0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix peer depts
- [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.7.0
- Tailwind variants upgraded to the latest version, classnames adjusted, tests fixed
- Bump RA versions
- Various package updates and improvements across the HeroUI component library
- Fixed reversed navigation behavior of nextButton and prevButton in the RTL calendar (#4541)
- Adding support for global labelPlacement prop (ENG-1694)
- Avoid showing onClick deprecation warning for internal onClick (#4549, #4546)
- Fixed unexpected scrollShadow on virtualized listbox (#4553)
- Fix SelectItem, ListboxItem, and AutocompleteItem not to accept value props (#2283)
- New Components and Features:
- Introduce NumberInput component
- Introduce Toast component (#2560)
- Various improvements and bug fixes across components:
- Enhanced accessibility features and ARIA support
- Updated component styling and theme configurations
- Performance optimizations and code cleanup
- RTL support improvements
- Better type safety and prop validation
- Updated dependencies [[`f51d645`](https://github.com/heroui-inc/heroui/commit/f51d645d3d98ca2cc9ebcc89627959766fecc234), [`4ff87ca`](https://github.com/heroui-inc/heroui/commit/4ff87ca7afccd2c3db0b145156a8357b2b51e7b5)]:
- @heroui/spinner@2.2.8
- @heroui/use-is-mobile@2.2.4
- @heroui/react-utils@2.1.5
- @heroui/shared-icons@2.1.3
- @heroui/shared-utils@2.1.4