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

Reverted include glob

github.com/infernojs/inferno - b423cb1f2a6ca667e860cb41402d484b87a143aa authored almost 8 years ago
Relaxed isVNode type checker

github.com/infernojs/inferno - b905ade8a834e1a4b24d8c2b4ca1e6896fecc29b authored almost 8 years ago
Updated legacy src/**/* to packages/**/*

github.com/infernojs/inferno - 075624feb3295c877fa8dfd594ff5d11eb978b33 authored almost 8 years ago
Router fixes (#822)

* router fix for Links with basename support using history.createHref method in browser and prov...

github.com/infernojs/inferno - 8a878f3e1ecc7468e14dc059c48a3b5c69ad578f authored almost 8 years ago
📦⬇ import only the used module from history (#820)

github.com/infernojs/inferno - 11d31524f3ba9c4b01897b81058a54c784cd25ff authored almost 8 years ago
update lerna

github.com/infernojs/inferno - 5ce279a3590f4b169864fcc28c0da23cd3387c82 authored almost 8 years ago
fix inferno-compat issues with Component construction

github.com/infernojs/inferno - 852006259546bf8e0db6e4fd8c1004334ad22ed3 authored almost 8 years ago
move EMPTY_OBJ to inferno package as its hard dependency

github.com/infernojs/inferno - 077a7b210da538eace688c3f64b321599b006baa authored almost 8 years ago
remove not needed const from eventHandler

github.com/infernojs/inferno - 843832c4b453c8cdb23de65e57f428e78a9dec97 authored almost 8 years ago
fix bad merge

github.com/infernojs/inferno - f2686259a803d5598118412fbe1d406697ac2e9a authored almost 8 years ago
Merge remote-tracking branch 'origin/master' into dev

github.com/infernojs/inferno - 91f0945a44fd18bd216db1c2c5fd7b65d7b48634 authored almost 8 years ago
Fix PropTypes bundling wrong (#814)

github.com/infernojs/inferno - 4982d957ae8fcb998ef3af4d61ba116a4fe044a9 authored almost 8 years ago
fix React.Component compat issues (#816)

github.com/infernojs/inferno - 28c776d7349b293f3523f25952f18904a90d6f50 authored almost 8 years ago
Merge remote-tracking branch 'origin/master' into dev

github.com/infernojs/inferno - 7ae89d8bdc932e8a8e13436d8acb9ee2d3837759 authored almost 8 years ago
remove vnode-flags from create-class bundledDependencies (#811)

github.com/infernojs/inferno - a3e8c560dadc175a356401fabbffe07cbbcef17b authored almost 8 years ago
Fix for issue #778 - supersedes PR #796 (#806)

* Added fix for #778 + tests

* removed unnecessary code

Closes #778

github.com/infernojs/inferno - d4853af5b48943157b94c11b5b6d93d68734c2d5 authored almost 8 years ago
replace inferno-helpers with inferno-shared

github.com/infernojs/inferno - 8745dabe8b5994f5c694c8de9659e7f643fd3b20 authored almost 8 years ago
Fix README symlink

github.com/infernojs/inferno - 1b338af81efcd173c6cf6cd7d9c72769f3d6e9f4 authored almost 8 years ago
Merge remote-tracking branch 'origin/master' into dev

github.com/infernojs/inferno - 2b437dfcc6c7dd0010d44e4736538a0c7d98f504 authored almost 8 years ago
bump proptypes

github.com/infernojs/inferno - 67ff2adb911e9b1de2b5685988f0c9665d465968 authored almost 8 years ago
lower branches limit, (add more tests later)

github.com/infernojs/inferno - bd272a300fa691b69a324532a6ca14e9f09158aa authored almost 8 years ago
fix all files, eslint

github.com/infernojs/inferno - 33e468edae592fc955ab993a848ea6301a6ac290 authored almost 8 years ago
cleaning ES6 class implementation

github.com/infernojs/inferno - f84f2d055f1dd95ec38ff96cdbdd33d341737733 authored almost 8 years ago
enableRecycling for benchmarks now when its disabled by default

github.com/infernojs/inferno - 6e2dc2ead4602d7297b69e9f900d7e998af3783a authored almost 8 years ago
all tests pass

github.com/infernojs/inferno - 70529222e3830af31d9fc77902399700460c12e3 authored almost 8 years ago
remove fastUnmount - WIP

github.com/infernojs/inferno - 96adde021a65e5d9808103bccb0c97e7da0bb6ce authored almost 8 years ago
Possible fix for #791

* Updated code with @thysultan PR comment #795

github.com/infernojs/inferno - 0c1d611dbaaf6b738b1182951aaa7527ff804d21 authored almost 8 years ago
remove dehyphen prop stuff... all tests pass? (#807)

github.com/infernojs/inferno - 5e88cd3f66bff3fae4d1c9962e36ff99fc92af5c authored almost 8 years ago
small improvement to patchKeyed routine

github.com/infernojs/inferno - 6cbc9b700bd8f5edc543232bda692a64a1388d29 authored almost 8 years ago
only redux & mobx needs hoisting (#805)

github.com/infernojs/inferno - 22d14524c31354b3ccedb1c95d3b2150cf01481b authored almost 8 years ago
add more docs (#804)

github.com/infernojs/inferno - ac3dec63763e235361c0e22a4129c3a08bc9a6ea authored almost 8 years ago
enabled array length caching accross the board

github.com/infernojs/inferno - 486f3f5755e3e0a6971663181b13793fb90edacd authored almost 8 years ago
cache array length to make IE11 perform better

github.com/infernojs/inferno - 1c36a6a06518e7e66556482247ee5220460554ef authored almost 8 years ago
remove unused css file and upadte babel plugin

github.com/infernojs/inferno - 80aa6a2ea31cd7b7be23e1fe44abe5d1d62e5221 authored almost 8 years ago
Fix building inferno

github.com/infernojs/inferno - 01779c662a2ece5af99e42b5d97865349231e33c authored almost 8 years ago
set link concurrency to 1 due to race condition (#801)

github.com/infernojs/inferno - 290452a7edb93349a0143a35d4454e06a341527f authored almost 8 years ago
Merge branch 'dev' of github.com:infernojs/inferno into dev

github.com/infernojs/inferno - d5d805be446a20ab1cad9059fe7e5170b2658922 authored almost 8 years ago
Removed mockComponent

github.com/infernojs/inferno - 76c6c328016322754464c084227e11860eed715a authored almost 8 years ago
Added inferno-vnode-flags to dependencies

github.com/infernojs/inferno - eb0da85250fa39ea3df0b5dc60ccde064fabc486 authored almost 8 years ago
Fix router issue with redirects

github.com/infernojs/inferno - 6598f41d63d9fc0341401073fe23bbf52a1cd062 authored almost 8 years ago
Merge branch 'master' of github.com:infernojs/inferno

github.com/infernojs/inferno - 7190940964bf576259c53e31d5117e2c586712d6 authored almost 8 years ago
fixed a perf bug

github.com/infernojs/inferno - a9feb72100f79dca7da76b17f23ef8533524a833 authored almost 8 years ago
chore(package): update webpack-dev-server to version 2.3.0 (#797)

https://greenkeeper.io/

github.com/infernojs/inferno - c410f6e93f38603ee8fad03083d3bce87396ac7a authored almost 8 years ago
fix windows compilation (#794)

* fix windows compilation

* lerna++

github.com/infernojs/inferno - ef30492e14ebeb7be852535821138d3df68754b1 authored almost 8 years ago
getInitial Mixin Plugin (#792)

* Add Mixins tests for getInitialState

* Tidy up create class

* Re-add mixin definitions i...

github.com/infernojs/inferno - 1a5bc0a981ac81edcf6c6a2e031d94811fe0a0ae authored almost 8 years ago
Fix building on Windows

github.com/infernojs/inferno - 81958f757bed0774ee54c2a6cbca3d6e1f3fa86b authored almost 8 years ago
tweak build process (#790)

- utilize bundledDependencies in package.json
- parallelize rollup somewhat
- simplify rollup ...

github.com/infernojs/inferno - 474b315f9e6953c696baf652cc60cab2b0e8eec8 authored almost 8 years ago
Implemented inferno-test-utils (#789)

* Added sourcemaps

* Implemented test utils

* Implemented test utils test suite

* Updat...

github.com/infernojs/inferno - 2b5087b8477476346bf5b0b4a456256454de9a54 authored almost 8 years ago
fix findDomNodeEnabled doc

github.com/infernojs/inferno - 2471c92e3ec099e7e33c7d6e28d76b320809682e authored almost 8 years ago
Fix all benchmarks / examples to work with new repo structure

github.com/infernojs/inferno - 24e6364a86dfffda966e0687fc04b32a5eff4faf authored almost 8 years ago
update lerna

github.com/infernojs/inferno - c7e0a20d63088b47e07846e864251baba813857b authored almost 8 years ago
webpack 2.2.1

github.com/infernojs/inferno - a8a44343fe3b9031ecea3737f7a3afb27eb08724 authored almost 8 years ago
more lerna work (#777)

* make component & create-element standalone

make create-class standalone

compilation work...

github.com/infernojs/inferno - 8abb17e42485943ce6bdae13675d3b7e878a07a1 authored almost 8 years ago
Update README (#782)

Updated fiddle links to inferno.js and inferno-component.js

github.com/infernojs/inferno - 0be8b03fe8b53cbf433bee1c452fa73e55169004 authored almost 8 years ago
chore(package): update webpack-dev-server to version 2.2.1 (#784)

https://greenkeeper.io/

github.com/infernojs/inferno - df435b0ca2efeeac82331268c18b84753a240e7c authored almost 8 years ago
chore(package): update webpack to version 2.2.1 (#780)

https://greenkeeper.io/

github.com/infernojs/inferno - 4a873edefb5590b3c665f36af79fdff8751825ad authored almost 8 years ago
#773 Fix SSR of select elements with a predefined selected value

github.com/infernojs/inferno - d3af77ca341bf4336991d086d25a19aafdb0023a authored almost 8 years ago
#743 Use default values if normal values are not present + Added tests

github.com/infernojs/inferno - 29894edf35dd80b65668c3f94c3a47558b2c3370 authored almost 8 years ago
Add no-op back

github.com/infernojs/inferno - 549140a4892f1ba23b1fce285311f5275f36e85f authored almost 8 years ago
cleaning codebase, make EMPTY_OBJ mutable during tests like its in shipped product

github.com/infernojs/inferno - 56f0f32efb3f412e8bc5345ae2d26da03f22f9d2 authored almost 8 years ago
Fixes xlink:href and simular bugs in SVG (#776)

* Fixes xlink:href and simular bugs in SVG

* Added tests and fixed xlinkHref attribute remova...

github.com/infernojs/inferno - d3822bf981c886154a654bf1d609a75d4d383ab3 authored almost 8 years ago
basic support for textarea defaultValue

github.com/infernojs/inferno - d13882f91b7daec3ba31d73a8e337601c681a957 authored almost 8 years ago
Merge pull request #2 from trueadm/dev (#774)

github.com/infernojs/inferno - 5a61e9919e910d064c561ca99f613d31a1c7a8e4 authored almost 8 years ago
allow textarea to receive default value in props (#765)

closes #745

github.com/infernojs/inferno - 1f577c2ed608c915af347bfd29c79125556a3f35 authored almost 8 years ago
Merge remote-tracking branch 'origin/master' into dev

github.com/infernojs/inferno - 7312955ed6af2b40653063d84ff32aa967509658 authored almost 8 years ago
freeze context obj, improve render performance, update deps

github.com/infernojs/inferno - c90bfd6791f2eb4b4c0dbf2c7b8b2ea92b956541 authored almost 8 years ago
added tests for validateNodeTree and createContainerwithHTML (#772)

github.com/infernojs/inferno - f36d91982672321b22de4d0b15ea6677a55e5b5c authored about 8 years ago
Fixed lint errors, added types to make TS happy. update deps

github.com/infernojs/inferno - a6ec37794d9f02b493f841a8af21df91f33fc3b6 authored about 8 years ago
Added documentation about Polyfill.js (#766)

It's a really easy way to extend support for older browsers.

github.com/infernojs/inferno - 3ce2421ceab0c23f09aa2ee0699896996d33b995 authored about 8 years ago
move lifecycle to helpers (#759)

* move lifecycle to helpers

* dont use babel-node during build due to recursive babel-plugin-...

github.com/infernojs/inferno - 8dc5a20ddd9b39f5d4cf8fb87576730cf8e31359 authored about 8 years ago
Deconstructed all props from Router Link and spread on anchor props. Added additional test coverage for Link. (#764)

github.com/infernojs/inferno - f3a81d30a0acdd111a70a1c0012f3c4ca1ce14d9 authored about 8 years ago
tweak PureComponent in inferno-compat (#763)

github.com/infernojs/inferno - c25d0be7591076f3d750d432f62bc737ddbe773b authored about 8 years ago
rm dist files (#762)

github.com/infernojs/inferno - 6b5f311f8059dfe12af9d7c6ab43204daed1bb77 authored about 8 years ago
Merge pull request #757 from longlho/dev

start introducing lerna & monorepo

github.com/infernojs/inferno - ea4c75a48fde7849d6fe4b6c0e501c99d842eea6 authored about 8 years ago
start introducing lerna & monorepo

github.com/infernojs/inferno - 15bba8fbc0ca9b7eee64d47ed62aa2c2824e68c5 authored about 8 years ago
Merge pull request #758 from longlho/dev2

make inferno-vnode-flags standalone

github.com/infernojs/inferno - c8f5d40ec329ec6d7488a3a0cb69f13b68a21617 authored about 8 years ago
make inferno-vnode-flags standalone

github.com/infernojs/inferno - 68b1543dd87dda5862c6627511ac41c217fce55b authored about 8 years ago
Inferno 1.2.2

github.com/infernojs/inferno - 69fc66db371fb5589b7e21e7f59e83d778499a5e authored about 8 years ago
Merge pull request #756 from clbn/fix-typos-readme

Update README.md

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

This just fixes a few typos.

github.com/infernojs/inferno - 466df53c31003996904e902cf7f7e049f4b2b98e authored about 8 years ago
fix testUtil typings

github.com/infernojs/inferno - 0670c63bd638a816bb946b2b70d0afc8b06381d2 authored about 8 years ago
fix major bug in testutils loop, loop only children instead obj properties. addresses github #755

github.com/infernojs/inferno - 828657dcc909ff10c4206ff62ae8e6c0c4c63233 authored about 8 years ago
fix warning, implemented support for component props / context for setState function setter. Addresses Github#754

github.com/infernojs/inferno - caaa3b72be7c811eef8e54354a55cc99c311befa authored about 8 years ago
update benchmarks to use Inferno.version instead of hardcoded one

github.com/infernojs/inferno - 1cb2492abf933055604c0f2036cd224adfde7e7a authored about 8 years ago
revert misplaced flags check

github.com/infernojs/inferno - 0c87d9f695b0762c7b5c458cc02e516af440fd4d authored about 8 years ago
Fixes de-optimisation in create-element.

github.com/infernojs/inferno - 76dd74913e9d883e6936709ff8427bc52fa417ac authored about 8 years ago
remove condition from warn function, as it confuses people and executes warn always

github.com/infernojs/inferno - abed34317896cf89502f062e5d277deaa03c5f61 authored about 8 years ago
Enable tslint recursively for all ts(x) files. fixed errors also.

github.com/infernojs/inferno - aa80dc8b05f1ced484f055e547f6ab305fe95e41 authored about 8 years ago
bump devDeps and fix de-opt in dispatchEvent

github.com/infernojs/inferno - b6cbd43d6a248784c945dd97632bb07b89bdfb78 authored about 8 years ago
Merge pull request #748 from wagerfield/dev

Converted pluralised 'findRenderedDOMComponentsWith...' functions to singular—aligns with React'...

github.com/infernojs/inferno - ccd689f0ff1652edd9b43575faac001d82f612d4 authored about 8 years ago
Merge pull request #744 from abukurov/dev

Fix missing query parameters when URL is changed by using the history API

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