Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Commit

Permalink
v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mobius1 committed Mar 29, 2017
1 parent fc271ca commit 4dd165e
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ npm install mobius1-selectr --save
Include the CSS file ...

```html
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/selectr/latest/selectr.min.css">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/selectr/2.1.0/selectr.min.css">
```

... and the JS file...

```html
<script type="text/javascript" src="https://cdn.jsdelivr.net/selectr/latest/selectr.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/selectr/2.1.0/selectr.min.js"></script>
```

CDN courtesy of [jsDelivr](http://www.jsdelivr.com/)
Expand Down Expand Up @@ -90,7 +90,13 @@ Supports most modern browsers including IE9 and above.

## Change Log

### v.2.1.0
### v2.1.1

* new option `allowDeselect` (see [docs](http://mobius.ovh/docs/selectr/pages/options))
* tabIndex enabled on th main container
* tabIndex disabled on search input when closed

### v2.1.0

* New tagging feature (see [docs](http://mobius.ovh/docs/selectr/pages/options))

Expand All @@ -108,7 +114,7 @@ Updated options:
* `sortSelected` (see [docs](http://mobius.ovh/docs/selectr/pages/options))


### v.2.0.0
### v2.0.0
* Complete rewrite
* New options added
* New methods added
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobius1-selectr",
"version": "2.1.0",
"version": "2.1.1",
"ignore": [
".gitattributes",
"README.md"
Expand Down
2 changes: 1 addition & 1 deletion dist/selectr.min.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobius1-selectr",
"version": "2.1.0",
"version": "2.1.1",
"description": "A lightweight dependency-free javascript select box replacement.",
"main": "dist/selectr.min.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/selectr.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Selectr 2.1.0
* Selectr 2.1.1
* http://mobius.ovh/docs/selectr
*
* Released under the MIT license
Expand Down

0 comments on commit 4dd165e

Please sign in to comment.