Ecosyste.ms: OpenCollective

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

github.com/preactjs/preact-devtools

Browser extension for inspection Preact applications
https://github.com/preactjs/preact-devtools

Rename conn to connections

19bb025d25a2aafe3b498f1f00b3d64e707c7cc5 authored about 5 years ago by Sven Tschui <[email protected]>
Remove src folders in vendor folder

7d263b46c7e9d7c3218d6f41e88d761648131d10 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Add inline devtools prototype

fb472a9f28c16b0fb16303f5320c02930bb2b3c1 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Allow multiple instances of devtools at the same time (#44)

This allows us to more easily debug the extension itself, as it can run right in the demo page.

4daee1413157b027696aa186dfc7e3608c09b4a8 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Vendor Preact for demo pages

3558fd96e7d4d2c075db629d0d45fc0b6a337afc authored about 5 years ago by Marvin Hagemeister <[email protected]>
Add usage guide to README.md (#43)

The fact that you need to import `preact/debug` is presently not documented (as far as I can tel...

cd59c1012f1a413d78c1c260b4c83959f7d9cc8a authored about 5 years ago by Sean Bailey <[email protected]>
Fix Chrome extension link in README (#41)

395a66a4accee66eefcda7b4aed722683052473b authored about 5 years ago by yu-kgr <[email protected]>
Release 0.0.5

d365fa5616fa6e5db039f1b3e6be69dbb95f55c6 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Make sure that bundled code is wrapped in an IIFE

This fixes an error where functions were overwritten by other code running
on a page.

40546d0d2a24e45baf41971a6101ed02f1f1acf7 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Release 0.0.4

e752de6e3e2b49dbfa8cd7e68465845f6a7c0a02 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Add new prop prototype (#28)

a5aa5d1f8df1a0fab4736b4a2f0f8928f8c2dded authored about 5 years ago by Marvin Hagemeister <[email protected]>
Rewrite reset value handling (#27)

5326326db4171f3694a3b2acfc5389ac411089c5 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Don't animate scroll in tree view (#26)

d6d1cd77a8ca22ef1da1ecea94b5f6c2ca441817 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Add download links to README

5075aabdabf59e5a420f2ff2a88f6542aac641f9 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Release 0.0.3

5b4489a9ce0439dbe1f9d65d19eaa3426b3254a8 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Add experimental warning to inline build

36eb0ec9935d4fe2fcab60ec3f7b271ef2082b09 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Disable focus outline on props toggle for now

736397f92a007606f4eac3cf09fcb5880a868ce2 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Remove console.logs

0be1e53f1d4be899e4c155aba51a31f3e94d9f79 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Fix wrongly formatted value on reset

cbd8f8c6c2c784c55f78efa34da3db8378a2585d authored about 5 years ago by Marvin Hagemeister <[email protected]>
Skip flakey test

8d04d1ff3480cb9a9fc97020f82e187bc262dbca authored about 5 years ago by Marvin Hagemeister <[email protected]>
Fix DataInput mask

c6c236067b83b21c75b9850629872e1889c48667 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Remove commented code

305d0490711cfcb11be19745211e9d05427ec8a4 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Change focus style for IconBtn

ddd65dfe110b007e2c246c61be0871a73d988673 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Fix stale input mask value

f3087d02e737c8efd6f517129c782c772dec27fb authored about 5 years ago by Marvin Hagemeister <[email protected]>
Merge pull request #24 from preactjs/next5

More UX enhancements + fixes

d02c2a5b6ac4a0cfff4a669f220a221086653fb7 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Minor code style adjustment

61c6352c3f49aebbee450855a962bbf712256e15 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Serialize vnodes and function props on focus

9459f5d8771587229c3f8d1ed8a6d012c3198bc7 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Fix incorrect value formatting on focus

f8431a4f91e1645a6e15b3ed0f8c10f4e4f1344b authored about 5 years ago by Marvin Hagemeister <[email protected]>
Fix stale prop input value

8835cd27e0224420e38b02d8fc115d8848602efe authored about 5 years ago by Marvin Hagemeister <[email protected]>
Add preact testing library

b848e6629ac2563f06725bfb987896c24b0864a4 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Strongly type vnode._children

b86717c366930dc92eccae32ed2abed504f2c7c9 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Remove unused utils file

ca1aec10a00ea7ed0382ced2608852cd431df27b authored about 5 years ago by Marvin Hagemeister <[email protected]>
Extract Preact 10 renderer code from Adapter (#23)

Extract Preact 10 renderer code from Adapter

f33242c5245a51ad1df86424b3c14c7f768ee18f authored about 5 years ago by Marvin Hagemeister <[email protected]>
Extract Preact 10 renderer code from Adapter

566d55ae2981f505ff2ef5a4449ac8b1ac084462 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Upgrade dependencies (#22)

Upgrade dependencies

ae6350166954cb81af50a2d3d3440f4bb1f59703 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Update Changelog

1e7595a4312e1b385e94d1e48064256fc8b25671 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Update tests for Preact 10.0.5

1aea8f033e72ded21c335ae4b8c9456aec6eb7bf authored about 5 years ago by Marvin Hagemeister <[email protected]>
Fix missing Highlighter CSS

1bee3c34f54d637a1faf64c1dffd79d431ad3655 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Upgade dependencies

3b4cef366c8b714fabbe6fdc1651215499ad0fc2 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Minor UX improvements (#21)

Minor UX improvements

be3bde6f6dcdbfda2f9aa752327999b3c6686220 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Add CHANGELOG

bacb22299f8d430c481b3cb609ff13e29270e0ba authored about 5 years ago by Marvin Hagemeister <[email protected]>
Center empty message

7f2da9eec6474ad3e9193a59c09adba4749467f8 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Make prop name clickable for complex types

70e5f69770fd8635582b3ebd2c89d674c6259713 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Fix empty arrays marked as collapsable

b6366c1118c13c1c5f1c0fb9c3ff8fa61d45042c authored about 5 years ago by Marvin Hagemeister <[email protected]>
Fix screenshot path in README

a20f716f5fec9e6052f01eb862bae15d20a5f27a authored about 5 years ago by Marvin Hagemeister <[email protected]>
Merge pull request #20 from preactjs/publishing

Generate build artifacts ready to be submitted to browser stores.

3aec6bd002dd14646e39ef191ff53ba4dce38a0e authored about 5 years ago by Marvin Hagemeister <[email protected]>
Add screenshot to README

a6de8db1d91b5896f6f438d45163cb1afdd8de28 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Fix chrome build

b54d114d648a71f8ff44dc7e41222274ded424b5 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Release 0.0.2

fddd2cf0051f363fa3766a764e66034f3c26610b authored about 5 years ago by Marvin Hagemeister <[email protected]>
Prepare release builds

b1b5711b45e03adf4a25b02b579abe3d9e862a0a authored about 5 years ago by Marvin Hagemeister <[email protected]>
Add experimental status warning to readme

9ed5cb80ed45d0f4be721f6d9f70c88aa3708344 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Minor UX enhancements (#18)

Minor UX enhancements

4670957bd987a25d3876d2e6bb6700e20d6e2307 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Add missing inspect type

a3f7a4f0b4d25f08c8d27f8a4791b77f049d5649 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Add inspect event test

8a78ad0fa472992dc49868a2094bbbf366097efc authored about 5 years ago by Marvin Hagemeister <[email protected]>
Bring back empty treeview

b67a91be990f6fab1c381a611f94a0a605c38d8e authored about 5 years ago by Marvin Hagemeister <[email protected]>
Disable search navigation when no search value

a0e35adecd5c0b4a935bd882623b379de97b6384 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Re-enable examples

8813d8e481afdd7160da202def81e1864827b929 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Refactor filter handling (#17)

Refactor filter handling

d204c2bc02b9c21c5bfc9025a8a25adb55c51bcd authored about 5 years ago by Marvin Hagemeister <[email protected]>
Make useObserver a lot more reliable

91cdae1fafd3c433e8ae51b4dfebbe9c61e933a4 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Refactor filtering

d08fc3628ba60fee04e10ab42865689013f5be18 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Allow building a sinlge browser target

dbd91fa453a578c5a0ca36fc16654b47e9645591 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Fix update + reordering leading to missing children (#16)

Fix update + reordering leading to missing children

07364c92e0254d3b8438524714ee9f6bf732dcf9 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Fix missing children after reorder operation

60a2e07c784b5f144e87c3de6dc697c93376ba8d authored about 5 years ago by Marvin Hagemeister <[email protected]>
Extract big components from example

f3e0715dd8403871df43cebc23cb70345113bae5 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Add more tests

5eb1971bff259749a38302b102b6363a59a814c7 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Add tests for debug helpers

31e97634a4231b5c7b4826b5e5252b22c2c4911d authored about 5 years ago by Marvin Hagemeister <[email protected]>
Log out devtools children

acbb65e007ca98fc9d2ee77a87ed1829ac496171 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Fix mount not working after filtered node update

4df5d45cde823d1c5c0669c037b377b437d4cc6b authored about 5 years ago by Marvin Hagemeister <[email protected]>
Add basic event tests (#15)

6e8f56ca11064ffc1925059f121caba88be41ed0 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Add pre-commit hook for prettier (#14)

021081668897a1dcf831b9715995364d7cad9753 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Enable GitHub actions (#13)

bf5c75ef3049c530622d9cac38bee40a83531e60 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Merge pull request #12 from marvinhagemeister/fix-tests

Fix failing tests

3b6b8696c6fd263c73d63aeaf6b17f633cf71f39 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Fix incorrect test assertion

9abafadb413b623502bdc13b0626501b5ab93314 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Fix invalid WeakMap key for Text nodes

92be5ad63feaf47db63a314bc11c7a86bd1f30e5 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Rewrite layout to use CSS Grid (#11)

Rewrite layout to use CSS Grid

f2fa3de7ad1177cfefe697cd86396f8e15fc9981 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Rewrite layout to use CSS Grid

d5901abad6a84e12b8aa884901b7ed3dbc32b3e7 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Fix Firefox crashing on accessing storage API

612a78479eccbe1c81c5a39ef9c7f7c9f3fdee51 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Add missing null check

73c226db9b983d1dd53977b587af6655244c6e49 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Fix invalid for loop condition

563bc5d64d11ec1f3209c87a0a1ac83caa366d29 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Update README

6913d5fa6ebe18794b89c237b3e256d2c6f1af10 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Lots of work (#6)

Lots of work

061705ec9450c79d9686290402ea433d6b5642b4 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Improve typing

7759a03c3edb28344e5257a1bdcd0ba99c44a0a0 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Add more test examples

502041819e18138be972e3e7116b9fb86d9f413d authored about 5 years ago by Marvin Hagemeister <[email protected]>
Specify return type

2601c7e2a102d982078baa6bcf5452e53ac450ed authored about 5 years ago by Marvin Hagemeister <[email protected]>
Fix wrong instance for text nodes

8acc145686dc0ef09645a7806152a81ea26d2dbc authored about 5 years ago by Marvin Hagemeister <[email protected]>
Properly center search input

bc12527061dbd0187ce1fec1f4ec056da9b06438 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Fix stale search highlighting

e19f95964097dcb8b110d747d7d910837cab88e5 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Minor design enhancements

88d42d0b79d36bd5bce4b98b78fa4868638a63e0 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Add support for reordering children

4e1c86652a681b08c5403f75c3df9080fcdbaf2c authored about 5 years ago by Marvin Hagemeister <[email protected]>
Restructure shared renderer utils

0c2e5258e2d19f1176d1bf306e6a80507b82bcf7 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Remove Preact X specific code from adapter

e4a16aeb0450439f5fcd6320579d118a77fe7c84 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Restructure highlight code

c2226a47f71a2cdea5e57a6a08359d1bb5b8df7d authored about 5 years ago by Marvin Hagemeister <[email protected]>
Restructure adapter code

3118d1570053f3a1d6ef896f17005c26112b9926 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Inline getDepth

0e651f9e93a8feebbbd3912b8871ab19c7d113bd authored about 5 years ago by Marvin Hagemeister <[email protected]>
Rewrite undo handling

e678f6ce7806765e8c5e053042b0f01e6fe60c28 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Make prop name non-editable

5e0e5d358aae384708ebe6075295895ab6dc0e85 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Save active theme in storage

59922991fe3d9eaf5892bb3d4f35e19c025e1b0c authored about 5 years ago by Marvin Hagemeister <[email protected]>
Add basic newProp design

17efd44e1bbd46f2eac145ffdd3da0fc274cb422 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Improve focus styles

233eb2dbfe04ecb1398558364373e84de60f2a33 authored about 5 years ago by Marvin Hagemeister <[email protected]>
Add reorder children demo

ba1f81b368d962bbafc938c9d755b58d33b62123 authored about 5 years ago by Marvin Hagemeister <[email protected]>