Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

react-calendar

Ultimate calendar for your React app.
Collective - Host: opensource - https://opencollective.com/react-calendar - Website: https://projects.wojtekmaj.pl/react-calendar - Code: https://github.com/wojtekmaj/react-calendar

Add unit tests for other formatters

github.com/wojtekmaj/react-calendar - 028cd3ed2f5796f1137c682d08ec8febd92961d1 authored about 5 years ago by Wojciech Maj <[email protected]>
Add formatLongDate overwrite

github.com/wojtekmaj/react-calendar - 3f292628b1afd6f681845af049d1344679c2ec2e authored about 5 years ago by Wojciech Maj <[email protected]>
[breaking] Add formatMonthYear to Month abbr

github.com/wojtekmaj/react-calendar - af0e01a25e916c5faa6a62358fcc77dee8057ddb authored about 5 years ago by Wojciech Maj <[email protected]>
Fix unit tests for tileContent

github.com/wojtekmaj/react-calendar - baa687740e25dea077b64032847ac95ef274c710 authored about 5 years ago by Wojciech Maj <[email protected]>
Add activeStartDate to tileClassName, tileContent

Closes #257

github.com/wojtekmaj/react-calendar - 125066c22dcdd111b14618d478787a860529074a authored about 5 years ago by Wojciech Maj <[email protected]>
v3.0.0-beta

