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

Disable rendering on unmount /cc @Madumo

github.com/preactjs/preact - e93e81a648d6eec6afe97d74bd9ae574c78c2bd0 authored over 8 years ago
Merge branch 'merge-trashhalo-hooks-direct-call'

github.com/preactjs/preact - 5d3a5085d75aa35381cc703c9994b15f90c699c5 authored over 8 years ago
remove last few hook() invocations + optionsHook()

github.com/preactjs/preact - 0ae23620f3a3b53f6b9209aa13d0e5b37674e7e4 authored over 8 years ago
developit feedback. one line ifs. removing more hooks

github.com/preactjs/preact - 6ca20d958b26e586f974479f45784a08dd97897f authored over 8 years ago
Imporving performance by making direct calls to hook objects

github.com/preactjs/preact - 98c67e93d103584727ec8385491fb4adc0459902 authored over 8 years ago
Add test for #232

github.com/preactjs/preact - a3cf22dfa6f6d39b29171491bf4c0d01580096ae authored over 8 years ago
Fix keyed node removal issue noted by @localvoid (thanks!). This actually ended up being the same as @kruczy pointed out, so this fixes #235 (hooray!)

github.com/preactjs/preact - e2f27c1f9aee348289c0e1b8e4b335c38d5e5989 authored over 8 years ago
Amends "Object.defineProperty" instances, making them "configurable". This resolves issues with using hot reloading techniques provided by tools such as Webpack. (#122)

github.com/preactjs/preact-compat - 0acb01ec49c429f79049d4f0f45b93648958e981 authored over 8 years ago
Added custom element from demo app

github.com/preactjs/preact-custom-element - fe02028c480c9d7b93fbf30363b60b1f9f399581 authored over 8 years ago
Merge branch 'master' of github.com:bspaulding/preact-custom-element

github.com/preactjs/preact-custom-element - 9f28a6aa54c9b498c2ce678ec084cebbad6628fa authored over 8 years ago
Remove preact-svg, add utility libraries (#236)

github.com/preactjs/preact - 6c9b12600c3e66730d9441c062488517d148be57 authored over 8 years ago
Better offline support

github.com/preactjs/preact-www - 2703082954bb554848884ca6290b8b32bb4d8b31 authored over 8 years ago
chore(package): update preact to version 5.3.1 (#54)

https://greenkeeper.io/

github.com/preactjs/preact-router - cb2f866fff978c18c5c66c0f286dae1e5fed09f8 authored over 8 years ago
Render docsearch into `<body>` so preact doesn't recycle its DOM 😂

github.com/preactjs/preact-www - 9a80b0af1189b93174ef45b7f0d7d5e456aa7899 authored over 8 years ago
Add a toolbar to the REPL with an examples list (currently just one example) and a Share button that auto-copies URLs to clipboard.

github.com/preactjs/preact-www - 22953d7f0f2472d2ddd97f7f10ecb678ed5c225c authored over 8 years ago
Update to Preact 5 + preact-router 2

github.com/preactjs/preact-www - c8965e70450a4e58a24bc48871e49ebae1da23e5 authored over 8 years ago
Update dependencies and build job.

github.com/preactjs/preact-www - 1e41bce2b565eaf3cacbcae25be5863379ccb4bf authored over 8 years ago
Slight tweak to component recycling. This fixes the preact website's REPL, and didn't affect performance.

github.com/preactjs/preact - 0a7e3b0eea15be4fd01130c48e304c77d6d24938 authored over 8 years ago
as of `2.0`, `preact-compat` requires preact `>=5`

github.com/preactjs/preact-compat - cc71879184e195c82006e930559b6f55125abd1a authored over 8 years ago
Update to preact 5, drop now unnecessary preact-svg dependency.

github.com/preactjs/preact-compat - 7870d53598f683d154cb5afc11ac46daa35c5b6a authored over 8 years ago
Include numeric refs in string ref shim

github.com/preactjs/preact-compat - 7688319a62509c705bb0b8328083bd18595739aa authored over 8 years ago
Tweak opinionated optimization of component recycling: recursively break down trees by default since performance seems better.

github.com/preactjs/preact - 7dad02060cf2c07e8dc604ac45e528cd7b9a21c0 authored over 8 years ago
Avoid key lookup if there are no children to be compared with

github.com/preactjs/preact - 8a1b5acf064f55161aed7d12cdf9cae8310a3889 authored over 8 years ago
Fix possible issue when re-rendering an element with a style object that was previously rendered using a style string.

github.com/preactjs/preact - cf855a9b477241dde1c64645eb40efcac91535fc authored over 8 years ago
Drop `memoize()`, since it's now only used for `toLowerCase()` and can be simply inlined.

github.com/preactjs/preact - 5be48c77301830a6b787c383d92b735511ba17c8 authored over 8 years ago
BOOM 🎇 Style objects now have a lightning fast pipeline out to the DOM. Fixes #228! (+ more tests to cover switching between various style types)

github.com/preactjs/preact - a5b286b0affa2282f70e9834a05095a15a00166b authored over 8 years ago
Inline single-use `getKey()` in such a way that it doesn't deopt the rest of the diff.

github.com/preactjs/preact - 21ae8c855a5f4dbe399c7d176a50a6f2b83150fd authored over 8 years ago
Inline an unnecessarily factored out diff method to reduce stack depth

github.com/preactjs/preact - 92d54496b2e5bbfb74f58046442453a58e607e78 authored over 8 years ago
Size & performance optimizations for `isSameNodeType()`.

github.com/preactjs/preact - bd3b6f096fa002123a54cf6ceace9b0c95e00cbe authored over 8 years ago
When recycling components, move `base` to `nextBase` to prevent later incorrectly treating components as already-mounted upon reuse. /cc @kruczy @madumo

github.com/preactjs/preact - 515dac5b0e78936df27518340239604208628243 authored over 8 years ago
Add a few more permutations of lifecycle tests

github.com/preactjs/preact - 0fc99d2551cfc72c75352dc54e5679fdd7632bf0 authored over 8 years ago
Add preact-flyd. Fixes #16 /cc xialvjun

github.com/preactjs/preact-www - 1ef91c784731b2d2e5439626c90f34cee24a7538 authored over 8 years ago
chore(package): update rollup to version 0.34.1 (#52)

https://greenkeeper.io/

github.com/preactjs/preact-router - 5f18aa40b41a5cf8545054258420c1db4a055748 authored over 8 years ago
Tests for `createClass({ statics })`

github.com/preactjs/preact-compat - 714b75b2d7adc6639974f0369135db6eb44877d1 authored over 8 years ago
Add support for `statics` in `createClass()`, which was missing and the likely cause of the remainder of the issues in #47! (see https://facebook.github.io/react/docs/component-specs.html#statics).

github.com/preactjs/preact-compat - 81a0315c89476504533202981b1fc893314b0778 authored over 8 years ago
Remove optionalDependencies (see insin/nwb#124)

github.com/preactjs/preact-compat - ce956f017602a35b77274e201808486ffa9bf5ff authored over 8 years ago
Merge pull request #15 from timdorr/patch-1

Remove setState not being async

github.com/preactjs/preact-www - f24ff505e956eaa485d988648751b62de17165b3 authored over 8 years ago
Remove setState not being async.

github.com/preactjs/preact-www - 76e0f7e210d4e2837d0966212cffa9b2ab25eacf authored over 8 years ago
chore(package): update eslint to version 3.0.0 (#50)

https://greenkeeper.io/

github.com/preactjs/preact-router - 6da4558e58491bd142aad36746944df36447c46c authored over 8 years ago
Update preact-render-to-string to ignore children attributes

github.com/preactjs/preact-compat - 0f2e4254d286a09cb310850b97d3658622e7e03a authored over 8 years ago
Skip children, key and ref attributes

github.com/preactjs/preact-render-to-string - 528b90dbd14c0fdc6da048f2a2e06bbc59368b03 authored over 8 years ago
Fix `props.children` alias. This will likely break some stuff in Preact 4.8, so there'll be a patch update in Preact for that (or just use preact 5+). AFAIK this is the last thing needed to fix support for react-router (#47) /cc @kay-is

github.com/preactjs/preact-compat - 589c700af26bb82db3c25e230879df5489373d01 authored over 8 years ago
Some libraries parse the version as semver. (#107)

Use the current React semver.

github.com/preactjs/preact-compat - e769ddfced88a8c8916807d4117c25072a89dbca authored over 8 years ago
Export version="preact", as suggested by @ngasull in developit/preact#168

github.com/preactjs/preact-compat - a304bbed63bc0b6cc9da10dd38e90642c1f6fceb authored over 8 years ago
Run tests against Preact 5 :)

github.com/preactjs/preact-compat - d6285c95c0a01ad1136926350ef7fd59cd88b0df authored over 8 years ago
Clone attributes prior to patching if inextensible (fixes #105)

github.com/preactjs/preact-compat - 2010007f73e9a3d99be4d74a7b7eac0f67f6722f authored over 8 years ago
Merge pull request #14 from developit/snyk-fix-d5c17bc3

[Snyk] Fix for 1 vulnerable dependency path

github.com/preactjs/preact-www - 64e85a56d3eeefe7adbb8a62f5ba14efa6ec3031 authored over 8 years ago
Update package.json

github.com/preactjs/preact-www - c51269843aa07aa596cf0206473e8da9e0557824 authored over 8 years ago
fix: package.json & .snyk to reduce vulnerabilities

github.com/preactjs/preact-www - 21259d0181a3434772dfaae54cae2cd15313b018 authored over 8 years ago
Update index.less

github.com/preactjs/preact-www - 909381f292f4a9b40aa321e4267a06e6431f574a authored over 8 years ago
Update index.less

github.com/preactjs/preact-www - 709d5c4dc7aa561805df0d72b78ccb3dc105c182 authored over 8 years ago
chore(package): update rollup to version 0.33.0 (#46)

https://greenkeeper.io/

github.com/preactjs/preact-router - acecf747243e29909263637779e6e3c38ecf235f authored over 8 years ago
Merge pull request #45 from developit/greenkeeper-karma-1.0.0

Update karma to version 1.0.0 🚀

github.com/preactjs/preact-router - ba76faa35020000c0cc5d2d983812c33823e0551 authored over 8 years ago
chore(package): update karma to version 1.0.0

https://greenkeeper.io/

github.com/preactjs/preact-router - 93b4401e1e20e4ff1cb5da2fceb130caa88ae45a authored over 8 years ago
Size optimizations, cuts the build down to 2.3kb.

github.com/preactjs/preact-compat - f44a77ec210bf1635592f3c2f001134fece5563b authored over 8 years ago
Merge pull request #44 from developit/greenkeeper-rollup-0.32.0

Update rollup to version 0.32.0 🚀

github.com/preactjs/preact-router - 75decc97bc604bcf8ead4e7a6a857272aa255a97 authored over 8 years ago
chore(package): update rollup to version 0.32.0

https://greenkeeper.io/

github.com/preactjs/preact-router - d198d71383cbee96003d678aeadfb5765ccd19da authored over 8 years ago
Fix `cloneElement()` to match Preact and React's version. Fixes #72.

github.com/preactjs/preact-compat - dad195ee88b58ee4286f5c82c6a93b5a73a23bec authored over 8 years ago
Alias `props.children` to emulate React's behaviour. Should fix #47.

github.com/preactjs/preact-compat - e18c22274ecf2f2b4f386bbe237eb4397103ea98 authored over 8 years ago
Update devDependencies

github.com/preactjs/preact-compat - 8f773ddd3444444356e28d344ce3d0effc41124e authored over 8 years ago
Allow preact 5 (see developit/preact#194)

github.com/preactjs/preact-compat - 1a0c99129961dca1e1ca2042c31712123f62a74f authored over 8 years ago
Update dependencies, fix offline-plugin usage to correct safari appcache recursion issue

github.com/preactjs/preact-www - 3c17a17d8f9889b7b84e18e6e193cf0213d905c8 authored over 8 years ago
Prefetch current page

github.com/preactjs/preact-www - 9c6048c2630028aa0677a43cc4f5aec1add82357 authored over 8 years ago
Merge pull request #13 from sourcesoft/patch-1

remove repeated words

github.com/preactjs/preact-www - 9b9cbbe2194412dca09f0660135addfd31c14177 authored over 8 years ago
remove repeated words

github.com/preactjs/preact-www - 9c17f430b677989d8aadfd91ae056108f1c0399e authored over 8 years ago
Merge pull request #43 from developit/greenkeeper-rollup-0.31.2

Update rollup to version 0.31.2 🚀

github.com/preactjs/preact-router - 8b00c39e19cd770169174303fc6890332a0372cd authored over 8 years ago
Merge pull request #12 from developit/class-property-methods

Update last example to use class property method initializers. Fixes #7.

github.com/preactjs/preact-www - 1d25f8a1c943a5147c0b9060518d1905e0f6fce0 authored over 8 years ago
Update last example to use class property method initializers. Fixes #7.

github.com/preactjs/preact-www - 446196575dab3dc0f95562361518d248cff61dca authored over 8 years ago
Merge pull request #11 from developit/document-react-versions

Add current & previous versions. Fixes #8

github.com/preactjs/preact-www - aeafae1f2bac5ea4a78c2a88428d8d21361acc52 authored over 8 years ago
Add current & previous versions. Fixes #8

github.com/preactjs/preact-www - 7a278c7ceb64282d4b5ac7e9b7ba45c54974974b authored over 8 years ago
Merge pull request #10 from developit/height-100

Use % for app height

github.com/preactjs/preact-www - 4cdf896f144a8123872f5b8ef490acae63880252 authored over 8 years ago
Use % for app height

github.com/preactjs/preact-www - 3d1e59258fc09199ed62c558e14137762df12654 authored over 8 years ago
Merge pull request #9 from amilajack/patch-1

Fixed height issue preventing repl from being usable

github.com/preactjs/preact-www - 6e3d0271897f5b43e3d3b811184915a436a409d1 authored over 8 years ago
Fixed height issue preventing repl from being usable

github.com/preactjs/preact-www - e9ebb4f0736f92082b320a6690b244912b2224c8 authored over 8 years ago
chore(package): update rollup to version 0.31.2

https://greenkeeper.io/

github.com/preactjs/preact-router - fb36ea45a57cba3bebee4e2eed6dfede2199e3b9 authored over 8 years ago
Merge pull request #40 from developit/greenkeeper-rollup-0.30.0

Update rollup to version 0.30.0 🚀

github.com/preactjs/preact-router - 79540cf3901abc8973e3d9faff37bb6b342afd41 authored over 8 years ago
chore(package): update rollup to version 0.30.0

https://greenkeeper.io/

github.com/preactjs/preact-router - b2caf09a48a259ed4c7c03333b31640d6dc8a836 authored over 8 years ago
Merge pull request #39 from developit/greenkeeper-rollup-0.29.1

Update rollup to version 0.29.1 🚀

github.com/preactjs/preact-router - ae0790ab1e84819b36db10866ce34b3562ae3602 authored over 8 years ago
chore(package): update rollup to version 0.29.1

https://greenkeeper.io/

github.com/preactjs/preact-router - cfe1956f46227524fe0aa20708b01694045e2723 authored over 8 years ago
Set Component.prototype.isReactComponent (#62)

React Hot Loader 3 uses React Proxy which relies on `isReactComponent` flag
set on `React.Compo...

github.com/preactjs/preact-compat - c4f91a4e51cc00f1aa2e4152d7e86b40971d1839 authored over 8 years ago