Inferno v6.2.0
Inferno core
This release does small improvement to runtime performance on V8 and code clean up
- Fixed v8 de-optimization "not enough type information..." in
patchChildren
method - Fixed issue where v8 was de-opting during event delegation handling reason "wrong map"
- Fixed issue where linkEvent methods were always re-attached
JSX plugin (babel-plugin-inferno v6.0.3)
- Added new option
defineAllArguments
it can be used to work around V8Builtin:ArgumentsAdaptorTrampoline
this comes with a cost of bundle size increase. Disabled by default