github infernojs/inferno 3.1.0
Inferno 3.1.0

latest releases: v8.2.3, v8.2.2, v8.2.1...
7 years ago

Minor breaking change:

Selected option renders as boolean property to DOM nodes. for example:

<select>
    <option>1</option>
    <option selected={true}>2</option>
</select>

This will make second option selected. When selected property is omitted and select is controlled it works as before (using value to select matching option).

Test-utils

Jest snapshot serializer functions added (#1035)

Inferno-mobx

ShouldComponentUpdate now properly returns false

Don't miss a new inferno release

NewReleases is sending notifications on new releases.