-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f6f350f
commit 215a561
Showing
5 changed files
with
20 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ If you're not using NPM, you can include the required files into your page manua | |
|
||
```html | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/2.5.13/vue.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@voerro/[email protected].1/dist/voerro-vue-tagsinput.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@voerro/[email protected].2/dist/voerro-vue-tagsinput.js"></script> | ||
|
||
<script> | ||
new Vue({ | ||
|
@@ -50,7 +50,7 @@ If you're not using NPM, you can include the required files into your page manua | |
Include the CSS file on your page to apply the styling. Read the `Styling` section to learn how to customize the appearance. | ||
|
||
``` | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@voerro/[email protected].1/dist/style.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@voerro/[email protected].2/dist/style.css"> | ||
``` | ||
|
||
**IMPORTANT:** Always grab the latest versions of the package from [JSDELIVR](https://www.jsdelivr.com/package/npm/@voerro/vue-tagsinput?path=dist), the ones provided in the examples above might be outdated. Same goes for Vue.js. | ||
|
@@ -269,6 +269,11 @@ A pretty serious bug (#53) was fixed in `v2.0.0`. The data format for the `exist | |
|
||
## Changelog | ||
|
||
#### v.2.0.2 | ||
|
||
- Fix: [#43](/voerro/vue-tagsinput/issues/43) | ||
- Fix: [#62](/voerro/vue-tagsinput/issues/62) | ||
|
||
#### v.2.0.1 | ||
|
||
- Fix: broken dropdown | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters