Ecosyste.ms: OpenCollective

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

react-date-picker

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

Improve documentation on default values when building date for onChange callback

github.com/wojtekmaj/react-date-picker - 678d9c9eaac881c379d0d1e97327248e7591ba5b authored almost 3 years ago by Wojciech Maj <[email protected]>
Default to current year if year input is missing

github.com/wojtekmaj/react-date-picker - 696ccd9482e34cceca2b4ccc3d438b00bc8e8827 authored almost 3 years ago by Wojciech Maj <[email protected]>
Remove postinstall from package.json with custom Yarn plugin

github.com/wojtekmaj/react-date-picker - 106f0874731a09a3a7546ce64cda4904091a916e authored almost 3 years ago by Wojciech Maj <[email protected]>
Update dependencies

github.com/wojtekmaj/react-date-picker - 12af389d9307cefaf8bfd37252583a47d7be2286 authored almost 3 years ago by Wojciech Maj <[email protected]>
Update ESLint, update ESLint config, configure Prettier, format all files using new config

github.com/wojtekmaj/react-date-picker - e77d1d259374359530e26571efc5082aaa4d2665 authored almost 3 years ago by Wojciech Maj <[email protected]>
Add config for Visual Studio Code users

github.com/wojtekmaj/react-date-picker - 2da33e6481cda62caaf94852cdf9b5e4e3eff182 authored almost 3 years ago by Wojciech Maj <[email protected]>
Update .gitignore

github.com/wojtekmaj/react-date-picker - 19d2a95530a814813c88e17bc40dd69ba73a777b authored almost 3 years ago by Wojciech Maj <[email protected]>
Cache date formatters

github.com/wojtekmaj/react-date-picker - 277e8796872e1806c3bf441898f91d5eb8b3bd5b authored almost 3 years ago by Wojciech Maj <[email protected]>
Add support for React 18

github.com/wojtekmaj/react-date-picker - 2c2a2fc5036bddd8173100d3f7a2fa587b8253aa authored almost 3 years ago by Wojciech Maj <[email protected]>
Ensure no trash LICENSE and README.md files are included in published package

github.com/wojtekmaj/react-date-picker - 552622e9aa04c34e3ca8e59e9cbe15cf935c0542 authored almost 3 years ago by Wojciech Maj <[email protected]>
Fix styles not reset on Calendar close

Closes #200

github.com/wojtekmaj/react-date-picker - 96fe07517f71f3da4df7225cca346f260b26f33a authored almost 3 years ago by Wojciech Maj <[email protected]>
Update webpack-dev-server, fix security vulnerability in follow-redirects dependency

github.com/wojtekmaj/react-date-picker - 8ce6d6297aba3fa2a9b8aae871f74a96e8132a25 authored almost 3 years ago by Wojciech Maj <[email protected]>
Fix security vulnerability in follow-redirects dependency

github.com/wojtekmaj/react-date-picker - fde6f8688da5d63e72fc48527c3eaf83eab7dc0e authored almost 3 years ago by Wojciech Maj <[email protected]>
Update caniuse-lite

github.com/wojtekmaj/react-date-picker - 39de59c61c3d163140835dc4dfc438d8aa3e265a authored almost 3 years ago by Wojciech Maj <[email protected]>
Fix Environment rendered as markdown in YAML issue form

github.com/wojtekmaj/react-date-picker - 9a74503c0e8c20b92931cddb0a9ffa19dd4a34f4 authored almost 3 years ago by Wojciech Maj <[email protected]>
Remove jest-coverage command

github.com/wojtekmaj/react-date-picker - 8843b0d93e7cd598e8d36c3ca37980e792f5bc6c authored almost 3 years ago by Wojciech Maj <[email protected]>
Fix "17" rendered instead of YearInput on iOS 15

Fixes #396

github.com/wojtekmaj/react-date-picker - a8dde2cfca5d4824c242b0d59c68d90c8a4eb5fe authored about 3 years ago by Wojciech Maj <[email protected]>
Add YAML issue forms

