diff --git a/js/ui/botui/CHANGELOG.md b/js/ui/botui/CHANGELOG.md
new file mode 100644
index 0000000..60f1e2f
--- /dev/null
+++ b/js/ui/botui/CHANGELOG.md
@@ -0,0 +1,97 @@
+
+## 0.3.4 (2017-07-30)
+
+* Added support for extra information in button action #8 ([0fea725](https://github.com/moinism/botui/commit/0fea725))
+* cleanup ([fc9f429](https://github.com/moinism/botui/commit/fc9f429))
+* Replaces the text action submit button by a button used for the button action. Thus text actions now ([41a2868](https://github.com/moinism/botui/commit/41a2868))
+* chore: add vue dependencies ([31d5e5e](https://github.com/moinism/botui/commit/31d5e5e))
+* chore: change .d.ts file ([3d8d75f](https://github.com/moinism/botui/commit/3d8d75f))
+* chore: remove test dependencies ([97622cf](https://github.com/moinism/botui/commit/97622cf))
+* fix: fix index.d.ts ([32a1be3](https://github.com/moinism/botui/commit/32a1be3))
+* fix: fix package.json ([fdc9fef](https://github.com/moinism/botui/commit/fdc9fef))
+* add: add typings file ([58e88f8](https://github.com/moinism/botui/commit/58e88f8))
+
+
+
+
+## 0.3.3 (2017-07-17)
+
+* adds "build" and "watch" commands to package.json ([f576bb4](https://github.com/moinism/botui/commit/f576bb4))
+* adds "viewport" metatag to `test.html` ([1ae01d9](https://github.com/moinism/botui/commit/1ae01d9))
+* chanded vue ver in test file ([ad7367d](https://github.com/moinism/botui/commit/ad7367d))
+* compiles build files ([920400b](https://github.com/moinism/botui/commit/920400b))
+* delegates submit button visibility to stylesheet ([9630ee8](https://github.com/moinism/botui/commit/9630ee8))
+* Fix width of iframe inside message box. ([9de1608](https://github.com/moinism/botui/commit/9de1608))
+* fixes cp notice ([9bbae1a](https://github.com/moinism/botui/commit/9bbae1a))
+
+
+
+
+## 0.3.2 (2017-07-16)
+
+* allow delayed loading ([69f668b](https://github.com/moinism/botui/commit/69f668b))
+* ignored some files for npm ([4c2396e](https://github.com/moinism/botui/commit/4c2396e))
+
+
+
+
+## 0.3.1 (2017-07-16)
+
+* added 'loading' to message object ([6d52547](https://github.com/moinism/botui/commit/6d52547))
+* added bumped ([912ff88](https://github.com/moinism/botui/commit/912ff88))
+* added eg. URL ([8d95e9b](https://github.com/moinism/botui/commit/8d95e9b))
+* added embed support ([8b9b1d8](https://github.com/moinism/botui/commit/8b9b1d8))
+* added icon support and cssClass ([8560b71](https://github.com/moinism/botui/commit/8560b71))
+* Added icon support with text ([b9d434f](https://github.com/moinism/botui/commit/b9d434f))
+* added preview ([70e38fa](https://github.com/moinism/botui/commit/70e38fa))
+* bit of change ([0c0b228](https://github.com/moinism/botui/commit/0c0b228))
+* Code of conduct ([358a12a](https://github.com/moinism/botui/commit/358a12a))
+* Contribute ([7684689](https://github.com/moinism/botui/commit/7684689))
+* escape quotes ([cff977c](https://github.com/moinism/botui/commit/cff977c))
+* first ([a22d4d4](https://github.com/moinism/botui/commit/a22d4d4))
+* fixed issue #3 ([00e8a83](https://github.com/moinism/botui/commit/00e8a83)), closes [#3](https://github.com/moinism/botui/issues/3)
+* Initial commit ([6b8c625](https://github.com/moinism/botui/commit/6b8c625))
+* license linked ([4b87ba3](https://github.com/moinism/botui/commit/4b87ba3))
+* link, image support + mod structure ([79dc3ed](https://github.com/moinism/botui/commit/79dc3ed))
+* markdown parsing on insertion only ([1ed9849](https://github.com/moinism/botui/commit/1ed9849))
+* messages also accept string instead of object ([ef241ec](https://github.com/moinism/botui/commit/ef241ec))
+* Readme added ([7951729](https://github.com/moinism/botui/commit/7951729))
+* Release 0.3.1 ([06469d8](https://github.com/moinism/botui/commit/06469d8))
+* removed nested styling ([d3d9a39](https://github.com/moinism/botui/commit/d3d9a39))
+* some style changes ([2086886](https://github.com/moinism/botui/commit/2086886))
+* type ([6954a9c](https://github.com/moinism/botui/commit/6954a9c))
+* verion bump ([a957d28](https://github.com/moinism/botui/commit/a957d28))
+* proposal: add loading dots animation to message ([e3fc5d4](https://github.com/moinism/botui/commit/e3fc5d4))
+
+
+
+
+## 0.3.1 (2017-07-16)
+
+* added 'loading' to message object ([6d52547](https://github.com/moinism/botui/commit/6d52547))
+* added bumped ([912ff88](https://github.com/moinism/botui/commit/912ff88))
+* added eg. URL ([8d95e9b](https://github.com/moinism/botui/commit/8d95e9b))
+* added embed support ([8b9b1d8](https://github.com/moinism/botui/commit/8b9b1d8))
+* added icon support and cssClass ([8560b71](https://github.com/moinism/botui/commit/8560b71))
+* Added icon support with text ([b9d434f](https://github.com/moinism/botui/commit/b9d434f))
+* added preview ([70e38fa](https://github.com/moinism/botui/commit/70e38fa))
+* bit of change ([0c0b228](https://github.com/moinism/botui/commit/0c0b228))
+* Code of conduct ([358a12a](https://github.com/moinism/botui/commit/358a12a))
+* Contribute ([7684689](https://github.com/moinism/botui/commit/7684689))
+* escape quotes ([cff977c](https://github.com/moinism/botui/commit/cff977c))
+* first ([a22d4d4](https://github.com/moinism/botui/commit/a22d4d4))
+* fixed issue #3 ([00e8a83](https://github.com/moinism/botui/commit/00e8a83)), closes [#3](https://github.com/moinism/botui/issues/3)
+* Initial commit ([6b8c625](https://github.com/moinism/botui/commit/6b8c625))
+* license linked ([4b87ba3](https://github.com/moinism/botui/commit/4b87ba3))
+* link, image support + mod structure ([79dc3ed](https://github.com/moinism/botui/commit/79dc3ed))
+* markdown parsing on insertion only ([1ed9849](https://github.com/moinism/botui/commit/1ed9849))
+* messages also accept string instead of object ([ef241ec](https://github.com/moinism/botui/commit/ef241ec))
+* Readme added ([7951729](https://github.com/moinism/botui/commit/7951729))
+* removed nested styling ([d3d9a39](https://github.com/moinism/botui/commit/d3d9a39))
+* some style changes ([2086886](https://github.com/moinism/botui/commit/2086886))
+* type ([6954a9c](https://github.com/moinism/botui/commit/6954a9c))
+* verion bump ([a957d28](https://github.com/moinism/botui/commit/a957d28))
+* proposal: add loading dots animation to message ([e3fc5d4](https://github.com/moinism/botui/commit/e3fc5d4))
+
+
+