- Updated button function to accept icon and color parameters for better customization.
- Introduced button_with_handler for enhanced event handling with JavaScript and Python functions.
- Added dialog component with open/close functionality and persistent option.
- Implemented notify function for displaying notifications with customizable options.
- Added script function for including custom JavaScript in the application.
- Improved component structure to support Vue refs and reactive data binding.
- Updated generator to process scripts and manage external JavaScript files.
- Created tests for button handling and simplified card usage demonstrating new features.