v0.0.4
Pre-release
Pre-release
WindCraft creates className props if needed + fixes 🚀
- Enable WindCraft to add the
className
property to JSX elements in TypeScript files. - Added additional decorator for showing the empty
className
attribute in JSX elements. - Fixed issue when scroll updating values in the editor, updates are now more accurate.
- Fixed issue where some
className
in scope should not be inherited by the child elements e.g. "flex" class should not be inherited by the child elements.