Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable browsing by years #145

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Enable browsing by years #145

wants to merge 4 commits into from

Commits on Dec 1, 2015

  1. Enable browsing by years

    related to: bevacqua#141 and bevacqua#144
    tricinel committed Dec 1, 2015
    Configuration menu
    Copy the full SHA
    24920ba View commit details
    Browse the repository at this point in the history
  2. Release v2.1.23

    tricinel committed Dec 1, 2015
    Configuration menu
    Copy the full SHA
    b463a6a View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2016

  1. Add swipe detection

    The problem is that on mobile devices, if you are dragging the page and start the drag on a rome calendar input, the calendar will popup as soon as you finish dragging. I've added a touchstart and touchmove event to figure out if it is a swipe or if touchend should fire the calendar.
    tricinel committed Mar 18, 2016
    Configuration menu
    Copy the full SHA
    6e4c7bc View commit details
    Browse the repository at this point in the history
  2. Release v2.1.24

    tricinel committed Mar 18, 2016
    Configuration menu
    Copy the full SHA
    2a27f40 View commit details
    Browse the repository at this point in the history