Releases: syntax-tree/hast-util-to-jsx-runtime
Releases · syntax-tree/hast-util-to-jsx-runtime
2.2.0
Add
- 85a3787 Add export of
ExtraProps
type
- 079baa0 Add
ignoreInvalidStyle
option to swallow error
Fix
- 08cfe9c Fix to not pass
node
to basic components
Full Changelog: 2.1.1...2.2.0
2.0.0
Change
- ed479a5 Update
@types/hast
, utilities
migrate: update too
- 99aed77 Change to require Node.js 16
migrate: update too
- 19c9689 Change to use
exports
migrate: don’t use private APIs
Full Changelog: 1.2.0...2.0.0
1.2.0
Add
- c9889fc Add support for passing props as HTML attributes
- 98117a3 Add support for passing styles as CSS fields
Fix
- cc05806 Fix to not pass children for void elements
- 7dac6c4 Refactor to pass single child, not pass empty children
Misc
- a7bf98b Add tons of examples to verify frameworks work
- ef9ca3f Add hidden feature to not add keys
Full Changelog: 1.1.0...1.2.0
1.1.0
Add
- 7993463 Add support for passing
components
- 4d5e134 Add support for passing nodes to components
Fix
- b660735 Fix to filter whitespace in tables
Full Changelog: 1.0.1...1.1.0