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

Render Tile as div when there is no onClick #221

Open
wants to merge 137 commits into
base: main
Choose a base branch
from

Commits on Jul 30, 2019

  1. Configuration menu
    Copy the full SHA
    be543ba View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2020

  1. Update get-user-locale package

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    495e6a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1289a20 View commit details
    Browse the repository at this point in the history
  3. v2.19.1

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    3bdb6e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42eb2e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a001d8b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aeee44d View commit details
    Browse the repository at this point in the history
  7. Update Babel to version 7.5.5

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    5ba27d6 View commit details
    Browse the repository at this point in the history
  8. v2.19.2

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    59d7f5b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9b37634 View commit details
    Browse the repository at this point in the history
  10. [breaking] Remove react-lifecycles-compat polyfill (wojtekmaj#219)

    * [breaking] Remove react-lifecycles-compat polyfill
    
    * [breaking] Bump minimum React version to 16.3
    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    8f8eaba View commit details
    Browse the repository at this point in the history
  11. [breaking] Implement controlled component support (wojtekmaj#217)

    * Implement defaultValue, defaultView, defaultActiveStartDate
    * Add onViewChange callback
    * Rename onActiveDateChange to onActiveStartDateChange
    * Prioritize activeStartDate over value when getting default active start date
    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    e4f9efe View commit details
    Browse the repository at this point in the history
  12. Fix year not being properly localized in th-TH locale, add formatYear…

    … custom function (wojtekmaj#241)
    
    Fix an issue where Navigation for century view, decade view and year view would not have titles properly localized in th-TH locale
    Fix an issue where Decade and Year tiles would not have labels properly localized in th-TH locale
    Add support for custom formatYear function
    Add new tests for formatting tiles
    
    Fixes wojtekmaj#238
    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    a3c83e8 View commit details
    Browse the repository at this point in the history
  13. Update documentation with new props

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    ea8e45b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3c813ed View commit details
    Browse the repository at this point in the history
  15. Add default color for today's tile

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    5d8aaf2 View commit details
    Browse the repository at this point in the history
  16. Implement showDoubleView prop (wojtekmaj#248)

    * Implement showDoubleView
    
    * Fix tests for Navigation component
    
    * Add unit tests for showDoubleView
    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    6dc259d View commit details
    Browse the repository at this point in the history
  17. Upgrade Parcel to ^1.12.4

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    646f91b View commit details
    Browse the repository at this point in the history
  18. Add .DS_Store to .gitignore

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    f99ccd3 View commit details
    Browse the repository at this point in the history
  19. Update rimraf

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    79610b6 View commit details
    Browse the repository at this point in the history
  20. Optimize dates utils (wojtekmaj#259)

    * Add makeGetRange helper
    
    * Add isValidDate helper
    
    * Fixup makeGetRange
    
    * Fix test names
    
    * More compressed formatting of switch
    
    * Add makeGetEdgeOfNeighbor helper
    
    * Add docs
    
    * Add makeGetEdgeOfNeighborMonth helper
    
    * Remove getDifferentMonth function
    
    * Add comments
    
    * Add makeGetEnd helper
    
    * Refactor toYearLabel
    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    e5b7ae6 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    195d3c6 View commit details
    Browse the repository at this point in the history
  22. Move tests to *.spec.js (wojtekmaj#261)

    * Move tests to *.spec.js
    
    * Update .codeclimate.yml
    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    d509e64 View commit details
    Browse the repository at this point in the history
  23. Change defaultProps values to default params on React functional comp…

    …onents (wojtekmaj#265)
    
    * removed React defaultProps from Navigation functional component
    
    * removed React defaultProps from all functional components
    AlbertCarreras authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    d596603 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    a78a4b6 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    fdb460a View commit details
    Browse the repository at this point in the history
  26. Update FUNDING.yml

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    34a6bec View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    ca8f636 View commit details
    Browse the repository at this point in the history
  28. Remove TypeScript typings (wojtekmaj#272)

    * Remove TypeScript typings
    
    Types will be provided by DefinitelyTyped.
    
    * Delete copy-types.js
    
    * Update package.json
    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    0fa483c View commit details
    Browse the repository at this point in the history
  29. Create ESM builds (wojtekmaj#249)

    * Create ESM builds
    
    * Update instructions for nostyle version
    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    389cc71 View commit details
    Browse the repository at this point in the history
  30. v3.0.0-beta

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    91cb106 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    9f8d204 View commit details
    Browse the repository at this point in the history
  32. Fix unit tests for tileContent

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    5126dcc View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    875e311 View commit details
    Browse the repository at this point in the history
  34. Add formatLongDate overwrite

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    b4dd1cb View commit details
    Browse the repository at this point in the history
  35. Add unit tests for other formatters

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    ce4ad29 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    f8f399b View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    c64f758 View commit details
    Browse the repository at this point in the history
  38. Bump minimum React version to 16.3

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    a4ed621 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    9e0350e View commit details
    Browse the repository at this point in the history
  40. v3.0.0-beta.2

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    d920d51 View commit details
    Browse the repository at this point in the history
  41. Fix link to 2.x docs

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    7e8b38a View commit details
    Browse the repository at this point in the history
  42. Refactor unit tests

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    1fce7dc View commit details
    Browse the repository at this point in the history
  43. Add unit tests

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    a3e1134 View commit details
    Browse the repository at this point in the history
  44. Fix defaultValue, defaultActiveStartDate and defaultView ignored when…

    … calculating initial active start date
    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    bbcc3d9 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    e63443d View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    882b195 View commit details
    Browse the repository at this point in the history
  47. v3.0.0-beta.3

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    edd371b View commit details
    Browse the repository at this point in the history
  48. Simplify logic of drillUp/drillDown (wojtekmaj#285)

    * Simplify logic of drillUp/drillDown
    
    * Use callback instead of cb variable name
    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    a0e674b View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    a4db8ec View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    da9f9c5 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    3e22902 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    c3f806c View commit details
    Browse the repository at this point in the history
  53. Simplify get value logic (wojtekmaj#288)

    * Add getValuePiece helper to avoid code repetition
    
    * Add getDetailValue helper to avoid code repetition
    
    * Simplify argument list
    
    * Fix error
    
    * Fix ESLint issues
    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    a830140 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    8aadd6a View commit details
    Browse the repository at this point in the history
  55. Add getValue helper (wojtekmaj#290)

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    54382dc View commit details
    Browse the repository at this point in the history
  56. v3.0.0-beta.4

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    85483ff View commit details
    Browse the repository at this point in the history
  57. Expose events in onChange, onClick* functions (wojtekmaj#291)

    * Expose events in onChange, onClick* functions
    
    Closes wojtekmaj#258
    
    * Fix tests
    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    d6a5bd6 View commit details
    Browse the repository at this point in the history
  58. Add unit tests

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    52badc4 View commit details
    Browse the repository at this point in the history
  59. Refactor getCalendarTypeFromLocale

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    890bf9f View commit details
    Browse the repository at this point in the history
  60. Extract variable for clarity

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    b355a85 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    fc3797e View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    417355f View commit details
    Browse the repository at this point in the history
  63. v3.0.0-beta.5

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    9bb4864 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    44647e3 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    c7a1fb9 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    38baf46 View commit details
    Browse the repository at this point in the history
  67. Group tests in describe()

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    bb7ff74 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    befa19f View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    a8e6dd4 View commit details
    Browse the repository at this point in the history
  70. Fix activeStartDate not being called on value change (wojtekmaj#322)

    * Fix activeStartDate not being called on value change
    
    Fixes wojtekmaj#305
    
    * Fix double setState, improve unit tests
    
    * Refactor, improve unit tests
    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    845a822 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    5e3c375 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    66b90cc View commit details
    Browse the repository at this point in the history
  73. Update @wojtekmaj/date-utils to ^1.0.2

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    e2ea942 View commit details
    Browse the repository at this point in the history
  74. Add locale to navigationLabel (wojtekmaj#317)

    * Add locale to navigationLabel call
    
    * Update navigationLabel docs
    zorfling authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    8fbc4c9 View commit details
    Browse the repository at this point in the history
  75. Reorder arguments

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    bc1e818 View commit details
    Browse the repository at this point in the history
  76. v3.0.0-beta.6

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    254fc3d View commit details
    Browse the repository at this point in the history
  77. Specify that an array passed tovalue and defaultValue props must …

    …contain 2 values
    
    Closes wojtekmaj#329
    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    2555986 View commit details
    Browse the repository at this point in the history
  78. v3.0.0

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    ca188e5 View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    9612ec8 View commit details
    Browse the repository at this point in the history
  80. Bump acorn from 5.7.3 to 5.7.4 (wojtekmaj#336)

    Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
    - [Release notes](https://github.com/acornjs/acorn/releases)
    - [Commits](acornjs/acorn@5.7.3...5.7.4)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    ae3a3a2 View commit details
    Browse the repository at this point in the history
  81. Reduce function complexity

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    7b7dce0 View commit details
    Browse the repository at this point in the history
  82. Update dependencies

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    4ea23ad View commit details
    Browse the repository at this point in the history
  83. Update Jest to 25

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    39f77eb View commit details
    Browse the repository at this point in the history
  84. Update cross-env

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    d0066cb View commit details
    Browse the repository at this point in the history
  85. Update ESLint rules

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    07d7ec9 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    184c31e View commit details
    Browse the repository at this point in the history
  87. Don't call onActiveStartDateChange, onViewChange, onChange if the val…

    …ues didn't change (wojtekmaj#344)
    
    * Don't call onActiveStartDateChange, onViewChange, onChange if the values didn't change
    
    * Fix comparing dates
    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    ca7ecb4 View commit details
    Browse the repository at this point in the history
  88. v3.0.1

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    605a5c4 View commit details
    Browse the repository at this point in the history
  89. Remove duplicate test

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    c2df16c View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    209cbea View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    303705f View commit details
    Browse the repository at this point in the history
  92. Update Babel to 7.9.0

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    9acd4ee View commit details
    Browse the repository at this point in the history
  93. Explain hiding icons (wojtekmaj#364)

    * Explain hiding icons
    
    Explicitly state that setting next and prev attributes to `null` will hide them
    
    * Fix trailing space
    
    Co-authored-by: Wojciech Maj <[email protected]>
    2 people authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    48d6bd2 View commit details
    Browse the repository at this point in the history
  94. Add tests that ensure the calendar is correct when setting activeStar…

    …tDate and defaultActiveStartDate (wojtekmaj#361)
    
    * Add tests that ensure the dates in a month are lined up with the correct weekdays
    
    * linting
    ksoldau authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    80c5589 View commit details
    Browse the repository at this point in the history
  95. Configuration menu
    Copy the full SHA
    546ce2d View commit details
    Browse the repository at this point in the history
  96. Update badges

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    2ae62aa View commit details
    Browse the repository at this point in the history
  97. Update eslint-plugin-react-hooks

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    dc5f7f2 View commit details
    Browse the repository at this point in the history
  98. Upgrade Jest to v26

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    f435008 View commit details
    Browse the repository at this point in the history
  99. Update README.md

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    b552067 View commit details
    Browse the repository at this point in the history
  100. Add support for allowPartialRange (wojtekmaj#351)

    * Add support for allowPartialRange
    
    Closes wojtekmaj#331
    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    83157f6 View commit details
    Browse the repository at this point in the history
  101. Configuration menu
    Copy the full SHA
    e939b1f View commit details
    Browse the repository at this point in the history
  102. Add Sergi Meseguer to contributors

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    1291049 View commit details
    Browse the repository at this point in the history
  103. Add hoverStart/hoverEnd CSS classes to style hovered date range (wojt…

    …ekmaj#373)
    
    Co-authored-by: Wojciech Maj <[email protected]>
    2 people authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    09445f0 View commit details
    Browse the repository at this point in the history
  104. Fixed re-rendering issue in Calendar component (wojtekmaj#300)

    * Fixed re-rendering issue in <Calendar/> component
    
    The `onMouseLeave` prop of `<MonthView/>` should be `null` when `selectRange` is not set. It is causing unnecessary re-rendering of the whole `<Calendar/>` component on the hover of `<Weekdays/>` component (child of `<MonthView/>` ) due to fire of the `onMouseOver` event passed in its child `<Flex/>` .
    
    * Remove unnecessary prop
    
    Co-authored-by: Wojciech Maj <[email protected]>
    2 people authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    f1106e6 View commit details
    Browse the repository at this point in the history
  105. v3.1.0

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    56dc2e6 View commit details
    Browse the repository at this point in the history
  106. Configuration menu
    Copy the full SHA
    13b3bbb View commit details
    Browse the repository at this point in the history
  107. Simplify unit test

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    0b78d7e View commit details
    Browse the repository at this point in the history
  108. Configuration menu
    Copy the full SHA
    6431263 View commit details
    Browse the repository at this point in the history
  109. Configuration menu
    Copy the full SHA
    61df682 View commit details
    Browse the repository at this point in the history
  110. Configuration menu
    Copy the full SHA
    b2be72d View commit details
    Browse the repository at this point in the history
  111. Configuration menu
    Copy the full SHA
    29c47d9 View commit details
    Browse the repository at this point in the history
  112. Configuration menu
    Copy the full SHA
    d7ebfa4 View commit details
    Browse the repository at this point in the history
  113. Bump lodash from 4.17.15 to 4.17.19 (wojtekmaj#406)

    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.17.15...4.17.19)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    1d4b37e View commit details
    Browse the repository at this point in the history
  114. Improve wording

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    0b3adad View commit details
    Browse the repository at this point in the history
  115. Update sideEffects property for webpack 4 (wojtekmaj#402)

    `Calendar.css` is not bundled in production mode because `sideEffects` is false.
    https://stackoverflow.com/questions/49160752/what-does-webpack-4-expect-from-a-package-with-sideeffects-false
    Noor0 authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    fd70afc View commit details
    Browse the repository at this point in the history
  116. Add funding to package.json

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    9cc2a17 View commit details
    Browse the repository at this point in the history
  117. Add link to Travis CI

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    0da6ef4 View commit details
    Browse the repository at this point in the history
  118. Turn on jest env in test files only

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    03b6741 View commit details
    Browse the repository at this point in the history
  119. Add links to React-Calendar Wiki

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    1dc5ad0 View commit details
    Browse the repository at this point in the history
  120. Bump yargs-parser from 18.1.1 to 18.1.3 (wojtekmaj#427)

    Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 18.1.1 to 18.1.3.
    - [Release notes](https://github.com/yargs/yargs-parser/releases)
    - [Changelog](https://github.com/yargs/yargs-parser/blob/master/CHANGELOG.md)
    - [Commits](yargs/yargs-parser@v18.1.1...v18.1.3)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    0af813a View commit details
    Browse the repository at this point in the history
  121. Configuration menu
    Copy the full SHA
    5ef6215 View commit details
    Browse the repository at this point in the history
  122. Upgrade Yarn to Yarn Berry (v2) (wojtekmaj#430)

    * Upgrade Yarn to Yarn Berry (v2)
    
    * Add missing workspace, fix link to parent lib
    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    0204c8d View commit details
    Browse the repository at this point in the history
  123. Configuration menu
    Copy the full SHA
    058b518 View commit details
    Browse the repository at this point in the history
  124. Configuration menu
    Copy the full SHA
    9fb0011 View commit details
    Browse the repository at this point in the history
  125. Hide previous/next button when prevLabel/nextLabel is set to null (wo…

    …jtekmaj#436)
    
    * Fixed issue where setting prevLabel or nextLabel to null, while making the button invisible, would still render it
    
    Co-authored-by: benomatis <[email protected]>
    2 people authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    fd70f40 View commit details
    Browse the repository at this point in the history
  126. Configuration menu
    Copy the full SHA
    a2d8f7e View commit details
    Browse the repository at this point in the history
  127. Configuration menu
    Copy the full SHA
    ff963d1 View commit details
    Browse the repository at this point in the history
  128. Add support for inputRef prop

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    dd4e105 View commit details
    Browse the repository at this point in the history
  129. v3.2.0

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    0f29f20 View commit details
    Browse the repository at this point in the history
  130. Remove unnecessary Babel override

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    fdd5db4 View commit details
    Browse the repository at this point in the history
  131. Remove arrow-parens rule override

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    bd84b39 View commit details
    Browse the repository at this point in the history
  132. Configuration menu
    Copy the full SHA
    132d31f View commit details
    Browse the repository at this point in the history
  133. Configuration menu
    Copy the full SHA
    fac45f7 View commit details
    Browse the repository at this point in the history
  134. Remove CodeClimate integration

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    b5f7f84 View commit details
    Browse the repository at this point in the history
  135. Update eslint-config-wojtekmaj

    wojtekmaj authored and felixmosh committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    eb5024c View commit details
    Browse the repository at this point in the history
  136. Configuration menu
    Copy the full SHA
    5d5827f View commit details
    Browse the repository at this point in the history