Overview
We are excited to announce the release of version 1.0.4! This update includes improvements to the documentation, the addition of JSDoc comments for better code understanding, and fixes for several rendering issues.
What's New
Updated Documentation
- Added detailed documentation for the
showPopup
function, including parameters, options, and example usage. - The documentation now clearly explains how to use the
showPopup
function to manage popups with various customization options.
Added JSDoc Comments
- Introduced JSDoc comments across the codebase to improve code readability and maintainability.
- Developers can now benefit from inline documentation that explains the purpose and usage of functions, parameters, and return types.
Bug Fixes
- Fixed several issues related to popup rendering that affected visibility and interactivity.
- Popups now render consistently and handle animations and state changes correctly.
Other Improvements
- Minor refactoring to improve code quality and reduce complexity.
- Enhanced state management for popups, ensuring better performance and reliability.
How to Upgrade
To upgrade to v1.0.4, run the following command in your project directory:
npm update react-popupify
Conclusion
We hope these updates enhance your experience with our library. Your feedback is valuable to us, so please let us know if you encounter any issues or have suggestions for future improvements.
Thank you for using our library!