Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dasiux committed May 23, 2022
1 parent b29d253 commit e9fb400
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.9.2
- Added *Ratio* value class for ratio calculations and expression.
- Added *autoTop* config option to *Scroller* class utility.
- Made *Scroller.bind()* public for binding async contexts at own convenience.
- Link bound by *Scroller.bind()* will now be marked by attribute ```<a data-scrollto="true">``` and the scrollTo action may be disabled by setting the attribute to *false* after the listener is bound.

## 0.9.1
- Fixed/changed *Scroller* default offset option from *null* to *0*.

Expand Down

0 comments on commit e9fb400

Please sign in to comment.