Ecosyste.ms: OpenCollective

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

github.com/preactjs/enzyme-adapter-preact-pure

Preact adapter for the Enzyme UI testing library
https://github.com/preactjs/enzyme-adapter-preact-pure

v1.13.0

c60b8e33b5594ce28b94cce5b571070f8c2fd5ef authored over 5 years ago by Robert Knight <[email protected]>
Merge pull request #36 from preactjs/flush-effects-after-simulated-event

Flush state updates and effects after simulated events

5e42b90a0c42c750843a1fd49057f22968f4c7f0 authored over 5 years ago by Robert Knight <[email protected]>
Flush state updates and effects after simulated events

Discussions on the Enzyme repo suggest that `simulate(...)` is a
semi-deprecated API, but it is ...

aba01ba1961cd8badb5192af334c04f03d2486e1 authored over 5 years ago by Robert Knight <[email protected]>
Fix up last two version numbers in changelog

Add missing patch version number.

1485575a9e95973d94eaddd9c038d5b3f32b5b3f authored over 5 years ago by Robert Knight <[email protected]>
v1.12.0

df9e99e70f614adbea984fb0f4a8c891c0799b1d authored over 5 years ago by Robert Knight <[email protected]>
Merge pull request #34 from preactjs/flush-effects-on-render

Flush effects after initial render

5eaa31e71ccfb65a59ad22229e1b23ab3bd97e14 authored over 5 years ago by Robert Knight <[email protected]>
Flush effects after initial render

Flush any effects scheduled with `useEffect` using the `act` helper
on the initial render.

This...

48fbb27df76dc49dcc98f1400d3aec87fcd7f59b authored over 5 years ago by Robert Knight <[email protected]>
Update repository links

e95a673b6f8e970877ec703d461acd44a86ef2ab authored over 5 years ago by Robert Knight <[email protected]>
v1.11.0

e894c0464ec531b58d9b4cb4df15fc651fffa325 authored over 5 years ago by Robert Knight <[email protected]>
Merge pull request #32 from preactjs/support-attach-to

Support `attachTo` option for mount rendering

1ceffdc7a9960fda15b6b70fd91a5dc20dade1dd authored over 5 years ago by Robert Knight <[email protected]>
Support `attachTo` option for mount rendering

This enables rendering into an existing DOM container element.

See https://airbnb.io/enzyme/doc...

1a6ec4d0afdaed114dd99594cf065b10aaf520e7 authored over 5 years ago by Robert Knight <[email protected]>
v1.10.4

df18cce427299d8e14aff8c01198c8460b8eb46c authored over 5 years ago by Robert Knight <[email protected]>
Merge pull request #31 from robertknight/vnode-children-warning

Fix "warning" when accessing vnode.children in Preact 10

2ebdd87d5a1dec9f920472c8d302fee560a7fc15 authored over 5 years ago by Robert Knight <[email protected]>
Fix "warning" when accessing vnode.children in Preact 10

