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

normalization fixed

github.com/infernojs/inferno - ffcfc0487cba9f4dd7f6ea9839236c964e986636 authored about 8 years ago
inferno.d.ts: Fix 'inferno-server' types

'renderToString' was not the default export. Default export is an object with 'renderToString' a...

github.com/infernojs/inferno - df938c7e5fc3a681185a98576cddea59ca5de744 authored about 8 years ago
improvements to normalization

github.com/infernojs/inferno - f79e46218a1f449eb3200743c20bf4afa8e82c62 authored about 8 years ago
might fix #674

github.com/infernojs/inferno - 86d5c15cbc74dc6529cf3107b7307bb9192bf345 authored about 8 years ago
added warning about duplicate keys

github.com/infernojs/inferno - a0ac128b386174e9ea99b640ecce410e7ed4cf6c authored about 8 years ago
updated readme description

github.com/infernojs/inferno - 8d762c50247a5a9b45c71badb846096341a884f1 authored about 8 years ago
Update README.md

github.com/infernojs/inferno - 18453067fb178bfabecd889a5df0684badc40cab authored about 8 years ago
FIX - router bug with children not rendering properly #669

github.com/infernojs/inferno - 23792f823374b13e0489ef8388b6c8181296c155 authored about 8 years ago
Merge pull request #676 from TheWeatherCompany/fix-inferno-compat-svg-namespaces

Fix for svg namespace tags in inferno-compat

github.com/infernojs/inferno - 840c3724a5f6af223aca0aa9bf6c8bb7e9b7516f authored about 8 years ago
Convert spaces to tabs

github.com/infernojs/inferno - 2c9fbb11ec8097648c0d79e2212943acb2f32d48 authored about 8 years ago
Shouldn't limit to just use tag

github.com/infernojs/inferno - be7e3e17a6aef45a6ec380da733f47f3d7929b27 authored about 8 years ago
Implement fix for svg namespace tags

github.com/infernojs/inferno - ed7b6c49f295eb07a4191301379d3aaf1e7366f0 authored about 8 years ago
linted solution, new build, dont use const in for... - loops until FF has fixed that bug

github.com/infernojs/inferno - 4f984ab6ac08a537fc1f1ef2adcc96f923d2f168 authored about 8 years ago
use emptyFn instead of creating new ones

github.com/infernojs/inferno - 0855e4470babc390b8615de9d78459a04f055798 authored about 8 years ago
Merge pull request #670 from infernojs/import-as-needed

Use babel plugin import-as-needed branch

github.com/infernojs/inferno - 5a9d742a6af91237021218c2ae321f49e52e5221 authored about 8 years ago
Merge remote-tracking branch 'origin/dev' into import-as-needed

github.com/infernojs/inferno - ff77834b5da3ed6260a3a1117d47ae92b022fdd8 authored about 8 years ago
update babel-plugin to 1.5.0

github.com/infernojs/inferno - b4ad1efc38e169b08f98bb0d81f5499027a3d06a authored about 8 years ago
fixed bug in normalization

github.com/infernojs/inferno - 493dc93a4183338bf5c13f4aaf9b12339157b963 authored about 8 years ago
rebuilt bundles

github.com/infernojs/inferno - f5cf788bebf9b1c5b5312207e1f8116642a01f36 authored about 8 years ago
should fix #668

github.com/infernojs/inferno - 67af626764e2509075a1304b08f5225af470abe3 authored about 8 years ago
updated version to 1.0.8

github.com/infernojs/inferno - e7fe9191e17972adbbe6adcde27408231cd12902 authored about 8 years ago
Merge pull request #672 from kanzelm3/ios-click-event-bug

Implement iOS onClick bug workaround

github.com/infernojs/inferno - aa4b5bacc32e267010a88c9802c0d8f2796ba136 authored about 8 years ago
Add new failing test for keyed algo + normalization

github.com/infernojs/inferno - d51f63ad67024aefc93988b24fce33f980a99085 authored about 8 years ago
update rollup, tslint and new node/types