github.com/wojtekmaj/react-calendar - 8dcb6c67280e6106ff7f748d447713eacdf980d2 authored about 5 years ago by Wojciech Maj <[email protected]>
Create ESM builds (#249)

* Create ESM builds

* Update instructions for nostyle version

github.com/wojtekmaj/react-calendar - d76b5e734b67acc964d53ba02c9d01d15b4bd139 authored about 5 years ago by Wojciech Maj <[email protected]>
Remove TypeScript typings (#272)

* Remove TypeScript typings

Types will be provided by DefinitelyTyped.

* Delete copy-types...

github.com/wojtekmaj/react-calendar - 7bd0ff104f20b1190eacd592c86704c5b74d794a authored about 5 years ago by Wojciech Maj <[email protected]>
Use @wojtekmaj/date-utils package (#270)

github.com/wojtekmaj/react-calendar - 6905e6998f66b1d976eec99d5369374390106208 authored about 5 years ago by Wojciech Maj <[email protected]>
Update FUNDING.yml

github.com/wojtekmaj/react-calendar - b1d864e22325a4e7f1fc2b6cba790cb78da92746 authored about 5 years ago by Wojciech Maj <[email protected]>
Fix makeGetEnd noot used in getEndOfDecade

github.com/wojtekmaj/react-calendar - da9486dfad985d2ace9df6b64a830ed4238e5306 authored about 5 years ago by Wojciech Maj <[email protected]>
Add Alberto Carreras to contributors

github.com/wojtekmaj/react-calendar - 07b05253634bff0a62cb0d0cec539651754ff996 authored about 5 years ago by Wojciech Maj <[email protected]>
Change defaultProps values to default params on React functional components (#265)

* removed React defaultProps from Navigation functional component

* removed React defaultProp...

github.com/wojtekmaj/react-calendar - a103e9dd46ba73dcc3dc7ebc11c7dfe0300c6625 authored about 5 years ago by Alberto Carreras <[email protected]>
Move tests to *.spec.js (#261)

* Move tests to *.spec.js

* Update .codeclimate.yml

github.com/wojtekmaj/react-calendar - 29dd72cb2f5682c1119daea48fda92d7bb283a90 authored about 5 years ago by Wojciech Maj <[email protected]>
Add consts, optimize dates utils for size

github.com/wojtekmaj/react-calendar - 4eb48fc57fe0daafbe42909e3f85d94be7eddf53 authored about 5 years ago by Wojciech Maj <[email protected]>
Optimize dates utils (#259)

* Add makeGetRange helper

* Add isValidDate helper

* Fixup makeGetRange

* Fix test name...

github.com/wojtekmaj/react-calendar - 37456a473242798f20e04e88e689b1f551a43f80 authored about 5 years ago by Wojciech Maj <[email protected]>
Update rimraf

github.com/wojtekmaj/react-calendar - ce5b0fabd440ed38f50487c2aacd5e8c29ee1da1 authored about 5 years ago by Wojciech Maj <[email protected]>
Add .DS_Store to .gitignore

github.com/wojtekmaj/react-calendar - c9fd9b2d1375973a39397444020423abb8bf7645 authored about 5 years ago by Wojciech Maj <[email protected]>
Upgrade Parcel to ^1.12.4

github.com/wojtekmaj/react-calendar - 8bc5f88c2a5df2caf682c592eb30349f7c40bd4d authored over 5 years ago by Wojciech Maj <[email protected]>
Implement showDoubleView prop (#248)

* Implement showDoubleView

* Fix tests for Navigation component

* Add unit tests for showD...

github.com/wojtekmaj/react-calendar - a046efd0a61b57aca27aff8892ef3f8f186c258f authored over 5 years ago by Wojciech Maj <[email protected]>
Add default color for today's tile

Closes #112

github.com/wojtekmaj/react-calendar - 0fff2fd50ddae45dc4d5f3cf038e0274da675f8d authored over 5 years ago by Wojciech Maj <[email protected]>
Fix crash when setting an invalid date

github.com/wojtekmaj/react-calendar - 74f8c21ffdfc1491156e60329dc8bcb2ee9afc78 authored over 5 years ago by Wojciech Maj <[email protected]>
Update documentation with new props

github.com/wojtekmaj/react-calendar - 2ace897315d97e7b0c8dffec53940d87c8dfee27 authored over 5 years ago by Wojciech Maj <[email protected]>
Fix year not being properly localized in th-TH locale, add formatYear custom function (#241)

Fix an issue where Navigation for century view, decade view and year view would not have titles ...

github.com/wojtekmaj/react-calendar - bebf6bda71eb81cf64f131727a363c4dd3277f70 authored over 5 years ago by Wojciech Maj <[email protected]>
[breaking] Implement controlled component support (#217)

* Implement defaultValue, defaultView, defaultActiveStartDate
* Add onViewChange callback
* Re...

github.com/wojtekmaj/react-calendar - c1376ee6e25bfad4199848635f1d57979d9ff9de authored over 5 years ago by Wojciech Maj <[email protected]>
[breaking] Remove react-lifecycles-compat polyfill (#219)

* [breaking] Remove react-lifecycles-compat polyfill

* [breaking] Bump minimum React version ...

github.com/wojtekmaj/react-calendar - dc08465c41e8c557cf2f394efb31a90ca525188f authored over 5 years ago by Wojciech Maj <[email protected]>
Add "Before you continue" section in documentation

github.com/wojtekmaj/react-calendar - eb769a63284194879f893306bfa3b764cf27e673 authored over 5 years ago by Wojciech Maj <[email protected]>
Update Babel to version 7.5.5

Fixes #232

github.com/wojtekmaj/react-calendar - e538f2809c122045069375549582cf2eb944a9b1 authored over 5 years ago by Wojciech Maj <[email protected]>
Bump eslint-utils from 1.3.1 to 1.4.2 (#231)

Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.2.
- [Releas...

github.com/wojtekmaj/react-calendar - 37f26ffc7a83a3faf82822025964379c7df79800 authored over 5 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Remove prefer-destructuring and prefer-spread ESLint rule overwrites

github.com/wojtekmaj/react-calendar - e99e8ff57b9e23ea4422c315716a4be8345194c7 authored over 5 years ago by Wojciech Maj <[email protected]>
Enable & enforce react/sort-comp ESLint rule

github.com/wojtekmaj/react-calendar - 65daa8bb76de577c2661a079b955c8c10dccf986 authored over 5 years ago by Wojciech Maj <[email protected]>
Update ESLint to 6.x and eslint-config-aribnb to latest

github.com/wojtekmaj/react-calendar - aa0202db17e17130db7e8dd8bc9dd5eedad506b5 authored over 5 years ago by Wojciech Maj <[email protected]>
Update get-user-locale package

github.com/wojtekmaj/react-calendar - e1c4edd7db84f28d370d4409b8e9a7d1530a192e authored over 5 years ago by Wojciech Maj <[email protected]>
Fix misplaced comment

github.com/wojtekmaj/react-calendar - 28daa387c670c3b464b713a3268e64648a6effb3 authored over 5 years ago by Wojciech Maj <[email protected]>
Optimize Babel output

~3 KB savings

github.com/wojtekmaj/react-calendar - 28278d51e141fe9faab07a7654ec2fdd2dd0d89a authored over 5 years ago by Wojciech Maj <[email protected]>
Fix unit tests parsed by Babel

github.com/wojtekmaj/react-calendar - ebc0740aca4b7acb668aefb09b842a91a756929d authored over 5 years ago by Wojciech Maj <[email protected]>
Update .codeclimate.yml

github.com/wojtekmaj/react-calendar - 56529fd735df52f63730aadcb79d24a3aa905a4a authored over 5 years ago by Wojciech Maj <[email protected]>
Remove confusing unit test

github.com/wojtekmaj/react-calendar - 341ebfd0f2b6d385d78dc222f8e3ad8916d6c36b authored over 5 years ago by Wojciech Maj <[email protected]>
Fix isView failing if view is undefined

github.com/wojtekmaj/react-calendar - a0b82cdf5059f10249dc4af8d77049f3ece5f153 authored over 5 years ago by Wojciech Maj <[email protected]>
Don't check for state value when testing if a certain view is being opened

github.com/wojtekmaj/react-calendar - 75c41162bfb7fca0173851de7864cbb1b4673b8e authored over 5 years ago by Wojciech Maj <[email protected]>
Fix "refuses to drill..." tests relying on state and not public API

github.com/wojtekmaj/react-calendar - a0bc77bcc3a0fdc87537746423a787a38fd2b648 authored over 5 years ago by Wojciech Maj <[email protected]>
Fix propType not giving a valid list of views

github.com/wojtekmaj/react-calendar - 2b9b475f1d32d80751faf937cbf29c25d31f832c authored over 5 years ago by Wojciech Maj <[email protected]>
Fix getView to use isViewAllowed helper

github.com/wojtekmaj/react-calendar - bcc5f65843257abfe7550381984a3fb4620e73c6 authored over 5 years ago by Wojciech Maj <[email protected]>
Add & enforce react/jsx-sort-props ESLint rule

github.com/wojtekmaj/react-calendar - 54c53e82557a3c4d1dca09964b1cebb01fc53db4 authored over 5 years ago by Wojciech Maj <[email protected]>
Accessibility improvements

github.com/wojtekmaj/react-calendar - bf0bba32497f2a061c3958e2e5ad58d3c2ffa87b authored over 5 years ago by Wojciech Maj <[email protected]>
Remove duplicated ESLint from sample and test directories

github.com/wojtekmaj/react-calendar - 4cb9ecf64cd5dcbdc050f93255beeb9d3cb46498 authored over 5 years ago by Wojciech Maj <[email protected]>
Bump lodash from 4.17.11 to 4.17.14 (#207)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14.
- [Release notes](htt...

github.com/wojtekmaj/react-calendar - 8e96fb61459fdeb06115674ccf4d2fbe93846fbb authored over 5 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Optimize hover performance when selectRange is turned on

github.com/wojtekmaj/react-calendar - ecd219462645ba41f9c3c6f61a8094017dfc403d authored over 5 years ago by Wojciech Maj <[email protected]>
Minor formatting

github.com/wojtekmaj/react-calendar - 21d7582739bbb5d3a6433b2920fd7c4978ff3fc2 authored over 5 years ago by Wojciech Maj <[email protected]>
Fix hovered tile not getting hover class, only relying on :hover pseudoclass

github.com/wojtekmaj/react-calendar - b17889aad34557aff20d877df6f47e7b25cff220 authored over 5 years ago by Wojciech Maj <[email protected]>
Fix order of props in documentation

github.com/wojtekmaj/react-calendar - d6c43379027844381f483862b5187918c8be0758 authored over 5 years ago by Wojciech Maj <[email protected]>
Enable & enforce react/sort-prop-types ESLint rule

github.com/wojtekmaj/react-calendar - dc54f1b0490e08bf2fb4ccf1d96c528833ffdc5a authored over 5 years ago by Wojciech Maj <[email protected]>
Improve colors in Test suite

github.com/wojtekmaj/react-calendar - 0d47aeebe912ad9b5d0f979dc4099a9265929b3e authored over 5 years ago by Wojciech Maj <[email protected]>
Minor formatting

github.com/wojtekmaj/react-calendar - 59d6e79d43976b87a533314ec11a62524ee81a6e authored over 5 years ago by Wojciech Maj <[email protected]>
Add default values column to README.md

github.com/wojtekmaj/react-calendar - caf35131f32fe85747609bc6288eeee32e311ba2 authored over 5 years ago by Wojciech Maj <[email protected]>
Update year in LICENSE

github.com/wojtekmaj/react-calendar - 04051944d3a59d29a4afc2f3fbed8df8fcaa4cd0 authored over 5 years ago by Wojciech Maj <[email protected]>
Update dependencies

github.com/wojtekmaj/react-calendar - 48eee168950d9f5fef6ec297f289b4329bae3e45 authored over 5 years ago by Wojciech Maj <[email protected]>
Fix module naming collision

github.com/wojtekmaj/react-calendar - e542ac64995433c78277088c2cf4300e3dce972b authored over 5 years ago by Wojciech Maj <[email protected]>
Add JamieEgeberg to contributors

github.com/wojtekmaj/react-calendar - 887168c0e736d544037f64a7962d60ee2403aa3e authored over 5 years ago by Wojciech Maj <[email protected]>
Fix type of onClickWeekNumber (#205)

The type should reflect being called with this signature onClickWeekNumber(weekNumber, date)

github.com/wojtekmaj/react-calendar - 124b3e94f4ddae565498f98fda5372f57c5021ad authored over 5 years ago by JamieEgeberg <[email protected]>
Add sample for Parcel TypeScript

github.com/wojtekmaj/react-calendar - 6b10cb69a914d07da1aa8844fb82880f094a684d authored over 5 years ago by Wojciech Maj <[email protected]>
Fix duplicted render in Sample

github.com/wojtekmaj/react-calendar - 49efd08d56c4ab6527422e178e14299ddf5124f3 authored over 5 years ago by Wojciech Maj <[email protected]>
Move Parcel sample to a separate directory

github.com/wojtekmaj/react-calendar - daeb5d1a4e833d7136392bd5a151eabdc826d51a authored over 5 years ago by Wojciech Maj <[email protected]>
Rewrite all Test suite options to functional components

github.com/wojtekmaj/react-calendar - 6b0d71763af0d804e17179b3f08e4c1d3b6a908c authored over 5 years ago by Wojciech Maj <[email protected]>
Optimize syntax to create minimal Babel output

github.com/wojtekmaj/react-calendar - fa27f336a7b575010720af889fefc60468034085 authored over 5 years ago by Wojciech Maj <[email protected]>
Turn on jsx-a11y/label-has-associated-control

github.com/wojtekmaj/react-calendar - bcd99d06ca0df26754a83f6d93b572b690b31fa8 authored over 5 years ago by Wojciech Maj <[email protected]>
Update ESLint, update commands to more standard ones

github.com/wojtekmaj/react-calendar - 3f0dbd73b03e8c8845f3aca4a26889d6f4ef7bf5 authored over 5 years ago by Wojciech Maj <[email protected]>
Update parcel-bundler dependency

github.com/wojtekmaj/react-calendar - 1b54bcf69514726cd98a1d5295a960a34bf65b93 authored over 5 years ago by Wojciech Maj <[email protected]>
Fix documentation typo aria prev and next 2 (#197)

github.com/wojtekmaj/react-calendar - db998dd1ecfd15b65ec9d383c57c776e15fa865a authored over 5 years ago by Mathieu Doyon <[email protected]>
Bump handlebars from 4.0.12 to 4.1.2 (#196)

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.12 to 4.1.2.
- [Release no...

github.com/wojtekmaj/react-calendar - e8e43f1197d6c136b103c3d2e4f9df4b3bd74602 authored over 5 years ago by dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Bump js-yaml from 3.12.0 to 3.13.1 (#195)

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.0 to 3.13.1.
- [Release notes](htt...

github.com/wojtekmaj/react-calendar - 0f63f7b605c5b9b3c0bd653555d7639c43d96c67 authored over 5 years ago by dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Create FUNDING.yml

github.com/wojtekmaj/react-calendar - f9e84a33916f15043b6efa564c421abae4f3861c authored over 5 years ago by Wojciech Maj <[email protected]>
Add TypeScript definitions for aria-label props (#192)

Version 2.19.0 introduced aria-label attributes, but they are missing in the TypeScript definiti...

github.com/wojtekmaj/react-calendar - 7dedc75b9cd3d4e0ca299c7c9fb6f1514d327736 authored over 5 years ago by Felix Hessenberger <[email protected]>
Add documentation for aria-label attributes

github.com/wojtekmaj/react-calendar - 5f48d14048d30332850ff5981f71dd8f1c61ab18 authored over 5 years ago by Wojciech Maj <[email protected]>
Add aria-label props for navigation buttons (#189)

* Add aria-label props for navigation buttons

* Add unit tests for aria-label props

github.com/wojtekmaj/react-calendar - 6a4cc5c64ea85de4df020607b789eff79ddb43a0 authored over 5 years ago by Anushree Patil <[email protected]>
Fix color contrast ratio for month view (#188)

github.com/wojtekmaj/react-calendar - 8f5294069f79080be063376f4f3d9ad5bf52089f authored over 5 years ago by Anushree Patil <[email protected]>
Optimize syntax to create minimal Babel output (#185)

github.com/wojtekmaj/react-calendar - 447b2a87845225dd28addc1d0aeaf28cf57bc0c4 authored over 5 years ago by Wojciech Maj <[email protected]>
Remove unused property

github.com/wojtekmaj/react-calendar - 3e9817b2c6e5a5864647195a93bbf73b88888881 authored over 5 years ago by Wojciech Maj <[email protected]>
Refactor getFormatter (#184)

github.com/wojtekmaj/react-calendar - 22d588288eab5b67aa95df1c67e0798f43403caa authored over 5 years ago by Wojciech Maj <[email protected]>
Add NPM badge+link to README

github.com/wojtekmaj/react-calendar - 64fea717360f78e0f153d4c3b45feadf3167561f authored almost 6 years ago by Wojciech Maj <[email protected]>
Lint sample directory, configure overrides

github.com/wojtekmaj/react-calendar - 9c601ddcc2f198453caa071db24c2f1629be17a6 authored almost 6 years ago by Wojciech Maj <[email protected]>
Mention sample directory and Recipes Wiki

github.com/wojtekmaj/react-calendar - 9ba7a05a79123da618fce69127cb2e2fb2df287c authored almost 6 years ago by Wojciech Maj <[email protected]>
Remove jest-cli from direct dependencies

github.com/wojtekmaj/react-calendar - 3578ebb8b5cfcb99c857a59b39e8ee2f5b02ec5d authored almost 6 years ago by Wojciech Maj <[email protected]>
Merge branch 'master' of https://github.com/wojtekmaj/react-calendar

github.com/wojtekmaj/react-calendar - 0a37fd0e7936d0a40a8b80e8d77c859a6c9db909 authored almost 6 years ago by Wojciech Maj <[email protected]>
Update Jest to 24

github.com/wojtekmaj/react-calendar - 07baea2bf01d00cf7ba9afa2aad0265b09d7b85a authored almost 6 years ago by Wojciech Maj <[email protected]>
Fix documentation for format* props

Fixes #165

github.com/wojtekmaj/react-calendar - 7014ccebecbd4aa655f0b44d85270d9eaba16744 authored almost 6 years ago by Wojciech Maj <[email protected]>
Update dependencies

github.com/wojtekmaj/react-calendar - bc3a7439465bf7e883188acfd48ca1c05cc5861e authored about 6 years ago by Wojciech Maj <[email protected]>
Update dependencies

github.com/wojtekmaj/react-calendar - f728494571b12c81a854f9199b68d87eb983bd5b authored about 6 years ago by Wojciech Maj <[email protected]>
Update dependencies

github.com/wojtekmaj/react-calendar - a2c6f19c2396e7725261b0c98ca1b7ff8e012167 authored about 6 years ago by Wojciech Maj <[email protected]>
Update Babel to 7.0.0 (#124)

* Update Babel to 7.0.0

* Set src directory as source in package.json

github.com/wojtekmaj/react-calendar - a1289bebcad7e404d20f6bbf7194fbc488d0edf2 authored about 6 years ago by Wojciech Maj <[email protected]>
Improve date sorting

github.com/wojtekmaj/react-calendar - de19730bcbcf20703d5f72752465a8ced232f672 authored about 6 years ago by Wojciech Maj <[email protected]>
Add non-latin locale to LocaleOptions for testing Wojciech Maj committed

github.com/wojtekmaj/react-calendar - f579413cc149fd9e1db01aa8d55810dada20ee37 authored about 6 years ago by Wojciech Maj <[email protected]>
Fix accessibility labels ignoring locale prop

github.com/wojtekmaj/react-calendar - d9c9e6160cf8294a0a54e95e47e839837b424537 authored about 6 years ago by Wojciech Maj <[email protected]>
Avoid multiple calls to tileContent and tileClassName

Fixes #145

github.com/wojtekmaj/react-calendar - 396635c19c002b4c306bf6ed11fb62964d87cdf4 authored about 6 years ago by Wojciech Maj <[email protected]>
Exclude showFixedNumberOfWeeks from TileGroup component props

github.com/wojtekmaj/react-calendar - 804ed66ef70f20ff8dde1811254cfd29efb95674 authored about 6 years ago by Wojciech Maj <[email protected]>