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

Week view #329

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

Week view #329

wants to merge 3 commits into from

Commits on May 18, 2021

  1. feat: add week view with some options

    It add a week view that reduce the view of the calendar only to a number specified of weeks, by default 1. It add a new even fired when the weeks change. The behaviour in change of the week depends of the continuous configuration. If continuous is active the calendar will change the weeks without any checks of months. If not in the change will be check if first day was shown and also if the weeks was filled with days of the current month.
    Cosme Nieto committed May 18, 2021
    Configuration menu
    Copy the full SHA
    e18df02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    daf6e8f View commit details
    Browse the repository at this point in the history
  3. docs: add new options for CalendarComponentOptions

    Cosme Nieto committed May 18, 2021
    Configuration menu
    Copy the full SHA
    d830657 View commit details
    Browse the repository at this point in the history