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

updated browser babel plugin to 6.9 & babel-plugin-inferno4.0.0-30

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

github.com/infernojs/inferno - d2962dc25325ac58df36c38def68f3d4ef407276 authored almost 7 years ago by Sampo Kivistö <[email protected]>
Ran prettier on whole project

github.com/infernojs/inferno - 029528b6399f7d84d3bdf8b48320b362e170e6fe authored almost 7 years ago by Sampo Kivistö <[email protected]>
Add documentation for `hydrate` (#1271)

* add docs for hydrate in inferno-compat

* update docs to mention hydrate

github.com/infernojs/inferno - 6ecc2f0a066d1af8264d82a3f09fd38fcb50e48a authored almost 7 years ago by xkxx <[email protected]>
v4.0.0-18

github.com/infernojs/inferno - bae4ad0883ca99e270db8dae8a01b5801159c52c authored almost 7 years ago by Sampo Kivistö <[email protected]>
Manually hydrating should also add roots.

github.com/infernojs/inferno - 6eca48f893e0eddb0fef4bbb15a784377acfaef4 authored almost 7 years ago by Sampo Kivistö <[email protected]>
As per React, exposed hydrate to public. Fixes Github #1270

github.com/infernojs/inferno - 983b89e4ab80d3114d0fc5e98dea6562fe3d5d93 authored almost 7 years ago by Sampo Kivistö <[email protected]>
update travis yml

github.com/infernojs/inferno - f10b8d960d4629b45c28c2064ccc6e87d4224f63 authored almost 7 years ago by Sampo Kivistö <[email protected]>
Test if sauce works without inital connect

github.com/infernojs/inferno - ebed833b69ad5145229c62d802b5b781414a15d9 authored almost 7 years ago by Sampo Kivistö <[email protected]>
Try to remove Saucelabs from other commits than master

github.com/infernojs/inferno - d2469e34dcc2f1d1f9edcfe0190ca202c65d3b34 authored almost 7 years ago by Sampo Kivistö <[email protected]>
Update babel-plugin-inferno to 4.0.0-30 & small optimizations, also added uibench for inferno-compat

github.com/infernojs/inferno - ecb46a5a4a2b785408a60575c039aca4e917254f authored almost 7 years ago by Sampo Kivistö <[email protected]>
Improved infero-compat, added support for dynamic ChildFlags. Improved

input validation. Fixes Github #1263

github.com/infernojs/inferno - dc344544da8eb023373676d75818fe74f040eb1a authored almost 7 years ago by Sampo Kivistö <[email protected]>
v4.0.0-17

github.com/infernojs/inferno - 8332d1f02aca369197ac98f823a6c491ef824491 authored almost 7 years ago by Sampo Kivistö <[email protected]>
Removed empty afterUpdate & afterMount options from inferno-compat, removed findDOMNodeEnabled option, hoisted lifecycle

github.com/infernojs/inferno - 7718d8dcaf2476c18aa97cc6102ba2ae3435fdb4 authored almost 7 years ago by Sampo Kivistö <[email protected]>
Added more browsers to sauce lab config

github.com/infernojs/inferno - 1e16778ef211374afc9f38cdec0cf6b1b2216ff8 authored almost 7 years ago by Sampo Kivistö <[email protected]>
Changed browser support part of Readme. No polyfills are needed anymore

github.com/infernojs/inferno - b9974921568a60d26d1faf3a7e2b8b63f5e66895 authored almost 7 years ago by Sampo Kivistö <[email protected]>
IE9 compatible assert for <select/> -multiple property

github.com/infernojs/inferno - 56d8f0201fa350a494ccae8d4402d59df386054f authored almost 7 years ago by Sampo Kivistö <[email protected]>
Optimizing saucelabs CI task in hope to get more stable results

github.com/infernojs/inferno - a4e077414eb7df91de1b6b33cc28962d1c7cf4cf authored almost 7 years ago by Sampo Kivistö <[email protected]>
Removed typedoc comments, fix typescript version to 2.6.1 (2.7 is buggy). Removed references to lodash. More cross browser compatible tests.

github.com/infernojs/inferno - 6ac191f798e6123cb0430c7dc84b66a12d4452cd authored almost 7 years ago by Sampo Kivistö <[email protected]>
fallback for requestAnimationFrame, converted tests to use setTimeout

instead RAF. small assertions changes for better cross browser
compatibility

github.com/infernojs/inferno - c780ba5b3bf29dceaaba9735d4c7e1e1c8303590 authored almost 7 years ago by Sampo Kivistö <[email protected]>
IE and Edge tests pass, removed commented out code

github.com/infernojs/inferno - 9d4e02492b60144090e5924e3ee5addc3c058471 authored almost 7 years ago by Sampo Kivistö <[email protected]>
performance improvements, removed checkbox hack - IE testing needed

github.com/infernojs/inferno - 9826ddaf58d5214aad050a8b722bbed7b233f87e authored almost 7 years ago by Sampo Kivistö <[email protected]>
Removed randomly failing focusIn/Out test and added better detection for

Function.prototype.name

github.com/infernojs/inferno - 8b62a433bd28952732402b2b761cb50c9cf75f2d authored almost 7 years ago by Sampo Kivistö <[email protected]>
Added inferno-component package back, aliased to inferno.Component

github.com/infernojs/inferno - c3c9a61368ef9f6ca073d911da9a8b8ad2adab89 authored almost 7 years ago by Sampo Kivistö <[email protected]>
Removed Map & Set for better cross browser support, removed test-util

renderIntoContainer method due to memory leak issue

github.com/infernojs/inferno - 36331d80a698ab859fdcdc680d2a4754dfda9a39 authored almost 7 years ago by Sampo Kivistö <[email protected]>
Removed safari7, more cross browser compatible asserts

github.com/infernojs/inferno - 943805abd1442019660b7315bb01aaa9f7a11054 authored almost 7 years ago by Sampo Kivistö <[email protected]>
Remove polyfills from saucelabs tests

github.com/infernojs/inferno - 4f39370ef137d980a7972cf77eef8e74d68aabfb authored almost 7 years ago by Sampo Kivistö <[email protected]>
All tests pass cross browser, without polyfills

github.com/infernojs/inferno - 73bf26499d9eb05bbee38e6d0a5b358c7d626809 authored almost 7 years ago by Sampo Kivistö <[email protected]>
travis / sauce lab

github.com/infernojs/inferno - da1cad8dbc387d1b4f22c5d719847517d267a0ae authored almost 7 years ago by Sampo Kivistö <[email protected]>
Update sauce lab browsers

github.com/infernojs/inferno - c6b3f0d2008043c78a84d09cfc8cfb08d69c55cd authored almost 7 years ago by Sampo Kivistö <[email protected]>
trying to get travis working #1

github.com/infernojs/inferno - a5a5483340eda741e6b18f3b871bc19c9bae2f8a authored almost 7 years ago by Sampo Kivistö <[email protected]>
fix indent

github.com/infernojs/inferno - b781902864ff3d51e7f9db9478add7a9029787c4 authored almost 7 years ago by Sampo Kivistö <[email protected]>
Setting up Sauce Labs integration

github.com/infernojs/inferno - b22138614467c47521931c5a35c81c08bccaa1a5 authored almost 7 years ago by Sampo Kivistö <[email protected]>
v4.0.0-16

github.com/infernojs/inferno - 972f75ebf44193d21e00d39d5b5559d5320be327 authored almost 7 years ago by Sampo Kivistö <[email protected]>
Revert TypedArray optimization because IE11 does not support TypedArray fill

github.com/infernojs/inferno - 1d8bea12feaadf90bf7f6bf4de20105e3799b49f authored almost 7 years ago by Sampo Kivistö <[email protected]>
v4.0.0-15

github.com/infernojs/inferno - 7cf08f10fbc2067353d3e1dcc8f14e6ebf0b31a7 authored almost 7 years ago by Sampo Kivistö <[email protected]>
Remove key validation from Component children ( it does not matter until rendered )

github.com/infernojs/inferno - 1e73737eed6a5d403347576bac4015b792e00ba0 authored almost 7 years ago by Sampo Kivistö <[email protected]>
v4.0.0-14

github.com/infernojs/inferno - e086a4495a94f2559448ef8ecd90a8468344fb69 authored almost 7 years ago by Sampo Kivistö <[email protected]>
improve normalization performance, reduced lib size

github.com/infernojs/inferno - 77751d8e3c6d19476426a5e21f7b679a783ceeff authored almost 7 years ago by Sampo Kivistö <[email protected]>
Avoid possible double dom attribute removal when null/undefined is used.

github.com/infernojs/inferno - c71ca7f66933070d977208be6ed1eaccabcdb672 authored almost 7 years ago by Sampo Kivistö <[email protected]>
fixed typo in readme

github.com/infernojs/inferno - 5290d935252f4d0ccde572befb98cf2fb580fc0e authored almost 7 years ago by Sampo Kivistö <[email protected]>
Updated lerna 2.8

github.com/infernojs/inferno - 78e474dad1e0fde7748ccdc55c7fdcbb6f2244df authored almost 7 years ago by Sampo Kivistö <[email protected]>
Change jsFiddle link to auto-updating one

github.com/infernojs/inferno - 6a62e8f385684ff7359faa78ce3512e8775a859f authored almost 7 years ago by Sampo Kivistö <[email protected]>
v4.0.0-13

github.com/infernojs/inferno - 775b79734773e16a0323dc4fec50d9d7e9b99890 authored almost 7 years ago by Sampo Kivistö <[email protected]>
Prefer elements in unmount

github.com/infernojs/inferno - f83ba744bc60b183b58401f29be195dca5f6f0ee authored almost 7 years ago by Sampo Kivistö <[email protected]>
Added JSFiddle link to v4

github.com/infernojs/inferno - 0682e967d3825b9b1df7124d48f94bf138ed91ba authored almost 7 years ago by Sampo Kivistö <[email protected]>
added standalone babel plugin (4.0.0-29)

github.com/infernojs/inferno - 183bd199d8b409fb64832a0ad752b5ba3d31ef6f authored almost 7 years ago by Sampo Kivistö <[email protected]>
replaced deprecated sinon spy.reset with replaceHistory

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

github.com/infernojs/inferno - 29e43158e23fedd2ecee563a99b8af9651e62620 authored almost 7 years ago by Sampo Kivistö <[email protected]>
Fix adding ref callback using createElement API Github #1257

github.com/infernojs/inferno - 300a4da2825958ea246acd5de29023c8f8f337cb authored almost 7 years ago by Sampo Kivistö <[email protected]>
babel-plugin-29

github.com/infernojs/inferno - 044eddf5ff8d521904871151f91171f06501b861 authored almost 7 years ago by Sampo Kivistö <[email protected]>
Merge branch 'master' of github.com:infernojs/inferno

github.com/infernojs/inferno - a4628b51c866354b23a050da25f60873448a36c3 authored almost 7 years ago by Sampo Kivistö <[email protected]>
Inferno v4 highlights

github.com/infernojs/inferno - 5e83a12297d675086f7eedf56afb9cbf31b02d43 authored almost 7 years ago by Sampo Kivistö <[email protected]>
Added 1k Components benchmark

github.com/infernojs/inferno - bdba2b34aecbfe6185cc78e2a1e7b47acd7bb353 authored almost 7 years ago by Sampo Kivistö <[email protected]>
v4.0.0-12

github.com/infernojs/inferno - e30ef65c8e61f088faa2c0167ec1cb84140140a0 authored almost 7 years ago by Sampo Kivistö <[email protected]>
Add warning if production es6 bundle is used in development

github.com/infernojs/inferno - bc6478733c93beb4907a008dfc98bc435c7ddc9b authored almost 7 years ago by Sampo Kivistö <[email protected]>
Update README.md (#1254)

github.com/infernojs/inferno - c7774f6ed0c50810f19e62920b0c9d175299a1a2 authored almost 7 years ago by dasDaniel <[email protected]>
v4.0.0-11

github.com/infernojs/inferno - be5ff50258c75a64f5a5100878f9e51c88c7cc89 authored almost 7 years ago by Sampo Kivistö <[email protected]>
Update babel-plugin and notify users when development server is used

github.com/infernojs/inferno - f4b188155cfcf6a987728c0479a4de3656ddf37a authored almost 7 years ago by Sampo Kivistö <[email protected]>
Removed unnecessary work from directClone

github.com/infernojs/inferno - cfeca968d2c7dcc55371f0d3e609635b5f9ba48f authored almost 7 years ago by Sampo Kivistö <[email protected]>
Fix commonjs entry file, production should point to minified file

github.com/infernojs/inferno - 99c80ece3a2e385e72a96960373e839a2b73d588 authored almost 7 years ago by Sampo Kivistö <[email protected]>
Separate common js builds into dev/prod files, rename es.js => .mjs as per new NodeJS standard

github.com/infernojs/inferno - c7ca3cef02134a82e5ddbbf650e047f3f758ef00 authored almost 7 years ago by Sampo Kivistö <[email protected]>
Use typed array for position calculations during keyed algorithm. Increases performance

github.com/infernojs/inferno - f1b9a173657037f79595b7e1591523bbe282b2fe authored almost 7 years ago by Sampo Kivistö <[email protected]>
v4.0.0-10

github.com/infernojs/inferno - 7ed7c9b7175a721135da8479ee2dc67a50d316ef authored almost 7 years ago by Sampo Kivistö <[email protected]>
Improve Internet explorer performance by ~20% by adding adding htmlNode to its parent before mounting children

github.com/infernojs/inferno - e6b067571cbf9bf6ff860fd30a17eb6404e7e686 authored almost 7 years ago by Sampo Kivistö <[email protected]>
Guard againts empty string classNames

github.com/infernojs/inferno - 5c28e3368333181d54fe695e86326332e5c5eec5 authored almost 7 years ago by Sampo Kivistö <[email protected]>
v4.0.0-9

github.com/infernojs/inferno - 25c9fcb733db7ff43b98c77725f5db9e3f0c335c authored about 7 years ago by Sampo Kivistö <[email protected]>
Test-utils: Safe guard againts invalid nodes

github.com/infernojs/inferno - 0dbb3c8b30f8934fa7025dcc4eef8c6723496551 authored about 7 years ago by Sampo Kivistö <[email protected]>
v4.0.0-8

github.com/infernojs/inferno - 047cd827553adb037e9bc9f669b7520b8c7f89e5 authored about 7 years ago by Sampo Kivistö <[email protected]>
Add support for frozen arrays

github.com/infernojs/inferno - 933e69906ca6ef77f51b2208fb116e25adef3b84 authored about 7 years ago by Sampo Kivistö <[email protected]>
v4.0.0-7

github.com/infernojs/inferno - 3df5e39735ee7de772bf3ec925fffc0384bd3eb8 authored about 7 years ago by Sampo Kivistö <[email protected]>
babel-plugin-inferno4.0.0-23

github.com/infernojs/inferno - 5ebe6e84843c0c5ac39adeb6d22787c7fd20703d authored about 7 years ago by Sampo Kivistö <[email protected]>
More unit tests, coverage 96%

github.com/infernojs/inferno - bc1b0d0977b8e5f16f0cf4b0ca142b5492572ad3 authored about 7 years ago by Sampo Kivistö <[email protected]>
Fix build error

github.com/infernojs/inferno - afa63cdc0f75d53a91a6754de187d07dcfb7ab15 authored about 7 years ago by Sampo Kivistö <[email protected]>
Updated all fixture/packaging tests to latest versions

github.com/infernojs/inferno - 12f232e1de23753408eefa40b11be8b038424249 authored about 7 years ago by Sampo Kivistö <[email protected]>
More tests & removed dead code

github.com/infernojs/inferno - c8a7212c05764b71600e442e4df62c8939ff0e73 authored about 7 years ago by Sampo Kivistö <[email protected]>
More tests, sorted imports alphabetically.

github.com/infernojs/inferno - d8e28669f220064824a88108713ed5b3db81d75e authored about 7 years ago by Sampo Kivistö <[email protected]>
Code cleaning & more tests

github.com/infernojs/inferno - 161d022044966edf7bf491e82d3e0864a228dda9 authored about 7 years ago by Sampo Kivistö <[email protected]>
v4.0.0-6

github.com/infernojs/inferno - 4d8eb6d0af4a0bccf1243f356b18f65b35316afe authored about 7 years ago by Sampo Kivistö <[email protected]>
Fix window being undefined in NodeJS environment, added test case for onDoubleClick (jsx) transformation

github.com/infernojs/inferno - f5a803fab3f470cfdff3e50b3d13460b5da3aa26 authored about 7 years ago by Sampo Kivistö <[email protected]>
Fix SSR Queue render methods, added more tests

github.com/infernojs/inferno - cfabe0cc23a91e8f904edb013d64307735767f35 authored about 7 years ago by Sampo Kivistö <[email protected]>
Small optimizations

github.com/infernojs/inferno - 2fa346aa203860eefe8ab1b56bc10401ab9e6d3d authored about 7 years ago by Sampo Kivistö <[email protected]>
Ported more tests to inferno-compat package. Fixed dangerouslySetInnerHTML issues

github.com/infernojs/inferno - f1f6f51389d20c69a0b72c69fc2b0ae65860fe2a authored about 7 years ago by Sampo Kivistö <[email protected]>
Small fixes & added more tests for inferno-compat

github.com/infernojs/inferno - fd3ba04cc179510fc38c20c85d084e9cabfb0797 authored about 7 years ago by Sampo Kivistö <[email protected]>
v4.0.0-5

github.com/infernojs/inferno - d6ef7d350a9d79ce3144afb7cdb1caf7fe05baf2 authored about 7 years ago by Sampo Kivistö <[email protected]>
Babel plugin 4.0.0-17

github.com/infernojs/inferno - f9140d70fbd3847092e395de1391278dde3712ee authored about 7 years ago by Sampo Kivistö <[email protected]>
fix createTextVNode null/undef calls, small optimization to defaultHooks and update babel plugin

github.com/infernojs/inferno - dc39f2adb439aff042563eaf1dbab9fc6c894173 authored about 7 years ago by Sampo Kivistö <[email protected]>
v4.0.0-4

github.com/infernojs/inferno - 27ced977a31293134a9b5bc820c92f0f92f639b5 authored about 7 years ago by Sampo Kivistö <[email protected]>
Improved unmount speed, and fixed Github #1252

github.com/infernojs/inferno - 09096139c26178085d439bb0de9f943c177a9692 authored about 7 years ago by Sampo Kivistö <[email protected]>
Removed inferno:main from karma test entry points

github.com/infernojs/inferno - 9ad3c704d4cfd43ff654b6e3b9f5f2a0e01e8dc4 authored about 7 years ago by Sampo Kivistö <[email protected]>
Separate createVNode & createComponentVNode + new feature: defaultHooks for functional components

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

github.com/infernojs/inferno - 237eec5fc151981ab66a213d10d9bd430e0fe9a5 authored about 7 years ago by Sampo Kivistö <[email protected]>
Improve normalization further by separating vNode flags and child flags

github.com/infernojs/inferno - 2ffc223c3a67a1480f37ec002befb7573a4b484e authored about 7 years ago by Sampo Kivistö <[email protected]>
rename inferno:main -> module in pkg file (#1249)

github.com/infernojs/inferno - a0d5c3f012b446dddc8436b8c6ceb73702f6fc72 authored about 7 years ago by Nathan <[email protected]>
ts-jest v22

github.com/infernojs/inferno - 13b2c09071d0226eed9a5eba84990250837f49c2 authored about 7 years ago by Sampo Kivistö <[email protected]>
Reducing code dupliation, ran prettier on whole project, deleted old benchmark

github.com/infernojs/inferno - e964afcefd6902984bc6d13600a06df67596c52b authored about 7 years ago by Sampo Kivistö <[email protected]>
Guard againts vNode being gone when event triggers

github.com/infernojs/inferno - 8ab5bc9339d1195242fdbf28ece60452f55a662b authored about 7 years ago by Sampo Kivistö <[email protected]>
Updated dependencies, use babel-plguin-4.0.0-11 for $HasNonKeyedChildren optimization

github.com/infernojs/inferno - 58c6337b056b48838dfc8b08a014eadffd3486a4 authored about 7 years ago by Sampo Kivistö <[email protected]>
v4.0.0-3

github.com/infernojs/inferno - 735a68a0b53926994a2ec00e8ba7f181fc345004 authored about 7 years ago by Sampo Kivistö <[email protected]>
implemented ReCreate flag

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