Core Librairies for react-native-render-html
Package | Release | Build Status | Coverage |
---|---|---|---|
@native-html/css-processor | |||
@native-html/transient-render-engine |
An engine which produces an intermediary structure from HTML to create a React Native render tree.
Package | Release | Build Status | Coverage |
---|---|---|---|
@native-html/css-processor | |||
@native-html/transient-render-engine |
nodeIndex
field description matching current impl (b10dce3)accessibilityLabel
for images with presentation role (91f0937)role
attribute instead of notional aria-role
(50031a4)aria-label
over alt
in img
element model (54e05a1)HTMLElementModel.extend
to take a merge function (ab7019f)getDynamicReactNativeProps
to getReactNativeProps
for consistency (3401890)getuadynamicmixedstyles
to getmixeduastyles
for consistency (a1ce296)ExtractTNodeFromType
(9b1b008)getDynamicReactNativeProps
to
getReactNativeProps
for consistencygetuadynamicmixedstyles
to getmixeduastyles
for consistencyonPress
support in native props (8185e0d)getDynamicReactNativeProps
and getUADynamicMixedStyles
(b7dd796)img
elements (cb0410c)aria-label
and aria-role
to as native props (39101de)user-select
CSS property (42da28f)getNativeStyles
and getWebStyles
(32090fb)<a>
has a non-empty href
attribute (aa82791)ReactNativePropsDefinitions.all
to native
for consistency (292e75e)ReactNativePropsDefinitions.all
to native
for consistency with RNRH.HTMLElement.reactNativeProps
and getDynamicReactNativeProps
(a02d972)getUADynamicMixedStyles
to replace getUADerivedStyleFromAttributes
(4199b5a)ignoreNode
(53afd74)styles
in TNode (f6240f5)styles
field is not exposed anymore. Use
tnode.getNativeStyles
and tnode.getWebStyles
instead.setMarkersForTNode
param (7cf5e61)selectDomRoot
param (fd58a45)ignoredDomTags
, ignoreDomNode
and domVisitors
opts. These options will add very little overhead as they don't require a tree traversal; they are used during parsing instead!alterDOMParams
has been drop. Instead, use either
ignoreDomNode
, ignoredDomTags
or domVisitors
.react-native
package.json field (ef33150)nodeIndex
after whitespace collapsing (3130a1b)dir
attribute in document context parsing (4e16916)TNode
(da2d3de)img
and
picture
is now "none".alterDOMChildren
signature (32f0699)ignoreDOMNode
hook in AlterDOMParams (fa498af)