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

Merge branch 'master' of github.com:infernojs/inferno into dev

github.com/infernojs/inferno - c7c59dadf467e7d699740cbb7fabb71ecbab086d authored over 6 years ago by Sampo Kivistö <[email protected]>
Short circuit already validated vNodes

github.com/infernojs/inferno - 244d26763fbf3de4393b96860dabe66c13ede5dd authored over 6 years ago by Sampo Kivistö <[email protected]>
Implemented fragments to createElement / Hyperscript. Added new lifecycle to SSR. Removed Children utilities from inferno-router. Fixed bug in inferno-devtool where children was numeric and not string.

github.com/infernojs/inferno - 2aa8211ad1c044a495159ebb3516724c10b2cdf9 authored over 6 years ago by Sampo Kivistö <[email protected]>
v5.6.1

github.com/infernojs/inferno - 83ac9ffd4ebe9cd38c8a05e40bbbf3ab6b4ecae8 authored over 6 years ago by Sampo Kivistö <[email protected]>
Added new package: "inferno-extras" and isDOMinsideVNode method

github.com/infernojs/inferno - 33999a2e0f2d1ca50313cd0c5e330d7e48b87e4e authored over 6 years ago by Sampo Kivistö <[email protected]>
fixed snapshot rendering util, classNames was missing and some of the tree was missing. Resolves Github #1385

github.com/infernojs/inferno - cc7a1ce128bf8cb18a90ce64cd6f4bcb796bc42b authored over 6 years ago by Sampo Kivistö <[email protected]>
v5.6.0

github.com/infernojs/inferno - b48c014cb929352e889250632a52e34bc49ae793 authored over 6 years ago by Sampo Kivistö <[email protected]>
Added new bundle type "esnext"

github.com/infernojs/inferno - 012488919c679ed18c99845d07e06bbf3671495a authored over 6 years ago by Sampo Kivistö <[email protected]>
Fixed server side router documentation Github #1347

github.com/infernojs/inferno - 5efdf2756a2ae64a69a3e5c980244eb9d9f797cb authored over 6 years ago by Sampo Kivistö <[email protected]>
Always run buil:es before build:es:dev

github.com/infernojs/inferno - ba195d19c68af0d479abc07e8339c5db7f047b6d authored over 6 years ago by Sampo Kivistö <[email protected]>
Combine build & test steps in Travis

github.com/infernojs/inferno - d14773bf6160c1f77adb7d8c9eece478b2f454d3 authored over 6 years ago by Sampo Kivistö <[email protected]>
Fixed Object.assign() being undefined in IE11, This was caused by TSC transforming spread object to it. Removed TSC transformation from build chain and changed tests to test against shipped files.

github.com/infernojs/inferno - 82c4e691fe341ad20f7b5ced7fff6feadc9a8c03 authored over 6 years ago by Sampo Kivistö <[email protected]>
v6.0.0-alpha.0

github.com/infernojs/inferno - daef0cc20fde3d39e2dd1181f87659bea3fb52eb authored over 6 years ago by Sampo Kivistö <[email protected]>
Removed unused utils

github.com/infernojs/inferno - e3fa229d51be3fc5cfa1ec65ea68bdb199dece17 authored over 6 years ago by Sampo Kivistö <[email protected]>
Merge branch 'dev' of github.com:infernojs/inferno into fragments-wip

github.com/infernojs/inferno - f44d9e88685d8bcd73a6b4e1a2ab4f08aa4bb378 authored over 6 years ago by Sampo Kivistö <[email protected]>
Fixed circular dependencies in source code, added 1 more test for Fragments

github.com/infernojs/inferno - b67dd9cde3a21f342adc52db94a7c36c61510fb4 authored over 6 years ago by Sampo Kivistö <[email protected]>
Removed string refs from inferno-compat and other legacy APIs

