Skip to content

Releases: g6ling/react-native-html-parser

0.1.0

04 Feb 03:35
98d32b7
Compare
Choose a tag to compare

v0.1.0

Adds optional second isStrict parameter to getElementsByClass() to optionally search for any elements with the class in their class list... (classList.contains(class)), rather than requiring only that class (classList === class).

getElementsByClassName(className: string, isStrict = true)