Releases: lcdsantos/menuspy
Releases · lcdsantos/menuspy
Fixes
- Now MenuSpy constructor accepts a string selector (eg.:
new MenuSpy('.selector')
)
- Sorting
scrollItems
by the offset value
- Updating deps
Fix
- Fixed
enableLocationHash
option.
Fixes
- Added
.destroy
method (#7)
- Added
enableLocationHash
option (#8)
- Fixed an issue in
offset
utility function
Fixed regression
- Fixed a regression caused in v1.1.1
- Small optimizations
Fix
- Fix
undefined
item error.
data-target
- Added
data-target
feature
- Minor fixes