Skip to content

Commit

Permalink
Merge pull request #19 from mikeyyyzhao/kenny/vim-4095-polish-calenda…
Browse files Browse the repository at this point in the history
…r-layout

Allow events to expand past their range
  • Loading branch information
kenny-vimcal authored Jan 28, 2025
2 parents ad85567 + 06967a8 commit 0eb08c3
Show file tree
Hide file tree
Showing 4 changed files with 1,037 additions and 90 deletions.
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": 737271,
"minified": 197274,
"gzipped": 60401
"bundled": 1156300,
"minified": 260271,
"gzipped": 81515
},
"./dist/react-big-calendar.min.js": {
"bundled": 663666,
"minified": 174905,
"gzipped": 54412
"bundled": 1082695,
"minified": 237902,
"gzipped": 75480
},
"dist/react-big-calendar.esm.js": {
"bundled": 239158,
"minified": 106481,
"gzipped": 26881,
"bundled": 250595,
"minified": 110075,
"gzipped": 27917,
"treeshaked": {
"rollup": {
"code": 67950,
"import_statements": 1498
"code": 71484,
"import_statements": 1523
},
"webpack": {
"code": 71475
"code": 75014
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rbc-fork-react-big-calendar",
"version": "0.33.70",
"version": "0.33.71",
"description": "Calendar! with events",
"author": {
"name": "Jason Quense",
Expand Down
Loading

0 comments on commit 0eb08c3

Please sign in to comment.