Hey there, fellow developers! We're thrilled to announce the release of our latest minor update, version 1.0.1. 🎉 This update brings several exciting features and fixes that aim to streamline your workflow and enhance your overall experience with our product. Let's dive right in and explore what's new.
New Features
Event Triggers for Repeater
We've introduced event triggers for Redot-Repeater, allowing you to enhance the functionality of your applications with ease. Now, you can seamlessly integrate event triggers into your projects, opening up a world of possibilities for interactive and dynamic user experiences.
$('[name=repeater]').on('repeater:insert', (event, { item }) => { // ... });
Introducing makeDraggable Function
Say hello to the new makeDraggable function! With this addition, dragging elements within your application becomes a breeze. Whether you're building a complex UI or a simple interface, this function empowers you to create draggable elements effortlessly.
Language Functionality Commands
We're excited to unveil three new commands for language functionalities. These commands - lang:extract, lang:publish, and lang:revert - provide enhanced control over language management within your projects. Simplify the localization process, manage translations effectively, and revert changes seamlessly with these powerful commands at your disposal.
Bug Fixes
- Default Theme Persistence: We've resolved an issue where the default theme wasn't persisting in localStorage if not set. With this fix in place, you can rest assured that your preferred theme settings will be retained across sessions, providing a consistent user experience.
That wraps up the highlights of our latest update, version 1.0.1! We're committed to continuously improving our product to meet your evolving needs and deliver an exceptional development experience.
Ready to take advantage of these new features and enhancements? Update to version 1.0.1 today and unlock a world of possibilities for your projects. As always, we value your feedback, so feel free to reach out with any questions, suggestions, or concerns.
Happy coding! 🚀