Skip to content

Latest commit

 

History

History
160 lines (71 loc) · 4.02 KB

CHANGELOG.md

File metadata and controls

160 lines (71 loc) · 4.02 KB

2.4.1 (2018-03-16)

Bug Fixes

  • Fixes issue calling Custom Vendor API method with no arguments (#59) (e8dbf85)

2.4.0 (2017-11-14)

Bug Fixes

  • Remove multiple instance check (41b7bfa)

2.3.2 (2017-06-27)

Bug Fixes

  • Fix for IE console log error with SVG parentNode (#46) (51ff8a5)

2.3.1 (2017-05-22)

Bug Fixes

  • Fix warning when using PropTypes via main package (fix #39) (#43) (03a4c4)
  • Support ie10 quirks mode (#41) (56ba30)

2.3.0 (2017-02-23)

Features

  • support aggregating metrics data within 'MetricsElement' (dc976a3)

2.2.3 (2016-10-31)

Bug Fixes

  • Don't throw invariant error for missing pageView api when enabled is set to false in the co (e820662)

2.2.2 (2016-10-22)

  • Republish as 2.2.2

2.2.1 (2016-10-18)

Features

  • Allow merging pageDefaults data into declarative tracking data (fd1c8bb)

2.1.1 (2016-09-20)

Performance Improvements

  • Prevent possible memory leaks on the server (777a551)

2.1.0 (2016-08-09)

Features

  • MetricsElement: add MetricsElement component (b7c108e)

2.0.0 (2016-05-16)

Code Refactoring

  • build: remove polyfill and add umd build(cabf6c3)

BREAKING CHANGES

  • build: remove polyfill and depend on the parent project to include the polyfill

1.2.1 (2016-04-15)

Features

  • dependency: Bump react to v15 (d6ca28d)

1.1.1 (2016-04-14)

Bug Fixes

  • package: Fix react dependency (aee0c8d)

1.1.0 (2016-02-29)

Features

  • babel: Upgrade Babel to 6 (10b4e90)

Table of Contents generated with DocToc

1.0.1

Bugfixes:

  • Avoid invariant error when server caches modules
  • Fix typo in examples

1.0.0

Features:

  • Initial release