Skip to content

v1.0.1

Latest

Choose a tag to compare

@eleonel eleonel released this 30 Dec 06:45
· 4 commits to main since this release
fd1c36a

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:

  1. Support for Button Elements: The library now supports button HTML elements, including inputs of type submit. This feature allows for greater flexibility in handling various user interactions.

  2. Customizable Debounce Delay: Users can now specify a custom debounce delay for input and textarea elements using the data-tupp-debounce-delay attribute. This enhancement optimizes API call frequency, improving performance and user experience.

  3. 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 input and textarea elements 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.