Skip to content

Releases: deamme/ts-transform-inferno

ts-transform-inferno 4.0.2

06 Jan 12:39
Compare
Choose a tag to compare

Please update to newest versions since there has been fixed 2 issues.
They are both pretty critical.

  • The first one is about escaping HTML entities. This PR by @makepost
  • The second one is about text siblings not getting transpiled correctly.

ts-transform-inferno 4.0.0

25 Oct 16:47
00e62d1
Compare
Choose a tag to compare

This is for Inferno v6.

ts-transform-inferno 3.0.0

27 Jul 20:28
Compare
Choose a tag to compare

ts-transform-inferno 2.0.0

14 Mar 16:48
Compare
Choose a tag to compare

Changes

Spread operator bug fix. Following code did not work:

<a {...this.props} >test</a>

ts-transform-inferno 1.8.2

14 Feb 18:54
Compare
Choose a tag to compare

Critical bug!

Failing code which is fixed now:

<Context.Provider></Context.Provider>

ts-transform-inferno 1.8.1

11 Feb 18:35
Compare
Choose a tag to compare

Critical bug!

This release include component child bug fix. Please upgrade to this version!
Failing example code which is fixed now:

<Comp>
  <p>child1</p>
  <p>child2</p>
  <p>child3</p>
</Comp>;

ts-transform-inferno 1.8.0

08 Feb 20:29
Compare
Choose a tag to compare

Inferno v4 support

ts-transform-inferno 0.8.0

24 Jan 12:10
Compare
Choose a tag to compare

Breaking changes:

Classwrap/Classcat is no longer included in this transformer but is instead a separate custom transformer:
https://github.com/deamme/ts-transform-classcat.