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

Update README.md

github.com/preactjs/preact-router - 0f79234ffd8a6b83c1404af7eccf9b71508fc16e authored almost 8 years ago
Merge branch 'master' into master

github.com/preactjs/preact-www - 30b6396e6dc3647f52a41eb55327075f0a6d8036 authored almost 8 years ago
Update Webpackbin URL (fixes #109)

github.com/preactjs/preact-www - f74a7112438705aafe2f61d2623104558ade412f authored almost 8 years ago
Adapted ComponentConstructor with context

github.com/preactjs/preact - c72fe9204bc8d53708aa2e26063b460e5c3d5328 authored almost 8 years ago
Fixed type of render function

github.com/preactjs/preact - 491bddb34d55b20af4bcbbc7769704e14854dcbd authored almost 8 years ago
Make use of interface and added context to the Component's constructor

github.com/preactjs/preact - de2479b3d0b55cdd49ab5cc0e81af91d38a92a28 authored almost 8 years ago
Added types for functional components

github.com/preactjs/preact - 1be9fe76079f6872d8354080be0de452d922f3a1 authored almost 8 years ago
Spruce up the readme.

github.com/preactjs/preact - 00cf45f91e7cda9f80f6cf27f3fd7d28918434e2 authored almost 8 years ago
Fix rollup env issue causing `preact-compat.es.js` to be missing from v3.14.2. Fixes #332

github.com/preactjs/preact-compat - cb40d751cf8e1eb507ce5832bfd2079929df9da2 authored almost 8 years ago
Merge pull request #591 from billneff79/protectOlderBrowsers

Devtools: Protect against instantiating Map in browsers that don't support it

github.com/preactjs/preact - f28137545dfeddd67f77c0cf1097c5e279594a04 authored almost 8 years ago
Add optional callback to forceUpdate method

github.com/preactjs/preact - 595dfb43cb4f94ec5bed105a0899955ed769fcc4 authored almost 8 years ago
protectOlderBrowsers Protect against instantiating Map in browsers that don't support it in devtools

github.com/preactjs/preact - 2c124e8440c937d2f25c57b9ef5efb82e05dd774 authored almost 8 years ago
clone attributes before setting children (#331)

github.com/preactjs/preact-compat - cf4a3c255356ce80859279775e194e29c7b732df authored almost 8 years ago
Merge pull request #6 from ooade/internals-part-2

Add @asolove's Preact internals #2

github.com/preactjs/awesome-preact - 11c2e3cfad933428be517304b9b19652765c6394 authored almost 8 years ago
Add @asolove's Preact internals #2

github.com/preactjs/awesome-preact - 91f45a92fecea4ef06b7e6f8d3f118e924e909ab authored almost 8 years ago
pass 'native' attr to bypass anchor handler (#154)

github.com/preactjs/preact-router - 66b2c0d78da0d4067aa35c19f6a0d157d1906085 authored almost 8 years ago
Update README.md

* Added description for the official boilerplate
* Edited PreactSimpleStarter description

github.com/preactjs/awesome-preact - ed403755ad4b7a806d46a5e9a433a4bc82252fc7 authored almost 8 years ago
Use 'AnyComponent' and 'StatelessComponent' for types

github.com/preactjs/preact - 63538d55a94cfcb5d0c8223215dd1e7465a4dcbf authored almost 8 years ago
Merge branch 'master' into update-callback-order-v2

github.com/preactjs/preact - 626a7e269b354718758c2d7edb4154230ca0ce7d authored almost 8 years ago
Merge branch 'master' into typescript-functional-components

github.com/preactjs/preact - 55b8c0e74ef16fe884a1a9b801196279acd1e4fc authored almost 8 years ago
Merge pull request #553 from UnwrittenFun/ts-ref

Add ref to ComponentProps interface

github.com/preactjs/preact - 6c7e70c734a91141e60a2dcb1711acba73731fcc authored almost 8 years ago
Merge branch 'master' into ts-ref

github.com/preactjs/preact - b06a97653189a5ecbd51c8ad4702fce73880dbf6 authored almost 8 years ago
Split up ESM and UMD builds to selectively enable default stripping only for UMD. Fixes #321. Also fixes #320.

github.com/preactjs/preact-compat - a4624cdef9af217c146f28ce5ce6fe084abed775 authored almost 8 years ago
add colors-app to demos (#584)

github.com/preactjs/preact - 043c2bb5167c815ecf338982fa24a52bd61cd59f authored almost 8 years ago
doc: Optimize Chinese Document

1. Add space between Chinese characters and letters.
2. Replace all half-width punctuation by fu...

github.com/preactjs/preact-www - 04a1d2dc8ffcb4e7affd340cc347b5189542010d authored almost 8 years ago
Merge branch 'master' into update-callback-order-v2

github.com/preactjs/preact - f69123609d69c6d3df7e18c416777ea5a01ba68d authored almost 8 years ago
Merge pull request #573 from jmrog/typescript-defaultprops-displayname

Add basic typings for supported class-level (static) Component properties

github.com/preactjs/preact - bdcb6b5ae0bfbb96093e313abf6e1bae336793ca authored almost 8 years ago
Merge branch 'master' into typescript-defaultprops-displayname

github.com/preactjs/preact - 187a65cb8fe83ed2e7021a6e967e7f96780ca229 authored almost 8 years ago
Add Article on Preact Internals

github.com/preactjs/awesome-preact - aa72a423f2d6053493b174a4c60ad0b82756645a authored almost 8 years ago
Add DevPad to "We Are Using" (#106)

github.com/preactjs/preact-www - 23656bd9f9d4d3eb20b87370c8920e8fe48928e9 authored almost 8 years ago
Allow children in the props argument of cloneElement (#317)

* developit/preact-compat/issues/316

cloneElement - if children are provided in the second
a...

github.com/preactjs/preact-compat - c169d38224d5563b885420f27569507f8eb1f9e5 authored almost 8 years ago
Move button check

github.com/preactjs/preact-router - 063f115bb9e2367bab32e6748deadcb821883dcd authored almost 8 years ago
Add a warning message for times when the Preact Devtools catches a Component which does not implement the Preact.Component class. (#572)

Guard against invalid Components causing the devtools to throw ReferenceError when accessing com...

github.com/preactjs/preact - de70e6b219db5d97fc9bb82b2ef9250389062732 authored almost 8 years ago
Remove dead links in Big Performance section (#105)

* Remove dead links in Big Performance section

* Put back performance mentions, but without l...

github.com/preactjs/preact-www - 11091edd6483e847377922771bf28a27f2603f6f authored almost 8 years ago
Add `preact-delegate` to the list of libs (#579)

github.com/preactjs/preact - 1c64e4a0cedcf8c3dc24fcc67b5764a3070ce0d7 authored almost 8 years ago
Add TypeScript typings for functional components and inclusive components

github.com/preactjs/preact - 7c3ed93291990fd3928cdb02efe6465287eb5d0b authored almost 8 years ago
Add basic typings for supported class-level (static) Component properties

github.com/preactjs/preact - 3662d10a508e07cef772b34cd85dfb7260986deb authored almost 8 years ago
Remove out-of-date comment (#566)

Was reading through the source and noticed that this comment referred to old code that was remov...

github.com/preactjs/preact - 4a4dda91ec9acf7c6b0d8ed80c22b18e5d4d0529 authored almost 8 years ago
- add possibility to run dev mode on windows / build preact-www on windows (#102)

github.com/preactjs/preact-www - 771662844d1ca339b1f63208aff4d5689c5185f1 authored almost 8 years ago
Merge branch 'master' of github.com:developit/preact

github.com/preactjs/preact - a5f4e967683e39d8f3f5fa5471933118a1d33725 authored almost 8 years ago
Make the Route component forward all URL parameters (#145)

* Make the Route component forward all URL parameters

When using <Router path="/test/:id" com...

github.com/preactjs/preact-router - 73739be98ea2a1ad40f9de3cf68b57ebfb9329a4 authored almost 8 years ago
Merge branch 'piuccio-esnext'

github.com/preactjs/preact-compat - 61864696608477ca88faf1281433150234f97691 authored almost 8 years ago
Merge branch 'esnext' of https://github.com/piuccio/preact-compat into piuccio-esnext

# Conflicts:
# package.json

github.com/preactjs/preact-compat - 0bd59c1f1b5f4ad83efb74d364aa4fd53c56c6ec authored almost 8 years ago
Account for re-rendering root components that swap their `base`. Fixes #301.

github.com/preactjs/preact-compat - 4de5887fd09dfa51249271bccead18401f5f997c authored almost 8 years ago
Add ref to ComponentProps typings

github.com/preactjs/preact - ec8561a6b1024d4c31a31117d53131f704d20910 authored almost 8 years ago
Add Instant Domain Search (#100)

github.com/preactjs/preact-www - c975d138efa03df1e0b57e4627b97e1c438af27b authored almost 8 years ago
Merge pull request #545 from jmfirth/fix/svg-attribute-support

Support the breadth of possible SVG attributes

github.com/preactjs/preact - 523c397a8c99560fea77ef558c04beb27c99eb7c authored almost 8 years ago
Merge branch 'master' into fix/svg-attribute-support

github.com/preactjs/preact - 4913b1b4d5d9294d44f9b36afb863defdbce769b authored almost 8 years ago
adding lazy loading in readme (#144)

github.com/preactjs/preact-router - aed4a6fadcc2324fab915d348e131a874e6130ba authored almost 8 years ago
fix some typos and use neutral spanish [fix #90] (#91)

* fix some typos and use neutral spanish

* fix introduced typo in last commit

github.com/preactjs/preact-www - e13ee2a0bf545651e7b94be5cf771e5e9b980e23 authored almost 8 years ago
Add link to preact helmet (#94)

* Added a link to [preact-helmet](https://github.com/download/preact-helmet)

* Added a link t...

github.com/preactjs/preact-www - 649c676aeed3a8b585fe04a8e419b50bd91a1001 authored almost 8 years ago
Add link to preact-helmet (#549)

* Added a link to [preact-helmet](https://github.com/download/preact-helmet)

* Added a link t...

github.com/preactjs/preact - 498c4320eaaccb8dff2ad6c78bf0a330439e77a9 authored almost 8 years ago
Added preact-minimal to demos docs (#93)

github.com/preactjs/preact-www - 2ab59cc1497885bad03dca883f10b4d1b6a601c1 authored almost 8 years ago
Support the breadth of possible SVG attributes by extending HTML attributes

github.com/preactjs/preact - 2fe6d55b75557334bda00bb0f4cbe428f3aebdb2 authored almost 8 years ago
Add another demo app (#543)

* add preact-pwa demo app

* hamburger, apparently cheese_wege does not work :(

github.com/preactjs/preact - f26c5189463546ea38191642cc00f1545df36f5b authored almost 8 years ago
Instead of falling back to functional component bypass for SSR, track whether we're hydrating and skip component constructor checks.

github.com/preactjs/preact - ea022da5e9df32f64836f61abacc2a50222d854e authored almost 8 years ago
chore(package): update preact to version 7.2.0 (#141)

https://greenkeeper.io/

github.com/preactjs/preact-router - 370fa1f5d0ed64598c1e1e0df5142202144af14b authored almost 8 years ago
Should export instance when call renderSubtreeIntoContainer. (#296)

github.com/preactjs/preact-compat - 57082d667145f731ff4ef7d9a66d4cec5e3a2d6e authored almost 8 years ago
Merge pull request #25 from elliotdavies/fix/close-void-elements

Close void tags with slashes to support XHTML

github.com/preactjs/preact-render-to-string - 541b895473c2852f11d6b3451e0bc4fa9d9c4c87 authored almost 8 years ago
Update tests to expect space before closing slash

github.com/preactjs/preact-render-to-string - fe53fcf0ea29e1decc1dae82100a81aec8cb5174 authored almost 8 years ago
Include space before closing slash

github.com/preactjs/preact-render-to-string - 0ded8d6277397d77f8a5d3f0f09342df767b0513 authored almost 8 years ago
Close void tags with slashes to support XHTML

github.com/preactjs/preact-render-to-string - 1f8715028a423788a3f7a15b5b17fe6b487b68f3 authored almost 8 years ago
adding module key in package.json (#139)

github.com/preactjs/preact-router - f9613344f4b89820cc7dc060d937e99668ab5197 authored almost 8 years ago
Merge pull request #89 from jeanbauer/patch-1 (Fix small PT-BR typos)

github.com/preactjs/preact-www - 84a8bd84f0792a2da09c5e8bd00096eb73a46a20 authored almost 8 years ago
Fix small PT-BR 🇧🇷 typos

Really small stuff 💅

repeat visits -> visitas repetidas
offiline -> offline
leva a maior te...

github.com/preactjs/preact-www - 85c3dd8d6bf669e77437076b602ae746c9b07ae7 authored almost 8 years ago
Don't drop `<script async>` for the main bundle to keep priority high

github.com/preactjs/preact-www - 90e0a5dee1b5b58b9fa16abf98d665365a38d4b7 authored almost 8 years ago
Smarter loading with less relayout for the searchbox

github.com/preactjs/preact-www - 5dfb670942463ba8480241cfaa98f6f6975bfa69 authored almost 8 years ago
Fix styles in PWAs guide

github.com/preactjs/preact-www - 98760ca91c55ded000067a18d4410ac3273e6b10 authored almost 8 years ago
Darken dark-blue-black a little bit to address contrast ratio accessibility concern.

github.com/preactjs/preact-www - dec33b3b0730d19cd84f6ddc018744d3b3f08f36 authored almost 8 years ago
Disable the Table of Contents when there are fewer than 2 headings.

github.com/preactjs/preact-www - bc83a4920b407de842eaf8e2de468188d10d5ef4 authored almost 8 years ago
Switch to cache-first network strategy for better performance. Enable ServiceWorker events, and when `updated` event fires reload the page.

github.com/preactjs/preact-www - 8ee30cb5d95d386c760c488fc9562aed0728d2b1 authored almost 8 years ago
Switch to copy webpack plugin so assets get cached! Fixes #58

github.com/preactjs/preact-www - 0ae9642f7dd1191785f5a512522133c8152184f4 authored almost 8 years ago
Alt text and color fixes.

github.com/preactjs/preact-www - 93f689cc61f1e2d28ccd605c9641ac1dadec1b75 authored almost 8 years ago
Merge branch 'master' into prerendering

# Conflicts:
# package.json

github.com/preactjs/preact-www - 2b9aaa86e140d36fed19879b2244c6b1a63d50d7 authored almost 8 years ago
Merge branch 'master' of https://github.com/NekR/preact-www

# Conflicts:
# webpack.config.babel.js

github.com/preactjs/preact-www - f8d25cf3065cbf8834db77242d8b97197ab2b221 authored almost 8 years ago
Merge branch 'master' into master

github.com/preactjs/preact-www - 7b9eb4de12ce0431b204307d13d4d2a403325efe authored almost 8 years ago
Push footer down.

github.com/preactjs/preact-www - 1ad623f2f7168ce1bc549dce144128b432751d6e authored almost 8 years ago
Remove fade-in animation now that we have prerendering

github.com/preactjs/preact-www - fabb9ec7543d2051255857c6ae2ef6e0e1e44547 authored almost 8 years ago
Fix searchbox causing reflow on load

github.com/preactjs/preact-www - 2226ed6f3405a867ec3654d30653c98550d60de0 authored almost 8 years ago
Add prerendering!

github.com/preactjs/preact-www - 53ff0ed9fc018780ae3c1d6f6e6a1243ac4e75f1 authored almost 8 years ago
Merge branch 'master' of github.com:developit/preact-www

# Conflicts:
# src/components/header/search.js

github.com/preactjs/preact-www - f474b938abbf4b0022906a652fb98cca94365196 authored almost 8 years ago
Fix issue when running under a mixed preact-compat / react environment that could cause PFCs to receive no props. Fixes #292

github.com/preactjs/preact-compat - 71996e1d91f0fc2527a4189fc7ccc1ca416ee44c authored almost 8 years ago
Merge branch 'master' into update-callback-order-v2

github.com/preactjs/preact - a2eca475688b94763931cd16faadabd4152a6fc7 authored almost 8 years ago
temporarily disable typings (#133)

github.com/preactjs/preact-router - 01f2b6b8cdf50f83abbe8fd392de07affe8725e7 authored almost 8 years ago
Switch to onChange for textarea/input[type=file|radio|checkbox]. Fixes #288.

github.com/preactjs/preact-compat - 80bed3cff5e654a48867c8706548423e3a49e707 authored almost 8 years ago
Merge pull request #467 from mseddon/setstate-typing

Fix #466: Type of setState argument should be Partial<StateType>

github.com/preactjs/preact - 861439623d77c1f2cc69371c071c88fca7290d9b authored almost 8 years ago
Merge branch 'master' into setstate-typing

github.com/preactjs/preact - a7d85f4cd009fa0ebdd2c77a1bdbcfd843c20f1b authored almost 8 years ago
Merge branch 'master' into update-callback-order-v2

github.com/preactjs/preact - a656247bf0c75fb63cbdfaec9bbd34ff67f7cc1a authored almost 8 years ago
added missing logo and fixed min height (#88)

* added missing logo and fixed min height

* remove calc

* fixed indentation

github.com/preactjs/preact-www - e2ecf64062bfbf11fadef6a90b4a09947d95e49a authored almost 8 years ago