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

chore(deps): update overlay #1301

Merged
merged 26 commits into from
May 8, 2019
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
f7b48fe
Merge pull request #1 from intljusticemission/master
cutterbl May 6, 2019
a0f6b51
Update react-overlays dependency and usage
cutterbl May 6, 2019
18a074e
Merge branch 'master' into feature/updateOverlay
cutterbl May 6, 2019
eb990b8
unnecessary key
cutterbl May 6, 2019
94b9a03
Fix ref reference for proper offset calcs
cutterbl May 6, 2019
8dc5e8d
Proper ref forwarding
cutterbl May 6, 2019
214a4eb
Add notes and rebuild examples
cutterbl May 6, 2019
df144e5
forgot the examples
cutterbl May 6, 2019
e175125
Add proper PropType for popperRef
cutterbl May 6, 2019
7d09045
Import change, according to maintainer feedback
cutterbl May 7, 2019
42c6a9b
Merge pull request #2 from intljusticemission/master
cutterbl May 7, 2019
1701e76
Merge latest updates from master and rebuild examples
cutterbl May 7, 2019
50f71cb
Merge pull request #3 from intljusticemission/master
cutterbl May 7, 2019
681bedc
Merge pull request #4 from intljusticemission/master
cutterbl May 7, 2019
d98f83f
Update react-overlays dependency and usage
cutterbl May 6, 2019
1af3dd8
Fix ref reference for proper offset calcs
cutterbl May 6, 2019
207365d
Proper ref forwarding
cutterbl May 6, 2019
b302124
Add notes and rebuild examples
cutterbl May 6, 2019
cb7648e
forgot the examples
cutterbl May 6, 2019
66c5629
Add proper PropType for popperRef
cutterbl May 6, 2019
4a8a3a3
Import change, according to maintainer feedback
cutterbl May 7, 2019
8d90ff0
Merge latest updates from master and rebuild examples
cutterbl May 7, 2019
114a0ef
Updates from new merge, and updated examples build
cutterbl May 7, 2019
b63bf16
Merge branch 'feature/updateOverlay' of https://github.com/cutterbl/r…
cutterbl May 7, 2019
c9cacab
Update yarn.lock with recent updates, and rebuild examples
cutterbl May 7, 2019
576d2a2
Removed duplicate key in props
cutterbl May 7, 2019
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
24 changes: 12 additions & 12 deletions .size-snapshot.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"./dist/react-big-calendar.js": {
"bundled": 471349,
"minified": 153211,
"gzipped": 42302
"bundled": 614197,
"minified": 189273,
"gzipped": 55122
},
"./dist/react-big-calendar.min.js": {
"bundled": 414053,
"minified": 136181,
"gzipped": 38428
"bundled": 550583,
"minified": 170081,
"gzipped": 50518
},
"dist/react-big-calendar.esm.js": {
"bundled": 168039,
"minified": 80688,
"gzipped": 19864,
"bundled": 168676,
"minified": 81073,
"gzipped": 19970,
"treeshaked": {
"rollup": {
"code": 62227,
"import_statements": 1470
"code": 62706,
"import_statements": 1469
},
"webpack": {
"code": 65735
"code": 66190
}
}
}
Expand Down
Loading