Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

inferno

Inferno is a high-performance javascript library for building user interfaces.
Collective - Host: opensource - https://opencollective.com/inferno - Code: https://github.com/infernojs/inferno

optimization: use object literal for vNode creation for more reliable performance on v8 (TurboFan & Ignition) and Safari

github.com/infernojs/inferno - 62a544db7a0ffc48faa384b72751783160d6d83c authored over 7 years ago by Sampo Kivistö <[email protected]>
Fix browser tests

github.com/infernojs/inferno - 05ea0372e03f45c462610147c623c34eef7855b1 authored over 7 years ago by Sampo Kivistö <[email protected]>
removed bunch of packages and one unrelated test case

github.com/infernojs/inferno - 9af625dbc851c18a8adca197dcba421c7dd34c5c authored over 7 years ago by Sampo Kivistö <[email protected]>
cleaning, prepare for 3.9.0

github.com/infernojs/inferno - 144a595f9351501b54575869131cbfcf75d4ee84 authored over 7 years ago by Sampo Kivistö <[email protected]>
clean up - Remove debuggers, add tests back

github.com/infernojs/inferno - 1a5cdaaa346be4392317fad78a41625751fb8c27 authored over 7 years ago by Sampo Kivistö <[email protected]>
Simplified setState logic, fixed issue where child component was removed by its parent component and dom reference was wrong

github.com/infernojs/inferno - 358bf5049a4b501efa9046d62952219b627957d9 authored over 7 years ago by Sampo Kivistö <[email protected]>
Separate string and number code paths for escapeText usage

