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

Add a whole bunch of explanatory comments to the diff engine πŸŽ‰

github.com/preactjs/preact - 9ebda55b9b4635ce2810697b1b61241cb25dddb2 authored about 8 years ago by Jason Miller <[email protected]>
Fix `?lang=xx` flag being overridden by browser locale, fix footer language picker not respecting active language, show tip beside language picker indicating how to share that language

github.com/preactjs/preact-www - c65e16767b4131842c5517ca68348e017a73310f authored about 8 years ago by Jason Miller <[email protected]>
Intercept logo paused prop

github.com/preactjs/preact-www - 094ee5b094c079cecbd357f671ec8ae92cb8e8f7 authored about 8 years ago by Jason Miller <[email protected]>
Merge branch 'montogeek-fix/update-edit-pages-link'

github.com/preactjs/preact-www - 507afeb1a5bcd31689488d5fd3f55ebf74d4e98c authored about 8 years ago by Jason Miller <[email protected]>
Update Edit page link to support i18n

github.com/preactjs/preact-www - 14d8a334783f91af8374f5492c457dc3a4d77f9b authored about 8 years ago by Fernando Montoya <[email protected]>
Fixed signature for linkState (#427)

github.com/preactjs/preact - dc469b1ec257a030a7618613ef6b73c82bae7665 authored about 8 years ago by jmarsh999 <[email protected]>
Merge pull request #59 from conceptualitis/master

Remove the language referencing preventDefault()

github.com/preactjs/preact-www - cbeda4cd002d28c8ab35f3bac743a9370d802239 authored about 8 years ago by Jason Miller <[email protected]>
Merge pull request #60 from pazguille/spanish-translation

Added Spanish translation

github.com/preactjs/preact-www - 03089fd29620168fef9bce67b0ff14b8850e637f authored about 8 years ago by Jason Miller <[email protected]>
Merge branch 'beta'

github.com/preactjs/preact - b2fbdb78729dfb59498e2374f37425f86271eed2 authored about 8 years ago by Jason Miller <[email protected]>
Re-add short-circuit for PFC's (fixes compositional PFC triggering constant recycling)

github.com/preactjs/preact - 46294535173ead5de524043bfdfedac8c3cbbcfb authored about 8 years ago by Jason Miller <[email protected]>
Make error handling more obvious (#98)

This took me quite a while to work out, not sure if this is the best description, but the error ...

github.com/preactjs/preact-router - a89b37147956991498de03b379bef3dda8992523 authored about 8 years ago by Ben Nolan <[email protected]>
Run remote tests only when pushing to master (#426)

github.com/preactjs/preact - 26cee93bbad4eb6a68e110c50458c06aa04e9ac6 authored about 8 years ago by Matheus Kautzmann <[email protected]>
Translated home page to spanish

github.com/preactjs/preact-www - c2c749d5fb1b2aa698db8a3512cfb48309441db7 authored about 8 years ago by Dan Zajdband <[email protected]>
Remove the language referencing preventDefault()

github.com/preactjs/preact-www - 72b47efc7a66f0259d1c1ef15ad3f5f0d630e6ae authored about 8 years ago by Neil Duffy <[email protected]>
Enable PropTypes when process.env.NODE_ENV is *any* value other than "production". Fixes #244. /cc @vpr99

github.com/preactjs/preact-compat - e161b7edbd5320847e8d09ada2aea31a375108a9 authored about 8 years ago by Jason Miller <[email protected]>
Add test coverage reporting with coveralls (#421)

github.com/preactjs/preact - 499e2118913bd4348d84a179278c2eb3c7c4d443 authored about 8 years ago by Matheus Kautzmann <[email protected]>
Empty VNodes should not render comments (to match preact no longer doing so)

github.com/preactjs/preact-render-to-string - 56b3859fc4f4d47eae2587e269acf84d30bf1b8d authored about 8 years ago by Jason Miller <[email protected]>
Start to translate the home page.

github.com/preactjs/preact-www - 5c247b64ae8122ed617d5ee3f9df7a7a87bca55d authored about 8 years ago by Guille Paz <[email protected]>
Update spanish translations.

github.com/preactjs/preact-www - a399f11ff56c3a936da1d679d4832d81001ee900 authored about 8 years ago by Guille Paz <[email protected]>
Add event.persist() dummy method (as it is an invented thing that is not needed for DOM events). See #234

github.com/preactjs/preact-compat - f6add7463d2ece241db7f4634f78884147fdfe01 authored about 8 years ago by Jason Miller <[email protected]>
Remove `removeOrphanedChildren()` in favor of two inline `lastChild` loops.

github.com/preactjs/preact - 32eec7912eee90513ad5e38687a8da2a46ab5372 authored about 8 years ago by Jason Miller <[email protected]>
Check existence of firstChild before checking if it is a Text node.

github.com/preactjs/preact - 67d74eaed58cc92667817280287982aeed015307 authored about 8 years ago by Jason Miller <[email protected]>
Fix diff reflow when removing leading element. Fixes #394

github.com/preactjs/preact - 6a862d3a1df402bb682a197491b31b0334b91403 authored about 8 years ago by Jason Miller <[email protected]>
Fix edge case when swapping component root. Fixes #414.

github.com/preactjs/preact - 3adbe8c90efee2aad2940762a5f7e96915044757 authored about 8 years ago by Jason Miller <[email protected]>
Fix issue noted by @jackmoore [here](https://github.com/developit/preact-compat/commit/2ed1c1680ecb110d04c504561f8c8b623dbe6f39#commitcomment-19784961)

github.com/preactjs/preact-compat - f5a311330ecfc6df7f8b50aa3af7b0a11e87f29f authored about 8 years ago by Jason Miller <[email protected]>
add backers&sponsors to readme (#419)

Now, your backers/sponsors on Open Collective will appear automatically on your readme.
This ...

github.com/preactjs/preact - 631582f262c506a915dd03d589070d1dca79bc25 authored about 8 years ago by Pia Mancini <[email protected]>
Merge branch 'master' into beta

github.com/preactjs/preact - c2e8dd91bf64ba0067adb5068e85249255efe69d authored about 8 years ago by Jason Miller <[email protected]>
Merge branch 'master' of github.com:developit/preact

github.com/preactjs/preact - 97c68bdd583b8385fa0d7cab60905d7f7a3647c8 authored about 8 years ago by Jason Miller <[email protected]>
😻 10x performance boost for initial rendering. Fixes #416

github.com/preactjs/preact - c6b885df6d83b4aab7eeece34845f61c05429dd9 authored about 8 years ago by Jason Miller <[email protected]>
Merge branch 'master' into spanish-translation

github.com/preactjs/preact-www - 298d892109090e9b085cc289310e9aac8a3052bc authored about 8 years ago by Guille Paz <[email protected]>
Remove fetch options (fixes Edge 14) /cc @nolanlawson

github.com/preactjs/preact-www - 5ff37c10c2ce7023cef3e5f2b718308b20a88c1c authored about 8 years ago by Jason Miller <[email protected]>
Update README.md

github.com/preactjs/preact-router - 5f2b78ed4fd8d994b0add35edc0ffe88b25e4112 authored about 8 years ago by Jason Miller <[email protected]>
Clarify project purpose and link to react-router

github.com/preactjs/preact-router - 9b4b974d5238593c3b5cdd81a2f67cf566a31022 authored about 8 years ago by Jason Miller <[email protected]>
Fix typos and improvements.

github.com/preactjs/preact-www - 12e3d211caf7b039f109c5e9ce037ceb372a1b45 authored about 8 years ago by Guille Paz <[email protected]>
fix version to be a hash, instead of the word "hash" πŸ˜…

github.com/preactjs/preact-www - a90befde11358035148336f4a1c3f028976890fb authored about 8 years ago by Jason Miller <[email protected]>
200 bytes go bye-bye

github.com/preactjs/preact-www - d8d912b1d38c6e12932228c7a844d29cc5a176b0 authored about 8 years ago by Jason Miller <[email protected]>
Fix hilarious issue where `onChange` got leaked into a div, causing input change events to bubble up and re-render the page.

github.com/preactjs/preact-www - cee83c55ea3b46a875f3f4b3609f799adbbf2fb5 authored about 8 years ago by Jason Miller <[email protected]>
Smaller `pure` component decorator

github.com/preactjs/preact-www - 2389bdedf35fedfeb4f675220708bf5b1fd9b600 authored about 8 years ago by Jason Miller <[email protected]>
Use simplified TodoList UI

github.com/preactjs/preact-www - 05889eff7dffdada5d3ba5189ecb7b3a9b7a7067 authored about 8 years ago by Jason Miller <[email protected]>
Update to preact 7

github.com/preactjs/preact-www - 6f5e50481f3f1d86c6c32db29591c262b39fcf44 authored about 8 years ago by Jason Miller <[email protected]>
Fix homepage image size

github.com/preactjs/preact-www - a25d53311310a6108a320a2c8c589a1ab9c016ea authored about 8 years ago by Jason Miller <[email protected]>
Merge branch 'new-homepage'

# Conflicts:
# content/index.md

github.com/preactjs/preact-www - eb1e0cbc28791f834e8dae49c5c93faa7446a1c7 authored about 8 years ago by Jason Miller <[email protected]>
Merge branch 'master' of github.com:developit/preact-www

github.com/preactjs/preact-www - c3b8b0bbd74ee78cc1189d2900d1aef5ea1bbd64 authored about 8 years ago by Jason Miller <[email protected]>
Boom, new home page with examples 🐡

github.com/preactjs/preact-www - f4baf26d52231dbd1e18b0a4756f5ba841cea5d8 authored about 8 years ago by Jason Miller <[email protected]>
REPL fixes.

github.com/preactjs/preact-www - 62fe43f0d041f5e6c04eda5befb54658eb1df7dd authored about 8 years ago by Jason Miller <[email protected]>
Reset scroll position when routing forwards. Fixes #22

github.com/preactjs/preact-www - 95b523394b65249c2f35a1e81d3338811faaee2b authored about 8 years ago by Jason Miller <[email protected]>
Update github-stars size & small it down a bit

github.com/preactjs/preact-www - f31d274c701c940f8c8f6aab2bde465b8405b09f authored about 8 years ago by Jason Miller <[email protected]>
Trim leading/trailing whitespace from code samples

github.com/preactjs/preact-www - 9455059210b69c440847c2df756fa549e4f93e34 authored about 8 years ago by Jason Miller <[email protected]>
Use normal HTML links instead of `<Link />`. Fixes #50

github.com/preactjs/preact-www - 3cf02cfb1a41c0168c9a9ed9b3eda7f1f1cc9c8e authored about 8 years ago by Jason Miller <[email protected]>
bundle-split the REPL itself

github.com/preactjs/preact-www - 127f3625348180691a93082dca1d5de6912c3ef0 authored about 8 years ago by Jason Miller <[email protected]>
Move URL state into central store

github.com/preactjs/preact-www - 174ba9140896c52534048a76b9c530c6a95790d7 authored about 8 years ago by Jason Miller <[email protected]>
Optimize SVGs and organize them into directories

github.com/preactjs/preact-www - 65569c53a482f2302ba54059b34ed8b6b9239dec authored about 8 years ago by Jason Miller <[email protected]>
Translated linked state

github.com/preactjs/preact-www - df63bc4f55bdc608fe42e45de1bd7c8db5eb488a authored about 8 years ago by Dan Zajdband <[email protected]>
Added PWA section

github.com/preactjs/preact-www - c39c46200923a3ed51a29f6f225442a4d84312bf authored about 8 years ago by Dan Zajdband <[email protected]>
Merge branch 'spanish-translation' of https://github.com/pazguille/preact-www into spanish-translation

github.com/preactjs/preact-www - 050d96ebed00090bf967095a2f5a5df8d85d1541 authored about 8 years ago by Daniel Belohlavek <[email protected]>
Add guide/getting-started translation. #6

github.com/preactjs/preact-www - 69bbbf8eae04e01ef4bcccff692220c0d7e42626 authored about 8 years ago by Daniel Belohlavek <[email protected]>
Add guide/types-of-components translation. #11

github.com/preactjs/preact-www - 3714ea45f74d8cb7db8feb4ae7388c6b140ac4be authored about 8 years ago by Guille Paz <[email protected]>
Merge branch 'spanish-translation' of github.com:pazguille/preact-www into spanish-translation

github.com/preactjs/preact-www - 4d16dc190bc3fbf36e5d635b543699d6d9bd394d authored about 8 years ago by Dan Zajdband <[email protected]>
Added switching to preact. Closes #10

github.com/preactjs/preact-www - 6acfac6e231e7b4de01d34ab64ea4be5e00bc568 authored about 8 years ago by Dan Zajdband <[email protected]>
Add guide/forms and guilde/lifecycle-methods. #5 #7

github.com/preactjs/preact-www - 134fa99eab3da3cd579e3c908f7454e547378680 authored about 8 years ago by Guille Paz <[email protected]>
Added extending componente and external dom mutations sections

github.com/preactjs/preact-www - a33d09da3ba42daf93ccab780dd5f990fb15d9dc authored about 8 years ago by Dan Zajdband <[email protected]>
Added 'differences to react' translation

github.com/preactjs/preact-www - 6e185c021d23abc93c753cc7cca3b8eaf7b7c38d authored about 8 years ago by Dan Zajdband <[email protected]>
Merge pull request #52 from a-xin/detect-en-default-language

Improve user language detection

github.com/preactjs/preact-www - aaeaccaef8389a1f4472d4a9e17d7965b9ee2eb9 authored about 8 years ago by Jason Miller <[email protected]>
Merge pull request #53 from dyygtfx/patch-1

Update getting-started.md

github.com/preactjs/preact-www - 0acdc6b9c1ba3c574f498fed9f2295cb29010832 authored about 8 years ago by heyli <[email protected]>
Update getting-started.md

γ€ŒδΈεΏ… ES2015 γ€ζ„Ÿθ§‰ζœ‰η‚ΉδΈι€šοΌŒζ”Ήζˆγ€ŒδΈεΏ…δ½Ώη”¨ ES2015γ€ζ„Ÿθ§‰ε₯½η‚Ή..

github.com/preactjs/preact-www - c9cb8f31e79a67f3f230caa9185b4b7fa15f6d4e authored about 8 years ago by Go7hic <[email protected]>
Improve user language detection

When a user configures the following languages in their browser:
`navigator.languages === ["en-U...

github.com/preactjs/preact-www - 946ffac775a3fef84ae1df325f22b2608ed964b3 authored about 8 years ago by Achim Weimert <[email protected]>
Merge branch 'master' of github.com:developit/preact-www

github.com/preactjs/preact-www - cc6587d8a3b4c3e18ed9425fbc97b12bf5398e51 authored about 8 years ago by Jason Miller <[email protected]>
silence webpack logs

github.com/preactjs/preact-www - c58498b2cd2ff848f5f556e1e6f5db8c48760339 authored about 8 years ago by Jason Miller <[email protected]>
Add files to translate.

github.com/preactjs/preact-www - 56ffbf0138f862fa42f1f9c04976a22d63074e06 authored about 8 years ago by Guille Paz <[email protected]>
Add spanish translation to about section.

github.com/preactjs/preact-www - 46f5c407b9046795be74cd5c103e2f5d6bfc004b authored about 8 years ago by Guille Paz <[email protected]>
Add BigWebQuiz and GuriVR apps!

github.com/preactjs/preact-www - d5c52ade7a964e24f2735fd121e373b9c9cfb5ad authored about 8 years ago by Jason Miller <[email protected]>
Merge pull request #51 from ericdfields/patch-1

Update index.md

github.com/preactjs/preact-www - c7c6c8f396c0cb38c5d79c338a2c4a494187b5b3 authored about 8 years ago by Jason Miller <[email protected]>
Update index.md

Without yet reading the docs, this part of the sentence read as a statement without a clause to ...

github.com/preactjs/preact-www - c6739b8e6ec1fd9c91aa07f5b64086676741570c authored about 8 years ago by Eric Fields <[email protected]>
Add Typescript typings (#94)

github.com/preactjs/preact-router - cefd6d6ee9340546071fcf9d96c0b0683ad0dac1 authored about 8 years ago by Trevor Bekolay <[email protected]>
New homepage WIP

github.com/preactjs/preact-www - 1fb0fb7a67b362a31e28384f44ffa173bb2b6317 authored about 8 years ago by Jason Miller <[email protected]>
Fix up jumbotron logo alignment on mobile

github.com/preactjs/preact-www - ef5199d2eaaa177df2035b02e7c900890a99c4ee authored about 8 years ago by Jason Miller <[email protected]>
Use default value in GithubStars

github.com/preactjs/preact-www - 54b727cfe0b2f2b54e5b441a31f326bd4ec97a67 authored about 8 years ago by Jason Miller <[email protected]>
Fix Markdown link rendering (no longer using Preact's `<Link />`, automatic target="_blank")

github.com/preactjs/preact-www - e98fac60338b03f3e2ecaeb607f3b906c52b13f8 authored about 8 years ago by Jason Miller <[email protected]>
Fix docsearch HMR issue (it needs to be a singleton because the lib is)

github.com/preactjs/preact-www - 98ebafc701c7e4cda2152735db2810e33a939381 authored about 8 years ago by Jason Miller <[email protected]>
Remove strange logger

github.com/preactjs/preact-www - c4a01936961ccc9e1c40165b23a0449b6532b222 authored about 8 years ago by Jason Miller <[email protected]>
Nicer horizontal rules

github.com/preactjs/preact-www - 4b3c633ed4c818f85903b7eb2ec1bf7896e3d883 authored about 8 years ago by Jason Miller <[email protected]>
Fix titles on Goals page

github.com/preactjs/preact-www - 0f783d74ece28ba8b308d729586c86b992e2ef70 authored about 8 years ago by Jason Miller <[email protected]>
Add SauceLabs matrix to Browser Support page.

github.com/preactjs/preact-www - 9887704a29351647633d1b1a43468d9a61d06b1a authored about 8 years ago by Jason Miller <[email protected]>
Update list-view.less

github.com/preactjs/preact-www - 484647b641c1ea8411645728ebd63bb05ed03baa authored about 8 years ago by Jason Miller <[email protected]>
Merge pull request #49 from developit/pwa

Add Progressive Web Apps with Preact guide (fixes #34)

github.com/preactjs/preact-www - 2b7abdb08fb93c5da8a85a2b8ba938972de43ce0 authored about 8 years ago by Jason Miller <[email protected]>
src/assets: trim 16% off timeline image size

github.com/preactjs/preact-www - a9ce84039a6ead7c9656807b3a0a2202e91deefd authored about 8 years ago by Addy Osmani <[email protected]>
content/guide: Add Progressive Web Apps with Preact guide

github.com/preactjs/preact-www - 1ff68c379e60e6fa77929e9897571dcbd1415545 authored about 8 years ago by Addy Osmani <[email protected]>
src/style: add list-view styles

github.com/preactjs/preact-www - 7a5c7960b0bf43c0aad4dddcaf52e47acbd82502 authored about 8 years ago by Addy Osmani <[email protected]>
src/style: add reference to list-view styles

github.com/preactjs/preact-www - 0f551a7e5287f351d58ef0b8d62c01ee8e86b980 authored about 8 years ago by Addy Osmani <[email protected]>
Add iconography assets

github.com/preactjs/preact-www - 87b9cc7026ad5c54da5edb86226a05c764146774 authored about 8 years ago by Addy Osmani <[email protected]>
src/assets: add chrome inspect timeline trace

github.com/preactjs/preact-www - c3699fd071aa08d3c7964b5556bd7879223ff997 authored about 8 years ago by Addy Osmani <[email protected]>
src/config: add PWA route

github.com/preactjs/preact-www - 2d8d871e5faf48ace06781444b24a737468de465 authored about 8 years ago by Addy Osmani <[email protected]>
7.0.3

github.com/preactjs/preact - a554cc258c4b616f39d69c85d27a95cd436173c5 authored about 8 years ago by Jason Miller <[email protected]>
Fix SSR hydration remounting issue. Thanks @paullewis for discovering it!

github.com/preactjs/preact - 39ef9d427d2be781e72595aa72868fe9baab90a8 authored about 8 years ago by Jason Miller <[email protected]>
Fix usage of copyfiles (#396)

The last argument to `copyfiles` is always interpreted as a directory,
which is created if it d...

github.com/preactjs/preact - 17fe2dbae5416e90813bb97e6cd5db23ea5fd8d4 authored about 8 years ago by Trevor Bekolay <[email protected]>
Get rid of jsx syntax (#93)

* Get rid of jsx syntax

* Reincorporate babel jsx related

* Route: no rename component

github.com/preactjs/preact-router - 9e77e73e77cb0201de68840e7b36374272ea057b authored about 8 years ago by NicolΓ‘s Parada <[email protected]>
7.0.2

github.com/preactjs/preact - 31769de001adc9612f5332a1047a84844d1c1de5 authored about 8 years ago by Jason Miller <[email protected]>