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

Commit

Permalink
v2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Mobius1 committed Mar 31, 2017
1 parent d52f481 commit 7335ae3
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 34 deletions.
33 changes: 5 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ new Selectr('#mySelect', {

## Change Log

### v2.1.4
* Fixed form.reset() not clearing Selectr elements ([#13](https://github.com/Mobius1/Selectr/issues/13))
* Fixed autocomplete bug in Chrome ([#12](https://github.com/Mobius1/Selectr/issues/12))
* Fixed pagination not incrementing when navigating with the down key

### v2.1.3
* Fixed bug with tagging system

Expand Down Expand Up @@ -118,34 +123,6 @@ Updated options:
* `sortSelected` (see [docs](http://mobius.ovh/docs/selectr/pages/options))


### v2.0.0
* Complete rewrite
* New options added
* New methods added
* New events added

Updated functions:
* `getValue()` (see [docs](http://mobius.ovh/docs/selectr/pages/functions))
* `setValue()` (see [docs](http://mobius.ovh/docs/selectr/pages/functions))

Added options:
* `clearable` (see [docs](http://mobius.ovh/docs/selectr/pages/options))
* `sortSelected` (see [docs](http://mobius.ovh/docs/selectr/pages/options))

Updated options:
* `selectedValue` is now used for both single and multi selects (see [docs](http://mobius.ovh/docs/selectr/pages/options))

Removed options:

* `ajax`
* `minChars`
* `emptyOption`
* `selectedValues`
* `selectedIndex, selectedIndexes`

Removed events:
* `selectr.change` (see [docs](http://mobius.ovh/docs/selectr/pages/events))

# License

Copyright 2016 Karl Saunders
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.3",
"version": "2.1.4",
"ignore": [
".gitattributes",
"README.md"
Expand Down

0 comments on commit 7335ae3

Please sign in to comment.