github.com/infernojs/inferno - 50fb7b449c1df678eda7edc32ded2db621111f90 authored about 8 years ago
chore(mobx): update name in exception string (#673)

github.com/infernojs/inferno - e9a0e0cb2614cf0f73adfc5c3863673062c66f8b authored about 8 years ago
Implemented iOS detection logic

Only add `onClick` event workaround if on iOS.

github.com/infernojs/inferno - 746df3236843511d61a6cb9a2d115ccfdad1a4e3 authored about 8 years ago
Implement iOS onClick bug workaround

github.com/infernojs/inferno - 4282427c546da41bbf0144b9971990134fedc3bd authored about 8 years ago
Update README.md

github.com/infernojs/inferno - 8c92006c92d7b714b0028691fcc265e95dd427da authored about 8 years ago
Use babel plugin import-as-needed branch to show how to it affects user land

github.com/infernojs/inferno - 98cd93a9e04ec9fdf56c5b06b23096be18d59bec authored about 8 years ago
Update README.md

github.com/infernojs/inferno - b1e3f2aa831aba35166b1778101d139b20047eb6 authored about 8 years ago
Update README.md

github.com/infernojs/inferno - 01a9fd614a3de77a50ec3bb9bae57707d457751f authored about 8 years ago
Update README.md

github.com/infernojs/inferno - 9672c36527dc04ba66e9bdaebf6c8e4f9346e1f6 authored about 8 years ago
updated version to 1.0.7

github.com/infernojs/inferno - 3819a1c9cdd492c108bc868e23aed211cc21c5b0 authored about 8 years ago
updated compat readme

github.com/infernojs/inferno - 0705a6c28ac39179ba2047a110932ff891934f1d authored about 8 years ago
hydration performance benefits and fixes

github.com/infernojs/inferno - e2c2ede333aaa61814a7705860fa9f96ddb0839a authored about 8 years ago
should address hydration issue in #665

github.com/infernojs/inferno - 51dbcd0302f62c57f9bbb6a5a7467e2b755ffbc1 authored about 8 years ago
Add ability to Route to accept getComponent (#663)

* Add ability to Route to accept getComponent

* mark _onComponentResolved as private

github.com/infernojs/inferno - 289220d0e3a03c7349c33c424aa9cb47bd11f798 authored about 8 years ago
Merge pull request #664 from marudor/compat

add DOM and createFactory

github.com/infernojs/inferno - 478b13b29cbb1c18d54298fe99d69aea25e8f485 authored about 8 years ago
add DOM and createFactory

github.com/infernojs/inferno - b406876e4da76952ba2171e3b253ac87af99408e authored about 8 years ago
updated build

github.com/infernojs/inferno - a0cbdab5e90a7f85b5e33ab105c0ecc8842b27d1 authored about 8 years ago
fixes unmount bug case

github.com/infernojs/inferno - 1aede87de1a05755fd9d11a1979bccf0dad2e3c7 authored about 8 years ago
Added failing test case to reproduce appending nodes issue

github.com/infernojs/inferno - 4107d17519746453af265bf13e2b60d2c8058022 authored about 8 years ago
updated versions

github.com/infernojs/inferno - fd7f82ffe548378d048cbbb318247ea4194479d5 authored about 8 years ago
added yarn.lock

github.com/infernojs/inferno - ef948ab9b407ddc8a867f30dd8252dcb2c9ce74b authored about 8 years ago
Merge branch 'dev' of github.com:trueadm/inferno into dev

github.com/infernojs/inferno - cd44902a78195f30a32dafd9fb07b8e4b496d3bd authored about 8 years ago
updated version and build

github.com/infernojs/inferno - 3d707939ccd1891503e2851573ca7cb07f69068b authored about 8 years ago
update rollup

github.com/infernojs/inferno - 64c3aecdd8298383ed36b1cc6d0046cda544a432 authored about 8 years ago
Merge pull request #660 from infernojs/dedupe-exports

Dedupe bundle imports

github.com/infernojs/inferno - 3a1ff80b215ca1434c969df48a48da5fcaac1de3 authored about 8 years ago
update packages w/correct requires

github.com/infernojs/inferno - d4a76063f036c2c7f414f36513b5f20cdeaef9a0 authored about 8 years ago
convert require statement from local to module

github.com/infernojs/inferno - 3e5835ce3d1c9196286649b1878e9f5cede18d78 authored about 8 years ago
removed shallowUnmount and further improved vNode unmounting

github.com/infernojs/inferno - 277b20c189c5bd738337e5d9c043f55b24e5c82f authored about 8 years ago
Merge branch 'dev' of github.com:trueadm/inferno into dev

github.com/infernojs/inferno - 6bf7b7ec245fec3df89de7b8d61492cedd6f9678 authored about 8 years ago
tidy up of unmounting

github.com/infernojs/inferno - 32cb96b812d94f1556b49b037a7219360e12ee60 authored about 8 years ago
linted test file

github.com/infernojs/inferno - 38c45323608c7b8f0427be17919c788fe1e4dbca authored about 8 years ago
Add one more test to verify it doesn't unmount when parent dont change

github.com/infernojs/inferno - 173fb9051dfb4c412751d2f8083477bea281b2f1 authored about 8 years ago
added test case for component lifecycle

github.com/infernojs/inferno - b09d28905e4a3bd49a4d7ea266cabf28af511dcc authored about 8 years ago
fixed hydrateText diff too

github.com/infernojs/inferno - c15372110d54ec5d99df11ce5fa1efd160d6e77f authored about 8 years ago
value -> nodeValue in hydration of children

github.com/infernojs/inferno - 03bc5b922a73716aede6dde120cad76ea536db21 authored about 8 years ago
updated build

github.com/infernojs/inferno - fe844d6c40fe9c48fcc052ea15a14e61b93ce2f2 authored about 8 years ago
hydrates child text nodes

github.com/infernojs/inferno - 11693366003ccd850aadaa3885d1203e0d1f2f36 authored about 8 years ago
Merge branch 'master' of github.com:trueadm/inferno into dev

github.com/infernojs/inferno - 1d277b0c37f7ca2a1ff6c7f2f98316ea136ae348 authored about 8 years ago
update version and should fix an async setState issue

github.com/infernojs/inferno - 7c3b56919ae2be581c472d811ad0a75c93ca9c1a authored about 8 years ago
Update README.md

github.com/infernojs/inferno - 5a0774d4cf0eecc81a86c259bf7c9c9c0aad7287 authored about 8 years ago
updated dbmonster to better improve perf

github.com/infernojs/inferno - b9ed138c56255c944b21a4366e6a18f34625e41e authored about 8 years ago
recycling refactor for performance

github.com/infernojs/inferno - 100f4c2d41064814e3ce6f86396fc56f9f08bc29 authored about 8 years ago
updated bundle require path

github.com/infernojs/inferno - 9a9ec11502245dbe7c40d19167163031cf7187a1 authored about 8 years ago
Speed up createTextNodes

github.com/infernojs/inferno - ab6a4cfe55b523a14aff235a1232ab19ff78e2e3 authored about 8 years ago
Commit router dist

github.com/infernojs/inferno - 2a6c755883406ed0dca74336403d11e351bb0f29 authored about 8 years ago
Bring back history typings

github.com/infernojs/inferno - 2102e1f00098a553c4228b2fa27d3173e2592155 authored about 8 years ago
Fixed issue with text vnodes not being cloned correctly

github.com/infernojs/inferno - c1fafa3f849bba34f67690ab84ea2c48c4e595e0 authored about 8 years ago
Fix router bug with params not being cleared

github.com/infernojs/inferno - 0618115a29f35bfafb83c03045fa97e750954675 authored about 8 years ago
Merge branch 'master' into dev

github.com/infernojs/inferno - 3367a1b83b89cc8946fa6016a5da296e7108574c authored about 8 years ago
Add Types/History to package.json

github.com/infernojs/inferno - 98e0a7f610220c622aed93e348682a0adf801fdf authored about 8 years ago
Add types/history to repo

github.com/infernojs/inferno - 53b32f477928a404830fd5587ca09232df70af0c authored about 8 years ago
Add default export

github.com/infernojs/inferno - 32c45b62badd9ce7337b47ee2237a9a2a9672b4f authored about 8 years ago
Fix install issue

github.com/infernojs/inferno - 9a64811090867e254068565b092201af40f2c278 authored about 8 years ago
Merge branch 'router-redirect' into dev

github.com/infernojs/inferno - 47130cbd25b0ab1d956eb44d65de53c67d015866 authored about 8 years ago
Merge branch 'dev' into router-redirect

github.com/infernojs/inferno - d7ee2e69b7f041221db067da9afc938f05700ec1 authored about 8 years ago
Add Redirect and IndexRedirect #465

github.com/infernojs/inferno - 84e4492b010a15a3f39f8eab5a97c8518cb9ec2d authored about 8 years ago
updated version and build

github.com/infernojs/inferno - 6f4a66ab504fbbcd1ac8d6ff5c78a335d82b31c3 authored about 8 years ago
updated version

github.com/infernojs/inferno - 8acc0f7f0e8d40f370edcfb6a227daf45836f193 authored about 8 years ago
Added router.isActive() #465

github.com/infernojs/inferno - 1e70b228c5cd50f83914c3b54edc150a8ad59f2b authored about 8 years ago
Merge pull request #657 from infernojs/normalisation-optimisation

[Performance] optimise cloneVNode routine

github.com/infernojs/inferno - 9cfb970d33ee34c0f36ec767987a9d6ceb80944b authored about 8 years ago
optimise cloneVNode routine

github.com/infernojs/inferno - e9a965db76b115d8aa52c88f20f18e0982bb20dd authored about 8 years ago
update benchmarks for createVNode

github.com/infernojs/inferno - 4d47b8f745e0b71f84939e5fbbb14152c11acc21 authored about 8 years ago
Fixed issue of key not being unique within its siblings, added more test

github.com/infernojs/inferno - f9f2979a8e06e2de0e96dec186b4e22dc8618908 authored about 8 years ago
Merge pull request #656 from jasonmit/patch-1

Third-party lib links labels now reflect destination

github.com/infernojs/inferno - fad92a2b8ca7216a2527a01ce839180c6708bf83 authored about 8 years ago
Added first failing test case for normalization. Adding more later. TODO: Create benchmark

github.com/infernojs/inferno - 7b87b2df272f0f807beb2c5180101eea072e7e46 authored about 8 years ago
upgrade packages, new build

github.com/infernojs/inferno - 4607ba2c1e7f897e9094d3245ed3c92b5c08da47 authored about 8 years ago
Third-party lib links labels now reflect destination

github.com/infernojs/inferno - 24112d2e795e90a494cb6982f8ae079c8ea5b5f7 authored about 8 years ago
Update README.md

github.com/infernojs/inferno - fef59aaafff5c012d229a7dcecca7d73aafab2a4 authored about 8 years ago
updated build

github.com/infernojs/inferno - 7e504201da60f5424e6a2a36eacfe71c8ac55193 authored about 8 years ago