Skip to content

Releases: soldotno/react-abtest

v5.0.0

07 Jan 07:11
Compare
Choose a tag to compare

Breaking changes

  • Move react, react-dom and prop-types from dependencies to peerDependencies and devDependencies.
  • Support react >=16.0.0
  • Support react-dom >=16.0.0
  • Support prop-types >=15.5.0

v4.0.0

25 Jul 18:58
Compare
Choose a tag to compare

Breaking changes

  • Rename ExperimentRandomWeighedVariable to experimentRandomWeighedGroup
  • Rename ExperimentUniqueIdWeighedVariable to experimentUniqueIdWeighedGroup
  • Dependency updates

New features

  • Implement experimentRandomGroup
  • Implement experimentUniqueIdGroup

v3.1.1

24 Jan 14:23
41fc0f5
Compare
Choose a tag to compare

Dependency updates

 prop-types        15.6.0  →  15.6.2 
 react             16.2.0  →  16.7.0 
 react-dom         16.2.0  →  16.7.0 
 babel-preset-env   1.6.1  →   1.7.0

v3.1.0

16 May 10:12
Compare
Choose a tag to compare

New features

  • Adds two new functions: ExperimentRandomWeighedVariable and ExperimentUniqueIdWeighedVariable. These are similar to ExperimentRandomWeighed and ExperimentUniqueIdWeighed, but instead of rendering a component, they just returns the group the user is placed in.

v3.0.2

16 Mar 13:56
9d5b08b
Compare
Choose a tag to compare

Bugfixes

  • Fixes bugs in ExperimentRandomWeighed and ExperimentRandomWeighedUniqueId

v3.0.1

16 Mar 13:31
15ec359
Compare
Choose a tag to compare

Bugfixes

  • Fixes bug in ExperimentRandomWeighed

v3.0.0

22 Feb 10:53
7b2d5f4
Compare
Choose a tag to compare

Breaking changes

  • Returns VariantComponent instead of <VariantComponent />
  • Dependency upgrades

New features

  • Adds the possibility to pass in a logging function. Useful for logging test data.

Bugfixes

  • Fixes bug in ExperimentRandomWeighed

v2.0.0

09 Jun 12:48
Compare
Choose a tag to compare

Breaking changes

  • New hash algorithm. This will place users in new groups for ongoing tests of type ExperimentUniqueId.

New features

  • Add ExperimentUniqueIdWeighed

v1.1.0

08 Jun 10:24
Compare
Choose a tag to compare
  • Add ExperimentRandomWeighed

v1.0.0

08 Jun 09:07
Compare
Choose a tag to compare
Initial commit