All notable changes to the "html2ft" extension will be documented in this file.
- Initial release
- Run conversion locally
- Support extension settings
- New converter
- Relax VS code version requirements
- Improve SVG handling
- Improve code formatting
- Correctly parse alpinejs attrs like
x-transition.opacity.duration.600ms
- Group kw args into 1 dictionary
Div(**{'x-transition.opacity.duration.600ms': True}, **{'x-transition.scale.origin.top': True})
becomesDiv(**{'x-transition.opacity.duration.600ms': True, 'x-transition.scale.origin.top': True})