Ts Transform Inferno Versions Save

Typescript transformer for InfernoJS

v4.0.2

5 years ago

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.

v4.0.0

5 years ago

This is for Inferno v6.

v2.0.0

6 years ago

Changes

Spread operator bug fix. Following code did not work:

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

v1.8.2

6 years ago

Critical bug!

Failing code which is fixed now:

<Context.Provider></Context.Provider>

v1.8.1

6 years ago

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>;

v1.8.0

6 years ago

Inferno v4 support

v0.8.0

6 years ago

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.