github.com/wojtekmaj/react-date-picker - 8ce61b0cbb1bcd27bc6649fba65b9eea79568965 authored about 3 years ago by Wojciech Maj <[email protected]>
Update @pmmmwh/react-refresh-webpack-plugin to 0.5.0

github.com/wojtekmaj/react-date-picker - 6b273d1d91d877d35189dd599e0aa8d07ad14504 authored about 3 years ago by Wojciech Maj <[email protected]>
Remove David shields

github.com/wojtekmaj/react-date-picker - ece82b79934f7376e3c231c5adebe2d4be9bfc69 authored about 3 years ago by Wojciech Maj <[email protected]>
Close calendar when Escape key is pressed

Closes #285

github.com/wojtekmaj/react-date-picker - 5f11efba15c47d854668527ceb9e56bd897c7aaf authored about 3 years ago by Wojciech Maj <[email protected]>
Update Yarn to 3.1.0

github.com/wojtekmaj/react-date-picker - 629eb4faf35bb19b20418a731dd318f28917604a authored about 3 years ago by Wojciech Maj <[email protected]>
Add closeCalendar prop to TypeScript typings (#391)

Co-authored-by: awahab1 <[email protected]>

github.com/wojtekmaj/react-date-picker - e4c8a95fff4fd814aa0644f9256913477de02f42 authored about 3 years ago by IsbahAhmed <[email protected]>
Add disableCalendar prop to TypeScript typings

Closes #392

github.com/wojtekmaj/react-date-picker - 7600ee04777c580c6f43ec09c2d3c1e54a291b46 authored about 3 years ago by Wojciech Maj <[email protected]>
Remove publicPath from Webpack config in test suite

publicPath prevented test suites from being uploaded to other paths than /

github.com/wojtekmaj/react-date-picker - 7604ae6cec86dbc259f9681af14b6d85aba5734c authored about 3 years ago by Wojciech Maj <[email protected]>
Fix test suite styling affecting component

github.com/wojtekmaj/react-date-picker - c6934e1f697f443f21cf113247d5431eda02938b authored about 3 years ago by Wojciech Maj <[email protected]>
Remove unnecessary config

github.com/wojtekmaj/react-date-picker - 3d9031747695f98080143e9ba58676217a26ddca authored about 3 years ago by Wojciech Maj <[email protected]>
Skip onKeyPress check on Firefox

Related to #389

github.com/wojtekmaj/react-date-picker - 03337f8f212be9b4c5bc4fe972c48e66d56b22c7 authored about 3 years ago by Wojciech Maj <[email protected]>
Improve onKeyPress clarity

github.com/wojtekmaj/react-date-picker - cc5f22e92b55b9f2c7adc25c9dc5ed9d272c1f76 authored about 3 years ago by Wojciech Maj <[email protected]>
Fix crash after make-event-props update

github.com/wojtekmaj/react-date-picker - d6e30877e89d4f40ae57d26d85fa11f69520512d authored about 3 years ago by Wojciech Maj <[email protected]>
Fix Calendar opening behind month dropdown

Closes #328

github.com/wojtekmaj/react-date-picker - aff58fbecdf2d15b65b2f9edd99b5e6d27f7cdae authored about 3 years ago by Wojciech Maj <[email protected]>
Fix security vulnerability in ansi-regex dependency

github.com/wojtekmaj/react-date-picker - c20429b97468eaf653926e3cc179f96133694320 authored over 3 years ago by Wojciech Maj <[email protected]>
Fix security vulnerability in tmpl dependency

github.com/wojtekmaj/react-date-picker - c218096723a21a77f1f51013a6adab28bbacb58b authored over 3 years ago by Wojciech Maj <[email protected]>
Fix security vulnerability in nth-check dependency

github.com/wojtekmaj/react-date-picker - 65acf4be73e8a4bc8def7489a772aa233d07a23b authored over 3 years ago by Wojciech Maj <[email protected]>
Update Jest to 27.0.0

github.com/wojtekmaj/react-date-picker - 53ed5ec4ad4e13689f1e1d732377681066a4d85c authored over 3 years ago by Wojciech Maj <[email protected]>
Remove unnecessary Babel plugin

github.com/wojtekmaj/react-date-picker - b57bd820b75d83262e1edbfa5313b8cf29967d9b authored over 3 years ago by Wojciech Maj <[email protected]>
Update Babel to 7.15.0

github.com/wojtekmaj/react-date-picker - 299eecdf5a7dff9c33272012a2aa3a3d085b55ea authored over 3 years ago by Wojciech Maj <[email protected]>
Fix security vulnerability in tar dependency

github.com/wojtekmaj/react-date-picker - 11de9a5b8415f9d78956cc1fcbc1395e0757b554 authored over 3 years ago by Wojciech Maj <[email protected]>
Fix typing over values on Internet Explorer 11

github.com/wojtekmaj/react-date-picker - ea36c55112e2ee1d029684265360536bcf4355a9 authored over 3 years ago by Wojciech Maj <[email protected]>
Fix autofocus not working on IE11

github.com/wojtekmaj/react-date-picker - 3c7dd3bc960a0a6935611e52513f9d160348972f authored over 3 years ago by Wojciech Maj <[email protected]>
Add GitHub Actions workflow to close stale issues

github.com/wojtekmaj/react-date-picker - 792c8c057f7c6f6e19ffa74298a759144ac71e36 authored over 3 years ago by Wojciech Maj <[email protected]>
Add separate jobs in GitHub Actions CI

github.com/wojtekmaj/react-date-picker - 51742ff66c56fd7c7668f0c00a586d37b772217b authored over 3 years ago by Wojciech Maj <[email protected]>
Rename master to main

github.com/wojtekmaj/react-date-picker - 2f32cff96840ad28d207446a64c43b16f34083a6 authored over 3 years ago by Wojciech Maj <[email protected]>
Fix security vulnerability in glob-parent dependency

github.com/wojtekmaj/react-date-picker - 0ab232b46acee20165747f45fa31cf4b6cab4b55 authored over 3 years ago by Wojciech Maj <[email protected]>
Fix security vulnerability in path-parse dependency

github.com/wojtekmaj/react-date-picker - 3de836e16b9634103c7e42cbf7e3c5da1cffa065 authored over 3 years ago by Wojciech Maj <[email protected]>
Update dependencies in sample directory

github.com/wojtekmaj/react-date-picker - dfa60967a53e8a79693a9836171ba9bc4057c59e authored over 3 years ago by Wojciech Maj <[email protected]>
Update react-refresh and @pmmmwh/react-refresh-webpack-plugin

github.com/wojtekmaj/react-date-picker - 854fa033e97df6118cf40a1eefbffa53fe2ee095 authored over 3 years ago by Wojciech Maj <[email protected]>
Update webpack-cli to 4.7.0

github.com/wojtekmaj/react-date-picker - aad6d22e26b6cc7cc00d12799f949f9ee838352e authored over 3 years ago by Wojciech Maj <[email protected]>
Update webpack-dev-server to 4.0.0

github.com/wojtekmaj/react-date-picker - b62784ab664b4a455ff68c0456a84bd7de4f4dc1 authored over 3 years ago by Wojciech Maj <[email protected]>
Fix invalid propType defined in Input

github.com/wojtekmaj/react-date-picker - 170202fcc91e885cfc8b617b10eaecea791c0eb8 authored over 3 years ago by Wojciech Maj <[email protected]>
Fix invalid propType defined in MonthSelect

github.com/wojtekmaj/react-date-picker - 0817cf10f0b1903d2fd8ae0f353836483f77b114 authored over 3 years ago by Wojciech Maj <[email protected]>
Refactor handling refs in DateInput to use createRef

github.com/wojtekmaj/react-date-picker - 359debca535ae7da76ef8dcc29058a57a0aebb19 authored over 3 years ago by Wojciech Maj <[email protected]>
Update dependencies

github.com/wojtekmaj/react-date-picker - 021d3d5b52b528b32b00eefa6a1a00efb3eff3ed authored over 3 years ago by Wojciech Maj <[email protected]>
Handle shadow DOM in onOutsideAction

Co-Authored-By: Jorrit Schippers <[email protected]>

github.com/wojtekmaj/react-date-picker - 7f78ed7e5c0cfec399626d8d7abe95d479947904 authored over 3 years ago by Wojciech Maj <[email protected]>
Fix security vulnerability in tar dependency

github.com/wojtekmaj/react-date-picker - 150dccd1b8728bc94a3683d684f6267632ff7fb2 authored over 3 years ago by Wojciech Maj <[email protected]>
Upgrade Yarn to v3

github.com/wojtekmaj/react-date-picker - c968ee0d4b0500f3292c5006918058853aa1fd2c authored over 3 years ago by Wojciech Maj <[email protected]>
Add autoFocus prop to TypeScript definitions

github.com/wojtekmaj/react-date-picker - c097c3eba25d92620e2b3a778a5b654e1a9f4842 authored over 3 years ago by Wojciech Maj <[email protected]>
Use Node 16 for CI, update actions/setup-node

github.com/wojtekmaj/react-date-picker - fa42d6c900b3c61c741d6da606d294a8b31774d2 authored over 3 years ago by Wojciech Maj <[email protected]>
Update ESLint to 7.19.0

github.com/wojtekmaj/react-date-picker - f587454a69fadd2deefaf45d76f1a797d8648f95 authored over 3 years ago by Wojciech Maj <[email protected]>
Fix security vulnerability in ws dependency

github.com/wojtekmaj/react-date-picker - b52b0dd0006a1881e3abd8606c94fcac8ddcfd29 authored over 3 years ago by Wojciech Maj <[email protected]>
Update typings

github.com/wojtekmaj/react-date-picker - 132406999af7a8b7f0a8e48f0b6d2a36792b8d7c authored over 3 years ago by Wojciech Maj <[email protected]>
Add @mgandley to contributors

github.com/wojtekmaj/react-date-picker - 5237c29021a5b1d07189a3abc5b79d8b46ac0939 authored over 3 years ago by Wojciech Maj <[email protected]>
Add support for openCalendarOnFocus prop (#362)

github.com/wojtekmaj/react-date-picker - 0c3e36bd9a5042e418ccdc05a79a3cdf3b7e848a authored over 3 years ago by Wojciech Maj <[email protected]>
Remove unnecessary devServer.host from Webpack config

github.com/wojtekmaj/react-date-picker - 3d7017200f7cf3b3f447b3aaa37c1afd2727229a authored over 3 years ago by Wojciech Maj <[email protected]>
Fix security vulnerability in hosted-git-info dependency

https://github.com/advisories/GHSA-43f8-2h32-f4cj

github.com/wojtekmaj/react-date-picker - 450c2ee5de10a081c3844a539525c1e5234ea7fc authored over 3 years ago by Wojciech Maj <[email protected]>
Fix security vulnerability in lodash dependency

https://github.com/advisories/GHSA-35jh-r3h4-6jhm

github.com/wojtekmaj/react-date-picker - fa8a9e941ace9fee72679f22711ccbdc12ffaf0f authored over 3 years ago by Wojciech Maj <[email protected]>
Update @wojtekmaj/enzyme-adapter-react-17 to 0.6.0

github.com/wojtekmaj/react-date-picker - 6ea1fa6e7df974ae17445da1a09f86f372911dde authored over 3 years ago by Wojciech Maj <[email protected]>
Update y18n from 4.0.0 to 4.0.1

github.com/wojtekmaj/react-date-picker - cd754026f97f090aaf36ec18ade6680d639e6bad authored over 3 years ago by Wojciech Maj <[email protected]>
Change link in README to HTTPS

github.com/wojtekmaj/react-date-picker - 78fb13811574636fa077d0d75e1f067d8b9b4315 authored almost 4 years ago by Wojciech Maj <[email protected]>
Loose exact dependency resolutions

github.com/wojtekmaj/react-date-picker - 543e63b4a40c00eca2cc89a2aacc5c4a4c0c43c2 authored almost 4 years ago by Wojciech Maj <[email protected]>
Update less-loader to 8.0.0

github.com/wojtekmaj/react-date-picker - c97974b4086b6b95e00566e5264d9b28050c4795 authored almost 4 years ago by Wojciech Maj <[email protected]>
Update less to 4.0.0

github.com/wojtekmaj/react-date-picker - 5f1206a8716e243c7521d0cd7c528b2f5ccd2e99 authored almost 4 years ago by Wojciech Maj <[email protected]>
Update Webpack to 5.20.0

github.com/wojtekmaj/react-date-picker - 6bf4cc33af2157a0d3b4a546424b2d915e4fe062 authored almost 4 years ago by Wojciech Maj <[email protected]>
Dedupe dependencies

github.com/wojtekmaj/react-date-picker - 40e45b8c7f0bd7c529fe0a51938090faa738b29a authored almost 4 years ago by Wojciech Maj <[email protected]>
Fix leading zero not added when input value was "0"

github.com/wojtekmaj/react-date-picker - ea13adaacb2fd0506d9b15ddc846a407983f4676 authored almost 4 years ago by Wojciech Maj <[email protected]>
Use strings instead of numbers in internal input state (#350)

Closes #185

github.com/wojtekmaj/react-date-picker - 8dba0dc7c0d299c46a65b1895ed14f0f17d7b52c authored almost 4 years ago by Wojciech Maj <[email protected]>
Add ARIA labels to TypeScript definitions

Co-Authored-By: tenKinetic <[email protected]>

github.com/wojtekmaj/react-date-picker - b5b77aad365eb45904e5fc24d05316352aa33530 authored almost 4 years ago by Wojciech Maj <[email protected]>
Add onKeyPress function description

github.com/wojtekmaj/react-date-picker - d798cd2196087fbe18d1ea5454a9bda56efb9f27 authored almost 4 years ago by Wojciech Maj <[email protected]>
Fix String/Number type in @param

github.com/wojtekmaj/react-date-picker - f23dea6c5ae38a1bdc111b580ef6f32d12bd7dd9 authored almost 4 years ago by Wojciech Maj <[email protected]>
Remove unnecessary script tags

github.com/wojtekmaj/react-date-picker - 67d77982f7deb6ceaf0bef95fd9e0429cc625190 authored almost 4 years ago by Wojciech Maj <[email protected]>
Update html-webpack-plugin to 5.1.0

github.com/wojtekmaj/react-date-picker - 060a3283b8d01f7991bbc04010e358077e0e15cb authored almost 4 years ago by Wojciech Maj <[email protected]>
Update React-Calendar

github.com/wojtekmaj/react-date-picker - bd4182c2d187907608c583394ac47834958faae7 authored almost 4 years ago by Wojciech Maj <[email protected]>
Dedupe dependencies

github.com/wojtekmaj/react-date-picker - 7895bac7d35f90657afb6abdc4baadf6addf427b authored almost 4 years ago by Wojciech Maj <[email protected]>
Reset min/max date to undefined, not null in test suite

github.com/wojtekmaj/react-date-picker - 369959d1c5b9b22e77a0a5891814c26950e585ec authored almost 4 years ago by Wojciech Maj <[email protected]>
Fix crash on IE 11 caused by passing date to Date constructor (#339)

github.com/wojtekmaj/react-date-picker - c6949a888d3e13902e0ba791ba837606cdabda15 authored almost 4 years ago by Wojciech Maj <[email protected]>
Set defaultMinDate to 0001-01-01 local time, not UTC time

github.com/wojtekmaj/react-date-picker - ea6a10edacbd2c2e2974d2f05ff8bd387cc60894 authored almost 4 years ago by Wojciech Maj <[email protected]>
Remove unused file-loader

github.com/wojtekmaj/react-date-picker - accd49a7453fa2f607d3855c135b9c5031498a17 authored almost 4 years ago by Wojciech Maj <[email protected]>
Rewrite test suite to React Hooks

github.com/wojtekmaj/react-date-picker - 093f9fe5d3997a7a8a2c516cd263c291924c1b8d authored almost 4 years ago by Wojciech Maj <[email protected]>