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

Commit

Permalink
v2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Mobius1 committed Jun 24, 2017
1 parent 2cc46a1 commit b9ce6dc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ npm install mobius1-selectr --save
Grab the files from the CDN and include them in your page:

```html
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/mobius1/selectr@2.3.4/dist/selectr.min.css">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/mobius1/selectr@2.3.5/dist/selectr.min.css">

<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/mobius1/selectr@2.3.4/dist/selectr.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/mobius1/selectr@2.3.5/dist/selectr.min.js"></script>
```

CDN courtesy of [jsDelivr](http://www.jsdelivr.com/)
Expand Down Expand Up @@ -98,8 +98,11 @@ new Selectr('#mySelect', {

## Change Log

### 2.3.4
### 2.3.5
* Fixed bug causing first option to be selected when submitting new tag
* Fixed `enable` and `disabled` methods throwing an exception when used on a `select-one` type element

### 2.3.4
* Added option `defaultSelected` to enable/disable selecting the first option in the list
* Rename method `addOption` to `add`
* Added new method `remove`
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.3.4",
"version": "2.3.5",
"ignore": [
".gitattributes",
"README.md"
Expand Down
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.3.4",
"version": "2.3.5",
"description": "A lightweight, dependency-free, mobile-friendly javascript select box replacement.",
"main": "dist/selectr.min.js",
"scripts": {
Expand Down

0 comments on commit b9ce6dc

Please sign in to comment.