Skip to content

0.4.2: Fix escape sequences in em/strong tags

Compare
Choose a tag to compare
@ariabuckles ariabuckles released this 28 Aug 18:41

0.4.2 is a bugfix release with the following changes:

25cc9b3 : Export htmlTag() and reactElement(). Note: these should be considered experimental and the APIs are still subject to change in 1.0.

95d794f : Fix escape sequences in italics/em rule/

09e55b4 : Fix escape sequences in bold/strong rule

The latter two have been things that have been bothering me for quite some time now >_<.

~Aria