Skip to content

Releases: Superhands89/EasyScrollDots

EasyScrollDots 2.0.3

18 Aug 13:21
f76711b
Compare
Choose a tag to compare

Core Improvements:
Make sure that offset is always relative to the document rather than the closest relative parent when clicking a dot.

EasyScrollDots 2.0.2

21 Feb 12:23
15762b4
Compare
Choose a tag to compare

Core Improvements:
Fix: Sync active dot when fixed nav is present.
Improvement: Add console message if fixed nav is defined but cannot be found in the DOM.

Demo Improvements:
Reference the easyScrollDots files directly from the dist folder rather than inlined.
Remove unused background image references.
Add a commented out fixed navigation for testing purposes.

README Improvements:
Clarify that offset accepts positive numbers in the readme.

EasyScrollDots 2.0.1

17 Feb 22:52
912ad8c
Compare
Choose a tag to compare

Remove escape string from calc function in scss file as it is only applicable to legacy less compilers.

EasyScrollDots 2.0.0

17 Feb 22:07
4e628f6
Compare
Choose a tag to compare

Version 2.0.0
*Breaking change: Anchor points now should wrap each section rather than appear before each section. This makes the active dot much more accurate according to the section beginning and end. This is achieved by dynamically adding a placeholder final section and always looking at the previous section rather than the current one; the benefit of this is we don't need to measure the height of any section.
*Removed unnecessary use of scroll-indicator class name as we can just look for the data attribute.
*Removed legacy jQuery fall-back support.
*We are querying the DOM for indiElement only once now rather than unnecessarily querying twice.

EasyScrollDots 1.1.5

02 Feb 13:30
7ccc6ee
Compare
Choose a tag to compare

Added a new option to set a scroll offset when clicking on a dot.
Replaced window.onscroll function with an event listener so that it cannot be accidentally overwritten.
Slightly adjusted alignment of titles when hovering on a dot.
Bump version to 1.1.5.

EasyScrollDots 1.1.4

02 Jan 21:49
6179ea1
Compare
Choose a tag to compare
Update easyScrollDots.min.js

EasyScrollDots 1.1.3

08 Dec 13:18
69373cf
Compare
Choose a tag to compare

Improvements to z-indexing and mobile positioning

EasyScrollDots 1.1.2

16 Jul 12:23
5ca9838
Compare
Choose a tag to compare
Update README.md

EasyScrollDots 1.1.0

13 Feb 22:47
cec381b
Compare
Choose a tag to compare

EasyScrollDots 1.0.9-pre

13 Feb 22:35
Compare
Choose a tag to compare

Demo added. Edge hover bug fixed. Scroll threshold altered.