v3.0.3
Added:
- Support use of boolean HTML attributes by removing
StringLiteralvalues from them, as the presence of the HTML attribute is equivalent totrue. - Support transforming
StringLiteralvalues toJSXExpressions for all numeric HTML attributes, not just the ones we're also transforming the names of.
Changed:
- Don't try to validate numeric HTML attribute values per the HTML spec, just go with it if they can be parsed by
Number()