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

Merge pull request #1067 from preactjs/chore/bump-core-deps

chore: Bump preact, preact-ce, preact-markup

github.com/preactjs/preact-www - e786c7052e243a94e2d2af73501662375108d848 authored 11 months ago by Ryan Christian <[email protected]>
ts: improve preact compat types adding a few missing @types/react used by styled-components (#4271)

github.com/preactjs/preact - a3f7c33693f18d8d51e18478a9cc0d02f74a11d1 authored 11 months ago by Jean Duthon <[email protected]>
Merge branch 'master' into chore/bump-core-deps

github.com/preactjs/preact-www - 1be355681503524bfdba06161ecd4fb6bfbcffb8 authored 11 months ago by Ryan Christian <[email protected]>
Merge pull request #1068 from preactjs/chore/add-slack

chore: Add Slack link to header

github.com/preactjs/preact-www - c85cd86306dfa9c7c4856773507c7a7c56ad1d6b authored 11 months ago by Ryan Christian <[email protected]>
chore: Fix dep ordering

github.com/preactjs/preact-www - 559bd129e0d3a6cd74ff41d05c3af16d741072f2 authored 11 months ago by Ryan Christian <[email protected]>
refactor: Slight height adjustment to social icons

github.com/preactjs/preact-www - c2d09117e967a627af4c11fe292ab10049808e22 authored 11 months ago by Ryan Christian <[email protected]>
chore: Add Slack link to header

github.com/preactjs/preact-www - b8e800c0621b3be4db12fd2ca2e4f4487de55ef8 authored 11 months ago by Ryan Christian <[email protected]>
chore: Bump preact, preact-ce, preact-markup

github.com/preactjs/preact-www - acb1c55104c155f9be69f3547e18e50b5f084e5a authored 11 months ago by Ryan Christian <[email protected]>
Start updating architecture doc

github.com/preactjs/benchmarks - 4a3d8a69c427061cde70f22eb653133a68287153 authored 11 months ago by Andre Wiggins <[email protected]>
Install prettier locally and rerun format

github.com/preactjs/benchmarks - aba993c0f3766585773b130449047cebc05f01c3 authored 11 months ago by Andre Wiggins <[email protected]>
Fix modules within node_modules importing their own version of Preact, etc.

github.com/preactjs/benchmarks - 251af4b648ff77597954e367022987f1059d2624 authored 11 months ago by Andre Wiggins <[email protected]>
Merge pull request #1066 from preactjs/rschristian-patch-1

docs: Clarify TS transforms

github.com/preactjs/preact-www - 9f4dcec6d17884efbf6ccab657cb786e53419faf authored 11 months ago by Ryan Christian <[email protected]>
support passing context into pure component (#4269)

github.com/preactjs/preact - 49433b3a16a629db3a9a39df3f9f81ff703078bb authored 11 months ago by Jovi De Croock <[email protected]>
docs: Clarify TS transforms

github.com/preactjs/preact-www - 2962fe9a4c42fe1c0a1c5da724dd2b513b8abcd3 authored 11 months ago by Ryan Christian <[email protected]>
WIP: Attempt to fix root index page

github.com/preactjs/benchmarks - dfae8767f8bcc5abf3f8ec355c0ef3c0357a2bfa authored 11 months ago by Andre Wiggins <[email protected]>
Add TODO stubs

github.com/preactjs/benchmarks - ccffee13e7b4bbefdce75e25d68c49e07be5aaec authored 11 months ago by Andre Wiggins <[email protected]>
Add signal proxy packages

github.com/preactjs/benchmarks - 32cb8012e531e1f78a283248fd63d701a7ac43dc authored 11 months ago by Andre Wiggins <[email protected]>
Add prev-minor preact dep

github.com/preactjs/benchmarks - 6e1b36f0232e675ddf329ea85fb3cf906769d944 authored 11 months ago by Andre Wiggins <[email protected]>
Add handling for subpaths in dependency packages

github.com/preactjs/benchmarks - 10e3b7983ef1ecdc75955a96dc880c19c5040584 authored 11 months ago by Andre Wiggins <[email protected]>
Add blog page in Spanish

github.com/preactjs/preact-www - 15bae8a5a593d5e36c9efec2d1922879a069747f authored 11 months ago by Ivan Ulloque <[email protected]>
Merge pull request #1065 from rxliuli/zh

docs: update zh getting-started

github.com/preactjs/preact-www - b70d8bcedbe76248d5538a713ca3824fb07e8a40 authored 11 months ago by Ryan Christian <[email protected]>
docs: update getting-started

github.com/preactjs/preact-www - 7913aeeb1e4c045d30c3c330b961337ac490bc3f authored 11 months ago by rxliuli <[email protected]>
feat: support detect pnpm (#16)

* feat: support detect pnpm

* feat: support detect pnpm not in monorepo

* fix: update cli ...

github.com/preactjs/create-preact - 8d6dfe9b916418a66c08b5e598ebdead325b098e authored 11 months ago by rxliuli <[email protected]>
Merge pull request #1058 from preactjs/refactor/markdown-headers

refactor: Reduce content tearing

github.com/preactjs/preact-www - bb23233de7d65ac80362c0609ecf7cb561e6be11 authored 11 months ago by Ryan Christian <[email protected]>
Merge branch 'master' into refactor/markdown-headers

github.com/preactjs/preact-www - e868e31a03ed811839552cfb720100b8bfb7f376 authored 11 months ago by Ryan Christian <[email protected]>
Merge pull request #1064 from preactjs/marvinhagemeister-patch-1

docs: TS switch from `type` to `interfaces`

github.com/preactjs/preact-www - b9a6895248721df6fe5129f7d1b247fde6abe3f3 authored 11 months ago by Marvin Hagemeister <[email protected]>
docs: TS switch from `type` to `interfaces`

These days the TypeScript recommends to use the `interface` keyword instead of `type` in their d...

github.com/preactjs/preact-www - 549332f83f686010965f34e7a4d5d3f9462d805c authored 11 months ago by Marvin Hagemeister <[email protected]>
Get basic implementation mapping working

github.com/preactjs/benchmarks - 73e26fea098625119e26bdbcbcffafd1cafbdd80 authored 11 months ago by Andre Wiggins <[email protected]>
Merge branch 'master' into refactor/markdown-headers

github.com/preactjs/preact-www - 8162184c0825e7abe0245d97f05f1ff775400a33 authored 11 months ago by Ryan Christian <[email protected]>
Merge pull request #1063 from preactjs/rschristian-patch-1

fix: Husky install

github.com/preactjs/preact-www - 7bc7f90b00ac60e7991760db40f7acd8f44ad0b1 authored 11 months ago by Ryan Christian <[email protected]>
fix: Husky install

github.com/preactjs/preact-www - c8f494ae6be021a3913ae6cb21d1980109906237 authored 11 months ago by Ryan Christian <[email protected]>
Merge pull request #1061 from preactjs/chore/deps

chore: Bump dev deps, removed unused deps, correct Netlify redirects, add `jsconfig.json`

github.com/preactjs/preact-www - 2072a8fcd315dbc86a7e18cc6cbb53af48b3e827 authored 11 months ago by Ryan Christian <[email protected]>
Merge branch 'master' into chore/deps

github.com/preactjs/preact-www - 1b69d615a28b3f45e7a948367dda9d9559032598 authored 11 months ago by Ryan Christian <[email protected]>
Use `npm:` aliases in the deps package.json to install multiple versions

github.com/preactjs/benchmarks - 1f809612a994e3b5cdff2635a0f227c36e741bde authored 11 months ago by Andre Wiggins <[email protected]>
Change dep query separator to `:`

github.com/preactjs/benchmarks - 816e614a531718c5ede2096d934e2847b1c0932c authored 11 months ago by Andre Wiggins <[email protected]>
Setup dependency override plugin using import maps

github.com/preactjs/benchmarks - 08c17167926124aedf62650002b174a1e927f298 authored 11 months ago by Andre Wiggins <[email protected]>
Add favicon.ico

github.com/preactjs/benchmarks - a3c3c0852e9af4ce24dcd3913a6b85191ca96c82 authored 11 months ago by Andre Wiggins <[email protected]>
Specify which lib (node or dom) different projects (e.g. cli, apps) should be type-checked against

github.com/preactjs/benchmarks - 99ebed0741c1cfa521e65abf7d25f6f0b7817e67 authored 11 months ago by Andre Wiggins <[email protected]>
Save and restore last form state

github.com/preactjs/benchmarks - 2f46711035658602c320d797896952d7bc93282f authored 11 months ago by Andre Wiggins <[email protected]>
Add dep version selector

github.com/preactjs/benchmarks - 4e22d47a4afb417d031b0e6cc9a24d3841e08bc0 authored 11 months ago by Andre Wiggins <[email protected]>
Rename latest-major to latest

github.com/preactjs/benchmarks - 76a6a61abc822c1088b391cd44db96c3a7f05d82 authored 11 months ago by Andre Wiggins <[email protected]>
Move index page logic into apps/index.js and rewrite using plain JS

github.com/preactjs/benchmarks - 802a1c0cce2c5b9fde029c99da0e2d76d7e1ffbd authored 11 months ago by Andre Wiggins <[email protected]>
Form styling improvements

github.com/preactjs/benchmarks - 2f035e71ca4c5d484c05ed35e18dda2f98d49cde authored 11 months ago by Andre Wiggins <[email protected]>
Move getDepConfig to rootIndexPlugin

github.com/preactjs/benchmarks - 731549a1a4945df06e7c65d5a95f06039810b1d1 authored 11 months ago by Andre Wiggins <[email protected]>
Remove initConfig command

github.com/preactjs/benchmarks - 2790a88ff41df078027967dd082fd7ec28d27e73 authored 11 months ago by Andre Wiggins <[email protected]>
Inline index.html app into html file

github.com/preactjs/benchmarks - bc00c7567460185f27637053c35b780e6093b109 authored 11 months ago by Andre Wiggins <[email protected]>
Inline getAppConfig into rootIndexPlugin

github.com/preactjs/benchmarks - c2a515c1b020f370c5e80c8388420c3508354941 authored 11 months ago by Andre Wiggins <[email protected]>
Remove usage of config and load server at repo root

github.com/preactjs/benchmarks - 87eab0a7df422c23ff4eae83bb9eec2d99437b37 authored 11 months ago by Andre Wiggins <[email protected]>
Remove packages folder

github.com/preactjs/benchmarks - 8529d1f09f7ec8981a7fa6badd39724cb4877a8e authored 11 months ago by Andre Wiggins <[email protected]>
Merge pull request #1062 from xiaoyu2er/patch-1

docs: update zh/blog/introducing-signals.md

github.com/preactjs/preact-www - 91755d50ed226fc63d23ecfcce951b52a94f3f9c authored 11 months ago by Ryan Christian <[email protected]>
Use vite's `send` utility for sending static files

github.com/preactjs/benchmarks - f79f89176c08897081cda08628c6c3ecc3cd2afa authored 11 months ago by Andre Wiggins <[email protected]>
Rename config types

github.com/preactjs/benchmarks - ceb3bd43432ce6776492d2a846490a39440cdeea authored 11 months ago by Andre Wiggins <[email protected]>
docs: update zh/blog/introducing-signals.md

github.com/preactjs/preact-www - 18a9640fcee7b0d323d961e3a547cb2be060b59a authored 11 months ago by Yanqi Zong <[email protected]>
Add initial benchmark serving infra using explicit config

github.com/preactjs/benchmarks - f201fd760a568b2934019f16948c2ac035e49778 authored 12 months ago by Andre Wiggins <[email protected]>
chore: Try to stave off some repo entropy

github.com/preactjs/preact-www - 9367ab7bc84da2892173cda3f49ecae4ebba525d authored 12 months ago by Ryan Christian <[email protected]>
Merge pull request #1059 from preactjs/chore/home-headers

refactor: Ensure landing page only has a single `<h1>`

github.com/preactjs/preact-www - 26a0cd4a417e5a3aaac4a33e706ba52003cb7afc authored 12 months ago by Ryan Christian <[email protected]>
Add some sensible timeouts to actions that call out to external services (#4259)

github.com/preactjs/preact - 79be1564e9762b99e57f4af3cc2ed99e68adfbfa authored 12 months ago by Andre Wiggins <[email protected]>
refactor: Ensure landing page only has a single `<h1>`

github.com/preactjs/preact-www - f22abf8f75efeafa945449f0c1c48b60dfb39a55 authored 12 months ago by Ryan Christian <[email protected]>
Merge branch 'master' into refactor/markdown-headers

github.com/preactjs/preact-www - cd4b3eeb215710d840c079a914a451ca04756084 authored 12 months ago by Ryan Christian <[email protected]>
fix: Enable `current` during SSR

github.com/preactjs/preact-www - 2fccf94b7a7067bcf089d4f8d0639d6787e9cb59 authored 12 months ago by Ryan Christian <[email protected]>
fix: Edit button tearing

github.com/preactjs/preact-www - 47face768fefb763a17bdb10303959f6f4ede175 authored 12 months ago by Ryan Christian <[email protected]>
Merge pull request #1057 from preactjs/fix/background-colors

fix: Correct background colors on tutorial & guide pages

github.com/preactjs/preact-www - 7ed656b26897ba75dd470e8ee3b0189351788853 authored 12 months ago by Ryan Christian <[email protected]>
Merge branch 'master' into fix/background-colors

github.com/preactjs/preact-www - cdf8425c34b4af48f7bcb37e09d18b93e6fdfd0d authored 12 months ago by Ryan Christian <[email protected]>
chore: Fix typeo

github.com/preactjs/preact-www - 3d5e911ef123b500358794873deeb5e2b7a355b7 authored 12 months ago by Ryan Christian <[email protected]>
docs: Update content frontmatter

github.com/preactjs/preact-www - 34a3d4f2e86e4621558bb9d0cc87bca97bee192e authored 12 months ago by Ryan Christian <[email protected]>
docs: Update content headers

github.com/preactjs/preact-www - 856d897d7ff49943c6e6189e0e193093dc011e2e authored 12 months ago by Ryan Christian <[email protected]>
refactor: Skip stripping header from markdown content

github.com/preactjs/preact-www - a48b5405749f079b0320ce3f55dae90475692a23 authored 12 months ago by Ryan Christian <[email protected]>
Merge pull request #988 from preactjs/chore/cli-v4

refactor: Preact-CLI v4

github.com/preactjs/preact-www - 3d79a9fb6653d4c01a32ba2f00e3fc64f11724f8 authored 12 months ago by Ryan Christian <[email protected]>
fix: Correct background colors on tutorial & guide pages

github.com/preactjs/preact-www - 4565055e93ba8abd6b99188cb07561b05a70cfc1 authored 12 months ago by Ryan Christian <[email protected]>
Merge pull request #1054 from preactjs/fix/page-title

fix: Browser page titles

github.com/preactjs/preact-www - 917e1df8aba62154d93b65c463fd50dca796ac90 authored 12 months ago by Ryan Christian <[email protected]>
Merge branch 'master' into fix/page-title

github.com/preactjs/preact-www - 2aa638c1d64f09832c83c9ee74531d4c4977c3b1 authored 12 months ago by Ryan Christian <[email protected]>
Merge pull request #1055 from preactjs/fix/sticky-footer

fix: Make footer sticky

github.com/preactjs/preact-www - 2d6acf6d7008b147fc213b34feb50ed59e94a21f authored 12 months ago by Ryan Christian <[email protected]>
fix: `current` is always `null` during SSR

github.com/preactjs/preact-www - f35d0ec0fbebb3f2b3d06bd3b097a03993761fa2 authored 12 months ago by Ryan Christian <[email protected]>
fix: Make footer sticky

github.com/preactjs/preact-www - 5fd6cac5e22eea872ca40dd947a1258ae22a5a01 authored 12 months ago by Ryan Christian <[email protected]>
fix: Browser page titles

github.com/preactjs/preact-www - 61af8d34dc7ca4e05e3de1e6768e33d009f27e1d authored 12 months ago by Ryan Christian <[email protected]>
Merge pull request #957 from MicahZoltu/patch-1

Changes `target` to `currentTarget`.

github.com/preactjs/preact-www - 2f102c94f053e860a27bef295e970cf8ae67dd6d authored 12 months ago by Ryan Christian <[email protected]>
docs: Swap all references of `.target` to `.currentTarget`

github.com/preactjs/preact-www - c23ce09e1aaacb7bbb60f2dadbe421ca21b1dcf0 authored 12 months ago by Ryan Christian <[email protected]>
Merge branch 'master' into patch-1

github.com/preactjs/preact-www - aefeee0380b41174c0a50466a6fa171940922d95 authored 12 months ago by Ryan Christian <[email protected]>
chore: Bump CLI again, fix package-lock

github.com/preactjs/preact-www - 77b7f1f58858955b0ad6d40d7f0f2995dfed8a8f authored 12 months ago by Ryan Christian <[email protected]>
4.0.0-next.6 (#1817)

github.com/preactjs/preact-cli - 9cc85705d832c935e0169e70992e64d6a21918f0 authored 12 months ago by Ryan Christian <[email protected]>
refactor: Remove `optimize-plugin` (#1816)

* refactor: Remove `optimize-plugin`

* test: Update test suite

* docs: Add changeset

github.com/preactjs/preact-cli - 372d8fa7744b53398ee42cd910f7cb65dddcd480 authored 12 months ago by Ryan Christian <[email protected]>
fix: Chunk loading bug by bumping CLI

github.com/preactjs/preact-www - 8b41974adeeb391d91035b9f853ff1cc307a913b authored 12 months ago by Ryan Christian <[email protected]>
4.0.0-next.5 (#1815)

github.com/preactjs/preact-cli - d91d77e12634090da677afa1063f8da193b76202 authored 12 months ago by Ryan Christian <[email protected]>
fix: Don't use `optimize-plugin`'s minify due to collisions (#1814)

* fix: Don't use `optimize-plugin`'s minify due to collisions

* docs: Add changeset

github.com/preactjs/preact-cli - 1777c90f24827c24ff725430ef2cf837abc2028e authored 12 months ago by Ryan Christian <[email protected]>
Add initial landing page for dev server

github.com/preactjs/benchmarks - c1cf1c97a14a942d0aa1472125f94c726e02f343 authored 12 months ago by Andre Wiggins <[email protected]>
Switch to sade for built-in help text

github.com/preactjs/benchmarks - a5fd2c4dea717d84a78f641a657af4e1f25359e3 authored 12 months ago by Andre Wiggins <[email protected]>
Implement initConfig

github.com/preactjs/benchmarks - 5002c4450a85eb92d2225d3545d7c64ddaadc32f authored 12 months ago by Andre Wiggins <[email protected]>
Setup some stub to test out repo structure

github.com/preactjs/benchmarks - 396bb78205921dad659dc18402e223d92bf88397 authored 12 months ago by Andre Wiggins <[email protected]>
misc: Revert accidental polyfill removal & leftover Fragment import

github.com/preactjs/preact-www - 0632f562b36f37d34cc3dd3d0d2e5cb7dbe515c1 authored 12 months ago by Ryan Christian <[email protected]>
Add arch thoughts, cli package stub, & switch to pnpm

github.com/preactjs/benchmarks - 2734ecde38e4dd36235d1f2e036123580f974e07 authored 12 months ago by Andre Wiggins <[email protected]>
Add initial repo metadata

github.com/preactjs/benchmarks - dbd34dc19dc4e415859522690a247dcd91a4ab5b authored 12 months ago by Andre Wiggins <[email protected]>
safari 12.3 fix (#4253)

github.com/preactjs/preact - b3480e894c1ae403c2399cb172dc6573a599c0dc authored 12 months ago by Jovi De Croock <[email protected]>
Merge pull request #1046 from dragomano/russian

Update Russian translation

github.com/preactjs/preact-www - 14e5852f8c66b6af54d0d3f4e7ec8e4bf7c34ec4 authored 12 months ago by Ryan Christian <[email protected]>
Merge branch 'master' into russian

github.com/preactjs/preact-www - 99ae3710f2aa089ef7507ffa790df5604e31a180 authored 12 months ago by Ryan Christian <[email protected]>
Merge pull request #1051 from gabrielcoronel/master

Add documentation for clean up functions in effects

github.com/preactjs/preact-www - 29e43928a1521a7bff77d2d7ca1cdb1e05cd5562 authored 12 months ago by Ryan Christian <[email protected]>
Update content/en/guide/v10/signals.md

github.com/preactjs/preact-www - 351203a71b9da226d4b8f1b449040e3548a4246d authored 12 months ago by Ryan Christian <[email protected]>
chore: Remove leftover 'Fragment' imports

github.com/preactjs/preact-www - cecbdea13f8eb3fa680174b2c56b6b54df5b597a authored 12 months ago by Ryan Christian <[email protected]>
fix: Correct lock file, disable prefresh as it breaks

github.com/preactjs/preact-www - 94e695567642e1b2a6072209ca1771eda0b6e9fa authored 12 months ago by Ryan Christian <[email protected]>
Apply changes suggested by rschristian

Co-authored-by: Ryan Christian <[email protected]>

github.com/preactjs/preact-www - 47e5012a4f65fc4d8ef6aa345fe99e1b5d8528a6 authored 12 months ago by Gabriel Coronel <[email protected]>
Add documentation for clean up functions in effects

The current documentation did not mention the possibility of specifying clean up functions for e...

github.com/preactjs/preact-www - 0901c453f6133727e71403474be723c8565384f4 authored 12 months ago by Gabriel Coronel <[email protected]>