Skip to content

Commit

Permalink
v. 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dinbror committed Jul 22, 2014
1 parent 7c18a86 commit e71ed2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bPopup is a lightweight jQuery modal popup plugin (only 1.34KB gzipped). It does
## CHANGELOG
### v 0.10.0 (07-22-2014) ###
* Bugfix: `autoClose` will not trigger if you close the popup before it times out.
* Added: `reposition(animateSpeed)`, a public function that recalculates the center position of the popup. You can pass an optionel animate speed attribute. If not defined it will use the `followSpeed` value ([#8](https://github.com/dinbror/bpopup/pull/8)).
* Added: `reposition(animateSpeed)`, a public function that recalculates the center position of the popup. You can pass an optional animate speed attribute. If not defined it will use the `followSpeed` value ([#8](https://github.com/dinbror/bpopup/pull/8)).
Usage:
```javascript
var bPopup = $(‘element_to_pop_up’).bPopup();
Expand Down Expand Up @@ -42,4 +42,4 @@ bPopup.reposition(100);
### v 0.9.1 (03-10-2013) ###
* Legacy fallback: In version 0.9.0 I changed the default close class from bClose to b-close. To avoid issues when you update to latest version I'm also binding a close event on the old default close class, bModal.
* Bugfix: When moving an iframe through the DOM, IE9 will excecute the code in the iframe as many times as moves you make. Each time (but the last one) will return udefined on Object, String, Array etc.
* Bugfix: When appending is false no overlay was created.
* Bugfix: When appending is false no overlay was created.

0 comments on commit e71ed2b

Please sign in to comment.