Release Summary:
We are excited to announce the latest update to the Tupp Trigger library. This update brings several enhancements and new features, making the library more versatile and user-friendly.
Full Changelog: 1.0.0...1.0.1
What's New:
-
Support for Button Elements: The library now supports
buttonHTML elements, including inputs of typesubmit. This feature allows for greater flexibility in handling various user interactions. -
Customizable Debounce Delay: Users can now specify a custom debounce delay for
inputandtextareaelements using thedata-tupp-debounce-delayattribute. This enhancement optimizes API call frequency, improving performance and user experience. -
Refined Event Handling: We have improved the event handling mechanism, ensuring a more efficient and responsive interaction with the Tupp.io API.
Improvements:
-
Debounce Mechanism: Enhanced the debounce control for
inputandtextareaelements to reduce unnecessary API calls and improve efficiency. -
Code Refactoring and Optimization: The library's codebase has been refactored and optimized for better performance and maintainability.
-
Documentation Update: The README.md has been updated to include information about the requirement of having a Tupp.io account and detailed guidance on using the new features.
Bug Fixes:
- Minor bug fixes and performance improvements.