πΉ JuiceToast v1.3.2 Released
Hey devs! π
A new update of JuiceToast is here!
Version v1.3.2 focuses on improving accessibility, adding new customization features, and making the developer experience even smoother.
If you love lightweight, dependency-free toast notifications β this release is for you.
β¨ Whatβs New in v1.3.2
βΏ Improved Accessibility (A11Y)
Accessibility has been significantly improved to ensure better usability for everyone:
- Better screen reader support
- Improved ARIA attributes
- More consistent focus handling
- Reduced-motion friendly behavior
πΌοΈ Background Image Support
You can now add background images to your toast notifications using the new:
bgImage
This makes it easier to create more visually appealing notifications for branding, promotions, or custom UI themes.
π¨ More Built-in Themes
JuiceToast now comes with additional themes out of the box, making it easier to match your appβs design without writing custom CSS.
β‘ Default Toast Helpers
You no longer need to configure basic toast types manually.
New helper functions are now available:
juiceToast.success("Saved successfully!");
juiceToast.error("Something went wrong!");
juiceToast.info("New update available.");
juiceToast.warning("Storage almost full.");
juiceToast.loading("Uploading...");
These helpers provide quick, clean, and consistent notifications.
πΉ Why JuiceToast?
JuiceToast is designed to be:
- Lightweight
- Dependency-free
- Easy to integrate
- Highly customizable
- Mobile-friendly
- Accessible by default
Perfect for modern web apps that need fast, beautiful notifications without bloat.
π¦ Installation
npm install juice-toast
π Quick Example
juiceToast.success("Hello from JuiceToast!");
Thatβs it β simple and powerful.
β€οΈ Support the Project
If you enjoy using JuiceToast:
- β Star the repository
- π Report issues
- π‘ Suggest new features
Your support helps the project grow!
π§ Whatβs Next?
Future updates may include:
- More animation presets
- Plugin system (With JDX)
- Advanced positioning controls
Stay tuned π
Thanks for using JuiceToast!
Top comments (0)