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

Rework development mode related inferno warnings #1573 #1582 (#1666)

* adds checking of variable `SKIP_INFERNO_WARNINGS` to skip warnings
in non-production mode
...

github.com/infernojs/inferno - e33158fd1b9336f939513778deea25b536beac96 authored 9 months ago by peters <[email protected]>
Fix attachEvent type error (#1661)

* Add specificity to fix a type error with addEventListener

* addEventListener won't accept S...

github.com/infernojs/inferno - 35ce5429d9939e2005faeb6e3bd132bac4af381b authored 9 months ago by jhsware <[email protected]>
updated deps

github.com/infernojs/inferno - ca227a555acd8277b0de9f0e778c536d5fe6f43c authored 9 months ago by Sampo Kivistö <[email protected]>
Remove fix resolved by Mozilla three years ago (#1660)

* Mozilla marked bug as resolved three years ago so the fix should be generally available

* F...

github.com/infernojs/inferno - 8d0afbee29a417330b28db5568ee6020b00095f6 authored 10 months ago by jhsware <[email protected]>
changed coveralls to coveralls-next and disabled the new eslint rules

for now

github.com/infernojs/inferno - 915a6c52bfd9efcab9a55b266e861622ffb7e40a authored 10 months ago by Sampo Kivistö <[email protected]>
Added variable typing

github.com/infernojs/inferno - 8b03e985e475c9928687f05aa151b4ef84600f0a authored 10 months ago by Sampo Kivistö <[email protected]>
updated lerna v8 and other minor deps

github.com/infernojs/inferno - 33122ca58736e5b2bbabc69ece29bbc22db7016d authored 10 months ago by Sampo Kivistö <[email protected]>
Added tests for SSR with inferno-router and fix bug in <Switch> (rebased on master) (#1658)

* Added tests for inferno-router SSR and <Switch> and fixed a bug. Also added support for subcla...

github.com/infernojs/inferno - d05dc2dd9d54747ed0c00cf1713cc39156f4eae9 authored 10 months ago by jhsware <[email protected]>
Improve FormEvent typescript type. Closes Github#1662

github.com/infernojs/inferno - aa11f191973b1b9abbb795b4ca5f5a94d51f8256 authored 10 months ago by Sampo Kivistö <[email protected]>
Trying to fix coveralls integration

github.com/infernojs/inferno - 30d845f9b7c348f46c1de1930903b2a021acc754 authored 11 months ago by Sampo Kivistö <[email protected]>
updated swc plugin, eslint and lerna

github.com/infernojs/inferno - 30bd8f17e8ec3441f1cf1007a9cd2e69896669a0 authored 11 months ago by Sampo Kivistö <[email protected]>
updated dependencies, added missing test assert and fixed lint errors in

observer.ts

github.com/infernojs/inferno - 8bc661e98391ce440979d68f08a00204669b01a0 authored 11 months ago by Sampo Kivistö <[email protected]>
refactor: converted forEach loops to for...of

github.com/infernojs/inferno - 71e3a115d4094e1f641bc9e7bb4190a1999d9a99 authored 12 months ago by Sampo Kivistö <[email protected]>
Clearing useless test code

github.com/infernojs/inferno - 97021740874e405487a8c525d12fa8122592be1c authored 12 months ago by Sampo Kivistö <[email protected]>
fixed broken docs demos, updated package-lock.json

github.com/infernojs/inferno - a1c6997bb78609bb31e37af4bc649fe3d4a1a89b authored 12 months ago by Sampo Kivistö <[email protected]>
reduce props.value reading by using variable

github.com/infernojs/inferno - c6ea9c542f4ba4b12082c2bd7fb016919a2b28db authored 12 months ago by Sampo Kivistö <[email protected]>
Modernizing codebase by refactoring indexOf methods

github.com/infernojs/inferno - b8396c6c5694fd02df06b863d40c55076b2a3cca authored 12 months ago by Sampo Kivistö <[email protected]>
swc-plugin-inferno 0.0.10

github.com/infernojs/inferno - 518499463c8c549236f3860ec145c5a1a111afe8 authored 12 months ago by Sampo Kivistö <[email protected]>
fix saucelabs firefox tests

github.com/infernojs/inferno - 624f548344bc434a0ea44c6d580accbf1243a6a5 authored 12 months ago by Sampo Kivistö <[email protected]>
Fixes saucelabs tests

github.com/infernojs/inferno - 3da0b59392902e15b3e53a1589718361cbaa5bb8 authored 12 months ago by Sampo Kivistö <[email protected]>
Use own fork of saucelabs plugin, because official plugin is broken

github.com/infernojs/inferno - 096960f2e024b715c7aa8897b3378bcd226d6da1 authored 12 months ago by Sampo Kivistö <[email protected]>
Try running FF in linux OS

github.com/infernojs/inferno - e2dce6d70aadb22eca84d6ca96f0738cf20364fd authored about 1 year ago by Sampo Kivistö <[email protected]>
Try to run latest SL firefox with default geckodriver

github.com/infernojs/inferno - 1c65a700df4afd7eba6014b147727c94994ec3af authored about 1 year ago by Sampo Kivistö <[email protected]>
Fix preventAssignment warning

github.com/infernojs/inferno - f2da50dd6f94df419f1f6d5f7edc347b51544d9c authored about 1 year ago by Sampo Kivistö <[email protected]>
updated legacy rollup plugins

github.com/infernojs/inferno - c7e05592ac0ce87f076335da2904682ca1a31e2c authored about 1 year ago by Sampo Kivistö <[email protected]>
Replaced ts-jest with @swc/jest and swc-plugin-inferno

github.com/infernojs/inferno - c0706daf9c22bc193a800d84e95eb6ffd0a48c10 authored about 1 year ago by Sampo Kivistö <[email protected]>
Updated to lerna v7

github.com/infernojs/inferno - 37535778666aae3fac2c304747a34d463b1c4eb5 authored about 1 year ago by Sampo Kivistö <[email protected]>
Added new variation of ui benchmark to track performance regressions in

lifecycle process

github.com/infernojs/inferno - 5133e5a1955d2101fd16f2d315b09d176b7ba557 authored about 1 year ago by Sampo Kivistö <[email protected]>
Removed esnext bundle as the .mjs bundle is not transformed to es5 now

github.com/infernojs/inferno - ba40baf2d138b4a9d608e91144ca8ce01bc4c493 authored about 1 year ago by Sampo Kivistö <[email protected]>
Added missing lifecycle types

github.com/infernojs/inferno - 96c1ef33b74ebefe2e7dcfe6ea069ccae0523529 authored about 1 year ago by Sampo Kivistö <[email protected]>
breaking change: Rename inferno ES module bundle extension to .mjs

github.com/infernojs/inferno - ebb13f244cf75e8cb7666c17bb67c2e045092169 authored about 1 year ago by Sampo Kivistö <[email protected]>
breaking change: Rename inferno ES module bundle extension to .mjs

github.com/infernojs/inferno - e76177ce4c1d33d6bc19c818196f2dc6aad104fd authored about 1 year ago by Sampo Kivistö <[email protected]>
Fix runtime requirements doc

github.com/infernojs/inferno - 197edcf3c25b9a30e22519534c871372dd569e05 authored about 1 year ago by Sampo Kivistö <[email protected]>
remove unnecessary code from custom uibench

github.com/infernojs/inferno - 9f8bada7cb067893eaa306416aa6bbd4f68de982 authored about 1 year ago by Sampo Kivistö <[email protected]>
Make test util backwards compatible

github.com/infernojs/inferno - ad0d53b1dad205f117a67a5cb304f93f9dd4ee1a authored about 1 year ago by Sampo Kivistö <[email protected]>
downgrade saucelabs to 7.2.2 because they broke the latest version

github.com/infernojs/inferno - ead33f4a7a65d9cfd6bea63a63ed9769b16f16ac authored about 1 year ago by Sampo Kivistö <[email protected]>
Added a tool to measure memory allocations

github.com/infernojs/inferno - 214bc2120038348d47972ac42dbc70c0a5833278 authored about 1 year ago by Sampo Kivistö <[email protected]>
Removed nextFlags from patchElement because it was duplicate info and

changed forEach loop to for loop in build script

github.com/infernojs/inferno - bc382ca2fd1142a1ad4a6c6f8d4b6de1fb661408 authored about 1 year ago by Sampo Kivistö <[email protected]>
Changed inferno-plugin-swc the default test runner because it is so much

faster than the others

github.com/infernojs/inferno - b7cbe3d1f51d337ae1f3d45bb8b7bb1d81d50d5e authored about 1 year ago by Sampo Kivistö <[email protected]>
Split did appear hook registration into two methods to reduce logic

github.com/infernojs/inferno - 7e302638db2c6ba907610f9d3a85596ccce8e0d4 authored about 1 year ago by Sampo Kivistö <[email protected]>
ignore inferno-compat files

github.com/infernojs/inferno - 7174d3c423d1afa6afbe8bcdc0bd8d5d4a410145 authored about 1 year ago by Sampo Kivistö <[email protected]>
Output basic information from Webpack to compare plugin compilation

times

github.com/infernojs/inferno - 78462068b9961d1a6aced2e6b54e4b76a35748f1 authored about 1 year ago by Sampo Kivistö <[email protected]>
Add swc-plugin-inferno to transformers test setup

github.com/infernojs/inferno - f1e733b797a02eb7af8701f4de1cb3d0bab378e5 authored about 1 year ago by Sampo Kivistö <[email protected]>
Add swc folder to gitignore

github.com/infernojs/inferno - 045dd24290f6c04136e9829076afa23817645899 authored about 1 year ago by Sampo Kivistö <[email protected]>
Updated babel JSX plugin and TSC JSX plugin. Added a new script to run

tests through all transformers. Tests pass

github.com/infernojs/inferno - a59d1fbe296b9468823a59f34f6591d8591d2759 authored about 1 year ago by Sampo Kivistö <[email protected]>
Removed direct prettier scripts and run eslint auto fix on test files,

keep them ignored for now due to too many style errors

github.com/infernojs/inferno - be96c0036d9cc6feb7dd2d2b7dd46b2bfa2fd7b6 authored about 1 year ago by Sampo Kivistö <[email protected]>
build & test pass all sources pass eslint

github.com/infernojs/inferno - af9039b9c5303c88342716283c91b9e9bea808eb authored about 1 year ago by Sampo Kivistö <[email protected]>
Build and tests pass

github.com/infernojs/inferno - 51923acf6f2cb40bd465bd15ed5949251b557cb4 authored about 1 year ago by Sampo Kivistö <[email protected]>
removed create-class leftovers and fixed browser tests

github.com/infernojs/inferno - 8de15eb805ceb17f0ffb94b3ca2b09b2b3526dee authored about 1 year ago by Sampo Kivistö <[email protected]>
Build pass and more tests pass, eslint still failing

github.com/infernojs/inferno - e2546a4002ca019a67fecab3ebccf54d97780910 authored about 1 year ago by Sampo Kivistö <[email protected]>
Removed dependency to hoist-inferno-statics and implemented way simpler

hoist method to inferno-shared

github.com/infernojs/inferno - f045e75491d2ac95d77766b1bb2a3fd8a1d03a8e authored about 1 year ago by Sampo Kivistö <[email protected]>
Removed component comparator leftovers

github.com/infernojs/inferno - fe16c451c5279a30729f23d582e0fd0f76300887 authored about 1 year ago by Sampo Kivistö <[email protected]>
Removing inferno-create-class leftovers

github.com/infernojs/inferno - da25ed09782e8cfbafb2a7cf765e95ef1fc8cb00 authored about 1 year ago by Sampo Kivistö <[email protected]>
Removed inferno-create-class API.

github.com/infernojs/inferno - d565adcdbacbc8aaea495166cf775e37cbc4473d authored about 1 year ago by Sampo Kivistö <[email protected]>
Fixed more eslint errors

github.com/infernojs/inferno - 1d93a2f5d90d176d8718490acb2503fb7cc5369e authored about 1 year ago by Sampo Kivistö <[email protected]>
Fixing more eslint errors

github.com/infernojs/inferno - 020bbda21019a19b4abb542d245064e4ad607df5 authored about 1 year ago by Sampo Kivistö <[email protected]>
Fixing more eslint rules

github.com/infernojs/inferno - 25833ba398cca4da0d162242ddfca98a969f0520 authored about 1 year ago by Sampo Kivistö <[email protected]>
bump browser fixture deps

github.com/infernojs/inferno - 7d6d43f079137eaa3f9b7203af0fa943bade8e68 authored about 1 year ago by Sampo Kivistö <[email protected]>
Removed combineFrom helper method in favor of native Object.spread

github.com/infernojs/inferno - c8e9ae1927c8e61e8ddb278198d1df31de7f0a2e authored about 1 year ago by Sampo Kivistö <[email protected]>
fix inferno-animation test eslint errors

github.com/infernojs/inferno - 0fb4d3f1e8cf4399a6433ed91842c73c80a45e5f authored about 1 year ago by Sampo Kivistö <[email protected]>
Fix eslint errors in inferno-animations package

github.com/infernojs/inferno - f08c06661bbb03b5f6bafa4ac3dba95384b1ff0f authored about 1 year ago by Sampo Kivistö <[email protected]>
Fix eslint errors in animationCoordinator.ts

github.com/infernojs/inferno - 41062009605a2d0b7dee1d9301a38d98bf3f8e02 authored about 1 year ago by Sampo Kivistö <[email protected]>
Disable nullish coalescing rule

github.com/infernojs/inferno - 1ea813f3054c47629d616b28607fc4cec3fc0f2b authored about 1 year ago by Sampo Kivistö <[email protected]>
Linting fixes after replacing tslint with eslint

github.com/infernojs/inferno - ebe746279f8040d396eb446b5229c202157bb787 authored about 1 year ago by Sampo Kivistö <[email protected]>
Removed tslint and replaced it with eslint

github.com/infernojs/inferno - 988463ec42fc56ef9ab763b2d2d671a4c4af553b authored about 1 year ago by Sampo Kivistö <[email protected]>
Updated dependencies

github.com/infernojs/inferno - 8ff057906861e00179ead25c8e2dfcb1bc31cfc3 authored about 1 year ago by Havunen <[email protected]>
bump dependencies, ran prettier on all files

github.com/infernojs/inferno - 0306065681cf72ff237a9f2195320b0f89dd1f52 authored over 1 year ago by Havunen <[email protected]>
updated dependencies

github.com/infernojs/inferno - 81bb088a2574d396d695ac3ba96427aa0b66ab86 authored over 1 year ago by Sampo Kivistö <[email protected]>
Adapted to new history blocking API (#1644)

* The 'history' project changed the API used to
block transitions, starting with v5.x.
* Ins...

github.com/infernojs/inferno - 68213f00b5121f15efcf774b6da013bb6b6f36c9 authored over 1 year ago by Florian Heft <[email protected]>
v8.2.1

github.com/infernojs/inferno - b87ba8e372921e63242032d41f0b39e856f599ae authored over 1 year ago by Sampo Kivistö <[email protected]>
Ran prettier on all files

github.com/infernojs/inferno - 6ccbdf0ab70ece20146fb5b02ebb99eaa3c9bda1 authored over 1 year ago by Sampo Kivistö <[email protected]>
Fixes an issue where ComponenType type was not usable in parameter of

createComponentVNode method

github.com/infernojs/inferno - 4bc0268bb43dc0eb6d6207d3f5483c1c70401a15 authored over 1 year ago by Sampo Kivistö <[email protected]>
v8.2.0

github.com/infernojs/inferno - b300a894b1a76ea5ab11cf41deecc8edba236e52 authored over 1 year ago by Sampo Kivistö <[email protected]>
Upgraded to Jasmine v5 and changed lowest testing target of FireFox to

91 due to limited support in Jasmine

github.com/infernojs/inferno - a85716a4de3e347fb16a7fa2e3d24abdbce9976e authored over 1 year ago by Sampo Kivistö <[email protected]>
removed FF60 from saucelabs test suite

github.com/infernojs/inferno - dd520bb188b649bebfc2403c3b75c4d48b7a7d2e authored over 1 year ago by Sampo Kivistö <[email protected]>
Ran prettier on all files

github.com/infernojs/inferno - f4d396aa27cbaa37f9208d8d28e9f17e22c4b822 authored over 1 year ago by Sampo Kivistö <[email protected]>
Updated packages

github.com/infernojs/inferno - 4ec7f83ced480dcafadb77b838f1120a902a1a51 authored over 1 year ago by Sampo Kivistö <[email protected]>
Feature support for async prefetch in inferno-router (#1621)

* initial code

* test beginning to work

* working implementation with server side prefetch...

github.com/infernojs/inferno - b1befe93dac361b91720ef9d9e45b265ca025ec0 authored over 1 year ago by jhsware <[email protected]>
v8.1.1

github.com/infernojs/inferno - 43437ba912135a7d941a70ae8d3d448564955e34 authored over 1 year ago by Sampo Kivistö <[email protected]>
Converted rest of the inferno package tests to typescript, added

indeterminate and for attribute types

github.com/infernojs/inferno - e89443d2e53ab8f41d77d74d3334322c3fa193f6 authored over 1 year ago by Sampo Kivistö <[email protected]>
Converted some tests to typescript and moved them to correct packages

github.com/infernojs/inferno - 84b2e32f81fc379e2dbf9e2170adeee9d937979a authored over 1 year ago by Sampo Kivistö <[email protected]>
typescript: added typed support for writing xml attributes as they are

in the DOM.

github.com/infernojs/inferno - f3ede9fb4e5dfbd44a30e774cc13034f87780bb3 authored over 1 year ago by Sampo Kivistö <[email protected]>
typescript: allow css inline variables to be used in CSS inline styles

github.com/infernojs/inferno - f7af161bf75bdbaacc9cb2faa31b0f0b39cc6d46 authored over 1 year ago by Sampo Kivistö <[email protected]>
ts-plugin-inferno is now also used to run all inferno tests, fixes https://github.com/infernojs/inferno/issues/1633

github.com/infernojs/inferno - 621d694131697a82b25247e86802fa91a03c29a2 authored over 1 year ago by Sampo Kivistö <[email protected]>
rimraf updated to v4 and asterisk usages are now removed, ts type

definition copying is now done in the scripts

github.com/infernojs/inferno - 34438313c282cfd78d5c7ccce7542973327d2fac authored over 1 year ago by Sampo Kivistö <[email protected]>
v8.1.0

github.com/infernojs/inferno - 8f708bf0b97c9b89caf1b6525f225f2a1e1e4a24 authored over 1 year ago by Sampo Kivistö <[email protected]>
Ran prettier on all files

github.com/infernojs/inferno - 48d47861d18bd7d0de8c1f7c9aea435d40d87a1a authored over 1 year ago by Sampo Kivistö <[email protected]>
Converted inferno-animation, inferno-clone-vnode tests to TSX and fixed inferno-animation typings config

github.com/infernojs/inferno - ad50d9d6cdd19108bb17f68b9e8a7ba811fc5d7d authored over 1 year ago by Sampo Kivistö <[email protected]>
Converted rest of the inferno package tests to TSX

github.com/infernojs/inferno - caa39ccb1140d248d6d6d75bd623adf6698fb0a8 authored over 1 year ago by Sampo Kivistö <[email protected]>
Converted lifecycle and transition spec to TSX

github.com/infernojs/inferno - 9e0f0e3961e7d46843438551c4efa338ea3bedde authored over 1 year ago by Sampo Kivistö <[email protected]>
Added a new type InfernoSingleNode to allow restricting children to any

valid single child https://github.com/infernojs/inferno/issues/1630

github.com/infernojs/inferno - a78124c350d41f70a6305d2fbe33bcee2fc6e567 authored over 1 year ago by Sampo Kivistö <[email protected]>
Converted animationHooksFunc jsx to TSX

github.com/infernojs/inferno - c8551c494e6dbc1d2fb9ace5ef809d8b3e08011d authored over 1 year ago by Sampo Kivistö <[email protected]>
removed duplicate Key type from JSX typings and reused the common type. converted animationHooks spec to TSX

github.com/infernojs/inferno - fced013855cd998ca2e3234ff6437d1bb82bc3cf authored over 1 year ago by Sampo Kivistö <[email protected]>
Added vNodeFlags unknown 0 to complete TS enum type. Added media element to JSX typings. Converted newlifecycle, patching and validations spec jsx to tsx

github.com/infernojs/inferno - 7424ad73adc6816acf1fee78ebabc65b25b77b01 authored over 1 year ago by Sampo Kivistö <[email protected]>
Moved InfernoNode type as top level export to simplify its usage, converted patching-jsx.spec to tsx

github.com/infernojs/inferno - ca531b8c2a00deaadeee12876991452fae0867ee authored over 1 year ago by Sampo Kivistö <[email protected]>
Converted portal.spec to tsx and added math formula elements to allowed types https://github.com/infernojs/inferno/issues/1632

github.com/infernojs/inferno - 601f754cc68e0664862203b778aa65a0c8ac63d8 authored over 1 year ago by Sampo Kivistö <[email protected]>
Converted rendering.spec to tsx https://github.com/infernojs/inferno/issues/1632

github.com/infernojs/inferno - 6f5bb9df0e43e2d9d8e8f2d90fd8aa25fd21890f authored over 1 year ago by Sampo Kivistö <[email protected]>
Converted select spec to tsx, added selectedIndex property to typings

github.com/infernojs/inferno - 57a0acd3e022fc5786a0b62c20a650882d355330 authored over 1 year ago by Sampo Kivistö <[email protected]>
updated to typescript 5, removed Element type from JSX types to improve automatic component children type support https://github.com/infernojs/inferno/issues/1630

github.com/infernojs/inferno - 0a33f6dc11abd6be93efecb3f324d0a73c326c65 authored over 1 year ago by Sampo Kivistö <[email protected]>