react-next-toast
Version:
An easy to use library for toast notifications
25 lines (12 loc) • 678 B
Markdown
# Change Log
## [v2.1.0] - 3rd January, 2024
### Added
- **New Line and HTML Support:** Toast Messages now supports new line characters and HTML tags in toast messages.
- **Destroy Previous Toast:** Configured the system to destroy the previous toast when a new one is triggered.
### Changed
- **Notification Design:** Revamped the design for a more visually appealing toast.
### Fixed
- **Resolve Z-Index Issue:** Resolved the positioning issue where some page contents overlap the Toast notification.
- **Organization and Consistency:** Improved code organization and overall consistency.
- **Format Files:** Performed code formatting for better readability.
---