Skip to content

Releases: ctrlplusb/react-component-queries

v2.3.0

26 Mar 14:14
Compare
Choose a tag to compare

Minor Changes

  • React v16 support + testing: fe16a81

Patches

  • Fix repo and homepage links: 770afc8
  • Updates deps and switches to prettier + eslint.: 5279a50
  • Migrates to rollup and yarn.: 8a5cd84
  • Updates peer deps.: 1c078f0

Huge thanks to @evan-scott-zocdoc and @stipsan for their help!

2.2.0

26 Jul 20:39
Compare
Choose a tag to compare

Big thanks to @hoschi for this release 👏

Minor Changes

  • Pass though sizeMe config prop 'noPlaceholder': 75fbc77

Patches

  • Fix mergeWith to keep 'falsy' properties from right side: 341b65e

2.1.3

19 Jun 13:24
Compare
Choose a tag to compare

Patches

  • Force react-sizeme to be at least 2.3.2: b110d04
  • Update to use PropTypes from prop-types package: c812f8e
  • Fixed metadata shields: 3af28b0
  • Merge pull request #84 from oyeanuj/patch-1: 72f81b0
  • Merge pull request #83 from xaviervia/master: 97736ed

2.1.1

12 Sep 21:56
Compare
Choose a tag to compare

<a name"2.1.1">

2.1.1 (2016-09-12)

Bug Fixes

2.1.0

12 Sep 21:43
Compare
Choose a tag to compare

<a name"2.1.0">

2.1.0 (2016-09-12)

Features

  • react-sizeme: Exposes new configuration option for react-sizeme. (ab0f8eca)

2.0.1

05 Sep 20:58
Compare
Choose a tag to compare

<a name"2.0.1">

2.0.1 (2016-09-05)

Small Changes

  • component: A static WrappedComponent prop has been added to the HOC to aid testing. Additionally the "conflictResolver" has been "moved" to the new "config" prop. The old parameter pass through method still works but can be considered deprecated. (50fbbbbb)

2.0.0

01 Sep 14:03
Compare
Choose a tag to compare

<a name"2.0.0">

2.0.0 (2016-09-01)

Breaking Changes

  • This is a partially breaking change that I don't expect will affect most users. I have extended the HOC so that it acts like a pure component. In doing so it checks to see if either the result of the queries are new or new additional props have been passed into your wrapped component. The render then only fires if one of these conditions were met. You can override this behaviour by using the new complex configuration option:
    componentQueries({ queries: [...], config: { pure: false }})
    The new config prop includes the pure option as shown above as well as all the properties from the sizeMeConfig configuration prop (which is to be deprecated).

    (1a52dfe9)

1.1.0

01 Sep 13:54
Compare
Choose a tag to compare

<a name"1.1.0">

1.1.0 (2016-09-01)

Bug Fixes

  • Adds a helpful displayName to the HOC wrapped component. (01d61485)

Features

  • queries: Expose "props" to the query functions. (538b46b9)

1.0.8

25 Aug 10:13
Compare
Choose a tag to compare

<a name"1.0.8">

1.0.8 (2016-08-25)

Bug Fixes

  • Fixes the project build by addressing some issues introduced by the eslint upgra (106d593b)

1.0.7

23 Aug 14:46
Compare
Choose a tag to compare

<a name"1.0.7">

1.0.7 (2016-08-23)

Bug Fixes