Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/infernojs/inferno
:fire: An extremely fast, React-like JavaScript library for building modern user interfaces
https://github.com/infernojs/inferno
Merge branch 'master' of github.com:infernojs/inferno into dev
c7c59dadf467e7d699740cbb7fabb71ecbab086d authored over 6 years ago
c7c59dadf467e7d699740cbb7fabb71ecbab086d authored over 6 years ago
Short circuit already validated vNodes
244d26763fbf3de4393b96860dabe66c13ede5dd authored over 6 years ago
244d26763fbf3de4393b96860dabe66c13ede5dd authored over 6 years ago
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.
2aa8211ad1c044a495159ebb3516724c10b2cdf9 authored over 6 years ago
2aa8211ad1c044a495159ebb3516724c10b2cdf9 authored over 6 years ago
v5.6.1
83ac9ffd4ebe9cd38c8a05e40bbbf3ab6b4ecae8 authored over 6 years ago
83ac9ffd4ebe9cd38c8a05e40bbbf3ab6b4ecae8 authored over 6 years ago
Added new package: "inferno-extras" and isDOMinsideVNode method
33999a2e0f2d1ca50313cd0c5e330d7e48b87e4e authored over 6 years ago
33999a2e0f2d1ca50313cd0c5e330d7e48b87e4e authored over 6 years ago
fixed snapshot rendering util, classNames was missing and some of the tree was missing. Resolves Github #1385
cc7a1ce128bf8cb18a90ce64cd6f4bcb796bc42b authored over 6 years ago
cc7a1ce128bf8cb18a90ce64cd6f4bcb796bc42b authored over 6 years ago
v5.6.0
b48c014cb929352e889250632a52e34bc49ae793 authored over 6 years ago
b48c014cb929352e889250632a52e34bc49ae793 authored over 6 years ago
Added new bundle type "esnext"
012488919c679ed18c99845d07e06bbf3671495a authored over 6 years ago
012488919c679ed18c99845d07e06bbf3671495a authored over 6 years ago
Fixed server side router documentation Github #1347
5efdf2756a2ae64a69a3e5c980244eb9d9f797cb authored over 6 years ago
5efdf2756a2ae64a69a3e5c980244eb9d9f797cb authored over 6 years ago
Always run buil:es before build:es:dev
ba195d19c68af0d479abc07e8339c5db7f047b6d authored over 6 years ago
ba195d19c68af0d479abc07e8339c5db7f047b6d authored over 6 years ago
Combine build & test steps in Travis
d14773bf6160c1f77adb7d8c9eece478b2f454d3 authored over 6 years ago
d14773bf6160c1f77adb7d8c9eece478b2f454d3 authored over 6 years ago
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.
82c4e691fe341ad20f7b5ced7fff6feadc9a8c03 authored over 6 years ago
82c4e691fe341ad20f7b5ced7fff6feadc9a8c03 authored over 6 years ago
v6.0.0-alpha.0
daef0cc20fde3d39e2dd1181f87659bea3fb52eb authored over 6 years ago
daef0cc20fde3d39e2dd1181f87659bea3fb52eb authored over 6 years ago
Removed unused utils
e3fa229d51be3fc5cfa1ec65ea68bdb199dece17 authored over 6 years ago
e3fa229d51be3fc5cfa1ec65ea68bdb199dece17 authored over 6 years ago
Merge branch 'dev' of github.com:infernojs/inferno into fragments-wip
f44d9e88685d8bcd73a6b4e1a2ab4f08aa4bb378 authored over 6 years ago
f44d9e88685d8bcd73a6b4e1a2ab4f08aa4bb378 authored over 6 years ago
Fixed circular dependencies in source code, added 1 more test for Fragments
b67dd9cde3a21f342adc52db94a7c36c61510fb4 authored over 6 years ago
b67dd9cde3a21f342adc52db94a7c36c61510fb4 authored over 6 years ago
Removed string refs from inferno-compat and other legacy APIs
fa8ff1533585e43feecb44bfa1f7a79aa5b293e6 authored over 6 years ago
fa8ff1533585e43feecb44bfa1f7a79aa5b293e6 authored over 6 years ago
Removed not necessary stopPropagation, it was needed for checkbox and moved in emptyWwrapper method. (#1382)
6c70050526b45973f10a8601f6c47fd140ee1328 authored over 6 years ago
6c70050526b45973f10a8601f6c47fd140ee1328 authored over 6 years ago
Added validation tests to forwardRef
54ce7db91a45d2ea1f59d4e3927813f4e4e7e759 authored over 6 years ago
54ce7db91a45d2ea1f59d4e3927813f4e4e7e759 authored over 6 years ago
Implemented forwardRef API. Fixes Github #1381
db768e064a0a5b422af09e143fb40c3a7fe83fa9 authored over 6 years ago
db768e064a0a5b422af09e143fb40c3a7fe83fa9 authored over 6 years ago
Added test case for passing props to children Github #1370
af38aefeec7cee4f3919201590b7fb63dc92ed6b authored over 6 years ago
af38aefeec7cee4f3919201590b7fb63dc92ed6b authored over 6 years ago
Improved nested route handling Github #1360
bb3b621acf17cfbfca121b36604385dbe3f8f169 authored over 6 years ago
bb3b621acf17cfbfca121b36604385dbe3f8f169 authored over 6 years ago
Added validation to inferno-compat if existing onInput event handler exists. Fixes Github #1361
c465447789edd6b1de9c1c4936bac4499bed207a authored over 6 years ago
c465447789edd6b1de9c1c4936bac4499bed207a authored over 6 years ago
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
6a69e36d93ed5c3799b592eb7d17786bf5f8e908 authored over 6 years ago
6a69e36d93ed5c3799b592eb7d17786bf5f8e908 authored over 6 years ago
Deferred componentDidUpdate lifecycle to match React. Fixes Github #1374 Github #1286
167428a36485b826279afadcbb0b83ddf3c8f3dc authored over 6 years ago
167428a36485b826279afadcbb0b83ddf3c8f3dc authored over 6 years ago
Merge development changes & fixed TSC errors
3e9d8b8c5cb971e017f1141310c394b5b79c203f authored over 6 years ago
3e9d8b8c5cb971e017f1141310c394b5b79c203f authored over 6 years ago
Removed "Promise" module to fix travis
84b60cb8b451568fb029a606c0cc9a03cd22260b authored over 6 years ago
84b60cb8b451568fb029a606c0cc9a03cd22260b authored over 6 years ago
v5.5.0
12b01d4ba007af4dfa277f73fae4060f954b44f9 authored over 6 years ago
12b01d4ba007af4dfa277f73fae4060f954b44f9 authored over 6 years ago
Removed inferno from inferno-test-util devDependencies because its dependency
49d9be2d892a33dd228c956ea1bc51b6776d0424 authored over 6 years ago
49d9be2d892a33dd228c956ea1bc51b6776d0424 authored over 6 years ago
Removed "mv" modules. Its not needed anymore
2e7d2a85df3e73ca28ac8b0441f8a63f60ef47c1 authored over 6 years ago
2e7d2a85df3e73ca28ac8b0441f8a63f60ef47c1 authored over 6 years ago
Include all type definitions created by TSC. Fixes Github #1377
42a217492fc599e059b03b5b66ef8043ab497d7e authored over 6 years ago
42a217492fc599e059b03b5b66ef8043ab497d7e authored over 6 years ago
Fixes an issue where inferno-create-class ignored prototype methods. Github #1380
653b01a712e48a761e6ffd6d3b183280cd9c08bb authored over 6 years ago
653b01a712e48a761e6ffd6d3b183280cd9c08bb authored over 6 years ago
Update to babel 7, added noUnusedParameter option to Typescript and fixed errors, updated to Lerna 3.
628912141d79e2a110225a13116697f2f8250a3a authored over 6 years ago
628912141d79e2a110225a13116697f2f8250a3a authored over 6 years ago
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
db5c20529421a0a5aa86a64e036949267679fd0d authored over 6 years ago
Implemented new lifecycle, createRef API. Hydration and SSR still missing
fdb0d137269dd6aa990cba65f863eb0d139d8a41 authored over 6 years ago
fdb0d137269dd6aa990cba65f863eb0d139d8a41 authored over 6 years ago
Shrinking codebase and fixed unmount issue with empty Fragments
349567cc1ad8f635888e4aeac4f57161546dee8c authored over 6 years ago
349567cc1ad8f635888e4aeac4f57161546dee8c authored over 6 years ago
Moved hydration to its own package
b361bb09a580dc8da87175e682b497d34ee255df authored over 6 years ago
b361bb09a580dc8da87175e682b497d34ee255df authored over 6 years ago
More tests for fragments
023731a8956fd5a6f793ff3408ee8d99470b29b0 authored over 6 years ago
023731a8956fd5a6f793ff3408ee8d99470b29b0 authored over 6 years ago
Merge branch 'dev' of github.com:infernojs/inferno into fragments-wip
f368f2f87e7717840b29f68b8e4df37a419b8f6a authored over 6 years ago
f368f2f87e7717840b29f68b8e4df37a419b8f6a authored over 6 years ago
Updated to babel7 and babel-plugin-inferno with Fragments, Fixed all existing tests
fbbe70a7998153e5b6f78cdcaffebc180d194d3c authored over 6 years ago
fbbe70a7998153e5b6f78cdcaffebc180d194d3c authored over 6 years ago
v5.4.2
5f6af42f3aa8204337f1aff1ad1d549e629feff5 authored over 6 years ago
5f6af42f3aa8204337f1aff1ad1d549e629feff5 authored over 6 years ago
Fixed issue where error at application level caused rendering to get stuck
c1acee8128bb4b23565820944181eb5a4c7c6f9a authored over 6 years ago
c1acee8128bb4b23565820944181eb5a4c7c6f9a authored over 6 years ago
v5.4.1
b390dd3d4a4a1b3f7a831c4a6852a771b5565614 authored over 6 years ago
b390dd3d4a4a1b3f7a831c4a6852a771b5565614 authored over 6 years ago
typings: build using outputAsModuleFolder to get rid of module declarations
0f8cc08451143ce67305f9173f1b5112083b6894 authored over 6 years ago
0f8cc08451143ce67305f9173f1b5112083b6894 authored over 6 years ago
lerna: Use normal npm install instead npm ci
92ee79ed97f3c5092497dc7bdf55dd5bbf3efdaa authored over 6 years ago
92ee79ed97f3c5092497dc7bdf55dd5bbf3efdaa authored over 6 years ago
travis
c1659d8ceafa8c9679aefdddc05310fcef96ec1c authored over 6 years ago
c1659d8ceafa8c9679aefdddc05310fcef96ec1c authored over 6 years ago
Define dependency version
19bb7549a1391e4de4f67ea330c62746c6818276 authored over 6 years ago
19bb7549a1391e4de4f67ea330c62746c6818276 authored over 6 years ago
Added root level package-lock.json to see if it fixed travis
c0853b8fbd39fcda020d5383cb3ddc86d95910ba authored over 6 years ago
c0853b8fbd39fcda020d5383cb3ddc86d95910ba authored over 6 years ago
Moving inferno as dependency of other modules, fixed typings reference error in dts-bundle.
3e5a86bae0f3bfb7344a0882a0f5961dc1297f6d authored over 6 years ago
3e5a86bae0f3bfb7344a0882a0f5961dc1297f6d authored over 6 years ago
Removed React fixtures, updated to Lerna v3
bdc5e35c6dcbecd768f22e7b7d88b6cb254615da authored over 6 years ago
bdc5e35c6dcbecd768f22e7b7d88b6cb254615da authored over 6 years ago
Basic support for Fragments implemented
11065aa16de877ccd5e9ca68edfe5b40cc2394e6 authored over 6 years ago
11065aa16de877ccd5e9ca68edfe5b40cc2394e6 authored over 6 years ago
removed debugger
29c566f3167b98b18e17a1846b5cbc5eac8b555e authored over 6 years ago
29c566f3167b98b18e17a1846b5cbc5eac8b555e authored over 6 years ago
Refactored DOM property handling to support fragments, added optimization paths for single text children,
decf90307c2393fda7304b98cfcd7af2c2035cc8 authored over 6 years ago
decf90307c2393fda7304b98cfcd7af2c2035cc8 authored over 6 years ago
Fragmnets wip
12c7d32152392bf7f0e4b0efb1bcf58b06358227 authored over 6 years ago
12c7d32152392bf7f0e4b0efb1bcf58b06358227 authored over 6 years ago
Sauce: Removed Edge17 because it disconnects, use osx 10.13 for Safari11
01d0774bd57680959a7b57acf6b0209d1d86d3e0 authored over 6 years ago
01d0774bd57680959a7b57acf6b0209d1d86d3e0 authored over 6 years ago
v5.4.0
be3141d4f58dc835f9b92600b42aaa359017ff2d authored over 6 years ago
be3141d4f58dc835f9b92600b42aaa359017ff2d authored over 6 years ago
Rollback lerna to v2.11.0
8dd4a546043a34a2efdb063596dabd2c0e1e33e7 authored over 6 years ago
8dd4a546043a34a2efdb063596dabd2c0e1e33e7 authored over 6 years ago
Try lerna --hoist option to fix travis
7cdcf6acf33381edebaff3f305ef339ee29a7d31 authored over 6 years ago
7cdcf6acf33381edebaff3f305ef339ee29a7d31 authored over 6 years ago
Fixed an issue where multiple clone calls removed given props
15f5cb1a98cbca96a8c60ef40cc7558aec65e784 authored over 6 years ago
15f5cb1a98cbca96a8c60ef40cc7558aec65e784 authored over 6 years ago
Fixed type error in inferno-test-utils, Github #1366
d550c4b0b3776ed438a74397dc46b6d799c46db6 authored over 6 years ago
d550c4b0b3776ed438a74397dc46b6d799c46db6 authored over 6 years ago
Removed functional component work around from Router documentation as its no longer needed. Github #1345
298ff9d9e6d7c77b1be6aa4bbaa7c388195804c7 authored over 6 years ago
298ff9d9e6d7c77b1be6aa4bbaa7c388195804c7 authored over 6 years ago
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
32ac467ce054c5c43ab5e725c8450183b7d7911c authored over 6 years ago
32ac467ce054c5c43ab5e725c8450183b7d7911c authored over 6 years ago
Corrected inferno-mobx inject documentation, fixes Github #1368
b22e9a1224243c1df2cf9d264a01e5c3117f81b6 authored over 6 years ago
b22e9a1224243c1df2cf9d264a01e5c3117f81b6 authored over 6 years ago
Run prettier on whole project
c86561f2f37f65b8fbd08e7776a81ea56bf84c3d authored over 6 years ago
c86561f2f37f65b8fbd08e7776a81ea56bf84c3d authored over 6 years ago
Fixed two XSS vulnerabilities in SSR. Skip invalid tag names and validate attribute names.
e88c23c3e5955486185d8941741de59cfc2aa814 authored over 6 years ago
e88c23c3e5955486185d8941741de59cfc2aa814 authored over 6 years ago
Updated dev dependencies
ac2f02b158839e8d909e585e43a5e89e1538be39 authored over 6 years ago
ac2f02b158839e8d909e585e43a5e89e1538be39 authored over 6 years ago
Link to latest web frameworks benchmark round (#1372)
979d15501b7b3e350033af7e13fab1a1520e7560 authored over 6 years ago
979d15501b7b3e350033af7e13fab1a1520e7560 authored over 6 years ago
fix Rollup config snippet in README (#1367)
0adae3c3b847b630b16e077d56048f8a417556ba authored over 6 years ago
0adae3c3b847b630b16e077d56048f8a417556ba authored over 6 years ago
v5.3.0
4852094639cf00040f99f5725649a2198011977c authored over 6 years ago
4852094639cf00040f99f5725649a2198011977c authored over 6 years ago
Added development mode warning
6be1d523488154489ed30e8746cb7541d23b62f1 authored over 6 years ago
6be1d523488154489ed30e8746cb7541d23b62f1 authored over 6 years ago
Improved error recovery and fixed some old TODOs
2f1ebf95a6c786cceac93346868743055f137c87 authored over 6 years ago
2f1ebf95a6c786cceac93346868743055f137c87 authored over 6 years ago
v5.2.0
d9880d04f5ffe2dfb333fc1a78dd6800f2ce4fce authored over 6 years ago
d9880d04f5ffe2dfb333fc1a78dd6800f2ce4fce authored over 6 years ago
Exported wrapActionCreators method
a9ad7d359e9a758c12540bd72b5e96d1de41a8bd authored over 6 years ago
a9ad7d359e9a758c12540bd72b5e96d1de41a8bd authored over 6 years ago
Updated all packages
4d6f287d0c47e50170c5298280dd06495aac5b7f authored over 6 years ago
4d6f287d0c47e50170c5298280dd06495aac5b7f authored over 6 years ago
Removed preventDefault call from firefox work around in event delegator to allow mid mouse clicks
6b4abe7d48be9bec6eb40e077a24a89b62a40dd7 authored over 6 years ago
6b4abe7d48be9bec6eb40e077a24a89b62a40dd7 authored over 6 years ago
Changed onDoubleClick to onDblClick to match correct event name in Inferno
15a2196ccf31f7df4572b26a3d55f500c7caf4a2 authored over 6 years ago
15a2196ccf31f7df4572b26a3d55f500c7caf4a2 authored over 6 years ago
improved typescript types
cff55fd1cc1ef1aa555a84dd8f02a487236553c0 authored over 6 years ago
cff55fd1cc1ef1aa555a84dd8f02a487236553c0 authored over 6 years ago
packages/router: fix TS ERROR when use <Route/> (#1355)
an TS ERROR would be thrown when using <Route component={Compo}/>.
Component defaultProps shoul...
Merge branch 'master' of github.com:infernojs/inferno into dev
4e2209bd78240cb8b9c1c30cdc46c70d8682ae3d authored over 6 years ago
4e2209bd78240cb8b9c1c30cdc46c70d8682ae3d authored over 6 years ago
Updated dependencies
12bf987bcc036d4237be70381f4eee42f582d1a3 authored over 6 years ago
12bf987bcc036d4237be70381f4eee42f582d1a3 authored over 6 years ago
refactor and add alternatives in 'Getting Started' (#1354)
* add reference to inferno-typescript-browserify-example for typescript support and bundling wit...
877d7e04b28fc999f117edab804e501120958005 authored over 6 years ago
v5.1.1
f17534577211dfeed03628117f1a75bc44642171 authored over 6 years ago
f17534577211dfeed03628117f1a75bc44642171 authored over 6 years ago
Removed karma-failed-reporter from plugins
63c070da3bac8bd80a8ac0064e0f588c83171257 authored over 6 years ago
63c070da3bac8bd80a8ac0064e0f588c83171257 authored over 6 years ago
Ran prettier on whole project, replaced karma failed reporter with dots reporter
1fd0fa9195373bbd522ab4ec6b0307fe73e97bfd authored over 6 years ago
1fd0fa9195373bbd522ab4ec6b0307fe73e97bfd authored over 6 years ago
Added tests for devtools integration, fixed devtool root key being same after add/removal, fixed children Reconciler algorithm
6c81f22f67341139e2c50c2232c1dd384b002915 authored over 6 years ago
6c81f22f67341139e2c50c2232c1dd384b002915 authored over 6 years ago
v5.1.0
30af609e0955a97ce211a15c20c0504d18307525 authored over 6 years ago
30af609e0955a97ce211a15c20c0504d18307525 authored over 6 years ago
Added types for non synthetic events and removed Capture events as they are not implemented. Fixes Github #1346
641cf8aa0e118eb66fcfd97de1a46f5592c0a3d4 authored over 6 years ago
641cf8aa0e118eb66fcfd97de1a46f5592c0a3d4 authored over 6 years ago
Many fixes and optimizations to inferno-devtools integration
ec4fa5b4427083a0c96d4788ec014b910f97cfff authored over 6 years ago
ec4fa5b4427083a0c96d4788ec014b910f97cfff authored over 6 years ago
Merge branch 'dev' of github.com:infernojs/inferno into dev
c30e6fdf5c289ffd22ae2b902ae1551a86b85c71 authored over 6 years ago
c30e6fdf5c289ffd22ae2b902ae1551a86b85c71 authored over 6 years ago
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
afa031d1ab9399162a99ced92f757eb4c6d0fca7 authored over 6 years ago
afa031d1ab9399162a99ced92f757eb4c6d0fca7 authored over 6 years ago
Dev (#1349)
* Update HashRouter.ts
Add children type
https://github.com/infernojs/inferno/issues/1348
...
cleaner approach for autoFocus prop
9a23d67b7e42460a09eb4a29484d5af55163bd48 authored over 6 years ago
9a23d67b7e42460a09eb4a29484d5af55163bd48 authored over 6 years ago
Removed lifecycle from method parameters, it was global reference anyway.
a647ac09b7dbbd68ffb24d47faa6d82f0433a266 authored over 6 years ago
a647ac09b7dbbd68ffb24d47faa6d82f0433a266 authored over 6 years ago
Added documentation about unmounting Github #1335
5051e125de81be32656129471e090d0778bfd721 authored over 6 years ago
5051e125de81be32656129471e090d0778bfd721 authored over 6 years ago
Merge branch 'master' of github.com:infernojs/inferno into dev
23d6124190df4cdf829abd07b9d62ede2b6ca30d authored over 6 years ago
23d6124190df4cdf829abd07b9d62ede2b6ca30d authored over 6 years ago
Minimized travis logging, updated all fixture test dependencies to latest versions
ca65fe29d2215c1a6ed93ed342304e2dcdccd9ad authored over 6 years ago
ca65fe29d2215c1a6ed93ed342304e2dcdccd9ad authored over 6 years ago
Fixed bug where NavLink rendered exact prop to DOM. Updated all dependencies. Updated router documentation.
d03cc4ce628cae5c6e9497a2046db1b226721bb1 authored over 6 years ago
d03cc4ce628cae5c6e9497a2046db1b226721bb1 authored over 6 years ago
packages/router: HashRouter could have JSX child (#1343)
8690b133db88afd2a7067f576d07bc17b94e2b0c authored over 6 years ago
8690b133db88afd2a7067f576d07bc17b94e2b0c authored over 6 years ago
Updated "Browser Support" link in readme. It had an extra 's' so it didn't scroll down to Browser Support section upon click. (#1344)
0ac0e61c001822b9db5f867d611131f1ab9606fa authored over 6 years ago
0ac0e61c001822b9db5f867d611131f1ab9606fa authored over 6 years ago
updated dependencies
40d748553f5e26cd9e126d2fa7ac4dcfd135b307 authored over 6 years ago
40d748553f5e26cd9e126d2fa7ac4dcfd135b307 authored over 6 years ago