Skip to content

Commit

Permalink
(version) bump to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine92190 committed Sep 11, 2021
1 parent 89b053b commit d7baa67
Show file tree
Hide file tree
Showing 13 changed files with 889 additions and 292 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ messageActions="[
]"
```

**(11)** `templates-text` can be used to add autocomplete template text when typing `/` in the room textarea. Ex:
**(11)** `templates-text` can be used to add autocomplete templates text when typing `/` in the room textarea. Ex:

```javascript
templatesText="[
Expand Down
385 changes: 292 additions & 93 deletions dist/vue-advanced-chat.common.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-advanced-chat.common.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-advanced-chat.css

Large diffs are not rendered by default.

387 changes: 293 additions & 94 deletions dist/vue-advanced-chat.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-advanced-chat.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/vue-advanced-chat.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-advanced-chat.min.js.map

Large diffs are not rendered by default.

385 changes: 292 additions & 93 deletions dist/vue-advanced-chat.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-advanced-chat.umd.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/vue-advanced-chat.umd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-advanced-chat.umd.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-advanced-chat",
"version": "1.1.2",
"version": "1.2.0",
"license": "MIT",
"description": "A beautiful chat rooms component made with Vue.js - compatible with Vue, React & Angular",
"author": {
Expand Down

0 comments on commit d7baa67

Please sign in to comment.