This repository was archived by the owner on Feb 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 100
WIP: Fullcalendar 4.0.0 #123
Open
BrockReece
wants to merge
17
commits into
master
Choose a base branch
from
fullcalendar-4.0.0
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
d5f5908
Use alpha build of fullcalendar
BrockReece dd0af2c
Update dev package for yarn link to work
BrockReece 3756333
Remove jquery and move all fullcalendar wrapper code over to 4.0.0 alpha
BrockReece 834a5f4
3.0.0-0
BrockReece 8ad374d
4.0.0-0
BrockReece ba6f6f5
merge in bili changes
BrockReece dc05f88
rebuild dist
BrockReece 25547b8
4.0.0-1
BrockReece 74014fa
refactor(4.0.0): Adapted to the new fullcalendar-4.0.0 alpha release
a3bba2f
refactor(4.0.0): Build
0a3569c
refactor(4.0.0): upgrade package.json
431aa19
feat(4.0.0): Update select method for 4.0.0
1f58b2a
reafactor(4.0.0): Build
c35b96c
fix(4.0.0): remove-event doesn't work with hasOwnProperty check
25f1c0c
refactor(4.0.0): check if eventobj exist before delete
5283984
refactor(4.0.0): build
075fa58
Merge pull request #180 from CodeDredd/fullcalendar-4.0.0
BrockReece File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
node_modules/ | ||
.idea |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just wondering if we can remove duplicates here by add lodash.uniq on
and everywhere this is required.
Reason: I see people using older version of Vue and the reactivity of an array is at stake sometimes as in those versions, Vue does not watch when a small change is made. Also removing dependency on Vue watch altogether as watch is expensive.
Thanks.