Skip to content

Commit

Permalink
Bump to 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
okcoker committed Jun 2, 2018
1 parent 6cd5e2d commit 79dc5cd
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "taggle",
"version": "1.13.0",
"version": "1.14.0",
"homepage": "http://sean.is/poppin/tags",
"authors": [
"Sean Coker <sean@seancoker.com>"
Expand Down
12 changes: 10 additions & 2 deletions example/index.html
Expand Up @@ -401,8 +401,16 @@ <h4>Methods</h4>
<p>Set options at runtime. This should be an object with the taggle options as keys</p>
</div>
<div class="option">
<p>add(tag(s))</p>
<p>Pass an array of strings or just one string to programatically add tags.</p>
<p>add(tag(s), [index])</p>
<p>Pass an array of strings or just one string to programatically add tags at an optional index.</p>
</div>
<div class="option">
<p>edit(text, index)</p>
<p>Edit tag text at a specified index.</p>
</div>
<div class="option">
<p>move(fromIndex, destinationIndex)</p>
<p>Move a tag from a certain index to a another index.</p>
</div>
<div class="option">
<p>remove(tag, remove_all=false)</p>
Expand Down
4 changes: 2 additions & 2 deletions example/js/taggle.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "taggle",
"version": "1.13.0",
"version": "1.14.0",
"description": "Taggle is a dependency-less tagging library",
"author": "Sean Coker <sean@seancoker.com>",
"url": "http://sean.is/poppin/tags",
Expand Down
2 changes: 1 addition & 1 deletion src/taggle.js
@@ -1,6 +1,6 @@
/* !
* @author Sean Coker <sean@seancoker.com>
* @version 1.13.0
* @version 1.14.0
* @url http://sean.is/poppin/tags
* @license MIT
* @description Taggle is a dependency-less tagging library
Expand Down

0 comments on commit 79dc5cd

Please sign in to comment.