Skip to content

Commit

Permalink
Add support for Vue v2.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
OperKH committed Feb 7, 2019
1 parent 01b9e58 commit ceda4b7
Show file tree
Hide file tree
Showing 5 changed files with 351 additions and 152 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Changelog
## 1.2.0
- Add support for vue@2.6+

## 1.1.0
- Use better template compilation way
Expand Down
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,11 @@ <h2>Action types</h2>
</table>
<h2>Limitations</h2>
<ul>
<li>
Vue versions below <a href="https://github.com/vuejs/vue/releases/tag/v2.6.0">v2.6.0</a> does not support promise-btn v1.2.0.
<br>
For Vue v2.5 use promise-btn v1.1.0
</li>
<li>
Vue versions below <a href="https://github.com/vuejs/vue/releases/tag/v2.5.14">v2.5.14</a> does not support promise-btn with event modifiers. <br>
This code will not work, because events with modifiers will always return "undefined"
Expand Down
Loading

0 comments on commit ceda4b7

Please sign in to comment.