Skip to content

Commit

Permalink
Merge pull request #18 from mikeyyyzhao/kenny/vim-4059-fix-calendar-l…
Browse files Browse the repository at this point in the history
…ayout

VIM-4059 fix calendar layout
  • Loading branch information
kenny-vimcal authored Jan 24, 2025
2 parents d30f343 + 449fddb commit ad85567
Show file tree
Hide file tree
Showing 6 changed files with 806 additions and 184 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ node_modules

# Mac OS X
.DS_Store

# Sometimes we pack the module locally for testing
*.tgz
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": 552243,
"minified": 169596,
"gzipped": 52192
"bundled": 737271,
"minified": 197274,
"gzipped": 60401
},
"./dist/react-big-calendar.min.js": {
"bundled": 479915,
"minified": 147751,
"gzipped": 46339
"bundled": 663666,
"minified": 174905,
"gzipped": 54412
},
"dist/react-big-calendar.esm.js": {
"bundled": 232922,
"minified": 103493,
"gzipped": 25833,
"bundled": 239158,
"minified": 106481,
"gzipped": 26881,
"treeshaked": {
"rollup": {
"code": 65343,
"import_statements": 1458
"code": 67950,
"import_statements": 1498
},
"webpack": {
"code": 68855
"code": 71475
}
}
}
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.58",
"version": "0.33.70",
"description": "Calendar! with events",
"author": {
"name": "Jason Quense",
Expand Down
Loading

0 comments on commit ad85567

Please sign in to comment.