Releases: TroyAlford/react-jsx-parser
Releases · TroyAlford/react-jsx-parser
React 15.x backward compatibility
- Drops reliance on
<Fragment />
, allowing backward compatibility with React 15.x (@alsakhaev #81)
Unary Operator Support
npmjs.com metadata update
- https://www.npmjs.com/package/react-jsx-parser now shows the right repo, homepage, and issues data (#69)
<Dot.Notation /> support
<Dot.Notation />
support for JSX tags (@chunminglu #68)
Binary Expressions
- Binary Expression handling (+, -, /, *) now correctly process (@lukasklein #66)
SSR Support
- Server-side rendering should no longer give a
window is undefined
error (@joeduncan #65)
allowUnknownElements prop
- Added
allowUnknownElements
prop, which omits HTML tags not supported by the browser iffalse
(defaults totrue
) (#63)
Webpack 4
Updating dependencies & moving to webpack 4