Releases: soldotno/react-abtest
Releases · soldotno/react-abtest
v5.0.0
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
Breaking changes
- Rename
ExperimentRandomWeighedVariable
to experimentRandomWeighedGroup
- Rename
ExperimentUniqueIdWeighedVariable
to experimentUniqueIdWeighedGroup
- Dependency updates
New features
- Implement
experimentRandomGroup
- Implement
experimentUniqueIdGroup
v3.1.1
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
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
Bugfixes
- Fixes bugs in ExperimentRandomWeighed and ExperimentRandomWeighedUniqueId
v3.0.1
Bugfixes
- Fixes bug in ExperimentRandomWeighed
v3.0.0
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
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
- Add ExperimentRandomWeighed