diff --git a/CHANGELOG.md b/CHANGELOG.md index 763da89675ba6ded97e16e72505e5a776aee2dba..62e9acea177bf7ef32728040198a2010a46ba9f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,30 +1,42 @@ -# [1.0.0](https://gitlab.lsonline.fr/SharePoint/sp-dev-fx-webparts/matomo/compare/b8902af...v1.0.0) (2019-05-11) +## [1.0.2](https://gitlab.lsonline.fr/SharePoint/sp-dev-fx-webparts/matomo/compare/v1.0.1...v1.0.2) (2020-07-26) + + +### Features + +* code refactoring and optimization ([e3c5c16](https://gitlab.lsonline.fr/SharePoint/sp-dev-fx-webparts/matomo/commit/e3c5c1610e8004e66461b0998668f3600c373c1c)), closes [SharePoint/sp-dev-fx-webparts/matomo#2](https://gitlab.lsonline.fr/SharePoint/sp-dev-fx-webparts/matomo/issues/2) +* **doc:** highlight trackUserId value and supported values for trackUserId and trackHeartBeatTimer ([9a37ee1](https://gitlab.lsonline.fr/SharePoint/sp-dev-fx-webparts/matomo/commit/9a37ee19f1e1baf35789d72ddf770264d95bee0d)) +* add support to track user id and track heart beat timer ([e5c47dd](https://gitlab.lsonline.fr/SharePoint/sp-dev-fx-webparts/matomo/commit/e5c47ddb9dee46593f3bd31e43e107716afeba82)) +* increment version of solution and update documentation ([1614c5f](https://gitlab.lsonline.fr/SharePoint/sp-dev-fx-webparts/matomo/commit/1614c5f55b7ab2b5818e13ac24be24976c50b6cd)) + + + +# [1.0.0](https://gitlab.lsonline.fr/SharePoint/sp-dev-fx-webparts/matomo/compare/b8902afb5e3607dbbafd47867a31660402549aab...v1.0.0) (2019-05-11) ### Bug Fixes -* **bash:** path to sppkg file ([888072a](https://gitlab.lsonline.fr/SharePoint/sp-dev-fx-webparts/matomo/commit/888072a)) -* **build:** clientsideinstance case sensitive ([0d50784](https://gitlab.lsonline.fr/SharePoint/sp-dev-fx-webparts/matomo/commit/0d50784)) -* **build:** local build ([4b0ccef](https://gitlab.lsonline.fr/SharePoint/sp-dev-fx-webparts/matomo/commit/4b0ccef)) -* **build:** rename clientsideinstance ([de4f3ab](https://gitlab.lsonline.fr/SharePoint/sp-dev-fx-webparts/matomo/commit/de4f3ab)) -* **build:** rollback delete sharepoint folder ([e91b0c9](https://gitlab.lsonline.fr/SharePoint/sp-dev-fx-webparts/matomo/commit/e91b0c9)) -* remove iconPath cause of external URL not supported ([2a71d79](https://gitlab.lsonline.fr/SharePoint/sp-dev-fx-webparts/matomo/commit/2a71d79)) +* **bash:** path to sppkg file ([888072a](https://gitlab.lsonline.fr/SharePoint/sp-dev-fx-webparts/matomo/commit/888072a2ff8952d2b8fe28ee777b284757fd01f6)) +* **build:** clientsideinstance case sensitive ([0d50784](https://gitlab.lsonline.fr/SharePoint/sp-dev-fx-webparts/matomo/commit/0d5078458fa0695fe506bfc186f851a53b65c21b)) +* **build:** local build ([4b0ccef](https://gitlab.lsonline.fr/SharePoint/sp-dev-fx-webparts/matomo/commit/4b0ccef085c6a2796f55ff3700b09c0d97910a2e)) +* **build:** rename clientsideinstance ([de4f3ab](https://gitlab.lsonline.fr/SharePoint/sp-dev-fx-webparts/matomo/commit/de4f3abd270f190d05e6faaf463010e482138a5d)) +* **build:** rollback delete sharepoint folder ([e91b0c9](https://gitlab.lsonline.fr/SharePoint/sp-dev-fx-webparts/matomo/commit/e91b0c9c3a41402aab3f857ae7c03f4b98f0a466)) +* remove iconPath cause of external URL not supported ([2a71d79](https://gitlab.lsonline.fr/SharePoint/sp-dev-fx-webparts/matomo/commit/2a71d799c6f7894a7a6659a39902e06e1790a264)) ### Features -* add iconPath to display Matomo logo by default ([e103e8a](https://gitlab.lsonline.fr/SharePoint/sp-dev-fx-webparts/matomo/commit/e103e8a)) -* **bash:** add support error msg ([fb14f81](https://gitlab.lsonline.fr/SharePoint/sp-dev-fx-webparts/matomo/commit/fb14f81)) -* **bash:** check the sppkg file existence as prerequisites and change trackingID to trackingSiteId ([ce54091](https://gitlab.lsonline.fr/SharePoint/sp-dev-fx-webparts/matomo/commit/ce54091)) -* **CI:** add Auto Build and Update Changelog from Pipeline ([20e64d2](https://gitlab.lsonline.fr/SharePoint/sp-dev-fx-webparts/matomo/commit/20e64d2)) -* **CI:** remove environment ([10dcdc2](https://gitlab.lsonline.fr/SharePoint/sp-dev-fx-webparts/matomo/commit/10dcdc2)) -* **documentation:** update readme ([55ee5fb](https://gitlab.lsonline.fr/SharePoint/sp-dev-fx-webparts/matomo/commit/55ee5fb)) -* **documentation:** update readme ([647f284](https://gitlab.lsonline.fr/SharePoint/sp-dev-fx-webparts/matomo/commit/647f284)) -* **documentation:** update readme in accordance with changes trackingID to trackingSiteId ([b852bec](https://gitlab.lsonline.fr/SharePoint/sp-dev-fx-webparts/matomo/commit/b852bec)) -* **PowerShell:** change trackingID to trackingSiteId ([a1c5929](https://gitlab.lsonline.fr/SharePoint/sp-dev-fx-webparts/matomo/commit/a1c5929)) -* **provisioning:** add script to deploy Matomo Analytics easily ([a37740f](https://gitlab.lsonline.fr/SharePoint/sp-dev-fx-webparts/matomo/commit/a37740f)) -* add Matomo script template base ([b8902af](https://gitlab.lsonline.fr/SharePoint/sp-dev-fx-webparts/matomo/commit/b8902af)) -* support partial page load ([f9a851d](https://gitlab.lsonline.fr/SharePoint/sp-dev-fx-webparts/matomo/commit/f9a851d)) +* add iconPath to display Matomo logo by default ([e103e8a](https://gitlab.lsonline.fr/SharePoint/sp-dev-fx-webparts/matomo/commit/e103e8afeb579b20469aa67daf1d5d185f598e21)) +* **bash:** add support error msg ([fb14f81](https://gitlab.lsonline.fr/SharePoint/sp-dev-fx-webparts/matomo/commit/fb14f81069122b812a395e5014689d55b9fb16b7)) +* **bash:** check the sppkg file existence as prerequisites and change trackingID to trackingSiteId ([ce54091](https://gitlab.lsonline.fr/SharePoint/sp-dev-fx-webparts/matomo/commit/ce54091fd51a60ef5d4abb7565548750127497d4)) +* **CI:** add Auto Build and Update Changelog from Pipeline ([20e64d2](https://gitlab.lsonline.fr/SharePoint/sp-dev-fx-webparts/matomo/commit/20e64d232f2b4259276f8fd2f101f2feae096040)) +* **CI:** remove environment ([10dcdc2](https://gitlab.lsonline.fr/SharePoint/sp-dev-fx-webparts/matomo/commit/10dcdc23adbd9c376b387ae43cfe4e95facf12f4)) +* **documentation:** update readme ([55ee5fb](https://gitlab.lsonline.fr/SharePoint/sp-dev-fx-webparts/matomo/commit/55ee5fbd7f9c7af7bf69f8ffceba744987edee66)) +* **documentation:** update readme ([647f284](https://gitlab.lsonline.fr/SharePoint/sp-dev-fx-webparts/matomo/commit/647f284dda4c4fb0ada0b06c9e1b5624e8dcec0a)) +* **documentation:** update readme in accordance with changes trackingID to trackingSiteId ([b852bec](https://gitlab.lsonline.fr/SharePoint/sp-dev-fx-webparts/matomo/commit/b852becf7e5740f9267506847db5cf8ce6825364)) +* **PowerShell:** change trackingID to trackingSiteId ([a1c5929](https://gitlab.lsonline.fr/SharePoint/sp-dev-fx-webparts/matomo/commit/a1c59299f0ca6b8ff2d6715752e7de4ce64d2d0e)) +* **provisioning:** add script to deploy Matomo Analytics easily ([a37740f](https://gitlab.lsonline.fr/SharePoint/sp-dev-fx-webparts/matomo/commit/a37740f572cbca3fbd061338fb98de85455621b9)) +* add Matomo script template base ([b8902af](https://gitlab.lsonline.fr/SharePoint/sp-dev-fx-webparts/matomo/commit/b8902afb5e3607dbbafd47867a31660402549aab)) +* support partial page load ([f9a851d](https://gitlab.lsonline.fr/SharePoint/sp-dev-fx-webparts/matomo/commit/f9a851d961e400d2d1b8d3be7a8da8860a47d88f))