preact/debug "warns" (currently, throws an error) when accessing
Preact 8 VNode properties (attr...

5db0d67d006825ddb9ebd305a8be6ff4b26ce0b9 authored over 5 years ago by Robert Knight <[email protected]>
Merge pull request #28 from robertknight/dependabot/npm_and_yarn/mocha-6.1.1

Bump mocha from 6.0.2 to 6.1.1

4dc3189260a571512b81f85bb386a9daec744b4a authored over 5 years ago by Robert Knight <[email protected]>
Merge pull request #30 from robertknight/dependabot/npm_and_yarn/@types/sinon-7.0.11

Bump @types/sinon from 7.0.10 to 7.0.11

31a4d5c4609f111b3ba50ca20ca6d502e6384604 authored over 5 years ago by Robert Knight <[email protected]>
Merge pull request #29 from robertknight/dependabot/npm_and_yarn/typescript-3.4.2

Bump typescript from 3.4.1 to 3.4.2

a4408d40a267d775aad4d3d5987c611c34dfd256 authored over 5 years ago by Robert Knight <[email protected]>
Bump @types/sinon from 7.0.10 to 7.0.11

Bumps [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) f...

dd5c341fab3775468759c53f949dc467235d0781 authored over 5 years ago by dependabot[bot] <[email protected]>
Bump typescript from 3.4.1 to 3.4.2

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.4.1 to 3.4.2.
- [Release note...

c2bd4473f619ac077608f4d960827c35f6392239 authored over 5 years ago by dependabot[bot] <[email protected]>
Bump mocha from 6.0.2 to 6.1.1

Bumps [mocha](https://github.com/mochajs/mocha) from 6.0.2 to 6.1.1.
- [Release notes](https://g...

c4472615d259f0bc234a9a537462b64bb08ac627 authored over 5 years ago by dependabot[bot] <[email protected]>
v1.10.3

fdba5121c8ac5bbcd7f64b6b73aa8bcf37b90191 authored almost 6 years ago by Robert Knight <[email protected]>
Merge pull request #27 from robertknight/preact-compat-tests

Run tests against preact-compat, preact/compat

b917366a18f4a29d8af6dc27713cd2457f9ddae3 authored almost 6 years ago by Robert Knight <[email protected]>
Update changelog

3fbb102349cceb32884afcd62c32cb83e013813f authored almost 6 years ago by Robert Knight <[email protected]>
Add a note to the README about preact-compat and functional components

9fa8d9fce5b45c37c6ec3377bc38028d0f380907 authored almost 6 years ago by Robert Knight <[email protected]>
Run tests against preact-compat, preact/compat

- Run integration tests against preact-compat and preact/compat libs
- Add a partial workaroun...

295ffc982d81a3e7f3e61f4fe14ba9211faeeab0 authored almost 6 years ago by Robert Knight <[email protected]>
Merge pull request #24 from robertknight/dependabot/npm_and_yarn/enzyme-3.9.0

Bump enzyme from 3.8.0 to 3.9.0

81d52ce957410f4bf74f8d872d29967e004574f6 authored almost 6 years ago by Robert Knight <[email protected]>
Update test expectations for Enzyme 3.9.0

I believe this has to do with this item in the enzyme 3.9.0 changelog:

```
mount: text() via fi...

f1b8decf93c1e344b93b37553aae9c88b26551fb authored almost 6 years ago by Robert Knight <[email protected]>
Bump enzyme from 3.8.0 to 3.9.0

Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.8.0 to 3.9.0.
...

b8f78599da3e74ee69e98c0b8838b10c1c083780 authored almost 6 years ago by dependabot[bot] <[email protected]>
Merge pull request #25 from robertknight/dependabot/npm_and_yarn/@types/jsdom-12.2.3

Bump @types/jsdom from 12.2.1 to 12.2.3

e8dcf49c26eca5087906bd04c621ee95b1d2eea7 authored almost 6 years ago by Robert Knight <[email protected]>
Merge pull request #22 from robertknight/dependabot/npm_and_yarn/jsdom-14.0.0

Bump jsdom from 13.2.0 to 14.0.0

9a03dff5005b35a39448259c8e05cac511d98638 authored almost 6 years ago by Robert Knight <[email protected]>
Merge pull request #26 from robertknight/dependabot/npm_and_yarn/sinon-7.3.1

Bump sinon from 7.2.3 to 7.3.1

39d6c8c7888ef7fa2c5749d453c714d0b89e3cec authored almost 6 years ago by Robert Knight <[email protected]>
Merge pull request #23 from robertknight/dependabot/npm_and_yarn/typescript-3.4.1

Bump typescript from 3.3.4000 to 3.4.1

c298a02a20ed903d1ec165678d79a8dfbc8a0708 authored almost 6 years ago by Robert Knight <[email protected]>
Bump sinon from 7.2.3 to 7.3.1

Bumps [sinon](https://github.com/sinonjs/sinon) from 7.2.3 to 7.3.1.
- [Release notes](https://g...

629d09cd315cdb1f0a56043e2cddfc66e09078c4 authored almost 6 years ago by dependabot[bot] <[email protected]>
Bump @types/jsdom from 12.2.1 to 12.2.3

Bumps [@types/jsdom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsdom) f...

28bf159700ae71cb3bc42f9f335e4f0c05fd586f authored almost 6 years ago by dependabot[bot] <[email protected]>
Bump typescript from 3.3.4000 to 3.4.1

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.3.4000 to 3.4.1.
- [Release n...

1d71f4814ae5c75006dcc8a43c396bafb761bca8 authored almost 6 years ago by dependabot[bot] <[email protected]>
Bump jsdom from 13.2.0 to 14.0.0

Bumps [jsdom](https://github.com/jsdom/jsdom) from 13.2.0 to 14.0.0.
- [Release notes](https://g...

f5ba1eda9bb15265cc6da9ac1a258009a2bc27bb authored almost 6 years ago by dependabot[bot] <[email protected]>
Update changelog

4cef611e0a3a5097a817c8c50eb0e3283660a50b authored almost 6 years ago by Robert Knight <[email protected]>
v1.10.2

79657946a868a25c87c1f3e0755d8c3ba2eaf34d authored almost 6 years ago by Robert Knight <[email protected]>
Merge pull request #19 from robertknight/dependabot/npm_and_yarn/@types/mocha-5.2.6

Bump @types/mocha from 5.2.5 to 5.2.6

d95ed83930bca4335b888eacc64701f8da2818aa authored almost 6 years ago by Robert Knight <[email protected]>
Merge pull request #20 from robertknight/dependabot/npm_and_yarn/@types/sinon-7.0.10

Bump @types/sinon from 7.0.5 to 7.0.10

a2840c1b44ebd9be07e200645b8c78c31d2c0b5e authored almost 6 years ago by Robert Knight <[email protected]>
Merge pull request #17 from robertknight/dependabot/npm_and_yarn/typescript-3.3.4000

Bump typescript from 3.3.3 to 3.3.4000

634ebe7cb6c593da322eba6cd0a3ab9caa801382 authored almost 6 years ago by Robert Knight <[email protected]>
Merge pull request #18 from robertknight/dependabot/npm_and_yarn/mocha-6.0.2

Bump mocha from 5.2.0 to 6.0.2

fd229ac9d6ca8dd13bd3d5dd86e83e0dbd51ead8 authored almost 6 years ago by Robert Knight <[email protected]>
Merge pull request #16 from robertknight/dependabot/npm_and_yarn/ts-node-8.0.3

Bump ts-node from 8.0.2 to 8.0.3

4535c43f19ca9429eb8242d71d46d7c4112af2fa authored almost 6 years ago by Robert Knight <[email protected]>
Bump @types/sinon from 7.0.5 to 7.0.10

Bumps [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) f...

8d3c1d9ada6374cdf6178009efb328f4e9e0e415 authored almost 6 years ago by dependabot[bot] <[email protected]>
Bump @types/mocha from 5.2.5 to 5.2.6

Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) f...

180551d636dbe15530808db954142f7e061f6e24 authored almost 6 years ago by dependabot[bot] <[email protected]>
Bump mocha from 5.2.0 to 6.0.2

Bumps [mocha](https://github.com/mochajs/mocha) from 5.2.0 to 6.0.2.
- [Release notes](https://g...

5b0e119b3ba41bb8bc7016e7e1fa81be18f2f4ff authored almost 6 years ago by dependabot[bot] <[email protected]>
Bump typescript from 3.3.3 to 3.3.4000

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.3.3 to 3.3.4000.
- [Release n...

ea5dd2f475d2d5b97117a82ca9816b074ed08c2c authored almost 6 years ago by dependabot[bot] <[email protected]>
Bump ts-node from 8.0.2 to 8.0.3

Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 8.0.2 to 8.0.3.
- [Release notes](ht...

d84f92699669c0d6767f57f7cc6dc4711385f404 authored almost 6 years ago by dependabot[bot] <[email protected]>
Merge pull request #15 from robertknight/host-node-text

Fix exception when `wrapper.text()` is called on a text node wrapper

63be42dace85556bb3990d92d76036a202f536fc authored almost 6 years ago by Robert Knight <[email protected]>
Fix exception when `wrapper.text()` is called on a text node wrapper

The output is not what would intuitively be expected, but it matches the
outputs from the React ...

3eb7389e01f6817835ddcdab258c55958cd6231a authored almost 6 years ago by Robert Knight <[email protected]>
Add a note to the README about usage with preact/compat

f77fcbc6e6f7613be494b51ee0332bd8dfcff9fd authored almost 6 years ago by Robert Knight <[email protected]>
v1.10.1

84c175a45b2eaae9ec42f63cd75f3dade8dc0011 authored almost 6 years ago by Robert Knight <[email protected]>
v1.10.0

c56db75fcc93052b5c5e65e93eb8eb0a1e789b48 authored almost 6 years ago by Robert Knight <[email protected]>
Merge pull request #14 from robertknight/preact-compat-fixes

Fix compatibility with preact/compat

6cf25a93a774d763135c1ea725cb6bbda66401b1 authored almost 6 years ago by Robert Knight <[email protected]>
Update changelog

ebbcb245b6ff719147f454f1399dc2b20cf97cf7 authored almost 6 years ago by Robert Knight <[email protected]>
Make the adapter class a default export

When the export name was changed to `Adapter` the intent was to make it
a drop-in replacement fo...

9cbd0a235e387e25c210bc002f1e3896963d01e3 authored almost 6 years ago by Robert Knight <[email protected]>
Remove `instanceof Component` check

This check breaks if the application is using preact/compat, in which
case VNodes created by the...

c921af3162deca6076d12b2be57f2a3af998a412 authored almost 6 years ago by Robert Knight <[email protected]>
Upgrade Preact 10 to v10.0.0-alpha.2

49faeba5728c9d1d5e6d12a3228dc96a7ccdf113 authored almost 6 years ago by Robert Knight <[email protected]>
v1.9.0

89e4743fec86bda21b15a21949436f5ed5840dbb authored almost 6 years ago by Robert Knight <[email protected]>
Merge pull request #12 from robertknight/rename-adapter

Rename the package's main export to Adapter

5400804e78eb7ef4622b136afca82855c5317b5d authored almost 6 years ago by Robert Knight <[email protected]>
Rename the package's main export to Adapter

Rename the main export for consistency with the React adapter packages.
This should make it poss...

20985e379cfef85a81e254019c30798f783e9614 authored almost 6 years ago by Robert Knight <[email protected]>
v1.8.0

4b3336c12ed824b53acf29b984be69264b03efde authored almost 6 years ago by Robert Knight <[email protected]>
Merge pull request #11 from robertknight/rename-preact-internals-2

Rename functions for accessing render output

bcb0a3ccfe5b87c220bc78d47fface97d831280c authored almost 6 years ago by Robert Knight <[email protected]>
Remove an unnecessary comment

c51926af09f296e9dd01a8821a57a8ad50d6e69b authored almost 6 years ago by Robert Knight <[email protected]>
Rename functions for accessing render output

Split the function for accessing VNode rendered into a container and
getting the last vnode rend...

be2c596fa0ad7f89a74b0843110930d01854383b authored almost 6 years ago by Robert Knight <[email protected]>
Further reduce the surface area of code dealing with private Preact properties

Ensure that we avoid referencing internal properties of Preact objects
as much as possible.

f3855efc1652f9002f9e0162f2e9796cf53a461c authored almost 6 years ago by Robert Knight <[email protected]>
Merge pull request #10 from robertknight/rename-preact-internals

Rename Preact version-specific modules to include major version

a006f69bd0087bd97c4676f9bbc0c07a8d641caa authored almost 6 years ago by Robert Knight <[email protected]>
Rename Preact version-specific modules to include major version

Rename these modules to make it clearer which version(s) of Preact they
deal with.

3ca38ebccb2d0c48f0341a42d369a35d214d456c authored almost 6 years ago by Robert Knight <[email protected]>
Merge pull request #9 from robertknight/encapsulate-preact-internals

Encapsulate access to Preact internals

d8b6a25c4e5b4e48383d8f868c17af47cf6559a7 authored almost 6 years ago by Robert Knight <[email protected]>
Upgrade Preact 10 to 10.0.0-alpha.1

923d8b8d7b77b21630e35b1f7aba2c9a6a82255a authored almost 6 years ago by Robert Knight <[email protected]>
Encapsulate access to internal properties of Preact types

Only access internal properties of Preact types (`__[a-z]`) in
preact-internals.ts (for Preact 1...

0035c6cf4f02441a0214128c2bc44f450dcce9c2 authored almost 6 years ago by Robert Knight <[email protected]>
Add command to run tests under Preact 10 locally

301c74773b49453745c268760fcd82a105900e09 authored almost 6 years ago by Robert Knight <[email protected]>
v1.7.1

a8250bef303319449353627ef1bfe1c56a1f9608 authored almost 6 years ago by Robert Knight <[email protected]>
Merge pull request #8 from robertknight/fix-preact10-dep

Mark Preact 10 as a dev dependency rather than a runtime dependency

392cc0efbe4040bdea94c7aa19ad292b7002bdf4 authored almost 6 years ago by Robert Knight <[email protected]>
Mark Preact 10 as a dev dependency rather than a runtime dependency

Also fix a typo in the version number, which failed to break the CI
build!

0476de693ecfa0b66a1e4d5b2684b8e1b7ee83f1 authored almost 6 years ago by Robert Knight <[email protected]>
Merge pull request #7 from marvinhagemeister/fix_repo_link

Fix repo link in package.json

7280d512118df000238e558da2092f301c1817bc authored almost 6 years ago by Robert Knight <[email protected]>
Fix repo link in package.json

e41096e6199431e4bcb55cd88d1a41ba715e9cc1 authored almost 6 years ago by Marvin Hagemeister <[email protected]>
v1.7.0

e3d77da5d61de6e4ab214c3d0ed9b488eb8e9867 authored almost 6 years ago by Robert Knight <[email protected]>
Merge pull request #6 from robertknight/preact10-update

Update Preact 10 support

cb40d1344f371e51968d941329b1a12e576f8d19 authored almost 6 years ago by Robert Knight <[email protected]>
Run Travis tests against the Preact 10 alpha.

Run tests against both the stable and next versions of Preact.

3942a57deb2c05391d5053ec9e060d0f0ec71235 authored almost 6 years ago by Robert Knight <[email protected]>
Support current version of Preact 10

- The `_constructor` fields on `Component` instances for functional
components was removed. ...

c953897158050a2154cb21a7fa8f8612547bfaa5 authored almost 6 years ago by Robert Knight <[email protected]>
Make context and callback arguments to EnzymeRenderer#render optional

Looking at calls to the `render` method in Enzyme's code and tests, it
is clear that these argum...

af77ce190b768acb3af3a378398c4f11b78af4eb authored almost 6 years ago by Robert Knight <[email protected]>
v1.6.0

f54a3b0ec7e0b7d86bb943aae31e1cc05095fc88 authored almost 6 years ago by Robert Knight <[email protected]>
Merge pull request #5 from robertknight/element-to-node

Support methods of Enzyme wrappers which accept JSX trees as arguments

fa035e1b23b2357cc468046919adce6f9206027a authored almost 6 years ago by Robert Knight <[email protected]>
Support methods of Enzyme wrappers which accept JSX trees as arguments

Implement the `elementToNode` adapter method. This enables the adapter to
support Enzyme wrapper...

1627b7932881d46a6dbd7e8ccb962abbe30c3f76 authored almost 6 years ago by Robert Knight <[email protected]>
Fill in gaps in the typings for EnzymeAdapter

- Mark required methods as abstract so the compiler can check for
missing implementations
-...

d5c4c0c51710629bb03444e37e3dc1271af57869 authored almost 6 years ago by Robert Knight <[email protected]>
v1.5.0

3bc57201e942ee23cb9fce145b9d205852284e5c authored almost 6 years ago by Robert Knight <[email protected]>
Merge pull request #3 from robertknight/shallow-render-root

Make shallow-rendering behaviour more consistent with React

fd9d0f4dd3b9538978a0d2cd61d464dfdb2bf6db authored almost 6 years ago by Robert Knight <[email protected]>
Render children of shallow-rendered components

React shallow rendering outputs the children of shallow-rendered
components. In other words:

``...

d089bbe11b94b9d765bd511cef8ab82573ed295c authored almost 6 years ago by Robert Knight <[email protected]>
Apply shallow rendering to VNode tree passed to `shallow()`

Previously the VNode modifications to make components shallow-render was
only applied to the ren...

90c52ecd98f2006a1a48d41c3f3c1dde4782ac87 authored almost 6 years ago by Robert Knight <[email protected]>
Merge pull request #4 from robertknight/simulate-error

Support simulating errors in full and shallow rendering

8aaf5d035fbf5e82da5226467930eecc6c502718 authored almost 6 years ago by Robert Knight <[email protected]>
Support simulating errors in full and shallow rendering

In order to make error simulation behave realistically, the
implementation works by temporarily ...

e71162db297b3fa35d255bb968a09bc68e634128 authored almost 6 years ago by Robert Knight <[email protected]>
v1.4.0

83ad130f6eeefe3d9da12ed83a07249a603ed33f authored almost 6 years ago by Robert Knight <[email protected]>
Merge pull request #2 from robertknight/fragments-v2

Support fragments

4047728f45e334710f0cc893e5462baccf184040 authored almost 6 years ago by Robert Knight <[email protected]>
Support fragments

Add support for fragments. The handling of fragments differs between full and
shallow rendering ...

5b2e05f685a3a4b14900451f7ea812754fbc2631 authored almost 6 years ago by Robert Knight <[email protected]>
v1.3.0

8fb1a2922403371df53bf3562862ff0118b0d92f authored almost 6 years ago by Robert Knight <[email protected]>
Fix error when component renders `null`

1651e22216666f1ef2a4dcd11274adde220d239f authored almost 6 years ago by Robert Knight <[email protected]>
Merge pull request #1 from robertknight/preact10

Support Preact X

4d57eaaf48bb861026cf5213337e00734d812237 authored almost 6 years ago by Robert Knight <[email protected]>
Small cleanups in RST tests

- Remove unnecessary object spreads
- Remove a test that duplicated other tests

29423aff64652341cbada10b0fad51b304dfe361 authored almost 6 years ago by Robert Knight <[email protected]>
Update mocha test name to match name of tested function

8b6521d76087289439f29dfb43a52f13a8a0d4c7 authored almost 6 years ago by Robert Knight <[email protected]>