Skip to content

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
moinism committed Jul 16, 2017
1 parent 6954a9c commit 06469d8
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bumpedrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins:
postrelease:
Building:
plugin: bumped-terminal
command: 'NODE_ENV=production gulp build'
command: 'NODE_ENV=production gulp'
Generating CHANGELOG file:
plugin: bumped-changelog
Committing new version:
Expand Down
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<a name="0.3.1"></a>
## 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))



4 changes: 2 additions & 2 deletions build/botui.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*
* botui 0.3.0
* botui 0.3.1
* A JS library to build the UI for your bot
* https://botui.org
*
* Copyright 2017, Moin Uddin (https://moin.im)
* Copyright 2017, [object Object]
* Released under the MIT license.
*/

Expand Down
4 changes: 2 additions & 2 deletions build/botui.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build/botui.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 06469d8

Please sign in to comment.