Releases: native-html/render
Releases · native-html/render
@native-html/transient-render-engine@9.0.0
26 May 20:43
Compare
Sorry, something went wrong.
No results found
9.0.0 (2021-05-26)
Code Refactoring
tre: avoid renaming reexports (965094d )
Features
tre: export TNodePrintOptions (46b40a2 )
BREAKING CHANGES
tre: reexported classes from domhandler have been renamed to
their original name, so DOMNode is now Node.
tre: isDOMText has been renamed to isText and isDOMNode to
isNode.
@native-html/transient-render-engine@8.4.1
18 May 20:30
Compare
Sorry, something went wrong.
No results found
8.4.1 (2021-05-18)
Bug Fixes
tre: don't append an extraneous line return in snapshot() (091d5dd )
@native-html/transient-render-engine@8.4.0
18 May 13:14
Compare
Sorry, something went wrong.
No results found
8.4.0 (2021-05-18)
Features
tre: export Native and Web styles types (342e6f4 )
@native-html/transient-render-engine@8.3.0
18 May 12:56
Compare
Sorry, something went wrong.
No results found
8.3.0 (2021-05-18)
Features
tre: expose webBlockRet styles to support "objectFit" mixed style (4f3f6f2 )
@native-html/css-processor@1.9.0
18 May 12:55
Compare
Sorry, something went wrong.
No results found
1.9.0 (2021-05-18)
Features
css-processor: support objectFit CSS property (2d5c242 )
@native-html/transient-render-engine@8.2.0
15 May 19:25
Compare
Sorry, something went wrong.
No results found
8.2.0 (2021-05-15)
Features
tre: add parent as second argument of ignoreNode (53afd74 )
@native-html/transient-render-engine@8.1.2
15 May 17:34
Compare
Sorry, something went wrong.
No results found
8.1.2 (2021-05-15)
Bug Fixes
tre: don't append text nested in ignored tags (f1f2e04 )
@native-html/transient-render-engine@8.1.1
14 May 23:16
Compare
Sorry, something went wrong.
No results found
8.1.1 (2021-05-14)
Bug Fixes
tre: in DomHandler, don't increment ignore counter on ignored text nodes (4ca069b )
@native-html/transient-render-engine@8.1.0
12 May 18:23
Compare
Sorry, something went wrong.
No results found
8.1.0 (2021-05-12)
Features
rehabilitate styles in TNode (f6240f5 )
@native-html/transient-render-engine@8.0.0
12 May 18:03
Compare
Sorry, something went wrong.
No results found
8.0.0 (2021-05-12)
Features
new getNativeStyles and getWebStyles utilities in TNodes (d1e9603 )
BREAKING CHANGES
the styles field is not exposed anymore. Use
tnode.getNativeStyles and tnode.getWebStyles instead.