Skip to content

Releases: alexrqs/jsx-render

v1.3.1

04 Jul 01:37
Compare
Choose a tag to compare
v1.3.1 Pre-release
Pre-release
1.3.1

v1.1.2

13 Feb 01:15
Compare
Choose a tag to compare

Patches

Credits

Huge thanks to @Toleckk for helping!

SSR v2

30 Dec 14:35
Compare
Choose a tag to compare
SSR v2 Pre-release
Pre-release

Major Changes

Minor Changes

  • Add self closing: 18aaefa
  • Add renderclient: c70b437
  • Render inside text and maps: 4e8f481
  • Ignore extra files for publish: 5bfbff2
  • Add instructions for ssr: 3346b2c
  • Fix example and fix path for SVG as selfclosing: fdc16c6

Patches

v2.0.0

30 Dec 16:36
Compare
Choose a tag to compare
v2.0.0 Pre-release
Pre-release

Minor Changes

  • Re-eneable fragments and tests: 67e5f0a

Stable v1

30 Dec 14:36
Compare
Choose a tag to compare

Patches

  • Change class validation to use the render method: c018921

Touche

06 Oct 05:18
Compare
Choose a tag to compare

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

v0.6.6

30 May 00:39
Compare
Choose a tag to compare

Patches

  • Add handle for dangerouslySetInnerHTML for html elements: #5

Credits

Huge thanks to @krypton9208 for helping!

v0.6.5

30 May 00:34
Compare
Choose a tag to compare
v0.6.5 Pre-release
Pre-release

Patches

  • Add example page: fb69142
  • Log on extreme cases instead of all the time: 6a2c437
  • Fix babelrc location: 4cb3529
  • Fix package-lock for publish: 9e4ad1c

v0.6.1

20 Apr 03:51
Compare
Choose a tag to compare

Minor Changes

  • Add Portals to render outside the parentNode:

Patches

  • Fix parent dependency for fragments to allow simple append: e8e7e57
  • Add prepublish step with build: b5f1ea9

v0.5.0

20 Apr 03:24
Compare
Choose a tag to compare

Minor Changes

  • Add default props feature: e471672
  • Add test for default props: 37e239a