2.4.1 (2018-03-16)
- Fixes issue calling Custom Vendor API method with no arguments (#59) (e8dbf85)
2.4.0 (2017-11-14)
- Remove multiple instance check (41b7bfa)
2.3.2 (2017-06-27)
- Fix for IE console log error with SVG parentNode (#46) (51ff8a5)
2.3.1 (2017-05-22)
- Fix warning when using PropTypes via main package (fix #39) (#43) (03a4c4)
- Support ie10 quirks mode (#41) (56ba30)
2.3.0 (2017-02-23)
- support aggregating metrics data within 'MetricsElement' (dc976a3)
2.2.3 (2016-10-31)
- Don't throw invariant error for missing pageView api when
enabled
is set tofalse
in the co (e820662)
2.2.2 (2016-10-22)
- Republish as 2.2.2
2.2.1 (2016-10-18)
- Allow merging pageDefaults data into declarative tracking data (fd1c8bb)
2.1.1 (2016-09-20)
- Prevent possible memory leaks on the server (777a551)
2.1.0 (2016-08-09)
- MetricsElement: add MetricsElement component (b7c108e)
2.0.0 (2016-05-16)
- build: remove polyfill and add umd build(cabf6c3)
- build: remove polyfill and depend on the parent project to include the polyfill
1.2.1 (2016-04-15)
- dependency: Bump react to v15 (d6ca28d)
1.1.1 (2016-04-14)
- package: Fix react dependency (aee0c8d)
1.1.0 (2016-02-29)
- babel: Upgrade Babel to 6 (10b4e90)
Table of Contents generated with DocToc
Bugfixes:
- Avoid invariant error when server caches modules
- Fix typo in examples
Features:
- Initial release