github.com/infernojs/inferno - 9ccf53b136d6d4944286c617d190c9aa6f9b6c98 authored over 7 years ago by Sampo Kivistö <[email protected]>
Update setState to allow partial updates (#1202)

Fixes #1201

github.com/infernojs/inferno - 8722954b9e8b00d40835dc0674351adc04835e2a authored over 7 years ago by Ted Driggs <[email protected]>
Update setState to allow partial updates (#1202)

Fixes #1201

github.com/infernojs/inferno - d14fa5d76d38707f7a23d102c8306f1494c15dd4 authored over 7 years ago by Ted Driggs <[email protected]>
Fix escapeText method for any value (#1196) (#1198)

* Escape method for any value (#1196)

* Optimized escapeText when no unescaped characters

github.com/infernojs/inferno - 7d3953e7e252f41f27ea308b06ee0fbbc66ccc63 authored over 7 years ago by standy <[email protected]>
Fix escapeText getting number type parameters #1196

github.com/infernojs/inferno - 484c72111a60f59a03f3c51c053b1daac5165ba0 authored over 7 years ago by Sampo Kivistö <[email protected]>
Added benchmark for escapeText function

github.com/infernojs/inferno - 5a2930e13d05623c469220bba5fb71bf957d54c1 authored over 7 years ago by Sampo Kivistö <[email protected]>
optimization: unify common fast path for keyed and non keyed algos. Use cached length for keyed algorithm.

github.com/infernojs/inferno - 71836918ba2f63af0fa44debabbc11e9c89b040a authored over 7 years ago by Sampo Kivistö <[email protected]>
optimization: use object literal for vNode creation for more reliable performance on v8 (TurboFan & Ignition) and Safari

github.com/infernojs/inferno - 857892413c851d46c9fe4bbbedcf6bdb00f7003b authored over 7 years ago by Sampo Kivistö <[email protected]>
removed bunch of packages and one unrelated test case

github.com/infernojs/inferno - c19c41a99cb853329b853e52e56087f5e2793228 authored over 7 years ago by Sampo Kivistö <[email protected]>
Move travis to NodeJS 8

github.com/infernojs/inferno - a26ca70e4d9cac3b4d2ab45b39e2aadc5f4d4430 authored over 7 years ago by Sampo Kivistö <[email protected]>
Fix browser tests

github.com/infernojs/inferno - f19b260ae5fdff6e3f11062fa061f95277885f38 authored over 7 years ago by Sampo Kivistö <[email protected]>
v3.8.2

github.com/infernojs/inferno - e5336bf83cf3787040f5fb576aa60806f93990fc authored over 7 years ago by Sampo Kivistö <[email protected]>
downgrade rollup

github.com/infernojs/inferno - b6a3b904c3ad70e58806819a2c8d09af9a06c691 authored over 7 years ago by Sampo Kivistö <[email protected]>
v3.8.1

github.com/infernojs/inferno - 5278c4683b0f34198c50e1a44ae0b75dd2014497 authored over 7 years ago by Sampo Kivistö <[email protected]>
Prepare 3.8.1

github.com/infernojs/inferno - 287ea6dcfda4ac528939e874d2c66eddb1f12ead authored over 7 years ago by Sampo Kivistö <[email protected]>
Update packages (rollup-ts-bug fixed)

github.com/infernojs/inferno - e301b211d483ec2f06e96e8b68caa219c831108f authored over 7 years ago by Sampo Kivistö <[email protected]>
lerna 2.1.0

github.com/infernojs/inferno - 77db0e472c9a137cb941fbc994a84bce0b085ab8 authored over 7 years ago by Sampo Kivistö <[email protected]>
Issue #1191: Double text in SSR when started with quote symbols (#1193)

github.com/infernojs/inferno - cd2312f41ac0ff67139433a4afbf4c9c9eedb84e authored over 7 years ago by standy <[email protected]>
v3.8.0

github.com/infernojs/inferno - f7c77fe69c4c9223c46ed9ff594acef28834723d authored over 7 years ago by Sampo Kivistö <[email protected]>
Prepare 3.8.0

github.com/infernojs/inferno - 93e57f88852a8d46ea9260830635f6da36db942d authored over 7 years ago by Sampo Kivistö <[email protected]>
removed long time deprecated setStateSync, updated most external packages

github.com/infernojs/inferno - bae241158d6076fa0f1762b310bd28b0905095b1 authored over 7 years ago by Sampo Kivistö <[email protected]>
fix(Component.setState{,Sync}): specify exact type of `newState` (#1189)

Not specifying a type resulted in the TypeScript definition having
the type `newState: any` for...

github.com/infernojs/inferno - 13eaf546f425da092ba29f9fb64b38024dbb7b89 authored over 7 years ago by Utkarsh Kukreti <[email protected]>
do not rerender same innerHTML (#1180)

* do not rerender same innerHTML

* added test

* small changes to improve inferno-style for...

github.com/infernojs/inferno - b8c14f71f06a90eddb144c1e3f063844c317661d authored over 7 years ago by iambumblehead <[email protected]>
Allow async data fetching prior to performing transition (#1161)

* Added asyncBefore hooks to allow data fetching prior to performing tranistion

* Fixed typo

github.com/infernojs/inferno - bd33957b9e9368d802baba2fcd02d847d00f0192 authored over 7 years ago by jhsware <[email protected]>
Fixes bug where child context was created too early #1182

github.com/infernojs/inferno - bca9af4ba85792832eef8cd1f6db16cafd2ea16a authored over 7 years ago by Sampo Kivistö <[email protected]>
Merge remote-tracking branch 'origin/master' into dev

github.com/infernojs/inferno - e25f359beca63d81f822255f59867710a3105130 authored over 7 years ago by Sampo Kivistö <[email protected]>
v3.7.1

github.com/infernojs/inferno - 75e09fd764a8e9d10f14a99049b596949da22dda authored over 7 years ago by Sampo Kivistö <[email protected]>
Prepare 3.7.1

github.com/infernojs/inferno - 44fca3c0f1d76d97b83c210df7b64d62d4a07d06 authored over 7 years ago by Sampo Kivistö <[email protected]>
v3.7.1

github.com/infernojs/inferno - cc8c5734ffb680bb310b7a4ea033159863326937 authored over 7 years ago by Sampo Kivistö <[email protected]>
Prepare 3.7.1

github.com/infernojs/inferno - d1f2c032afad776bdc5fadf628016a99aa61b1a2 authored over 7 years ago by Sampo Kivistö <[email protected]>
bump node types pkg

github.com/infernojs/inferno - 5a77d8902444f602469a82304ccf24f21d8e9609 authored over 7 years ago by Sampo Kivistö <[email protected]>
Removed event delegation recursion and dead code from unmounting logic

github.com/infernojs/inferno - d0506d08cd7ad9862fbd8afedf90597330098aea authored over 7 years ago by Sampo Kivistö <[email protected]>
Added support for indeterminate checkbox state

github.com/infernojs/inferno - fb1345acbfae07165296751d13171f8f4a3966b9 authored over 7 years ago by Sampo Kivistö <[email protected]>
Updat dev deps

github.com/infernojs/inferno - 37b3ef1488e70623a3df5f080335b3144fb93362 authored over 7 years ago by Sampo Kivistö <[email protected]>
bump node types pkg

github.com/infernojs/inferno - bbb87240d6821eeb391bae8bd565b077d7f44a99 authored over 7 years ago by Sampo Kivistö <[email protected]>
Removed event delegation recursion and dead code from unmounting logic

github.com/infernojs/inferno - e7d78853a773b97fe572db95751f0245aee53236 authored over 7 years ago by Sampo Kivistö <[email protected]>
Added support for indeterminate checkbox state

github.com/infernojs/inferno - 43bb022526930c2d7f8f648e160666c20fccf27c authored over 7 years ago by Sampo Kivistö <[email protected]>
Polyfill for `Set` is required for <IE11 (#1175)

github.com/infernojs/inferno - 01896fcc7ea313306c2422a5a988f81cf138422d authored over 7 years ago by Tomas Kikutis <[email protected]>
Updat dev deps

github.com/infernojs/inferno - 1ece4bf670740990e31b778e37dfe4e7815fc3ec authored over 7 years ago by Sampo Kivistö <[email protected]>
Polyfill for `Set` is required for <IE11 (#1175)

github.com/infernojs/inferno - 7e68d7a44a5af1230d60057d6f3bf354f1aa34e9 authored over 7 years ago by Tomas Kikutis <[email protected]>
v3.7.0

github.com/infernojs/inferno - 3bccf77ce57093203e8865a5fabf59c8027e41d8 authored over 7 years ago by Sampo Kivistö <[email protected]>
Prepare 3.7.0

github.com/infernojs/inferno - 7d8bd5d5229cb4f64a1735e5fcacdc3f0a5d993d authored over 7 years ago by Sampo Kivistö <[email protected]>
update packages

github.com/infernojs/inferno - 3e3eaffee5122961123757bbcdeadcefb9e3daa0 authored over 7 years ago by Sampo Kivistö <[email protected]>
Merge branch 'master' of github.com:infernojs/inferno into dev

github.com/infernojs/inferno - 252bbeaeac1b914a8961af495499238b457d4e70 authored over 7 years ago by Sampo Kivistö <[email protected]>
Fix DOM option "value" rendering (#1172)

* Fix issue #1171

* update test for select option

github.com/infernojs/inferno - 35120735849aad66ea7dc82adc822630b953c741 authored over 7 years ago by Kenny Hartono <[email protected]>
Merge branch 'master' of github.com:infernojs/inferno into dev

github.com/infernojs/inferno - 32cf38df0dcbccb9dbc9d25257904949144dd0ad authored over 7 years ago by Sampo Kivistö <[email protected]>
fixes #1169 (#1170)

github.com/infernojs/inferno - f2a7f2975444ed3333aa6f0152eb5e7b6dcf354a authored over 7 years ago by bgnx <[email protected]>
Updated deps, ran prettier on all files, lint fixes

github.com/infernojs/inferno - 7b3e4e3415df54db7f7e9829aa6085524cc2a55a authored over 7 years ago by Sampo Kivistö <[email protected]>
pass props to all hooks of a functional component (#1163)

* pass props to all hooks of a functional component

* test hook arguments of a functional com...

github.com/infernojs/inferno - 654bcf5298b264817492dfca2cd3def216554445 authored over 7 years ago by mpal9000 <[email protected]>
renderToSnapshot should return a snapshot with className prop (#1165)

github.com/infernojs/inferno - 4c4b8946ca1056f4f747944fea18283f0bacc562 authored over 7 years ago by Vitaly Logvinenko <[email protected]>
Various fixes (#1164)

* Add static rendering option to inferno-mobx

* Fix `Class constructor Component cannot be in...

github.com/infernojs/inferno - 0ddd05938d2b2fd1bcaf05b1ba14bb509adceb9a authored over 7 years ago by Ryan M <[email protected]>
Update changelog.md

github.com/infernojs/inferno - 0b3fd118cc6d462369c089654c1d39bd4ee19f2b authored over 7 years ago by Luke Sheard <[email protected]>
v3.6.4

github.com/infernojs/inferno - ca16bf36f45729811662b583e0dedc9c7268b3d3 authored over 7 years ago by Sampo Kivistö <[email protected]>
Fix build error in Inferno-redux pkg, stop build process if any package fails #1157

github.com/infernojs/inferno - a1ed65727b1b81dc49e894353ca3e81906918637 authored over 7 years ago by Sampo Kivistö <[email protected]>
v3.6.3

github.com/infernojs/inferno - 1356d65c6df20b5f794c30fbdf122bc1074e8336 authored over 7 years ago by Sampo Kivistö <[email protected]>
Fix IConnect type error

github.com/infernojs/inferno - aa5ee66ca4a94acfa7dfa9e21dbe1728cf4ec2c9 authored over 7 years ago by Sampo Kivistö <[email protected]>
prepare 3.6.2

github.com/infernojs/inferno - 1098eaf39d3bb398fe9ed6173c46092ca32f4d89 authored over 7 years ago by Sampo Kivistö <[email protected]>
Merge remote-tracking branch 'origin/master'

github.com/infernojs/inferno - 21ae74a3d1e5caaadac79388ffc34e83c18a7c82 authored over 7 years ago by Sampo Kivistö <[email protected]>
Fixes hydration bug with empty text nodes Github #1137

github.com/infernojs/inferno - f9634e238c422522239004968f1d7b8d68faf18b authored over 7 years ago by Sampo Kivistö <[email protected]>
Fix issue in hydration

github.com/infernojs/inferno - 1fd1e9dff0a35f67cb70e73e05dd400db3eb4878 authored over 7 years ago by Sampo Kivistö <[email protected]>
Merge 3.6.1 (#1155)

* Do not uglify dev UMD

* v3.6.1

github.com/infernojs/inferno - 04fc80628bf656a3983ef3d0a7d7c6332050c60b authored over 7 years ago by Luke Sheard <[email protected]>
Merge branch 'master' into dev

github.com/infernojs/inferno - ac7194b14f48fde25c42a468ee709f74ea0a573d authored over 7 years ago by Luke Sheard <[email protected]>
Bump lerna

github.com/infernojs/inferno - c9088a67b82fed0f2bf43579f1f5cb5aaedf156e authored over 7 years ago by Luke Sheard <[email protected]>
Do not uglify dev UMD

github.com/infernojs/inferno - 4fdb83b2a234c1057422164c578a9d6b54c1ce56 authored over 7 years ago by Luke Sheard <[email protected]>
v3.6.0

github.com/infernojs/inferno - 31788092f95d07a48e8f98cbfeaa4c284b85df75 authored over 7 years ago by Sampo Kivistö <[email protected]>
Bump devDep

github.com/infernojs/inferno - 5b97a0ea0b3bc3ab0d860d07f48bba071dc14a3d authored over 7 years ago by Sampo Kivistö <[email protected]>
Prepare 3.6.0 added publish script

github.com/infernojs/inferno - d6c4065e1e0f3850de0e30774d8fd2ee147e81a6 authored over 7 years ago by Sampo Kivistö <[email protected]>
Improve Server side performance, removed regexp, split text/number routines, + some micro optimizations

github.com/infernojs/inferno - bdb6ea15f75ef7b323180a139e618aaa6240effb authored over 7 years ago by Sampo Kivistö <[email protected]>
React tests running

github.com/infernojs/inferno - 478cc36160acdd8ff8af92159d355a505fed260b authored over 7 years ago by Luke Sheard <[email protected]>
Working tests

github.com/infernojs/inferno - 004e4883ecd5af090650a1faac9f1cc51a595280 authored over 7 years ago by Luke Sheard <[email protected]>
Refactor react tests

github.com/infernojs/inferno - a5f9b912bf3e4d39f886ca4534229645ddee9160 authored over 7 years ago by Luke Sheard <[email protected]>
Merge remote-tracking branch 'origin/master' into dev

github.com/infernojs/inferno - 9e9a2d67842ea9890997ec7122470f5d3bfce5d4 authored over 7 years ago by Sampo Kivistö <[email protected]>
v3.5.4

github.com/infernojs/inferno - 454f037600137718e3d8445be9fd1ec0b46a1479 authored over 7 years ago by Sampo Kivistö <[email protected]>
prepare 3.5.4

github.com/infernojs/inferno - 9b3a9416ba5ed147faeca4e8c8129f2e5eee7d56 authored over 7 years ago by Sampo Kivistö <[email protected]>
v3.5.3

github.com/infernojs/inferno - 6e21d62f1dff58f1270d45eb605c893f8e540261 authored over 7 years ago by Sampo Kivistö <[email protected]>
Prepare 3.5.3

github.com/infernojs/inferno - 7371b40694653e760c865def3418394196b2a55c authored over 7 years ago by Sampo Kivistö <[email protected]>
devtools: perf optimisations for devtools component updater (#1152)

github.com/infernojs/inferno - ae523132b17127b47469d1fabf2d60a0292274e1 authored over 7 years ago by Mark Deutsch <[email protected]>
Add simple test for forceUpdate not calling SCU

github.com/infernojs/inferno - f8db841bb3129ea44fff22d95f222e907b39d11b authored over 7 years ago by Sampo Kivistö <[email protected]>
Issue #1149 : prevent inferno from calling shouldComponentUpdate when forceUpdate is called. (#1150)

github.com/infernojs/inferno - 04562b0cb874f27bc04d616832ccb674d9caecbf authored over 7 years ago by Bradley Rogers <[email protected]>
Fix regression is patchStyle performance, avoid DOM manipulation when possible.

github.com/infernojs/inferno - e0635f844232ade29d286946d4b2e566633cf3d0 authored over 7 years ago by Sampo Kivistö <[email protected]>
Prettier devtools

github.com/infernojs/inferno - aac46bfe8d1f10179b5cca26293dfa0277bd9f6b authored over 7 years ago by Luke Sheard <[email protected]>
Fix inferno:main path in package.json

github.com/infernojs/inferno - 7de879b66ef9617af33f45dc9cf85ba31f201fd8 authored over 7 years ago by Luke Sheard <[email protected]>
Output type declarations to correct file (#1147)

Closes #1145

github.com/infernojs/inferno - f00b89af6ecb439fc93cb6d1e79efa3557599135 authored over 7 years ago by Casey Webb <[email protected]>
Remove createTextNode from keyed tests

github.com/infernojs/inferno - 4e400e87ef7fe9867219996b9feb573073a879f2 authored over 7 years ago by Sampo Kivistö <[email protected]>
Added test case and fix for #1144

github.com/infernojs/inferno - d74ccf444b66622aae7d6391a47bd650bc1eaec2 authored over 7 years ago by Sampo Kivistö <[email protected]>
Merge branch 'master' of github.com:infernojs/inferno into dev

github.com/infernojs/inferno - a838fd48a34aecab65bbd62fe1d4b0d660dfe9e9 authored over 7 years ago by Sampo Kivistö <[email protected]>
3.5.2

github.com/infernojs/inferno - e146c21107125dd63434aa2c404ce0b45e42ec7e authored over 7 years ago by Sampo Kivistö <[email protected]>
v3.5.2

github.com/infernojs/inferno - b7fc3d940a9f98183bc3dcc931b306f88a1ab810 authored over 7 years ago by Sampo Kivistö <[email protected]>
v3.5.1

github.com/infernojs/inferno - fd1da79db7482c4dcc9bb57e3bfc13a176f8b91f authored over 7 years ago by Sampo Kivistö <[email protected]>
Prepare 3.5.1

github.com/infernojs/inferno - c3859ebd92b0c6115af581ef29b2d728836edcf3 authored over 7 years ago by Sampo Kivistö <[email protected]>
Merge branch 'master' of github.com:infernojs/inferno into dev

github.com/infernojs/inferno - 3e4dc89422fca5142aa0887bb4c168c1e45959a9 authored over 7 years ago by Sampo Kivistö <[email protected]>
Change cloneVNode to prefer props Fixes Github #1141

github.com/infernojs/inferno - cad34c822e4d76db23490a7a75c3cb0e56d6104d authored over 7 years ago by Sampo Kivistö <[email protected]>
Remove null pointer source maps

github.com/infernojs/inferno - b2e0f9de5d1f047ea3fdc68161e7ba1fceea43c3 authored over 7 years ago by Sampo Kivistö <[email protected]>