Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 831 Bytes

File metadata and controls

31 lines (22 loc) · 831 Bytes

Changelog

All notable changes to Toast-JS will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2.1.0-beta] - 2026-03-13

Added

  • Event system for toast lifecycle callbacks
  • setTextOverflow method for text overflow control
  • ToastManager for queuing toasts
  • ARIA accessibility support

Changed

  • Improved documentation and demo URLs

[2.0.0] - 2025-02-08

Added

  • Initial v2.0.0 release with redesigned API
  • Android-style toast notification API
  • Support for React, Next.js, Vue, and vanilla JavaScript

[1.0.0] - 2025-01-17

Added

  • Initial release of Toast-JS
  • Lightweight toast notification library
  • Customizable toast styles and animations