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

Conversation

cosmenp
Copy link

@cosmenp cosmenp commented May 18, 2021

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[ x ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ x ] Documentation content changes
[ x ] Demos changes
[ ] Other... Please describe:

What is the current behavior?

The calendar don't have a possibility to see only a specified number of weeks.

Issue Number: #211

What is the new behavior?

With the new options of CalendarOptions now is possible to display a calendar with an specified number of weeks and with different options of navigation when change to next or previous week. Also this options are presented in the demo page for quick check and test in order to simplify the search for developers.

Does this PR introduce a breaking change?

[ ] Yes
[ X ] No

Other information

Is my first PR so, if you need some adjustment simply say to me. Thanks :)

Cosme Nieto added 3 commits May 18, 2021 13:40
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant