Skip to content

Releases: StoicLoofah/chronoline.js

fix dependencies

21 May 14:49
Compare
Choose a tag to compare
v0.1.6

bump version

v0.1.5

20 May 00:23
3439a5f
Compare
Choose a tag to compare

Fix discrete scrolling bug.

v0.1.3

01 Nov 03:54
Compare
Choose a tag to compare
  • Release v0.1.3rc
  • Bump the bower version up to match current npm package.
  • Update to documentation.

Zooming, scaling, click event handlers

30 Apr 14:53
Compare
Choose a tag to compare

Add scaling, zooming and click event handlers for events, sections and background.

Tooltips for IE8

05 Aug 17:20
Compare
Choose a tag to compare

Primarily the fix described in #12 (comment)

I haven't quite flipped over to a real setup for my branches despite knowing better, so expect each fix to get a release for the time being.

First marked release

02 Aug 17:56
Compare
Choose a tag to compare

Implementation has flip-flopped a few times now, so chronoline needs versioning to ensure compatibility.

Hopefully issues #8 and #13 are both resolved by this release. After trying UTC to normalize daylights saving time and discovering that it caused more problems, I reverted back to local time zones with DST correction.

stripTime is now added as a mutator to Date. If you decided to use this externally, please refactor accordingly.