Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Preact

3kb alternative to React with the same ES6 API.
Collective - Host: opensource - https://opencollective.com/preact - Website: https://preactjs.com - Code: https://github.com/preactjs

Skip falsey attributes and children - fixes Issue #2

github.com/preactjs/preact-render-to-string - 5abad704402a048cd984d4034201be4fbcf0bdd0 authored almost 9 years ago by Jason Miller <[email protected]>
Update to preact 4 for tests

github.com/preactjs/preact-render-to-string - 88911c11648587d26bfd1aa0ad2843fcd8139fa9 authored almost 9 years ago by Jason Miller <[email protected]>
Add support & tests for Express-style splat params (/:a* and /:a+).

github.com/preactjs/preact-router - 42d47d14d8dcd544c48be1715c37f9d597b46110 authored almost 9 years ago by Jason Miller <[email protected]>
Pin ESLint to 2.2 pending estraverse-fb fix

github.com/preactjs/preact-router - c5a36142ffd24b165d227fb5dc5bafd30f828208 authored almost 9 years ago by Jason Miller <[email protected]>
Update to preact 4.1.2

github.com/preactjs/preact-compat - 035c6ad83bb9e6b398aa3a70319fd7377be52876 authored almost 9 years ago by Jason Miller <[email protected]>
Update devDependencies

github.com/preactjs/preact-compat - 03191cfb66e91e00ef5273f99cc001733a4ed5d6 authored almost 9 years ago by Jason Miller <[email protected]>
Pin eslint to 2.2 (you know why)

github.com/preactjs/preact-compat - 728c26b18a168556042116e90fea1acac44092e3 authored almost 9 years ago by Jason Miller <[email protected]>
Merge pull request #19 from developit/greenkeeper-karma-mocha-reporter-2.0.0

Update karma-mocha-reporter to version 2.0.0 🚀

github.com/preactjs/preact-compat - 147d0158cc606b67fefe35f4906a4d3fd3930d22 authored almost 9 years ago by Jason Miller <[email protected]>
chore(package): update karma-mocha-reporter to version 2.0.0

http://greenkeeper.io/

github.com/preactjs/preact-compat - b1d7d7fa36e4ca022f1a99d94f82a2ac82cc0a3e authored almost 9 years ago by greenkeeperio-bot <[email protected]>
Add support for jsnext:main

github.com/preactjs/preact-compat - 1079b56e66f925e2662c65f4027f6eb8581b0e59 authored almost 9 years ago by Jason Miller <[email protected]>
Make process.env.NODE_ENV===production detection statically analyzable (for tree shaking, etc)

github.com/preactjs/preact-compat - 26a71f14e9ed01c6543624a94655c27f6ae088b2 authored almost 9 years ago by Jason Miller <[email protected]>
A slightly less abrasive fix for children.length.

