From 58c9b4df48551933d87e93945f6c3031b1ca30ff Mon Sep 17 00:00:00 2001 From: Jerald Austero Date: Fri, 29 Dec 2023 08:46:50 +0800 Subject: [PATCH] Add changelog file --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2c94bc2 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog +**Keep track of every change of the tawk-messenger-vue-3.** +This changelog list all additions and updates to the plugin, in chronological order. +All notable changes in this project will be documented in this file. + +## [1.0.3] - 2023-11-27 +- **library:** Add `start`, `shutdown`, `autoStart` new API; Fix `visitor` setting of data instead of calling as a function ([6ce9da1](https://github.com/tawk/tawk-messenger-vue-3/commit/6ce9da19639c09f2faa62e5a76957577047f6b9e)). +- **documentation:** Add `start`, `shutdown`, and `autoStart` in documentation ([ef3ea30](https://github.com/tawk/tawk-messenger-vue-3/commit/6ce9da19639c09f2faa62e5a76957577047f6b9e)). +- **utilities:** Add autoStart property under `window.Tawk_API` ([a77fdc1](https://github.com/tawk/tawk-messenger-vue-3/commit/a77fdc1b798d61b501483eba7dbb11c2bff8971f)).