github.com/infernojs/inferno - fa8ff1533585e43feecb44bfa1f7a79aa5b293e6 authored over 6 years ago by Sampo Kivistö <[email protected]>
Removed not necessary stopPropagation, it was needed for checkbox and moved in emptyWwrapper method. (#1382)

github.com/infernojs/inferno - 6c70050526b45973f10a8601f6c47fd140ee1328 authored over 6 years ago by Anton <[email protected]>
Added validation tests to forwardRef

github.com/infernojs/inferno - 54ce7db91a45d2ea1f59d4e3927813f4e4e7e759 authored over 6 years ago by Sampo Kivistö <[email protected]>
Implemented forwardRef API. Fixes Github #1381

github.com/infernojs/inferno - db768e064a0a5b422af09e143fb40c3a7fe83fa9 authored over 6 years ago by Sampo Kivistö <[email protected]>
Added test case for passing props to children Github #1370

github.com/infernojs/inferno - af38aefeec7cee4f3919201590b7fb63dc92ed6b authored over 6 years ago by Sampo Kivistö <[email protected]>
Improved nested route handling Github #1360

github.com/infernojs/inferno - bb3b621acf17cfbfca121b36604385dbe3f8f169 authored over 6 years ago by Sampo Kivistö <[email protected]>
Added validation to inferno-compat if existing onInput event handler exists. Fixes Github #1361

github.com/infernojs/inferno - c465447789edd6b1de9c1c4936bac4499bed207a authored over 6 years ago by Sampo Kivistö <[email protected]>
Move to hyphen-case styles from camelCase, this adds support for inline CSS variables and removed white-list of properties where "px" suffix was added. Fixes Github #1375

github.com/infernojs/inferno - 6a69e36d93ed5c3799b592eb7d17786bf5f8e908 authored over 6 years ago by Sampo Kivistö <[email protected]>
Deferred componentDidUpdate lifecycle to match React. Fixes Github #1374 Github #1286

github.com/infernojs/inferno - 167428a36485b826279afadcbb0b83ddf3c8f3dc authored over 6 years ago by Sampo Kivistö <[email protected]>
Merge development changes & fixed TSC errors

github.com/infernojs/inferno - 3e9d8b8c5cb971e017f1141310c394b5b79c203f authored over 6 years ago by Sampo Kivistö <[email protected]>
Removed "Promise" module to fix travis

github.com/infernojs/inferno - 84b60cb8b451568fb029a606c0cc9a03cd22260b authored over 6 years ago by Sampo Kivistö <[email protected]>
v5.5.0

github.com/infernojs/inferno - 12b01d4ba007af4dfa277f73fae4060f954b44f9 authored over 6 years ago by Sampo Kivistö <[email protected]>
Removed inferno from inferno-test-util devDependencies because its dependency

github.com/infernojs/inferno - 49d9be2d892a33dd228c956ea1bc51b6776d0424 authored over 6 years ago by Sampo Kivistö <[email protected]>
Removed "mv" modules. Its not needed anymore

github.com/infernojs/inferno - 2e7d2a85df3e73ca28ac8b0441f8a63f60ef47c1 authored over 6 years ago by Sampo Kivistö <[email protected]>
Include all type definitions created by TSC. Fixes Github #1377

github.com/infernojs/inferno - 42a217492fc599e059b03b5b66ef8043ab497d7e authored over 6 years ago by Sampo Kivistö <[email protected]>
Fixes an issue where inferno-create-class ignored prototype methods. Github #1380

github.com/infernojs/inferno - 653b01a712e48a761e6ffd6d3b183280cd9c08bb authored over 6 years ago by Sampo Kivistö <[email protected]>
Update to babel 7, added noUnusedParameter option to Typescript and fixed errors, updated to Lerna 3.

github.com/infernojs/inferno - 628912141d79e2a110225a13116697f2f8250a3a authored over 6 years ago by Sampo Kivistö <[email protected]>
removing word undefined in mobx logger when rootNodeID is not defined (#1379)

* removing word undefined in mbox lodger when rootNodeID is not defined

* removed rootNodeID

github.com/infernojs/inferno - db5c20529421a0a5aa86a64e036949267679fd0d authored over 6 years ago by Sergey <[email protected]>
Implemented new lifecycle, createRef API. Hydration and SSR still missing

github.com/infernojs/inferno - fdb0d137269dd6aa990cba65f863eb0d139d8a41 authored over 6 years ago by Sampo Kivistö <[email protected]>
Shrinking codebase and fixed unmount issue with empty Fragments

github.com/infernojs/inferno - 349567cc1ad8f635888e4aeac4f57161546dee8c authored over 6 years ago by Sampo Kivistö <[email protected]>
Moved hydration to its own package

github.com/infernojs/inferno - b361bb09a580dc8da87175e682b497d34ee255df authored over 6 years ago by Sampo Kivistö <[email protected]>
More tests for fragments

github.com/infernojs/inferno - 023731a8956fd5a6f793ff3408ee8d99470b29b0 authored over 6 years ago by Sampo Kivistö <[email protected]>
Merge branch 'dev' of github.com:infernojs/inferno into fragments-wip

github.com/infernojs/inferno - f368f2f87e7717840b29f68b8e4df37a419b8f6a authored over 6 years ago by Sampo Kivistö <[email protected]>
Updated to babel7 and babel-plugin-inferno with Fragments, Fixed all existing tests

github.com/infernojs/inferno - fbbe70a7998153e5b6f78cdcaffebc180d194d3c authored over 6 years ago by Sampo Kivistö <[email protected]>
v5.4.2

github.com/infernojs/inferno - 5f6af42f3aa8204337f1aff1ad1d549e629feff5 authored over 6 years ago by Sampo Kivistö <[email protected]>
Fixed issue where error at application level caused rendering to get stuck

github.com/infernojs/inferno - c1acee8128bb4b23565820944181eb5a4c7c6f9a authored over 6 years ago by Sampo Kivistö <[email protected]>
v5.4.1

github.com/infernojs/inferno - b390dd3d4a4a1b3f7a831c4a6852a771b5565614 authored over 6 years ago by Sampo Kivistö <[email protected]>
typings: build using outputAsModuleFolder to get rid of module declarations

github.com/infernojs/inferno - 0f8cc08451143ce67305f9173f1b5112083b6894 authored over 6 years ago by Sampo Kivistö <[email protected]>
lerna: Use normal npm install instead npm ci

github.com/infernojs/inferno - 92ee79ed97f3c5092497dc7bdf55dd5bbf3efdaa authored over 6 years ago by Sampo Kivistö <[email protected]>
travis

github.com/infernojs/inferno - c1659d8ceafa8c9679aefdddc05310fcef96ec1c authored over 6 years ago by Sampo Kivistö <[email protected]>
Define dependency version

github.com/infernojs/inferno - 19bb7549a1391e4de4f67ea330c62746c6818276 authored over 6 years ago by Sampo Kivistö <[email protected]>
Added root level package-lock.json to see if it fixed travis

github.com/infernojs/inferno - c0853b8fbd39fcda020d5383cb3ddc86d95910ba authored over 6 years ago by Sampo Kivistö <[email protected]>
Moving inferno as dependency of other modules, fixed typings reference error in dts-bundle.

github.com/infernojs/inferno - 3e5a86bae0f3bfb7344a0882a0f5961dc1297f6d authored over 6 years ago by Sampo Kivistö <[email protected]>
Removed React fixtures, updated to Lerna v3

github.com/infernojs/inferno - bdc5e35c6dcbecd768f22e7b7d88b6cb254615da authored over 6 years ago by Sampo Kivistö <[email protected]>
Basic support for Fragments implemented

github.com/infernojs/inferno - 11065aa16de877ccd5e9ca68edfe5b40cc2394e6 authored over 6 years ago by Sampo Kivistö <[email protected]>
removed debugger

github.com/infernojs/inferno - 29c566f3167b98b18e17a1846b5cbc5eac8b555e authored over 6 years ago by Sampo Kivistö <[email protected]>
Refactored DOM property handling to support fragments, added optimization paths for single text children,

github.com/infernojs/inferno - decf90307c2393fda7304b98cfcd7af2c2035cc8 authored over 6 years ago by Sampo Kivistö <[email protected]>
Fragmnets wip

github.com/infernojs/inferno - 12c7d32152392bf7f0e4b0efb1bcf58b06358227 authored over 6 years ago by Sampo Kivistö <[email protected]>
Sauce: Removed Edge17 because it disconnects, use osx 10.13 for Safari11

github.com/infernojs/inferno - 01d0774bd57680959a7b57acf6b0209d1d86d3e0 authored over 6 years ago by Sampo Kivistö <[email protected]>
v5.4.0

github.com/infernojs/inferno - be3141d4f58dc835f9b92600b42aaa359017ff2d authored over 6 years ago by Sampo Kivistö <[email protected]>
Rollback lerna to v2.11.0

github.com/infernojs/inferno - 8dd4a546043a34a2efdb063596dabd2c0e1e33e7 authored over 6 years ago by Sampo Kivistö <[email protected]>
Try lerna --hoist option to fix travis

github.com/infernojs/inferno - 7cdcf6acf33381edebaff3f305ef339ee29a7d31 authored over 6 years ago by Sampo Kivistö <[email protected]>
Fixed an issue where multiple clone calls removed given props

github.com/infernojs/inferno - 15f5cb1a98cbca96a8c60ef40cc7558aec65e784 authored over 6 years ago by Sampo Kivistö <[email protected]>
Fixed type error in inferno-test-utils, Github #1366

github.com/infernojs/inferno - d550c4b0b3776ed438a74397dc46b6d799c46db6 authored over 6 years ago by Sampo Kivistö <[email protected]>
Removed functional component work around from Router documentation as its no longer needed. Github #1345

github.com/infernojs/inferno - 298ff9d9e6d7c77b1be6aa4bbaa7c388195804c7 authored over 6 years ago by Sampo Kivistö <[email protected]>
Always diff through whole vDOM tree regardless of strict equality, there can be custom logic, context changes etc. Fixes Github #1369 and Github #1345 Separated also textNode handling from contentEditable elements by adding new vNodeFlag this improves performance when no contentEditable elements are used and fixes Github #1186

github.com/infernojs/inferno - 32ac467ce054c5c43ab5e725c8450183b7d7911c authored over 6 years ago by Sampo Kivistö <[email protected]>
Corrected inferno-mobx inject documentation, fixes Github #1368

github.com/infernojs/inferno - b22e9a1224243c1df2cf9d264a01e5c3117f81b6 authored over 6 years ago by Sampo Kivistö <[email protected]>
Run prettier on whole project

github.com/infernojs/inferno - c86561f2f37f65b8fbd08e7776a81ea56bf84c3d authored over 6 years ago by Sampo Kivistö <[email protected]>
Fixed two XSS vulnerabilities in SSR. Skip invalid tag names and validate attribute names.

github.com/infernojs/inferno - e88c23c3e5955486185d8941741de59cfc2aa814 authored over 6 years ago by Sampo Kivistö <[email protected]>
Updated dev dependencies

github.com/infernojs/inferno - ac2f02b158839e8d909e585e43a5e89e1538be39 authored over 6 years ago by Sampo Kivistö <[email protected]>
Link to latest web frameworks benchmark round (#1372)

github.com/infernojs/inferno - 979d15501b7b3e350033af7e13fab1a1520e7560 authored over 6 years ago by Colin Caine <[email protected]>
fix Rollup config snippet in README (#1367)

github.com/infernojs/inferno - 0adae3c3b847b630b16e077d56048f8a417556ba authored over 6 years ago by Jason <[email protected]>
v5.3.0

github.com/infernojs/inferno - 4852094639cf00040f99f5725649a2198011977c authored over 6 years ago by Sampo Kivistö <[email protected]>
Added development mode warning

github.com/infernojs/inferno - 6be1d523488154489ed30e8746cb7541d23b62f1 authored over 6 years ago by Sampo Kivistö <[email protected]>
Improved error recovery and fixed some old TODOs

github.com/infernojs/inferno - 2f1ebf95a6c786cceac93346868743055f137c87 authored over 6 years ago by Sampo Kivistö <[email protected]>
v5.2.0

github.com/infernojs/inferno - d9880d04f5ffe2dfb333fc1a78dd6800f2ce4fce authored over 6 years ago by Sampo Kivistö <[email protected]>
Exported wrapActionCreators method

github.com/infernojs/inferno - a9ad7d359e9a758c12540bd72b5e96d1de41a8bd authored over 6 years ago by Sampo Kivistö <[email protected]>
Updated all packages

github.com/infernojs/inferno - 4d6f287d0c47e50170c5298280dd06495aac5b7f authored over 6 years ago by Sampo Kivistö <[email protected]>
Removed preventDefault call from firefox work around in event delegator to allow mid mouse clicks

github.com/infernojs/inferno - 6b4abe7d48be9bec6eb40e077a24a89b62a40dd7 authored over 6 years ago by Sampo Kivistö <[email protected]>
Changed onDoubleClick to onDblClick to match correct event name in Inferno

github.com/infernojs/inferno - 15a2196ccf31f7df4572b26a3d55f500c7caf4a2 authored over 6 years ago by Sampo Kivistö <[email protected]>
improved typescript types

github.com/infernojs/inferno - cff55fd1cc1ef1aa555a84dd8f02a487236553c0 authored over 6 years ago by Sampo Kivistö <[email protected]>
packages/router: fix TS ERROR when use <Route/> (#1355)

an TS ERROR would be thrown when using <Route component={Compo}/>.
Component defaultProps shoul...

github.com/infernojs/inferno - e6494178a19c011bb26de168a00b5a66c6f338ab authored over 6 years ago by Rocka <[email protected]>
Merge branch 'master' of github.com:infernojs/inferno into dev

github.com/infernojs/inferno - 4e2209bd78240cb8b9c1c30cdc46c70d8682ae3d authored over 6 years ago by Sampo Kivistö <[email protected]>
Updated dependencies

github.com/infernojs/inferno - 12bf987bcc036d4237be70381f4eee42f582d1a3 authored over 6 years ago by Sampo Kivistö <[email protected]>
refactor and add alternatives in 'Getting Started' (#1354)

* add reference to inferno-typescript-browserify-example for typescript support and bundling wit...

github.com/infernojs/inferno - 877d7e04b28fc999f117edab804e501120958005 authored over 6 years ago by Stephane Catala <[email protected]>
v5.1.1

github.com/infernojs/inferno - f17534577211dfeed03628117f1a75bc44642171 authored over 6 years ago by Sampo Kivistö <[email protected]>
Removed karma-failed-reporter from plugins

github.com/infernojs/inferno - 63c070da3bac8bd80a8ac0064e0f588c83171257 authored over 6 years ago by Sampo Kivistö <[email protected]>
Ran prettier on whole project, replaced karma failed reporter with dots reporter

github.com/infernojs/inferno - 1fd0fa9195373bbd522ab4ec6b0307fe73e97bfd authored over 6 years ago by Sampo Kivistö <[email protected]>
Added tests for devtools integration, fixed devtool root key being same after add/removal, fixed children Reconciler algorithm

github.com/infernojs/inferno - 6c81f22f67341139e2c50c2232c1dd384b002915 authored over 6 years ago by Sampo Kivistö <[email protected]>
v5.1.0

github.com/infernojs/inferno - 30af609e0955a97ce211a15c20c0504d18307525 authored over 6 years ago by Sampo Kivistö <[email protected]>
Added types for non synthetic events and removed Capture events as they are not implemented. Fixes Github #1346

github.com/infernojs/inferno - 641cf8aa0e118eb66fcfd97de1a46f5592c0a3d4 authored over 6 years ago by Sampo Kivistö <[email protected]>
Many fixes and optimizations to inferno-devtools integration

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

github.com/infernojs/inferno - c30e6fdf5c289ffd22ae2b902ae1551a86b85c71 authored over 6 years ago by Sampo Kivistö <[email protected]>
Re-implemented support for React dev tools, removed options.roots property to reduce memory footprint and replaced afterMount, afterUpdate and beforeUnmount hooks with renderComplete hook

github.com/infernojs/inferno - afa031d1ab9399162a99ced92f757eb4c6d0fca7 authored over 6 years ago by Sampo Kivistö <[email protected]>
Dev (#1349)

* Update HashRouter.ts

Add children type
https://github.com/infernojs/inferno/issues/1348
...

github.com/infernojs/inferno - 11171f7dbd1831da14c1933370df5254842ea6e9 authored over 6 years ago by Dmitriy Nikifrov <[email protected]>
cleaner approach for autoFocus prop

github.com/infernojs/inferno - 9a23d67b7e42460a09eb4a29484d5af55163bd48 authored over 6 years ago by Sampo Kivistö <[email protected]>
Removed lifecycle from method parameters, it was global reference anyway.

github.com/infernojs/inferno - a647ac09b7dbbd68ffb24d47faa6d82f0433a266 authored over 6 years ago by Sampo Kivistö <[email protected]>
Added documentation about unmounting Github #1335

github.com/infernojs/inferno - 5051e125de81be32656129471e090d0778bfd721 authored over 6 years ago by Sampo Kivistö <[email protected]>
Merge branch 'master' of github.com:infernojs/inferno into dev

github.com/infernojs/inferno - 23d6124190df4cdf829abd07b9d62ede2b6ca30d authored over 6 years ago by Sampo Kivistö <[email protected]>
Minimized travis logging, updated all fixture test dependencies to latest versions

github.com/infernojs/inferno - ca65fe29d2215c1a6ed93ed342304e2dcdccd9ad authored over 6 years ago by Sampo Kivistö <[email protected]>
Fixed bug where NavLink rendered exact prop to DOM. Updated all dependencies. Updated router documentation.

github.com/infernojs/inferno - d03cc4ce628cae5c6e9497a2046db1b226721bb1 authored over 6 years ago by Sampo Kivistö <[email protected]>
packages/router: HashRouter could have JSX child (#1343)

github.com/infernojs/inferno - 8690b133db88afd2a7067f576d07bc17b94e2b0c authored over 6 years ago by Rocka <[email protected]>
Updated "Browser Support" link in readme. It had an extra 's' so it didn't scroll down to Browser Support section upon click. (#1344)

github.com/infernojs/inferno - 0ac0e61c001822b9db5f867d611131f1ab9606fa authored over 6 years ago by Gokulakrishna <[email protected]>
updated dependencies

github.com/infernojs/inferno - 40d748553f5e26cd9e126d2fa7ac4dcfd135b307 authored over 6 years ago by Sampo Kivistö <[email protected]>