Skip to content

Releases: TroyAlford/react-jsx-parser

React 15.x backward compatibility

02 Mar 23:43
Compare
Choose a tag to compare
  • Drops reliance on <Fragment />, allowing backward compatibility with React 15.x (@alsakhaev #81)

Unary Operator Support

16 Nov 18:47
Compare
Choose a tag to compare
  • Added support for UnaryOperator (prop={-75} now works) (@hokevins #72)

Also - "woops" on the version number. Apparently we're skipping v1.6 - v1.12... ¯\_(ツ)_/¯

npmjs.com metadata update

15 Aug 00:12
Compare
Choose a tag to compare

<Dot.Notation /> support

09 Aug 22:09
Compare
Choose a tag to compare

Binary Expressions

07 Jul 03:41
Compare
Choose a tag to compare
  • Binary Expression handling (+, -, /, *) now correctly process (@lukasklein #66)

SSR Support

01 Jul 18:51
Compare
Choose a tag to compare
  • Server-side rendering should no longer give a window is undefined error (@joeduncan #65)

allowUnknownElements prop

19 Jun 03:28
Compare
Choose a tag to compare
  • Added allowUnknownElements prop, which omits HTML tags not supported by the browser if false (defaults to true) (#63)

Webpack 4

03 Jun 22:54
Compare
Choose a tag to compare

Updating dependencies & moving to webpack 4

v1.3.3

21 May 22:06
Compare
Choose a tag to compare
  • JSX now supports {conditional && <div />} type logic, and can call bound functions to evaluate them - @Pranab16 #58

v1.3.2

18 Apr 01:18
Compare
Choose a tag to compare
  • Added componentsOnly prop, which will ignore any tag in the JSX that doesn't match a components binding (@saendu #54)