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

Add lint for tests in precommit

github.com/infernojs/inferno - a378131f63185f57cc1fc35ada116aa3cdb5b160 authored over 8 years ago
Merge pull request #463 from trueadm/router-history

Router history

github.com/infernojs/inferno - 9acee7fa91f67c6aff8bf7de500818131bd708da authored over 8 years ago
Merge pull request #459 from trueadm/alias-updates

Alias updates

github.com/infernojs/inferno - e6543e3fdf4ace7db97edcbf21bbe3cd7a294284 authored over 8 years ago
Merge branch 'dev' into alias-updates

github.com/infernojs/inferno - dc5b42ba9e9c114f7a0d548d479b33fa0273a920 authored over 8 years ago
Initialize new browser history

github.com/infernojs/inferno - f6ee7e451fe19fc7cdf9e7246383a79d34253fa9 authored over 8 years ago
Add path-to-regexp

github.com/infernojs/inferno - e5cd368055056565038c3205ed42ed5faae8334e authored over 8 years ago
Router History (#462)

* Throw error is props don't match

* Fix Karma tsconfig

github.com/infernojs/inferno - 297d9d72c08ada8cd9cafb610e38c3328c421abc authored over 8 years ago
Merge pull request #461 from trueadm/yarn-travis-ci

Use yarn for travis

github.com/infernojs/inferno - c0616f1e6d558fdc525e237152c0cf693368adf9 authored over 8 years ago
Fix Karma tsconfig

github.com/infernojs/inferno - d401cb0fc20b34d2d1acde25efd3d1c45889a393 authored over 8 years ago
Throw error is props don't match

github.com/infernojs/inferno - 1adf33ccdf54c54bb599d49af47f04bd28c747bf authored over 8 years ago
Use yarn for travis

This should cause faster and more reliable builds for TravisCI.

github.com/infernojs/inferno - af41a3f28a7fd0664be4b63d47f9d02a6a59835e authored over 8 years ago
added more test coverage and converted more code over to new VNode model

github.com/infernojs/inferno - 287b5707ef0120c7cd812747dd5e06b38fe7633b authored over 8 years ago
fixes a huge amount of tests and adds a huge amount of functionality

github.com/infernojs/inferno - f84e456e49e984beb3a55e0cb08aa83d59f60adf authored over 8 years ago
Commit prod files

github.com/infernojs/inferno - ff7050260b51638a04977a18a8a9c0430d5f210f authored over 8 years ago
Alias updates/bundle size improvements

Split xlink:href tests into separate jsx files

github.com/infernojs/inferno - 86db679fd82fcaf0600b13dea2c730b857a2dc88 authored over 8 years ago
Trigger mobx reactions in a different way

github.com/infernojs/inferno - 66a426c23d52824806e72708d020bbc4708b1992 authored over 8 years ago
Router improvements

github.com/infernojs/inferno - c6ff4c4f42cb357a0d9f957eb1e72c7e690ee1dc authored over 8 years ago
Improve mobx bindings

Export inject decorator

github.com/infernojs/inferno - 0837dbcac114c91d2a61899d59e90f59f2a8fa2c authored over 8 years ago
recursive flattening of arrays implemented

github.com/infernojs/inferno - 98924aa96bd73a702b64d507bb25807bbfe90e58 authored over 8 years ago
added a broken implementation of normalizing nested children

github.com/infernojs/inferno - a1e7a51e87e7e48fa88d8b1246fe1883f4627eb7 authored over 8 years ago
working on getting tests passing

github.com/infernojs/inferno - 2a3bb159c314d72bafd22c1f89ee00d8907965fb authored over 8 years ago
added cloning of nodes

github.com/infernojs/inferno - 005876f1fe489ebba926e30b1579cd23e635daf8 authored over 8 years ago
added recycling

github.com/infernojs/inferno - 2653b5c24633ad2e0b938935d00f3a36f35fe149 authored over 8 years ago
Fix mobx rendering

github.com/infernojs/inferno - 18f2c23f2ad7b9071ee63efa5cb997cc6c283f18 authored over 8 years ago
Merge branch 'mobx-fix' into router-update

github.com/infernojs/inferno - 7005b64ced89b95346d4777d63c108be24be0e04 authored over 8 years ago
Merge branch 'mobx-fix' into dev

github.com/infernojs/inferno - 544025e090032311c719f6f7cc47218b5267ea40 authored over 8 years ago
Fix mobx reactive rendering

github.com/infernojs/inferno - 972549928963aa554c2a1a593d9ed622305834ce authored over 8 years ago
removed redundant className

github.com/infernojs/inferno - 9ce604304c9a540b48c6824b3889632c732b52f0 authored over 8 years ago
Merge branch 'dev' of https://github.com/trueadm/inferno into vnode-refactor

github.com/infernojs/inferno - 6ff472ddf936637fd42662d4784a96659d3397cc authored over 8 years ago
Update packages

github.com/infernojs/inferno - f26c7d1057f9ac798122a3cc0ae02f477356b885 authored over 8 years ago
added various other optimisations

github.com/infernojs/inferno - 510ad38f9b622a7389c9662ff1d02233316052b2 authored over 8 years ago
adds keyed update support

github.com/infernojs/inferno - 5745c362aded155141605a0d5f5b35deed8fe180 authored over 8 years ago
got uibench working with no keys or recycling

github.com/infernojs/inferno - 5dfc64fa9c57dad3185d556a463b601e90ca4a46 authored over 8 years ago
dbmonster working

github.com/infernojs/inferno - cfe0b29654fad0efcc5b3247bc7da82ed4ac0519 authored over 8 years ago
Added test case to reproduce removal of all nodes when combining keyed nodes and VFragment, related to #457

github.com/infernojs/inferno - fe17978810d3273068c7a7c59c2d399f20e6e636 authored over 8 years ago
completely broken, but WIP

github.com/infernojs/inferno - f7cf1d2df28f2d238abca56623ec0f670dfdd5d3 authored over 8 years ago
Reduce bundle size without breaking tests, build or coverage

github.com/infernojs/inferno - 850685b404b12f9f08eda395660e7b61eb388346 authored over 8 years ago
Test Coverage Improvements (#456)

* Add tests for utils.ts

* Remove tests from code coverage

* Test utils

* Add event emi...

github.com/infernojs/inferno - 3644d4d7f5d26b06b512dd5fbfc1eb27bc0213d3 authored over 8 years ago
Inferno-Router Hooks (#453)

* Add onEnter and onLeave hooks, remove async

* Fix broken tests and add prepush task

* Fi...

github.com/infernojs/inferno - 19052f4d789f42751928d02a8189ee122e024ab3 authored over 8 years ago
updated readme

github.com/infernojs/inferno - d548f0dc53f54eae08d9b3cffb843e46d9d7075d authored over 8 years ago
updated version and new build

github.com/infernojs/inferno - 8eef9f8a2f292eb15af84aa145771b971aae5ab9 authored over 8 years ago
updated readme again

github.com/infernojs/inferno - bc4f91da9375496edaf51068751515b1ae9f3439 authored over 8 years ago
updated readme

github.com/infernojs/inferno - 74308555802b8ec7fadeca7903921490de4a954f authored over 8 years ago
Optimize redux and create-class bundle size

github.com/infernojs/inferno - b0479c3b80174e0c931afefc5490a3a183b836f4 authored over 8 years ago
small typing fix

github.com/infernojs/inferno - f0d769ea5442e67645c5e3c3ef9f4881197d9eef authored over 8 years ago
Stop mobx and router from bundling inferno with it

github.com/infernojs/inferno - 349785c4b900131bd46b1e886692f4059dbf8707 authored over 8 years ago
remove old test paths from mocha config

github.com/infernojs/inferno - 4e77d6d992d48d3a3fd652d7dc2795c16a3f3b8e authored over 8 years ago
Pass the same params to all matched routes

github.com/infernojs/inferno - 09230fbe28e8d271c732aaebd6926415c4c6fc1b authored over 8 years ago
for when we try to replace and parentDom is null, we can fullback to parent of last dom

github.com/infernojs/inferno - 08e5ed16c96ec94ea6a7ad7578e5a142fb548a51 authored over 8 years ago
fixes some unmount issues and re-enabled browser tests

github.com/infernojs/inferno - 9a33d4c30f5182e4a1eefe71334f781fcc54e935 authored over 8 years ago
Updated Router README

github.com/infernojs/inferno - 155ef94da36479363c805974de126b42691a19e3 authored over 8 years ago
update packages, and new build

github.com/infernojs/inferno - 8f638e1830e2df04588a8e9542f60f698a1910bc authored over 8 years ago
Fix tslint warning

github.com/infernojs/inferno - 889aa988d38b5e844d9bb9c0eb8d8cace2b78e35 authored over 8 years ago
Fix tslint errors

github.com/infernojs/inferno - 5d377740ca3654964c80b0a86246041502ce2b6b authored over 8 years ago
Add typings to router

github.com/infernojs/inferno - b17e1402c25b16c3b6a113a11ebfbb21db5dbc52 authored over 8 years ago
Fix passing params around

github.com/infernojs/inferno - db667c24533a4ce309bc3336156bb5bf0affd7bc authored over 8 years ago
Convert javascript to typescript (#452)

#452 380

* Convert testUtils tests to TSX

* Convert redux tests to TSX

* Export infer...

github.com/infernojs/inferno - bcee1993aa801d1ab35adcabff3e651cf7eee9e2 authored over 8 years ago
Revert "Remove _patch"

This reverts commit 5d77c8d7b3b901b172b3aa9b558f930e743b41bc.

github.com/infernojs/inferno - 9a0f6fd2ef8e4aecf816c17a0cf64b35694dbbc8 authored over 8 years ago
small refinements on if vs switch

github.com/infernojs/inferno - ab34d165c6f81cd0f67bfd974013801e9331e2da authored over 8 years ago
Fixes an issue patching from a component to a stateful component - the vnode should now properly get replaced

github.com/infernojs/inferno - d6f0ad4e3a4342709c8ab01a81b513ccc6c14306 authored over 8 years ago
Fix matching wildcards

github.com/infernojs/inferno - 59873177a42da307c1ee0a48acde1ce1a6654f60 authored over 8 years ago
Expose router to onEnter and onLeave hooks

github.com/infernojs/inferno - b287a69f3622f1a92238e07bf3c02cc15cec8f5b authored over 8 years ago
Add placeholder router hooks

Change `history` to `router` because of history is in global namespace

github.com/infernojs/inferno - e424a94530c919e5a4bcba692f2ae0a72b91e848 authored over 8 years ago
Add elementary hooks

github.com/infernojs/inferno - 7b83509e6960373274ace9e0d52804b781bc80d0 authored over 8 years ago
Added 2 more variations of inheritance / file import issue. 1 works 1 fails

github.com/infernojs/inferno - e8aef18284adb0c21fdd0f8766d56e57434fa846 authored over 8 years ago
Added test case to reproduce strange behavior with inheritance / variable declaritons of vnodes

github.com/infernojs/inferno - 5fea001ff76fc99f1b33e3eecc3923195f3df6ef authored over 8 years ago
adds string refs to inferno-compat

github.com/infernojs/inferno - 74e869b78ce3299dd19deb71a1f99191a25ee85a authored over 8 years ago
Add support for routes with decorators

github.com/infernojs/inferno - d7c3453bc35f61fafd8270fb24ab63c4db3fc71b authored over 8 years ago
Remove bad mobx optimization

github.com/infernojs/inferno - 032483cacaeef0b96254e142714ec3ef0d3fe12c authored over 8 years ago
Remove duplicate code

github.com/infernojs/inferno - 1cd49ebbfc0b229c76dc41ad8f3ca82213a3f7ff authored over 8 years ago
Merge pull request #446 from mciparelli/props-default-to-empty-object

Props default to {}

github.com/infernojs/inferno - 2b9935f45c9c1f81a6cb8df106e1cebf62863e63 authored over 8 years ago
Props default to {} in inferno-compat

github.com/infernojs/inferno - 10a6431fcac52b5f9fe04ae6b0c96b1532f6c9b8 authored over 8 years ago
inferno-router (#448)

* Updated to use the history package
* Remove hashbang prop
* Remove explicit history dependen...

github.com/infernojs/inferno - 10b17f44ca16abbd7bb3b5695e51729bec81b6d1 authored over 8 years ago
Allow pre-matching a route

Fix tests

github.com/infernojs/inferno - 08c0f84d14a25be5abbca5964a7e6cb9a5ff8af8 authored over 8 years ago
Merge branch 'dev' into infernal-router

github.com/infernojs/inferno - b39971c76bc8a7b6c1805c295e7086109d7664f2 authored over 8 years ago
Add website assets

github.com/infernojs/inferno - 6c0870f0955207e2c1f4703b57d70e1a0fbc52f1 authored over 8 years ago
Website updates

github.com/infernojs/inferno - 430bf7c7aad744dbff7b183c7a51de767d923201 authored over 8 years ago
fixes remainining ENUM refactor issues

github.com/infernojs/inferno - 67fa71a320cc2310837b6b5dfe94b68a78431584 authored over 8 years ago
Merge branch 'dev' into infernal-router

github.com/infernojs/inferno - d8c19e74616ebfea595e290a56969badae27e24f authored over 8 years ago
Fix most of the tests + renderToString

github.com/infernojs/inferno - 7853894504b4fbea6f688975196fc460361da717 authored over 8 years ago
Export getRoutes

github.com/infernojs/inferno - 7095544e8b467af962dd7447683554bfd8eafdf2 authored over 8 years ago
Merge branch 'dev' into infernal-router

github.com/infernojs/inferno - 286a7bb849f8d1fbd47f429d7ad73f22a48658e8 authored over 8 years ago
Export getRoutes function so we can use it for server-side fetching

github.com/infernojs/inferno - 4f37b258015cda24fc36adaa009b603e2d8c562b authored over 8 years ago
fixes various errors in last commit to do with linting and mounting - 2

github.com/infernojs/inferno - 7f78f2983d335cb4e719e7fb73ab3b108fb9e196 authored over 8 years ago
fixes various errors in last commit to do with linting and mounting

github.com/infernojs/inferno - bdc1ca8da85973ce3c13589ec8f8e2c2f8afe88a authored over 8 years ago
Refactored how the ENUMs work within Inferno for better performance and smaller bundles

github.com/infernojs/inferno - 29210c72ccaf29c730686f37e8d557950f87dcdc authored over 8 years ago
Fix issues with `history` conflicting with `window.history`

Fix issue with Link throwing error on server-side

github.com/infernojs/inferno - e8d487ab59b53d6480f7b9130897f29165658e8f authored over 8 years ago
Fix issues with `history` conflicting with `window.history`

Fix issue with Link throwing error on server-side

github.com/infernojs/inferno - 6a5bae278ad3195b514db0e07c5033d9f72c6adb authored over 8 years ago