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

fix missing import error (#4206)

github.com/preactjs/preact - 0a5b05eacc06afd0a4d20892fe5e55dbb73b8aeb authored about 1 year ago by Jovi De Croock <[email protected]>
update deps

github.com/preactjs/prefresh - bc6191d73273790d620f557c0906e1580318c765 authored about 1 year ago by Jovi De Croock <[email protected]>
Make `children` optional in `Provider`'s typings (#4205)

github.com/preactjs/preact - 1cc76983c3be2f1b37dedeb27e10084984012777 authored about 1 year ago by Stephen Hicks <[email protected]>
10.19.0 (#4203)

github.com/preactjs/preact - 08ff289d088e7f5517a60d0eaddf5af55fadc2f0 authored about 1 year ago by Jovi De Croock <[email protected]>
Version Packages (#526)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/preactjs/prefresh - 6a0bb5b00971c8f4bbc88bb75e232c16a9e5a40b authored about 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
new headless (#525)

github.com/preactjs/prefresh - fa3aafec7f609044be2a08b21f3dfe91db917bfd authored about 1 year ago by Jovi De Croock <[email protected]>
ensure hashing works for contexts (#524)

* ensure hashing works

* vite filename present

github.com/preactjs/prefresh - 7e470614e70915e994937e97245df9914806be86 authored about 1 year ago by Jovi De Croock <[email protected]>
Inline `diffProps` function (#4200)

Inline `diffProps` to take advantage of the props loop to read values and use later in the diff....

github.com/preactjs/preact - 51771f7864d288c7f6bd00fd138cf5de59dd5404 authored about 1 year ago by Andre Wiggins <[email protected]>
Merge pull request #323 from preactjs/changeset-release/main

Version Packages

github.com/preactjs/preact-render-to-string - fd435502ebc487dce305d4ecf63dcd1d4cb86bf0 authored about 1 year ago by Marvin Hagemeister <[email protected]>
Do typeof string check before looking for String constructor (#4198)

In `constructNewChildrenArray` we look for the `String` constructor to support #4151 (i.e. strin...

github.com/preactjs/preact - b4a1cc206b3519d80b931134933c917b0f08178c authored about 1 year ago by Andre Wiggins <[email protected]>
Only run unmounting loop if there are any remaining children to unmount (+2 B) (#4199)

github.com/preactjs/preact - f269b62c7a2a928fb8a120eeac49e715a7fc9500 authored about 1 year ago by Andre Wiggins <[email protected]>
Rework children diffing to run in multiple phases (#4180)

Rework children diffing to run in multiple phases:

1. First, find matches for all new VNodes ...

github.com/preactjs/preact - 9aa4728774df9533273036a4c4b6ac30c4c2d089 authored about 1 year ago by Andre Wiggins <[email protected]>
Merge pull request #4177 from preactjs/jsxssr

github.com/preactjs/preact - 99709aeaa337e1b745a88fb5173da105ed26830a authored about 1 year ago by Marvin Hagemeister <[email protected]>
feat: support precompiled JSX transform

github.com/preactjs/preact - ff98d0610c260dd82d1367f70503c0293cb38d99 authored about 1 year ago by Marvin Hagemeister <[email protected]>
code golf

github.com/preactjs/preact - 975779a97e33f984ff6f0df28818f08e90488bc0 authored about 1 year ago by Marvin Hagemeister <[email protected]>
Finalize jsx precompile support

github.com/preactjs/preact - 2eda31ae7f214fc4644bbfbf6a3b07c03cef01b6 authored about 1 year ago by Marvin Hagemeister <[email protected]>
fix: improve precompiled JSX

github.com/preactjs/preact - 27daf09eac1a37ff6fb41bab15f6fdae0067a9ad authored about 1 year ago by Marvin Hagemeister <[email protected]>
feat: support object styles

github.com/preactjs/preact - 36b8b47937cb8f596689c68bd64f419332c1f1b0 authored about 1 year ago by Marvin Hagemeister <[email protected]>
Version Packages

github.com/preactjs/preact-render-to-string - 53686ec797aaaa23beb2bce5abb4bf7b773836b6 authored about 1 year ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Merge pull request #322 from preactjs/jsxssr

github.com/preactjs/preact-render-to-string - 1d7237001a896c43a62aa02b4b06172e07d7c3ff authored about 1 year ago by Marvin Hagemeister <[email protected]>
chore: udpate changelog

github.com/preactjs/preact-render-to-string - 29f1eefd6f2ee9331b435b12f1cbbfe2f42d1133 authored about 1 year ago by Marvin Hagemeister <[email protected]>
feat: add support for precompiled JSX

github.com/preactjs/preact-render-to-string - 926827c0745889545a97774535e778da3c808dd0 authored about 1 year ago by Marvin Hagemeister <[email protected]>
Update index.d.ts (#4056)

Type parity with upstream for PureComponent

Co-authored-by: Jovi De Croock <decroockjovi@gmai...

github.com/preactjs/preact - 046af87595a033c634ab6bd48818e187bf607212 authored about 1 year ago by Blufords <[email protected]>
Merge pull request #4193 from preactjs/debug-nested-tables

github.com/preactjs/preact - 3c5aad6ea64c7d6114babf9f8eef110bd2699e8b authored about 1 year ago by Marvin Hagemeister <[email protected]>
fix: debug throwing in valid nested table

github.com/preactjs/preact - e471ce1600d6cc99b3a8f1542f609b80d0fe1cc1 authored about 1 year ago by Marvin Hagemeister <[email protected]>
Merge pull request #1022 from ieeah/IT-introducing-signals

github.com/preactjs/preact-www - 0e6850d69c015cae9bac34b681a325f19630b63e authored about 1 year ago by Marvin Hagemeister <[email protected]>
10.18.2 (#4190)

github.com/preactjs/preact - 9a9967d4edab22581e4f9245741e62452d4b43d2 authored about 1 year ago by Jovi De Croock <[email protected]>
Update deopt script to generate log for usage in DeoptExplorer VSCode extension (#4188)

github.com/preactjs/preact - bead25433da15a16208f551802e06700e870bc81 authored about 1 year ago by Andre Wiggins <[email protected]>
Merge pull request #88 from preactjs/chore/silence-use-directive

chore: Silence Rollup's module-level directives warning

github.com/preactjs/preset-vite - 84555049591569c9db2947029e53b786e8bdfec3 authored about 1 year ago by Ryan Christian <[email protected]>
now is ended for real

github.com/preactjs/preact-www - 1245d04127786979b95537b954c820ccd1d1be06 authored about 1 year ago by ieeah <[email protected]>
end translation introducing-signals

github.com/preactjs/preact-www - f3559913bca2aac602fe6eabc304a1f5c6ade72d authored about 1 year ago by ieeah <[email protected]>
primi paragrafi

github.com/preactjs/preact-www - 209ea215f81ed089f5f49595ee0292f3fa2231cb authored about 1 year ago by ieeah <[email protected]>
Fix benchmark debug action (#4187)

* Fix benchmark debug action

* Add parameter to analyze to specify which benchmark logs to anal...

github.com/preactjs/preact - f54942a998791261f872ffaf3d80a4441d7e17d5 authored about 1 year ago by Andre Wiggins <[email protected]>
chore: Silence Rollup's module-level directives warning

github.com/preactjs/preset-vite - 4da5c752a064e7251ccea162f19f3058999820e5 authored about 1 year ago by Ryan Christian <[email protected]>
Add Benchmark Debug workflow (#4185)

github.com/preactjs/preact - 30873a3b02bac4cd39b62f121c93d90a982b0890 authored about 1 year ago by Andre Wiggins <[email protected]>
remove hooks testing lib (#1021)

github.com/preactjs/preact-www - 7f20a3d73852125ec0c36e30414e0d219a98f79a authored about 1 year ago by Jovi De Croock <[email protected]>
fix case where parent catches error and switches vnode return type (#4182)

github.com/preactjs/preact - 4cad9618775ac32c602cf5b0d159c36bd5016429 authored about 1 year ago by Jovi De Croock <[email protected]>
Upgrade workflow actions (#4184)

github.com/preactjs/preact - 66cb6a78776b263a2fe4d1283426e699961095d2 authored about 1 year ago by Andre Wiggins <[email protected]>
Version Packages (#523)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/preactjs/prefresh - beb2d69e8ca134e14eb81c85c81c30a5bcc61e1b authored about 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Add import key to export maps (#522)

* Add import key to export maps

* Create friendly-rules-do.md

github.com/preactjs/prefresh - d5cff744fcc5e378d5956e710a3bd5f7f6785213 authored about 1 year ago by Jovi De Croock <[email protected]>
Version Packages (#520)

github.com/preactjs/prefresh - f029eb4b560bf4a61f7fa1e2ae76d25b08270373 authored about 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Fix type @prefresh/vite type resolution (#519)

github.com/preactjs/prefresh - 85ba71cb6847e7a000939a2f70d1efdbaacf3fef authored about 1 year ago by Chris Sauve <[email protected]>
Use import.meta.resolve in benchmark setup (#4179)

github.com/preactjs/preact - 12f92e025ed81aa44d0a6797417812e41bea1e44 authored about 1 year ago by Andre Wiggins <[email protected]>
Allow handling errors in getSnapshot of useSyncExternalStore & add more tests (#4175)

* Move useSyncExternalStore tests to separate file

* Add React tests for useSyncExternalStore

...

github.com/preactjs/preact - 62c050fe57047b96f21f581a7b4f1072ff47aa2d authored about 1 year ago by Andre Wiggins <[email protected]>
docs(zh-cn): Update whats-new.md, fix wording

The phrase "罄竹难书" is a derogatory term, meaning countless facts (often referring to crimes). A m...

github.com/preactjs/preact-www - 4f388601b8f23b851611b7a1714030ab95337d79 authored about 1 year ago by Neko Null <[email protected]>
Merge pull request #321 from preactjs/udpate-test-deps

github.com/preactjs/preact-render-to-string - 17f839c47309d7de35cc407c25b016a0dcc325c8 authored about 1 year ago by Marvin Hagemeister <[email protected]>
chore: update test dependencies

github.com/preactjs/preact-render-to-string - c1b1e572343eca2629fd613448b537dd295db2f0 authored about 1 year ago by Marvin Hagemeister <[email protected]>
Merge pull request #4172 from preactjs/improve-place-child

# Improve place child

When unmounting DOM, we need to move `oldDom`/`_nextDom` past the unmou...

github.com/preactjs/preact - 9956916f44db4ddcd123fbfbc7f180bdc8259952 authored about 1 year ago by Andre Wiggins <[email protected]>
Simplify placeChild

Remove impossible conditions

github.com/preactjs/preact - 08ac5ceca9204d5482cd190906dc88a72e416f95 authored about 1 year ago by Andre Wiggins <[email protected]>
Further simplify placeChild with newly unnecessary conditions

github.com/preactjs/preact - 137da3c8eaff57ede0b7d37777dd870220db0bed authored about 1 year ago by Andre Wiggins <[email protected]>
Ensure oldDom is correctly bubbled up through _nextDom in unmounting scenarios

github.com/preactjs/preact - f1c4667eb97ba432219713f8a74dbe7a92c00208 authored about 1 year ago by Andre Wiggins <[email protected]>
Add some labels to test DOM to make debugging easier

github.com/preactjs/preact - cb0858eaaf697c4f243283b349b4fd432a539134 authored about 1 year ago by Andre Wiggins <[email protected]>
Use copied VNode as newVNode instead of oldVNode when rerendering (#4171)

github.com/preactjs/preact - 8e5eac568910e916d74b0322cc02ba01c6df7ff1 authored about 1 year ago by Andre Wiggins <[email protected]>
Improve code coverage (#4174)

github.com/preactjs/preact - 2019d65a4171b305eea473472b037df4391dc09f authored about 1 year ago by Andre Wiggins <[email protected]>
Improve internal JSDoc types (#4173)

* change ts-ignore to ts-expect-error

* Improve internal types to better type check src

* ...

github.com/preactjs/preact - 180b3b137c692fd92f6ececab25b8ec586f4f0a8 authored about 1 year ago by Andre Wiggins <[email protected]>
Manually track children's index & fix parent pointers when rerendering components (#4170)

When rerendering a component we copy the component's VNode to make the oldVNode. However, copyin...

github.com/preactjs/preact - cff2df5a8e25054872f343d24c72c434a8e02e9a authored about 1 year ago by Andre Wiggins <[email protected]>
Merge pull request #56 from aleksandrjet/export-typings

Export typings from package.json

github.com/preactjs/preact-ssr-prepass - d3a975b67fd49891c28c7a0ba51be5c39f043da3 authored about 1 year ago by Ryan Christian <[email protected]>
export typings from package.json

github.com/preactjs/preact-ssr-prepass - 0a401d0859d6db6211a7709db929467d88ab34d4 authored about 1 year ago by aleksandrjet <[email protected]>
Upgrade to node@20 for development (#4167)

github.com/preactjs/preact - 8a51d1ada588736d80647b7f6dba54863284976c authored about 1 year ago by Andre Wiggins <[email protected]>
Always clear `_nextDom` field on VNodes (#4166)

* Always clear _nextDom

* Remove reference to _nextDom in Suspense

_nextDom was always nul...

github.com/preactjs/preact - e6edf13a95af061146e5ebdf0b1d92497f265840 authored about 1 year ago by Andre Wiggins <[email protected]>
Update `contentEditable` attribute values (#4163)

Co-authored-by: Jovi De Croock <[email protected]>

github.com/preactjs/preact - e24fdad9d5e4459d7b461f3c807be049b9c509cf authored about 1 year ago by Alexander Zaytsev <[email protected]>
Add `elementTiming` attribute/property (#4165)

github.com/preactjs/preact - 485078ef768b3f819a432ab149de8377d163518e authored about 1 year ago by Alexander Zaytsev <[email protected]>
chore: CLI now uses automatic JSX transform, so remove h imports

github.com/preactjs/preact-www - 2312f8f73c09a3213cc4d0218d43144e020e672b authored about 1 year ago by Ryan Christian <[email protected]>
4.0.0-next.3 (#1809)

github.com/preactjs/preact-cli - da466ee77ca9da0c9872837342700127545943c8 authored about 1 year ago by Ryan Christian <[email protected]>
Merge pull request #4164 from shoonia/global-attribute-exportparts

Add the `exportparts` global attribute

github.com/preactjs/preact - a493fd468cd3a8004781ca04715c99a8d17659ea authored about 1 year ago by Marvin Hagemeister <[email protected]>
Merge pull request #1018 from CorruptedHeart/CorruptedHeart-patch-1

github.com/preactjs/preact-www - f1a6114bf2dcfde30ca6304ac5ffb5a8a72eb244 authored about 1 year ago by Ryan Christian <[email protected]>
Fix grammar on debugging page

github.com/preactjs/preact-www - f2bd7624ff137c4dbcf477bcfb02e2fc54ff1077 authored about 1 year ago by Garth "L-H" de Wet <[email protected]>
Add the `exportparts` global attribute

github.com/preactjs/preact - 1522247078f946a72e7d2988423c04f1387fc3be authored about 1 year ago by shoonia <[email protected]>
add exome (#87)

github.com/preactjs/awesome-preact - 78d01c57f5074c00dc031cab6874921058a1ecdd authored about 1 year ago by Marcis Bergmanis <[email protected]>
feat: add loveholidays sponsor logo (#1017)

https://opencollective.com/preact :heart:

github.com/preactjs/preact-www - a1679606f27d827984e56c8875ee1f72cf66d8cf authored about 1 year ago by David Annez <[email protected]>
Merge pull request #4160 from preactjs/dom-validation

github.com/preactjs/preact - 8fb2f0d1fd66f5e5e8d6d7652ecd2470fc51b8c6 authored about 1 year ago by Marvin Hagemeister <[email protected]>
Merge pull request #85 from janbiasi/master

Add typescript definitions

github.com/preactjs/preact-custom-element - 9980548c6a216593cad95a5aa2c34e146c9adf84 authored about 1 year ago by Ryan Christian <[email protected]>
chore: Revert all unrelated changes

github.com/preactjs/preact-custom-element - c594c97346ecc490ef70b8c5af3a01794dd40c91 authored about 1 year ago by Ryan Christian <[email protected]>
revert prettier format on readme

github.com/preactjs/preact-custom-element - b9463c210700004345afc788aa5e86682d6c3c99 authored about 1 year ago by Jan Biasi <[email protected]>
bump microbundle to v0.15.1

github.com/preactjs/preact-custom-element - 226be80ef02047b4e0ff44b0386db18f7f6a3902 authored about 1 year ago by Jan Biasi <[email protected]>
move type declarations to jsdoc comments

github.com/preactjs/preact-custom-element - d1b65dab571e55c9a531cc169ef0f2cc4027b3ad authored about 1 year ago by Jan Biasi <[email protected]>
revert locked dependencies versions

github.com/preactjs/preact-custom-element - 105850e976e32772c506bb94ef2a14b1044b8765 authored about 1 year ago by Jan Biasi <[email protected]>
fix: prevent invalid DOM nesting false positives

When Preact is rendering into a container in the middle of the page we
attempted to walk outside...

github.com/preactjs/preact - d19f87e4aa818b4e26797a0b5273e269b3dbd321 authored about 1 year ago by Marvin Hagemeister <[email protected]>
chore: Formatting

github.com/preactjs/preset-vite - 27cf56bb74eeb4b8cc92fcffdfde1613e136e1cf authored about 1 year ago by Ryan Christian <[email protected]>
Merge pull request #85 from preactjs/chore/add-editorconfig

chore: Add `.editorconfig`

github.com/preactjs/preset-vite - 4cb5836fe7e5f9d14b3b9938116518c350f9e573 authored about 1 year ago by Ryan Christian <[email protected]>
test: Update build test case to check prerendering

github.com/preactjs/preset-vite - 192fa26a340805ee8ea0c1b2d9ae72a88ff790a2 authored about 1 year ago by Ryan Christian <[email protected]>
fix: Bug in assumed order of files in output bundle

github.com/preactjs/preset-vite - be0c7410c75c76f48545f56cb1ce0230ca9c9f73 authored about 1 year ago by Ryan Christian <[email protected]>
fix: Better preload patching

github.com/preactjs/preset-vite - 967b2d11181ecff9b688185a264f40a29c4e03c3 authored about 1 year ago by Ryan Christian <[email protected]>
chore: Add `.editorconfig`

github.com/preactjs/preset-vite - 856785c476e3e5ef4a7dc9d8cbb41c16176afa95 authored about 1 year ago by Ryan Christian <[email protected]>
chore: Update demo

github.com/preactjs/preset-vite - 42a14c13ca08f24e19b91833a88107c062671846 authored about 1 year ago by Ryan Christian <[email protected]>
feat: Expose prerender plugin

github.com/preactjs/preset-vite - 19ebda43892cbb37db31ec33dcb0817dbd3b2bce authored about 1 year ago by Ryan Christian <[email protected]>
refactor: Switch to TS

github.com/preactjs/preset-vite - e8cfe8dd276fba8cdc20c0d194270283e72cee39 authored about 1 year ago by Ryan Christian <[email protected]>
add docs for shadow dom options

github.com/preactjs/preact-custom-element - ac02aacfb9482ada67ef3060284072b622e9f8f3 authored about 1 year ago by Jan Biasi <[email protected]>
fix invalid eslint-plugin-react version setting

github.com/preactjs/preact-custom-element - d0a8f8858ed7f0a9da1d49537b36fe9a85592a8c authored about 1 year ago by Jan Biasi <[email protected]>
add typescript definitions

github.com/preactjs/preact-custom-element - e3010cc01f5c38d0f6a54787c89ccecf37b6b4d6 authored about 1 year ago by Jan Biasi <[email protected]>
fix vnode type coercion (#4158)

github.com/preactjs/preact - 19de3d9688441a227af3a9edb521905e4b3d8195 authored about 1 year ago by Jovi De Croock <[email protected]>
2.6.0 (#83)

github.com/preactjs/preset-vite - d2fd4dae3ca634289df07cc5dd79efb8daccadc7 authored about 1 year ago by Jovi De Croock <[email protected]>
Allow JSX Import Source to be overwritten (#47)

* allow jsx import source to be configured

* allow package to be installed via git

* fix: ...

github.com/preactjs/preset-vite - 82237694f7596b78368ee90dc4fa4cb738d06ab7 authored about 1 year ago by John-Henry Lim <[email protected]>
Merge pull request #81 from preactjs/fix/pkg-types

fix: Move `types` export condition first

github.com/preactjs/preset-vite - 80cb54edfd56ac964e4485cbccef92dbb7256b1c authored about 1 year ago by Ryan Christian <[email protected]>
upgrade dependencies and add new stage 3 explicitResourceManagement (#82)

github.com/preactjs/preset-vite - 67f2b5decae1d39ff5081d4df38ad57dfa05f2b8 authored about 1 year ago by Jovi De Croock <[email protected]>
feat: Add (rough) prerender plugin

github.com/preactjs/preset-vite - f8ed4b7e43f81adfc19c92dccd0fe486e3aeac86 authored about 1 year ago by Ryan Christian <[email protected]>
fix: Move `types` export condition first

github.com/preactjs/preset-vite - ba0e102a14295fe65daaa0efd9f76053c9266cee authored about 1 year ago by Ryan Christian <[email protected]>
Merge pull request #10 from Hillsie/chore/vite-plugin-ssr-to-vike

Chore/vite plugin ssr to vike

github.com/preactjs/create-preact - f52d1ae37b995688325d2f36ca83ae848e42eb89 authored about 1 year ago by Ryan Christian <[email protected]>