Skip to content

Commit

Permalink
- renamed "grouped" option to "accordion"
Browse files Browse the repository at this point in the history
  • Loading branch information
zipper committed Mar 6, 2016
1 parent 8a76f34 commit 752183b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ Please see the plugin site http://zipper.github.io/jquery.collapsable/
## Changelog

### 2.0.1
- renamed option `grouped` to more recognizable ``accordion`
- changed default `fx` value to `null` for no effect used
- changed order of executing `fx` function and class assigning so it doesn't interfere with jQuery effects
- default value of `extLinks.selector` to empty string `''`
- move class name option for active external links into `classNames`
- destroy function now actually works properly :) some optimizations were done to destroy method apart from making it work
- when destroy is called, aria attributes are removed as well
- `isExpanded` is not a method anymore
- bugfix of not binding event on control element if it is anchor

### 2.0.0

Expand Down

0 comments on commit 752183b

Please sign in to comment.