- 0.16.0
- 0.15.0
- replace deprecated componentWillReceiveProps method with componentDidUpdate #263
- Thanks to @helloyou2012
- 0.14.0
- fix to re-render when
nodeComponentPropschanges #241 - Thanks to @minjaes01
- fix to re-render when
- 0.13.0
- 0.12.1
- use ViewPropTypes
- fix an issue with htmlparser2-without-node-native and inline-requires
- Thanks to @nikolaik and @douglasjunior
- 0.12.0
- inherited styles are now applied in the correct order
- fixed an issue where the style array was unnecessarily complex and included multiple empty objects
- changes to the stylesheet will now trigger a re-render
textAlignworks correctly in most cases- fixed an ordered list numbering bug
- added
onLinkLongPressproperty - default and custom styles now apply correctly to
<li>prefix - fixed
codefont for Android (monospace) - Thanks to @JoeyBetlej, @isilher, @bky, @RobPando
- 0.11.0
styleprop passed viatextComponentPropsis now respected even if no wrapping element is present- underline style
- line break after
li - nested elements (
<b><i>...</i></b>) work properly - use
PureComponent - sundry refactoring
- Thanks to @michalraska, @tywhang, @isilher, @douglasjunior, @shashkovdanil
- 0.10.0
- added props:
bullet,paragraphBreak,lineBreak,NodeComponent,nodeComponentProps,RootComponent,rootComponentProps,TextComponent,textComponentProps
- added props:
- 0.9.0
- exposed
stylesprop - exposed
defaultRendererinrenderNode(@brandonreavis, @koenpunt) - added
addLineBreaks(@jmacedoit)
- exposed
- 0.7.0 - fixed for recent versions of react-native
- 0.6.0 - onLinkPress fix (@damusnet), headers now only have one single line break (@crysfel)
- 0.5.0 - react-native 0.25 compat (@damusnet)
- 0.4.0 - re-renders properly when html content changes