Releases: alexrqs/jsx-render
Releases · alexrqs/jsx-render
v1.3.1
v1.1.2
Patches
- Add cheerio as optional dep: 9438d27
- Add testing approach: 1d18560
- Remove failing test: d0d043f
- Fix lint: 844e6a3
- Add lz template to the readme: 4ad578d
- Update README.md: 4377896
- Update README.md: 249a18d
- Update .travis.yml: 9f06b1c
- Update ava: a2d9c67
- Inline CSS bugs fixes: #9
Credits
Huge thanks to @Toleckk for helping!
SSR v2
v2.0.0
Stable v1
Touche
jsx-render now includes class support for more complex jsx components, using as default method the render()
method.
and it automatically passes the props to both the constructor to facilitate the creation of this.props = arguments
, and also passes the props to the render method