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

Make lifeCycle methods not defined by default

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

github.com/infernojs/inferno - ab671d6464762505303a92e4c070762ba7cff0b8 authored almost 8 years ago
Add test for componentDidUpate being undefined

github.com/infernojs/inferno - 7037ba75cb0de087089a0d0b54e80edcc5ecb402 authored almost 8 years ago
Fix issue #922 (#923)

Handle componentDidUpdate not being defined on a component instance.

github.com/infernojs/inferno - c30ce4afcb97dc313262e83732671e5007dd7944 authored almost 8 years ago
fix undefined currentComponent error on server side (#918)

github.com/infernojs/inferno - cd5ddc934b45b8148119d1377825554d61ddaa02 authored almost 8 years ago
chore(package): update rollup-plugin-commonjs to version 8.0.0 (#921)

https://greenkeeper.io/

github.com/infernojs/inferno - e09240fcbafd9ad62d6ed98b26de6ad7d7e1bc14 authored almost 8 years ago
Fix issue #915 (#924)

When SVG properties are mapped to the same name as they are original, they were being deleted.

github.com/infernojs/inferno - b3c514d127fce35673358e3cc11ab5c93c54a6d2 authored almost 8 years ago
Fixing typo xlink:title (#920)

* Update constants.ts

Adding missing namespace attribute

* Update constants.ts

SVG: Fix...

github.com/infernojs/inferno - 928c6d0b25beed630b8937de6b0858f2a8096367 authored almost 8 years ago
Update constants.ts (#916)

Adding missing namespace property.

github.com/infernojs/inferno - 4d097bd6cfdcba331d4dca50c9e15a6733da0f01 authored almost 8 years ago
chore(package): update rollup to version 0.41.5 (#913)

https://greenkeeper.io/

github.com/infernojs/inferno - 401670d196b8a2cf6e07c6d4e6045fe9058baef0 authored almost 8 years ago
chore(package): update babel-plugin-inferno to version 2.0.0 (#912)

https://greenkeeper.io/

github.com/infernojs/inferno - 8301789dabff62e0eb417a57e965472ffc55cc02 authored almost 8 years ago
Inferno 1.3.1

github.com/infernojs/inferno - 3abca5ca59dc154f8ed61d3e21fe3c4edfb2688d authored almost 8 years ago
Copy ReadME to inferno package without badges for NPMJS support

github.com/infernojs/inferno - d8a172e470fff3bb2f9457dea14f29a4faa90cf7 authored almost 8 years ago
prepare to 1.3.0

github.com/infernojs/inferno - c4075f46b72d2e449820ffc7a113dac20b968008 authored almost 8 years ago
change isAttrAnEvent as per PReact

github.com/infernojs/inferno - 0203b437ba2b2f8305b7dbf49752c463af3f5146 authored almost 8 years ago
#910: Default unmounted to false in Component (#911)

github.com/infernojs/inferno - 7109f02a0f4a00f4a3aebc1c524240bb93307ee2 authored almost 8 years ago
Fix de-opts in assign and fix cloneVnode + some tests

github.com/infernojs/inferno - d6c428cc5372060b03eb38a7b897e9600586e9ec authored almost 8 years ago
Feature/inferno router plain route config (#887)

* added createRoute router utils helper

* created sep file and added unit tests

* added mo...

github.com/infernojs/inferno - a123eb81fac3dace106a2040cbd5cc578b258107 authored almost 8 years ago
translate camel case svg attributes (#909)

github.com/infernojs/inferno - 0abb044c6ad35bc2cbc60e048da29374561e8472 authored almost 8 years ago
change jsnext to inferno main

github.com/infernojs/inferno - af93b9269e89014c596d55013dcf98cdcb7cac89 authored almost 8 years ago
inferno-create-class: mixins should receive proper class instance (#907)

github.com/infernojs/inferno - 277645a011d3aa581212676c94c36ed05c9a645e authored almost 8 years ago
$(echo v1.3.0-rc.10)

github.com/infernojs/inferno - 129d123868b8715e44d1a812edf33d5df53512e5 authored almost 8 years ago
Prepare RC10

github.com/infernojs/inferno - 1e596a01de76270db6219023a1eff5b8bd597746 authored almost 8 years ago
Improve normalisation performance, improve patchProps performance, move

defaultprops to normalisation to allow createVNode be inline cached

github.com/infernojs/inferno - 505b006ec6d631f2e460d67daf218c4177aaf15d authored almost 8 years ago
fix unmount getting called twice when replacing component with element. + small impr.

github.com/infernojs/inferno - 760a94e1d9f1288c4363b244f1a47f27657fc2f3 authored almost 8 years ago
Added tests for native / synthetic events, test-utils closes Github #833

github.com/infernojs/inferno - a48339c1a97f437b33496e3f68106b8647143e82 authored almost 8 years ago
Fix router going always async

github.com/infernojs/inferno - d2ed750f1bb7d1d9938d17738ef45b0091dc727c authored almost 8 years ago
Do not mutate children when normalising fixes github #895

github.com/infernojs/inferno - 64da401fd6498bbd956aa6ef01f71e1716b95fd0 authored almost 8 years ago
Add onUpdate event to router component (#902)

* Add onUpdate event to router component

This is nice to monitor page transition and use with...

github.com/infernojs/inferno - f6408339b5fde77cbd51fb0b94ddc99bb8e7594c authored almost 8 years ago
Resolve issue #889 (#901)

github.com/infernojs/inferno - fd29cbccf38e10c0c6f0360e86d01cb92e935974 authored almost 8 years ago
linted test file

github.com/infernojs/inferno - d98c4087cc7661f9428ab09962f8b1e7f087782a authored almost 8 years ago
Added test cases for instance being null

github.com/infernojs/inferno - 8eb679ad0cadf52d83ff8914f5ad567fdd35d0b8 authored almost 8 years ago
fix bug with textNodes not getting key applied correctly

github.com/infernojs/inferno - 2be71a1be084d4e68379b544d75ff776b6a40360 authored almost 8 years ago
Went through old TODO's and enabled all tests. all pass now

github.com/infernojs/inferno - d33f0b25fd55f94ea443302bb913b61aba0ff658 authored almost 8 years ago
Adds inferno-compat support for iterable children like Immutable List instances (#899)

* Added 7 tests for inferno-compat child rendering.

An additional 3 tests requiring support f...

github.com/infernojs/inferno - b0540bab4a61260cbf0f2570e921bdedca077f98 authored almost 8 years ago
better compatibility between inferno-server and inferno-compat

github.com/infernojs/inferno - 2bd9d94bd67231f3e491f255c14979868cae9d5a authored almost 8 years ago
Update lerna to 38 and inline const

github.com/infernojs/inferno - aafd8d173860cd9ddd0ec3bc51f2c548f920ddf9 authored almost 8 years ago
Resolve issue #888 (#897)

* Resolve issue #888

* Add missing semicolon

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

github.com/infernojs/inferno - 73b2ac529747730a0415d346ea59bb0f44e525d0 authored almost 8 years ago
remove dependency to Object.assign

github.com/infernojs/inferno - 5b3ed2e10e47bbe761a49f86d337c145fa6fa354 authored almost 8 years ago
Update README.md

github.com/infernojs/inferno - 20941220c0b3721af0877b3b5a97d2cdab86e119 authored almost 8 years ago
Updated README vNodeTree references

github.com/infernojs/inferno - 527c7039d45c751f9132ccf91dba5b316f29cede authored almost 8 years ago
Updated type annotations and param names

github.com/infernojs/inferno - a52dec36a33e0b42db9d963153a50c3525563cbb authored almost 8 years ago
Fixes issue that windows build fails. resolved Github #896

github.com/infernojs/inferno - aeb48f155f9fa9242e5ce7cd1c70906bcffdbd7e authored almost 8 years ago
Fix references to document.body in Inferno.render()

github.com/infernojs/inferno - f5cdf1fe5a36a8def242ca1ee1a88543c39d764f authored almost 8 years ago
fixed issue with props being same as nextProps in componentWillUpdate

github.com/infernojs/inferno - 11c4abc922ead4028fc1b0aca302f688e0a96f8d authored almost 8 years ago
add two tests for hyperscript package to increase coverage

github.com/infernojs/inferno - f9e7628ba37c1452266835599119188cacd4fc3b authored almost 8 years ago
Improve package build message, remove dead perf test

github.com/infernojs/inferno - d72192ac6952351cae8b0d28d43a5dfd37cc49b9 authored almost 8 years ago
add innerHTML to test case to fix FF v38

github.com/infernojs/inferno - 56f78e4e56ab13f2d6dd15ce2053027ef2797aac authored almost 8 years ago
change test: eql to equal

github.com/infernojs/inferno - a58fa798de6c1902386fbf18f6c79206b001c7a9 authored almost 8 years ago
implemented defaultProps into createVNode (core) its now handled before components are constructed

github.com/infernojs/inferno - 1b44f05c060b98c4f9d27b00fd6f1e6e067887b9 authored almost 8 years ago
remove alreadyUnmounted logic, simplify patch functional components routine, small cleaning

github.com/infernojs/inferno - 630378b11a2ff86cd8ac6ab92aa15c45f3e7631f authored almost 8 years ago
fixes bug in cloneVnode, added tests for it also

github.com/infernojs/inferno - fba47ebab6461c3d004c584c5925c7509a0fdb49 authored almost 8 years ago
small cleaning

github.com/infernojs/inferno - 04775f896c1f27941d95f8b5e7fc03e754d3ff6d authored almost 8 years ago
more cross browser friendly way to assert styles

github.com/infernojs/inferno - 66f84a4c9bfe4761bc682fb81b9c876b95fec919 authored almost 8 years ago
prepare to RC6

github.com/infernojs/inferno - 8bedf9c3a39f95bc762f82a9c5f0e5b44f65b8e5 authored almost 8 years ago
Fix defaultChecked for checkboxes (#879)

* Fix defaultChecked for checkboxes
Fixes #878

* Rely on strictProps to set defaultChecked o...

github.com/infernojs/inferno - 3999725e4bd4591635229a82c569373b8be9c284 authored almost 8 years ago
perf: Improve cloneVNode performance, by manually handling restParam for children. and small cleaning

github.com/infernojs/inferno - b94542fe926d3a16594b938bc7ba5dbe332be6fd authored almost 8 years ago
perf: Use cached dom style property in patchStyles routine

github.com/infernojs/inferno - 258b5cc67773e4cf8c90f6cb98025ad01ab04273 authored almost 8 years ago
Set props, state and context after check shouldUpdate (#882)

github.com/infernojs/inferno - 40642d0760970af2b39a4a3e1089e801eae77ee1 authored almost 8 years ago
update issue template

github.com/infernojs/inferno - 4dc53c09c4e239cdcaa486b661cf935b0d805362 authored almost 8 years ago
prepare to rc5

github.com/infernojs/inferno - bfe6779c608324ac09ea98cb22b8ec22683a7bd1 authored almost 8 years ago
fix major issue with setState

github.com/infernojs/inferno - b24f35d5f2f8b19ffe18dd492a5014081f04c5a9 authored almost 8 years ago
update svg test again..

github.com/infernojs/inferno - 3d44f105739736c229681a781ac788a39d4929e3 authored almost 8 years ago
Added missing innerHTML comparison

github.com/infernojs/inferno - 17ed56f4b49aa8c6af175423deab9a04a32bcf75 authored almost 8 years ago
prepare to rc4

github.com/infernojs/inferno - 655913371102d453c1866a881d00cca36180091a authored almost 8 years ago
remove width limit from logo

github.com/infernojs/inferno - 76d7da7af6966f9f4287a4b7cb9a2afd825a4510 authored almost 8 years ago
update readme logo

github.com/infernojs/inferno - e39449fdd9b19febb25f6a6cfdc6bde25777ff20 authored almost 8 years ago
drop module entry point, resolves Github #824 #823 #818 #851

github.com/infernojs/inferno - ab6b48222d539f80a24c16b9a74012ecf1fb3186 authored almost 8 years ago
update typescript to 2.2.1

github.com/infernojs/inferno - b41f60ab948cdf06c5ab3a7b6926648dcd17a875 authored almost 8 years ago
make svg test more compatible, travis should pass

github.com/infernojs/inferno - be387c22baa907595e57d3ad0ae0c454f72ddbe7 authored almost 8 years ago
lint + ignore setState tests for now

github.com/infernojs/inferno - 29e068f52b58a66e8e454f6f23f500ec6d1b032b authored almost 8 years ago
update SimpleClock link

github.com/infernojs/inferno - 597930df572226542a43741696f21486c3fbc5f1 authored almost 8 years ago
fixed links in ReadMe, removed unused dbmonster libs

github.com/infernojs/inferno - 639876087ca44f245cc9e18522383f2f42ce72ec authored almost 8 years ago
Don't lowerCase tags when using hyperScript partially fixes #835

github.com/infernojs/inferno - 57d1d83626d5f590af715071499ea4b902911fc7 authored almost 8 years ago
added 1 more failing test case

github.com/infernojs/inferno - 810dbb24180670b77ccab2eeea4c946e0cce6c96 authored almost 8 years ago
Update `props`, `state`, `context` whether `shouldComponentUpdate`, #870 (#871)

github.com/infernojs/inferno - a91fc2358241e5ffb0c9224a3331aa5c37b99f39 authored almost 8 years ago
fixes Github #826

github.com/infernojs/inferno - c1ecf887403a6cfec496025767f86923a3fc15f3 authored almost 8 years ago
bump all devDeps up to date

github.com/infernojs/inferno - f0454e6943e18167d8a22a69f0917cef35bd49d4 authored almost 8 years ago
add setState(failing) test (#855)

* add setState test

* use better constants

github.com/infernojs/inferno - 662630bdfa29bc7811a72106e61422748084b232 authored almost 8 years ago
Fixed setStateSync being discarded (#828)

* Fixed setStateSync being discarded

* Removed unnecessary var assignment

* Fixed setState...

github.com/infernojs/inferno - 405123c5d9878d755c759e3039dc529de66b01d9 authored almost 8 years ago
Fix issue with renderQueueStream

Fixes issue where sometimes an uncaught exception is thrown because of
an attempt to render an i...

github.com/infernojs/inferno - d6b566809f2717b115b706426ed7014e2a7cf1ca authored almost 8 years ago
Fix issue with renderToString implementation

Sometimes `this.renderNode` returns undefined which creates an
unhandled exception when trying t...

github.com/infernojs/inferno - 300377580f8e4b22e7dc497ef4991cbf0f3f972f authored almost 8 years ago
add alias to rollup, change module field to jsnext:main (#830)

* add alias to rollup, change module field to jsnext:main

* add back module field

github.com/infernojs/inferno - 4069daed00a4864441512cefaeb879d400b48227 authored almost 8 years ago
Skip failing DOM test on node since JSDOM mocks certains properties such as width to immutable 0.

github.com/infernojs/inferno - f5e14e8584c743be37d7928959590bdb4a44f9ae authored almost 8 years ago
Do not publish tests to npm

github.com/infernojs/inferno - 50f69c74a13c414cbe20f015457a85a0a1673669 authored almost 8 years ago
Change inferno-build to 1.3.0-rc23

github.com/infernojs/inferno - 956473c19b3999b55a10314a54d9c6c550d97bd6 authored almost 8 years ago
Added missing semicolon

github.com/infernojs/inferno - 4a3a0e7c388e11b61a62ca5f6762f5b3b6705187 authored almost 8 years ago
Refined isVNode and added more tests

github.com/infernojs/inferno - 90fcc67c94af32a10c88c8d2998e179c93384651 authored almost 8 years ago
Resolved conflicts

github.com/infernojs/inferno - df57bd346336c956a132e2c746f59b75f6ee9d79 authored almost 8 years ago