Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency inferno to v5.6.1 #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 15, 2018

This PR contains the following updates:

Package Type Update Change
inferno dependencies minor 5.0.3 -> 5.6.1

Release Notes

infernojs/inferno

v5.6.1

Compare Source

Inferno-test-utils

  • Fixes an issue where className was not rendered correctly using renderToSnapshot
  • Fixes an issue where nested vNode tree was not fully rendered using renderToSnapshot

Inferno-extras

This is new package that contains helper utilities to work with InfernoJS virtual DOM. The first methods are:

isDOMinsideVNode(htmlNode, vNode) - returns true when htmlNode is found from the sub tree of vNode
isDOMinsideComponent(htmlNode, instance) - returns true when htmlNode is found from rendered virtual node tree of component instance

Read more about inferno-extras here

v5.6.0

Compare Source

All packages

  • Fixes an issue where typescript object rest spread was compiled to Object.assign which failed in IE 11 and below.
  • There is now a not-transformed bundle available in {pkg}/dist/index.esnext.js

Inferno-router

Fixed server side rendering example #​1347

v5.5.0

Compare Source

Typescript

  • All Inferno types are now included within the library. #​1377
  • Inferno modules are now compiled using noUnusedParameter: true

Inferno-mobx

  • Removed "undefined" from mobx logger. #​1379

Inferno-create-class

  • Fixes an issue where prototype methods were ignored #​1380

Internal

  • Updated to Babel 7 to prepare for Fragments
  • Updated to Lerna 3
  • Removed dts-bundle module its no longer used

v5.4.2

Compare Source

Inferno-core

This release fixes an issue where application level error caused further rendering to get stuck

v5.4.1

Compare Source

Typescript support

Inferno now builds types using outputAsModuleFolder: true to fix Webstorm IDE intellisense and to have better compatibility between node module system.

v5.4.0

Compare Source

Inferno-core

  • Always diff through whole vNode tree, even when vNodes are strictly equal. Fixes #​1369 #​1345
  • Improves performance when no contenteditable elements are used. JSX users update to babel-plugin-inferno v5.1.0
  • Adds basic support for content-editable elements. Nested html is not supported for content-editable elements, only text for now. Fixes #​1186

Inferno-server

Inferno-compat

  • Fixes an issue where props were removed when cloning vNodes multiple times

Inferno-test-utils

  • Fixes typescript type reference error #​1366

Common

  • New version of prettier ran on whole project
  • All dependencies updated

Documentation

  • Inferno-mobx inject documentation updated #​1368
  • Link changed to round 7 web framework benchmark #​1372
  • Rollup config updated #​1367
  • Removed functional component work around from Inferno router examples

Babel-plugin-inferno v5.1.0

v5.3.0

Compare Source

Improved error recovery

This release adds basic support for recovering from user-land errors. Previous render result is now changed as diffing process goes on. When an exception happens, next render continues from the correct state.

Inferno-core

Chaining forceUpdate now renders asynchronously ( the same way as setState ) to avoid error situations

v5.2.0

Compare Source

Inferno-core

Fixes issue where Inferno's synthetic events blocked Firefox mid click #6b4abe7

Typescript support

onDoubleClick type has been renamed to onDblClick to match inferno events 15a2196
Fixes typescript error when using Route component from inferno-router e649417

Inferno-redux

Exposed wrapActionCreators method

Maintenance

Dependencies updated

v5.1.1

Compare Source

Inferno-devtools

  • Fixes issue where devtool children and inferno children ran out of sync
  • Fixes issue where devtool root components got same unique key

v5.1.0

Compare Source

Inferno-core

  • Added documentation about tear downing Inferno application ( 5051e12 )
  • Added guard for chaining forceUpdate into setState which caused runtime error
  • Cleaned lifecycle parameter from all methods ( a647ac0 )
  • Simplified autofocus attribute handling ( 9a23d67 )
  • options.roots has been removed to reduce memory usage
  • options.afterMount / options.afterUpdate / options.beforeUnmount has been removed as they are no longer needed for devtools

Inferno-devtools (React developer tools)

Inferno - React developer tools integration has been rewritten from scratch. It no longer wraps functional Components into Class Components, it now correctly updates state / and props where possible and no longer duplicates root nodes. This rewrite also fixes some long running issues about the devtools. ( #​729 #​677 #​1326 #​1324 )

You can get React developer tools for Chrome from Chrome store

Inferno-router

  • Documentation has been updated
  • Fixed Navlink component adding exact attribute to DOM

Typescript

  • Added non synthetic events to Inferno JSX types ( 641cf8a )
  • Allow JSX node to be Router children ( 11171f7 )

Build & Maintenance

  • Minimized console logs during Travis CI tests
  • All dependencies updated

v5.0.6

Compare Source

Inferno-core

Adds support for boolean expressions in children types TSX (Typescript JSX)
Adds support for style property as string #​1338

v5.0.5

Compare Source

Inferno-core

Better typescript support across the library, fixes Github #​1332
Fixes Maximum callstack size exceeded error when using AngularJS and inspire-tree-dom with Inferno #​1331

Internal

All dependencies updated
Travis moved to NodeJS 10

v5.0.4

Compare Source

Inferno-core

Improved keyed patch runtime performance by keeping "Sources" variable type "PACKED_SMI_ELEMENTS" v8 e6799c6

Inferno-clone-vnode

Fixes bug where cloning text vNode it did not honor children argument. #​1330


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.

@renovate renovate bot changed the title Update dependency inferno to v5.0.4 Update dependency inferno to v5.0.5 May 12, 2018
@renovate renovate bot changed the title Update dependency inferno to v5.0.5 Update dependency inferno to v5.0.6 May 17, 2018
@renovate renovate bot changed the title Update dependency inferno to v5.0.6 Update dependency inferno to v5.1.0 Jun 10, 2018
@renovate renovate bot changed the title Update dependency inferno to v5.1.0 Update dependency inferno to v5.1.1 Jun 12, 2018
@renovate renovate bot changed the title Update dependency inferno to v5.1.1 Update dependency inferno to v5.2.0 Jun 27, 2018
@renovate renovate bot changed the title Update dependency inferno to v5.2.0 Update dependency inferno to v5.3.0 Jul 2, 2018
@renovate renovate bot changed the title Update dependency inferno to v5.3.0 Update dependency inferno to v5.4.0 Aug 8, 2018
@renovate renovate bot changed the title Update dependency inferno to v5.4.0 Update dependency inferno to v5.4.1 Aug 21, 2018
@renovate renovate bot changed the title Update dependency inferno to v5.4.1 Update dependency inferno to v5.4.2 Aug 21, 2018
@renovate renovate bot changed the title Update dependency inferno to v5.4.2 Update dependency inferno to v5.5.0 Sep 1, 2018
@renovate renovate bot changed the title Update dependency inferno to v5.5.0 Update dependency inferno to v5.6.0 Sep 9, 2018
@renovate renovate bot changed the title Update dependency inferno to v5.6.0 Update dependency inferno to v5.6.1 Sep 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant