This repository has been archived by the owner on Oct 30, 2022. It is now read-only.
Releases: ArthurClemens/mithril-infinite
Releases · ArthurClemens/mithril-infinite
v.1.1.1
v1.0.0
Tag 1.0.0
v0.6.2
Tag 0.6.2
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
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
Update build tools