You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Leave key attribute as it's written (we neither create nor edit key attribute anymore).
Leave className attribute as it's written (we don’t force converting of className attribute into string anymore).
Now it's possible to use any tool to combine your classes. Most popular is classnames, and its automated version babel-plugin-classnames.
Convert loops into real map and remove own validation of what we pass to map function.
Remove for and maxlength attribute aliases for htmlFor and maxLength.
Added
New option classAttribute.
It allows more natural integration with CSS Modules. See documentation.
Fixed
Improve javascript transpiling.
Now we can use each or if on root level of the template, or assign define any variable within the template.