github.com/preactjs/preact-compat - a53f1936446208818e3d1783b45e641ea4b2ebff authored almost 9 years ago by Jason Miller <[email protected]>
Restore sane and consistent always-array semantics for `props.children` after validation (this might be iffy, but it at least doesn't break react-toolbox)

github.com/preactjs/preact-compat - b0c64d9a357f245253450ee6eba38895302e9022 authored almost 9 years ago by Jason Miller <[email protected]>
Fix edge case where unmounting a parent component could result in a child component invoking a null ref.

github.com/preactjs/preact-compat - 9235834e23590d2ae1b28ad64832761bb0321b6a authored almost 9 years ago by Jason Miller <[email protected]>
Alias `VNode`'s `attributes` and `nodeName` as `props` and `type` (respectively) to make libraries that mess with rendered JSX happy.

github.com/preactjs/preact-compat - 5f068b4c1cc8fb1d84dbd740c8765f71be65253b authored almost 9 years ago by Jason Miller <[email protected]>
Merge pull request #19 from developit/greenkeeper-preact-4.1.1

Update preact to version 4.1.1 🚀

github.com/preactjs/preact-router - 8680b80653fdd7b1f6b71115166607cd10639c9b authored almost 9 years ago by Jason Miller <[email protected]>
Update dependencies

github.com/preactjs/preact-compat - 8467cd8b974ef58863a26c889091601b3fa419cf authored almost 9 years ago by Jason Miller <[email protected]>
Add transparent support for SVG rendering, using preact-svg under the hood

github.com/preactjs/preact-compat - 745663c29fbdd0f6805263aa64cadd1db516aa9c authored almost 9 years ago by Jason Miller <[email protected]>
chore(package): update preact to version 4.1.1

http://greenkeeper.io/

github.com/preactjs/preact-router - 7a46c9cd35653d793f60c37c05114d9e53c7fdba authored almost 9 years ago by greenkeeperio-bot <[email protected]>
Emulate the unwrapped singular child behavior of React

github.com/preactjs/preact-compat - ce6282f50c1f059882d0d250a947c074eaf0a211 authored almost 9 years ago by Jason Miller <[email protected]>
Fix incorrect creation of element factories

github.com/preactjs/preact-compat - b851e6996d2b2d5a0c15862a66534c008da92877 authored almost 9 years ago by Jason Miller <[email protected]>
Add support for `react-dom/server`, which is basically just two names for `preact-render-to-string`.

github.com/preactjs/preact-compat - c961616389594066e939969ee9cd9b25ecaa25b9 authored almost 9 years ago by Jason Miller <[email protected]>
- Add support for the last 3 methods from `ReactDOM`: `createFactory()`, `cloneElement()`, and `isValidElement()`

- Add support for `React.DOM.*()` element methods (as pointed out in https://github.com/developit...

github.com/preactjs/preact-compat - 1ebad705e72b82ae4f8026ba0d82306e4e3c50e8 authored almost 9 years ago by Jason Miller <[email protected]>
Require preact 4.1, which includes ref fixes

github.com/preactjs/preact-compat - b523a72ff7a06819bb78107e7e75b23587605288 authored almost 9 years ago by Jason Miller <[email protected]>
Uncomment child component ref assertion since Preact `4.1.0` fixed the breaking issue.

github.com/preactjs/preact-compat - e3d94343d3b5232db93580995a555cf46a74f655 authored almost 9 years ago by Jason Miller <[email protected]>
Don't use JSX internally, drop unnecessary function ref.

github.com/preactjs/preact-compat - 96805bd451ef18bcb105ff992ed41e2ff74e1f6b authored almost 9 years ago by Jason Miller <[email protected]>
Sneakily patch preact's VNode type so it validates correctly in `propTypes.node`

github.com/preactjs/preact-compat - 117d49dbfb3101d77575d4ff07bb4d8c61c279d6 authored almost 9 years ago by Jason Miller <[email protected]>
Support `unmountComponentAtNode()` (fixes #16)

github.com/preactjs/preact-compat - 4658f4cdb009347ac798a6e28fa0a865b33478d0 authored almost 9 years ago by Jason Miller <[email protected]>
Add comprehensive tests for String and Function refs.

github.com/preactjs/preact-compat - ce01d872700ff66168922dda86f22d5285787e32 authored almost 9 years ago by Jason Miller <[email protected]>
Bid bind test to account for render() hook wrapping

github.com/preactjs/preact-compat - b9100f2a4b99c25ae7b8054ceebc523f6f42cc63 authored almost 9 years ago by Jason Miller <[email protected]>
Rewrite hooking to work with Preact 4.

github.com/preactjs/preact-compat - 6de90d0c742dc21a320ca14d5c295025c2654c70 authored almost 9 years ago by Jason Miller <[email protected]>
Switch to rollup for building & karma+webpack+phantom for testing

github.com/preactjs/preact-compat - 30e64ea34fbfccb24e0ab44e5c14c45b01e3e0cc authored almost 9 years ago by Jason Miller <[email protected]>
Fix missing ref

github.com/preactjs/preact-render-to-string - 19ac21f8e68fc1796565ce3437dc48e02fee9bf1 authored almost 9 years ago by Jason Miller <[email protected]>
Merge branch 'preact4' of github.com:developit/preact-compat

github.com/preactjs/preact-compat - a421c07e52928bfc528abf8da3cc1117897094d9 authored almost 9 years ago by Jason Miller <[email protected]>
Preact 4 compat (prelim)

github.com/preactjs/preact-compat - f4d9149a5f16146b1315827c8280f549f3118739 authored almost 9 years ago by Jason Miller <[email protected]>
Allow any preact version as a peer

github.com/preactjs/preact-router - 5c88d4eed00b38a65810dea129d9291ad794ded9 authored almost 9 years ago by Jason Miller <[email protected]>
Merge pull request #16 from hikouki/master

Add default routing pattern in Readme.

github.com/preactjs/preact-router - ed2533643d391a91c6c867665ca41b8a911b5503 authored almost 9 years ago by Jason Miller <[email protected]>
Add default routing pattern in Readme.

github.com/preactjs/preact-router - 89e5403b865339678cd0bd576e3d1aaf7248012b authored almost 9 years ago by hikouki <[email protected]>
Merge pull request #15 from developit/greenkeeper-babel-eslint-5.0.0

Update babel-eslint to version 5.0.0 🚀

github.com/preactjs/preact-router - 8d299dded37ee3c2a07666bae308ed4cf92d6325 authored almost 9 years ago by Jason Miller <[email protected]>
Merge pull request #17 from developit/greenkeeper-babel-eslint-5.0.0

Update babel-eslint to version 5.0.0 🚀

github.com/preactjs/preact-compat - de08929d71bdf597a32b0490e1334e84ba2937da authored almost 9 years ago by Jason Miller <[email protected]>
chore(package): update babel-eslint to version 5.0.0

http://greenkeeper.io/

github.com/preactjs/preact-router - 4ef039bd9104927aae93f62024aaa42a436f4d9a authored almost 9 years ago by greenkeeperio-bot <[email protected]>
chore(package): update babel-eslint to version 5.0.0

http://greenkeeper.io/

github.com/preactjs/preact-compat - 40b8a961175f66ed7666c889100a3290da5252d7 authored almost 9 years ago by greenkeeperio-bot <[email protected]>
Add tests for skipping autobind on lifecycle methods #13

github.com/preactjs/preact-compat - 3ea62a2b5f3610070c4f75b3f509789b1e134e93 authored almost 9 years ago by Jason Miller <[email protected]>
Merge #13 and extend it to use a blacklist for lifecycle methods too

github.com/preactjs/preact-compat - 5393d11f86030fd092acd68723e91c17586e8bc8 authored almost 9 years ago by Jason Miller <[email protected]>
Do not autobind constructor

github.com/preactjs/preact-compat - a96281d490903cdbc114adf591d66a4dba73ffb1 authored almost 9 years ago by Igor Agarlev <[email protected]>
Merge pull request #13 from developit/greenkeeper-preact-3.4.0

Update preact to version 3.4.0 🚀

github.com/preactjs/preact-router - f8cb4d3c386fb692f3094bcb29afe43138f1b706 authored almost 9 years ago by Jason Miller <[email protected]>
chore(package): update preact to version 3.4.0

http://greenkeeper.io/

github.com/preactjs/preact-router - a0c74de2d8ee524a67e3441acaf73fdfc8fc1acd authored almost 9 years ago by greenkeeperio-bot <[email protected]>
Merge pull request #10 from developit/greenkeeper-eslint-2.0.0

Update eslint to version 2.0.0 🚀

github.com/preactjs/preact-compat - 638b7188a2a5500577768a2d0ba7c7b3291f37ce authored almost 9 years ago by Jason Miller <[email protected]>
Merge pull request #12 from developit/greenkeeper-preact-render-to-string-2.0.0

Update preact-render-to-string to version 2.0.0 🚀

github.com/preactjs/preact-compat - d45c061b16d25f6c86576c924a5165bf75ef2fdd authored almost 9 years ago by Jason Miller <[email protected]>
chore(package): update preact-render-to-string to version 2.0.0

http://greenkeeper.io/

github.com/preactjs/preact-compat - fe58c2aa9eddc154d88bb11a2937111a84aee970 authored almost 9 years ago by greenkeeperio-bot <[email protected]>
Rough merge for 2.x:

- Update preact and add it as a peer dep
- Test for 3.3.0 + shallow + `dangerouslySetInnerHTML`
...

github.com/preactjs/preact-render-to-string - 8803718cf59d9e69d09c36fd1de71de1d6c824d3 authored almost 9 years ago by Jason Miller <[email protected]>
Update preact and add it as a peer dep

github.com/preactjs/preact-render-to-string - 2ff2aa0cb1fd250029aadde53b07f9399b56460e authored almost 9 years ago by Jason Miller <[email protected]>
Test for 3.3.0 + shallow + `dangerouslySetInnerHTML`

github.com/preactjs/preact-render-to-string - a4728668a805214390abd49c865dcad51f927f42 authored almost 9 years ago by Jason Miller <[email protected]>
Fixes for 3.0.0, add support for shallow rendering, and `dangerouslySetInnerHTML`.

github.com/preactjs/preact-render-to-string - 0cdf24cec4f08f356c496648f1e14177692737b3 authored almost 9 years ago by Jason Miller <[email protected]>
Merge pull request #11 from developit/greenkeeper-eslint-2.0.0

Update eslint to version 2.0.0 🚀

github.com/preactjs/preact-router - 2e9c818048e07e14fd3bb2060f738f7b51d0d54e authored almost 9 years ago by Jason Miller <[email protected]>
chore(package): update eslint to version 2.0.0

http://greenkeeper.io/

github.com/preactjs/preact-router - 4f65d5e0f40881853815eba1a3e104e702203813 authored almost 9 years ago by greenkeeperio-bot <[email protected]>
chore(package): update eslint to version 2.0.0

http://greenkeeper.io/

github.com/preactjs/preact-compat - 109cc8cbfdc5f37e08522165f680ed73d036ab2c authored almost 9 years ago by greenkeeperio-bot <[email protected]>
Merge pull request #8 from fdaciuk/fix-readme

Fix instructions to use with webpack

github.com/preactjs/preact-compat - e07017e478475dfc237741df98b173060af26047 authored almost 9 years ago by Jason Miller <[email protected]>
Fix instructions to use with webpack

github.com/preactjs/preact-compat - b915ff5a26220b35b47099dcb84affa52472633f authored almost 9 years ago by Fernando Daciuk <[email protected]>
fix preact version string

github.com/preactjs/preact-compat - 3f58a2a49ca83f4cb8a82fb690eee55d5df4e233 authored almost 9 years ago by Jason Miller <[email protected]>
Add React.Children API

github.com/preactjs/preact-compat - b8bcec6ed3dfa8a10da13f514e6a22e549cdf641 authored almost 9 years ago by Jason Miller <[email protected]>
Add section about PropTypes to the readme

github.com/preactjs/preact-compat - 00066dd03773b5670c55331af9d7acfa01c62ee6 authored almost 9 years ago by Jason Miller <[email protected]>
Add raw script tag example and JSFiddle link to the readme

github.com/preactjs/preact-compat - d9668369a2d0e93eaa7334265ca8020c284c7243 authored almost 9 years ago by Jason Miller <[email protected]>
Update dependencies.

github.com/preactjs/preact-compat - 7930b38ac5c0a32a6a2101e4d05968bdcdf1a1df authored almost 9 years ago by Jason Miller <[email protected]>
Skip broken proptypes

github.com/preactjs/preact-compat - 422a7e21ec40c459f83681690a61391ad6e94b57 authored almost 9 years ago by Jason Miller <[email protected]>
Export as UMD instead of just commonjs

github.com/preactjs/preact-compat - 80ab62ea769990f346d7478a91aa2fa12ee050fa authored almost 9 years ago by Jason Miller <[email protected]>
Switch to loose exports to fix default import bug in 1.2.2

github.com/preactjs/preact-router - 9babfaeee367b79304226c7a732220cb32afd010 authored almost 9 years ago by Jason Miller <[email protected]>
Allow preact@3 as a peer

github.com/preactjs/preact-compat - cdd62ccc550a0aa4e6dbff3820d75ef6d625899a authored almost 9 years ago by Jason Miller <[email protected]>
Allow preact@3 as a peer dep

github.com/preactjs/preact-router - b3e0f2ab1b1fde6d9d49ed36edacb59b79a29a4a authored almost 9 years ago by Jason Miller <[email protected]>
fix dev deps for travis build

github.com/preactjs/preact-router - b9461ac5387f058517bf217f867929c1b4f60890 authored almost 9 years ago by Jason Miller <[email protected]>
Add a sanity test for dist (build output) to make sure #3 never happens again

github.com/preactjs/preact-router - e034da281c291a754c997c8a21988b8c6a24d7bd authored almost 9 years ago by Jason Miller <[email protected]>
Switch to rollup for the build to perform proper bundling (Fixes #5)

github.com/preactjs/preact-router - 53efa4212581435e88857a543fe1ea099c84980f authored almost 9 years ago by Jason Miller <[email protected]>
Update dependencies

github.com/preactjs/preact-router - e82c9633817b19cdba014c213d66236e149c116a authored almost 9 years ago by Jason Miller <[email protected]>
Add actual tests

github.com/preactjs/preact-router - 6857d76327826ce1a6afd6b73aec07bd685faab3 authored almost 9 years ago by Jason Miller <[email protected]>
Factor low-level methods into a util class for unit testing

github.com/preactjs/preact-router - ccac560fc0e97589b9e6d9e9725aa355c54de630 authored almost 9 years ago by Jason Miller <[email protected]>
Merge branch 'hikouki-master' into default-route

github.com/preactjs/preact-router - 0137a2e0a954d08a2c074b19a2dbb0de0fc595ca authored almost 9 years ago by Jason Miller <[email protected]>
travis -> node 4.x

github.com/preactjs/preact-router - 375a74b836c91994649075e0ab765534f94ba702 authored almost 9 years ago by Jason Miller <[email protected]>
Add default routing.

github.com/preactjs/preact-router - 666d00330bbe4ea0f36c962c41fb3f630dfcd066 authored almost 9 years ago by hi.kouki <[email protected]>