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

Vuser #313

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

Vuser #313

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
12ae5a3
upgrade to Ionic3 and Angular4
twinssbc May 8, 2017
aab9554
remove dependency on BrowserModule
twinssbc May 9, 2017
45baf23
add custom dateFormatter; optimize the hour column formatting logic;
twinssbc May 18, 2017
0430392
add RTL support;
twinssbc May 21, 2017
5a2f711
add scrolling feature
twinssbc Jun 1, 2017
24e1b67
add lockSwipeToPrev option
twinssbc Jun 8, 2017
65f5250
add loadEvents instance method;
twinssbc Jun 11, 2017
11e3967
add lockSwipes option
twinssbc Jun 26, 2017
60d7c8e
fix duplicate allday event bug in dayview;
twinssbc Aug 27, 2017
ec62ee9
increase version due to invalid 0.3.8 version
twinssbc Aug 27, 2017
253d0e1
add locale option;
twinssbc Sep 18, 2017
fcca978
add startHour and endHour option; fix bug when placing events within …
twinssbc Oct 26, 2017
71bb816
Support Ionic 3.9.2 and Angular 5.0
twinssbc Nov 12, 2017
e41e99d
Update README
twinssbc Nov 12, 2017
43f9c60
add spaceBetween option; adjust hour offset when formatting title to …
twinssbc Nov 20, 2017
f06b018
fix bug when calculating event width;
twinssbc Dec 3, 2017
b0f4532
Custom template for weekview header
lcapeng Mar 12, 2018
a53b986
Day selection in week view header
lcapeng Mar 12, 2018
8a4bcbc
add timeInterval option;
twinssbc Mar 15, 2018
24feacf
Merge branch 'v4' into day-selection-in-week
lcaprini Mar 20, 2018
b3ce05c
add logic to handle timeInterval larger than 1 hour case
twinssbc May 23, 2018
d56fac1
Merge branch 'day-selection-in-week' of https://github.com/lcaprini/I…
twinssbc Sep 9, 2018
d8061af
Merge branch 'lcaprini-day-selection-in-week' into v4
twinssbc Sep 9, 2018
d220eb8
Merge pull request #306 from lcaprini/day-selection-in-week
twinssbc Sep 9, 2018
910dd7a
Merge branch 'v4' of https://github.com/twinssbc/Ionic2-Calendar into v4
twinssbc Sep 9, 2018
dacfdbe
clean up the weekview code; add css customization explanation in README
twinssbc Sep 9, 2018
45e1492
fix lockSwipes bug in weekview
twinssbc Nov 18, 2018
fa2e08c
update version for release
twinssbc Nov 18, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/typings
/node_modules

/.idea
/dist
/aot
Loading