Skip to content
This repository has been archived by the owner on Oct 30, 2022. It is now read-only.

Releases: ArthurClemens/mithril-infinite

v.1.1.1

14 May 23:50
Compare
Choose a tag to compare
Build with updated babel settings

v1.0.0

04 Feb 22:22
Compare
Choose a tag to compare
Tag 1.0.0

v0.6.2

04 Feb 21:32
Compare
Choose a tag to compare
Tag 0.6.2

0.5

27 Feb 18:42
Compare
Choose a tag to compare
0.5

This version optimizes scrolling on mobile, at least on iOS.

The former method of rotating through slots caused flashes on iOS. The current method is more conventional and uses empty page slots that are kept (only their content is voided).

0.4

21 Feb 16:41
Compare
Choose a tag to compare
0.4

This release changes the setup of styles:

  • All styles are now included in the main library file, using j2c
  • CSS classes have been renamed to BEM-style

Class reference:

  • scrollView: mithril-infinite__scroll-view
  • scrollViewX: mithril-infinite__scroll-view--x
  • scrollViewY: mithril-infinite__scroll-view--y
  • scrollContent: mithril-infinite__scroll-content
  • content: mithril-infinite__content
  • pages: mithril-infinite__pages
  • page: mithril-infinite__page
  • pageEven: mithril-infinite__page--even
  • pageOdd: mithril-infinite__page--odd
  • before: mithril-infinite__before
  • after: mithril-infinite__after
  • paddingBefore: mithril-infinite__padding-before
  • paddingAfter: mithril-infinite__padding-after

0.3

21 Feb 16:08
Compare
Choose a tag to compare
0.3
Update build tools