Ecosyste.ms: OpenCollective

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

Odiff

Constantly improving speed of visual regression!
Collective - Host: opensource - https://opencollective.com/odiff - Code: https://github.com/dmtrKovalenko

update DateTextField TS definitions

github.com/dmtrKovalenko/pickers - dfaa73128c47681a4f4dc5489a26528ef454dd81 authored about 7 years ago by Andrew <[email protected]>
Merge pull request #148 from Mairu/clear-keyboard

trigger clear when the text field is empty with enabled keyboard mode

github.com/dmtrKovalenko/pickers - 32b6114cbc69f5b34b8f73bd7686138e786891d5 authored about 7 years ago by Andrew <[email protected]>
Merge pull request #149 from radicand/typescript-package-types

Typescript package types

github.com/dmtrKovalenko/pickers - 2eb0175a02f69660fac8bf7eb782ac8a3db585bd authored about 7 years ago by Dmitriy Kovalenko <[email protected]>
Fix bug on clearing a text field that already has null as value; Reuse handleClear in PickerBase

github.com/dmtrKovalenko/pickers - b64cc4b2e2bd77207dfd1c319a12983a30e0330b authored about 7 years ago by Mairu <[email protected]>
Remove redundant types declaration

github.com/dmtrKovalenko/pickers - 51cfd784e88a1ac0acc2ad6f3b6415164535b627 authored about 7 years ago by Nick Pappas <[email protected]>
Merge remote-tracking branch 'origin/develop' into typescript-package-types

* origin/develop: (28 commits)
update Persian picker example in Readme
make clear button ali...

github.com/dmtrKovalenko/pickers - 0fd5a9069427da70844c05bd584836a6673572dc authored about 7 years ago by Nick Pappas <[email protected]>
Add types key to package.json for typescript integration

github.com/dmtrKovalenko/pickers - ae16c2fb64abbb73f913262b933660af3ebe12f5 authored about 7 years ago by Nick Pappas <[email protected]>
trigger clear when the text field is empty with enabled keyboard mode

github.com/dmtrKovalenko/pickers - 8a9d4357a721bab711797b7d6ebeea090c97225f authored about 7 years ago by Mairu <[email protected]>
Merge pull request #143 from dmtrKovalenko/clear-button

Add clear button

github.com/dmtrKovalenko/pickers - 054faf39e82152bda63765691fb8baa3ab1faaae authored about 7 years ago by Dmitriy Kovalenko <[email protected]>
Merge pull request #144 from dmtrKovalenko/YearSelection-fixes

YearSelection fixes

github.com/dmtrKovalenko/pickers - 097fd0fd80b39421756452f0bef67f5ac01ca47e authored about 7 years ago by Dmitriy Kovalenko <[email protected]>
update Persian picker example in Readme

github.com/dmtrKovalenko/pickers - c6f649aab5322c259976740fbdc5c02f5ebde99d authored about 7 years ago by Andrew <[email protected]>
make clear button aligned to right

github.com/dmtrKovalenko/pickers - b5cde12e40ac8bad9a74a72471856ccb1bedac97 authored about 7 years ago by Andrew <[email protected]>
make disabled years unfocusable

github.com/dmtrKovalenko/pickers - 9d7cc9f1666e6746d123c16bea969b6f35cad4ce authored about 7 years ago by Andrew <[email protected]>
use Typography + style fixes

github.com/dmtrKovalenko/pickers - 8b57227891cb20a7012878484493a08645f22411 authored about 7 years ago by Andrew <[email protected]>
fix year tabindex

github.com/dmtrKovalenko/pickers - fff758dff836356ecad0454e0ee36124a88d0b7f authored about 7 years ago by Andrew <[email protected]>
change height to avoid container jumping

github.com/dmtrKovalenko/pickers - 19d022a85654520c3d4db4cf8fa14ad37c876276 authored about 7 years ago by Andrew <[email protected]>
update labelFunc docs

github.com/dmtrKovalenko/pickers - acde6990eb0120b476db887f2bf887d84a0c1df6 authored about 7 years ago by Andrew <[email protected]>
fix persian pickers to support null date

github.com/dmtrKovalenko/pickers - a7cc64f785e8b2211b09a883341247aef2ec7c70 authored about 7 years ago by Andrew <[email protected]>
fix week picker to support empty label on clear

github.com/dmtrKovalenko/pickers - 294338af72e153d64bbef33931fb8aef1c7f1714 authored about 7 years ago by Andrew <[email protected]>
Merge branch 'develop' into clear-button

github.com/dmtrKovalenko/pickers - a7b787a14abfe6141bcec2344ce728be97ddacb5 authored about 7 years ago by Andrew <[email protected]>
Merge pull request #140 from dmtrKovalenko/textfield-readonly

Pass readOnly prop to TextField properly

github.com/dmtrKovalenko/pickers - f4b996066b428c93ad090857b3ddc4f0da8ac299 authored about 7 years ago by Dmitriy Kovalenko <[email protected]>
Merge pull request #141 from noah-potter/feature/replace-container-div-with-Fragment

Convert plain container div to Fragment

github.com/dmtrKovalenko/pickers - 91dab09dee4a6dd0eb9b7cb112c54c04554b9d07 authored about 7 years ago by Dmitriy Kovalenko <[email protected]>
Merge pull request #139 from dmtrKovalenko/remove-onKeyPress-handler-from-DateTextField

Open picker on enter press

github.com/dmtrKovalenko/pickers - ad400d377a19a264db204e88b927d158e1264841 authored about 7 years ago by Dmitriy Kovalenko <[email protected]>
Convert plain container div to Fragment so that the text field becomes the root element

github.com/dmtrKovalenko/pickers - 5e77796e796de4e9460463141e8deaa941c5ab3c authored about 7 years ago by Noah Potter <[email protected]>
open picker on enter press

github.com/dmtrKovalenko/pickers - d3dbcf215ffa0cb734e327b1d19b0bba4140b153 authored about 7 years ago by Andrew <[email protected]>
set readOnly depending on keyboard prop

github.com/dmtrKovalenko/pickers - c70ccff6ce398eead2ce22520d44f8ff7c5b81ed authored about 7 years ago by Andrew <[email protected]>
pass readOnly prop to TextField properly

github.com/dmtrKovalenko/pickers - cfd4a18a417f5816a9417568b6701507751d18c3 authored about 7 years ago by Andrew <[email protected]>
remove onKeyPress from DateTextField

DateTextField has onChange handler, which handles all changes. onKeyPress duplicates them, which...

github.com/dmtrKovalenko/pickers - aa4a587592d39754185c3b0bec637da474003822 authored about 7 years ago by Andrew <[email protected]>
Merge branch 'develop' into clear-button

github.com/dmtrKovalenko/pickers - c87b67f2e94e36480a3e0221a966f3b787c80898 authored about 7 years ago by Andrew <[email protected]>
Merge pull request #138 from dmtrKovalenko/invalidDateMessage-fix

Avoid invalidDateMessage to be passed to TextField

github.com/dmtrKovalenko/pickers - 6e58fa9e11625fea30d1dcbfa94ce198191fb33f authored about 7 years ago by Dmitriy Kovalenko <[email protected]>
add emptyLabel prop to docs

github.com/dmtrKovalenko/pickers - 8b11b81243f7226385ed1b99c3b3de7565b6802f authored about 7 years ago by Andrew <[email protected]>
add clearLabel to docs

github.com/dmtrKovalenko/pickers - 755debf90e19a8bedc403f7214f4b3218f32ee3f authored about 7 years ago by Andrew <[email protected]>
add `clearable` prop

github.com/dmtrKovalenko/pickers - 2a579f022ab7cd3f34a415f043c65545edc231a4 authored about 7 years ago by Andrew <[email protected]>
pass onClear to ModalWrapper from DateTimePickerWrapper

github.com/dmtrKovalenko/pickers - 8c562372720f5fde7730498ae895086cbe815fb6 authored about 7 years ago by Andrew <[email protected]>
do not mask input if date is empty

github.com/dmtrKovalenko/pickers - 72c70b89a218c851f56535c155be04340cd590b4 authored about 7 years ago by Andrew <[email protected]>
handle null as empty date and pass null to labelFunc instead of date

github.com/dmtrKovalenko/pickers - 0776f0cd3c6ded96cf126998bd7ad25e1273b0a2 authored about 7 years ago by Andrew <[email protected]>
add emptyLabel prop to DateTextField

github.com/dmtrKovalenko/pickers - 18d58f46e8b8893e8bf5897db753981644216c48 authored about 7 years ago by Andrew <[email protected]>
pass onClear to TimePickerWrapper

github.com/dmtrKovalenko/pickers - 4f54de76c2290259efc9a3724dcdcca620846512 authored about 7 years ago by Andrew <[email protected]>
pass onClear to DatePickerWrapper

github.com/dmtrKovalenko/pickers - 584263a9261e654bcdc5ede8dfa690a3b435b129 authored about 7 years ago by Andrew <[email protected]>
support clear button in ModalWrapper

github.com/dmtrKovalenko/pickers - c0f73d6cfa0aa79a3306f896ccd461fb3cda93b7 authored about 7 years ago by Andrew <[email protected]>
avoid invalidDateMessage to be passed to TextField

github.com/dmtrKovalenko/pickers - 68eae4fa019b471bb56219cbaea6375869de3aa9 authored about 7 years ago by Andrew <[email protected]>
add clear button to ModalDialog

github.com/dmtrKovalenko/pickers - 155c8ea6147a87b38da791d64f0d33e71e7a23da authored about 7 years ago by Andrew <[email protected]>
add lint-fix npm script

github.com/dmtrKovalenko/pickers - a1d91c6a61f0bedce9c48489ba39efb6712a1bb7 authored about 7 years ago by Andrew <[email protected]>
Merge pull request #137 from dmtrKovalenko/develop

Release 1.0.0-beta.11

github.com/dmtrKovalenko/pickers - daa246dbf6ca7ea583aa4381a8998b3c96cc4d29 authored about 7 years ago by Dmitriy Kovalenko <[email protected]>
Update version

github.com/dmtrKovalenko/pickers - 216f63e1f0c01758e17cda72086b3069d950f4bf authored about 7 years ago by Dmitriy Kovalenko <[email protected]>
Add desc of keyboardIcon to icons section

github.com/dmtrKovalenko/pickers - 96b4abf3562f2d5426ed08c422163c5faf12298c authored about 7 years ago by Dmitriy Kovalenko <[email protected]>
Add invalidDateMessage prop to change invalid date message

github.com/dmtrKovalenko/pickers - ddd4f0401a34f511ccdc1059340d85e96e1ea8d5 authored about 7 years ago by Dmitriy Kovalenko <[email protected]>
Add keyboardIcon prop to change icon of keyboard adornment

github.com/dmtrKovalenko/pickers - e2f14ed95f28da0dc8bd64d2cdbccba9aa1cf8ef authored about 7 years ago by Dmitriy Kovalenko <[email protected]>
Merge pull request #130 from dmtrKovalenko/adjust-calendar-to-material-design

Adjust Calendar to Material Design

github.com/dmtrKovalenko/pickers - 89fddef5f31aec7fdbcdce78c76008b93768b24d authored about 7 years ago by Dmitriy Kovalenko <[email protected]>
adjust CustomElementsExamples to match new Calendar

github.com/dmtrKovalenko/pickers - f072cb46ca866a8f7c75f4b0f238898edada6945 authored about 7 years ago by Andrew <[email protected]>
fix linter error

github.com/dmtrKovalenko/pickers - 45b5b3a8aacb549cabbbc0d7daf873616266eddf authored about 7 years ago by Andrew <[email protected]>
remove height from DateTimePickerWrapper

github.com/dmtrKovalenko/pickers - 73a3280160ec17e2d06c6a6029f878ac7ac112eb authored about 7 years ago by Andrew <[email protected]>
adjust Clock margins

github.com/dmtrKovalenko/pickers - 40806a57040bce083151e0746e4aa95e213295fe authored about 7 years ago by Andrew <[email protected]>
remove height from ModalDialog and set Calendar height

github.com/dmtrKovalenko/pickers - 68d04568d91c42a1402c2905a0d48f7d328f5d22 authored about 7 years ago by Andrew <[email protected]>
adjust CalendarHeader to MD

github.com/dmtrKovalenko/pickers - e37609f6bf1bb95ba36a6cc20f7b2cc4fd5d2e47 authored about 7 years ago by Andrew <[email protected]>
Merge branch 'develop' into adjust-calendar-to-material-design

github.com/dmtrKovalenko/pickers - 3b691ee96ef1c3587cd17107cff49e92731887ae authored about 7 years ago by Andrew <[email protected]>
Merge pull request #126 from dmtrKovalenko/typography-fixes

Typography fixes

github.com/dmtrKovalenko/pickers - aff1f932fc5c1fd72259b7ea797e2ec15591662f authored about 7 years ago by Dmitriy Kovalenko <[email protected]>
Merge pull request #127 from dmtrKovalenko/calendar-accessibility

Improve Calendar accessibility

github.com/dmtrKovalenko/pickers - ac859759ec15524da3d93a7de09dab0a19a8c3c6 authored about 7 years ago by Dmitriy Kovalenko <[email protected]>
Merge pull request #128 from dmtrKovalenko/revert-120-develop

Revert "fix: vertical scroll was appearing on container when weeks in month s…"

github.com/dmtrKovalenko/pickers - 58d33cd9138c3079a316cfee9b23856f7a998c92 authored about 7 years ago by Dmitriy Kovalenko <[email protected]>
Merge pull request #129 from dmtrKovalenko/wrapper-divs-to-fragments-migration

[WIP] Migration from wrapper divs to Fragments

github.com/dmtrKovalenko/pickers - deb621d23740d8cfc90a1a848273b13cfdb6ef37 authored about 7 years ago by Dmitriy Kovalenko <[email protected]>
Revert "fix: vertical scroll was appearing on container when weeks in month s…"

github.com/dmtrKovalenko/pickers - 34db718390c2cd6677c97ee0939fdbc1d63e3c88 authored about 7 years ago by Andrew <[email protected]>
adjust calendar to material design

github.com/dmtrKovalenko/pickers - 389ad977162fd341567811ec4da6f73ca33e3d59 authored about 7 years ago by Andrew <[email protected]>
add aria-labels to dialog actions

github.com/dmtrKovalenko/pickers - 649d4a5c619caa4a33fbdc38bba5dbc4c206ea7b authored about 7 years ago by Andrew <[email protected]>
make cancel button focusable

github.com/dmtrKovalenko/pickers - 27165fd93fd9b356f5703d05880592fafe467c0f authored about 7 years ago by Andrew <[email protected]>
do not focus on hidden dates

github.com/dmtrKovalenko/pickers - ce824974ab74404ce398894f6932250bc088ba7b authored about 7 years ago by Andrew <[email protected]>
use Typography for in ClockNumber

github.com/dmtrKovalenko/pickers - c1fb9226195a7d84347f92d03aba4750fa685ceb authored about 7 years ago by Andrew <[email protected]>
use Typography for day label in CalendarHeader

github.com/dmtrKovalenko/pickers - 16679e0d1b27d4d14cccc14eb0405ddab580a861 authored about 7 years ago by Andrew <[email protected]>
use Typography for month name in CalendarHeader

github.com/dmtrKovalenko/pickers - 044cc1f223cb0479c368adbabba4918e95abdf75 authored about 7 years ago by Andrew <[email protected]>
remove unused withStyles HOC from DateTimePicker

github.com/dmtrKovalenko/pickers - 992adcff3d5cae8698018f694e2a0b7452c26c9b authored about 7 years ago by Andrew <[email protected]>
replace DateTimePicker div wrapper with Fragment

github.com/dmtrKovalenko/pickers - fc1500ca7438ea7dd2fb08b95f388cf213e8dee6 authored about 7 years ago by Andrew <[email protected]>
replace TimePicker div wrapper with Fragment

github.com/dmtrKovalenko/pickers - c73d5c56348e71b1197e22a096e05a152fcf28f9 authored about 7 years ago by Andrew <[email protected]>
replace Calendar div wrapper with Fragment

github.com/dmtrKovalenko/pickers - eca1567ce570578e44052b82975193e3c3c514a9 authored about 7 years ago by Andrew <[email protected]>
replace DatePicker div wrapper with Fragment, remove withStyles HOC

github.com/dmtrKovalenko/pickers - c1a02fa0a66c6e90f1214dad42347de68427a13c authored about 7 years ago by Andrew <[email protected]>
update react to 16.2.0

github.com/dmtrKovalenko/pickers - b909e027c4d498935a1fdd43a40dd49af221e961 authored about 7 years ago by Andrew <[email protected]>
Merge pull request #123 from dmtrKovalenko/develop

Release 1.0.0-beta.10

github.com/dmtrKovalenko/pickers - c5e6076ae88adf2a1bf8ed85f2ee255d93717f60 authored about 7 years ago by Dmitriy Kovalenko <[email protected]>
Merge conflicts

github.com/dmtrKovalenko/pickers - 4dfc2f3b273bd2107460dce800c9d5ce46f36f56 authored about 7 years ago by Dmitriy Kovalenko <[email protected]>
Release 1.0.0-beta.10

github.com/dmtrKovalenko/pickers - 50ba6ba223b4d2ed0e4949e4fbae335ca19160a4 authored about 7 years ago by Dmitriy Kovalenko <[email protected]>
:tada: Update version

github.com/dmtrKovalenko/pickers - 50f18b6c084b222e5f1fb28374ebb6e374a01523 authored about 7 years ago by Dmitriy Kovalenko <[email protected]>
Add ability to publish release from any branch

github.com/dmtrKovalenko/pickers - 81d132e8742ae9e4704c4f4263244fc1fde74568 authored about 7 years ago by Dmitriy Kovalenko <[email protected]>
Add ability to publish release from any branch

github.com/dmtrKovalenko/pickers - e2f9df70b879ce67fc9dbe34c45e5ee1b3470953 authored about 7 years ago by Dmitriy Kovalenko <[email protected]>
Update release script

github.com/dmtrKovalenko/pickers - bf2ff4387f11673cf6d7b646ee1fff3756f6e068 authored about 7 years ago by Dmitriy Kovalenko <[email protected]>
Merge pull request #120 from big-kahuna-burger/develop

fix: vertical scroll was appearing on container when weeks in month s…

github.com/dmtrKovalenko/pickers - 93029e5d1d6c457d84192a66a43cf87337edce18 authored about 7 years ago by Dmitriy Kovalenko <[email protected]>
Merge pull request #122 from dmtrKovalenko/issue--template

Add issue template

github.com/dmtrKovalenko/pickers - 405087cf8dccae10849f39f1ad1596610c0996ce authored about 7 years ago by Dmitriy Kovalenko <[email protected]>
add issue template

github.com/dmtrKovalenko/pickers - 206d979ce280214dc6dc874b95ccd68c7f0fdfbb authored about 7 years ago by Andrew <[email protected]>
Merge pull request #121 from big-kahuna-burger/scroll-year-dtp

Animate year scrolling for DTP

github.com/dmtrKovalenko/pickers - c4568e825b340100c14a46188146146cdf701ed7 authored about 7 years ago by Andrew <[email protected]>
animate year scrolling for DTP

github.com/dmtrKovalenko/pickers - 9ef244a8896ba6dd10cb645c5cafca0e2da74d0a authored about 7 years ago by big-kahuna-burger <[email protected]>
fix: vertical scroll was appearing on container when weeks in month span over 6 rows

github.com/dmtrKovalenko/pickers - dfc8e933d7688ffaf470e7967dfaa07256b7f55a authored about 7 years ago by big-kahuna-burger <[email protected]>
Merge pull request #117 from cherniavskii/fix-autoOk

Fix autoOk option

github.com/dmtrKovalenko/pickers - a169a81b55f71f58967ad4181489f392d3ebe4f7 authored about 7 years ago by Dmitriy Kovalenko <[email protected]>
fix PickerBase to use wrapper.close instead of wrapper.togglePicker

github.com/dmtrKovalenko/pickers - e7b74b22d81b9dda2c51e01a89c49cfa7434f39d authored about 7 years ago by Andrew <[email protected]>
add open and close methods to ModalWrapper

github.com/dmtrKovalenko/pickers - f8a5027c20aebc7c9395a6a41056b100db176e28 authored about 7 years ago by Andrew <[email protected]>
Merge pull request #22 from AleVul/master

Remove IconButton if clearIcon is null

github.com/dmtrKovalenko/material-ui-datetimepicker - c5effa8198b7ab9c5cf3f43099d727ee31f646cb authored about 7 years ago by Dmitriy Kovalenko <[email protected]>
Merge pull request #115 from cherniavskii/disablePast

add disablePast option

github.com/dmtrKovalenko/pickers - e1ecac9128f118ba5a5f31a0af40310f5e5ba5cb authored about 7 years ago by Dmitriy Kovalenko <[email protected]>
update typescript definitions

github.com/dmtrKovalenko/pickers - 1a7f4c143de557366a741b1bf0bf303bef1ec302 authored about 7 years ago by Andrew <[email protected]>
add disablePast and disableFuture props to DateTimePicker's docs

github.com/dmtrKovalenko/pickers - 1383b1101b83d6df4462fe95dd30636a481849a6 authored about 7 years ago by Andrew <[email protected]>
add disablePast support for DateTimePicker

github.com/dmtrKovalenko/pickers - bcad4b66e7ec6271779f133440460a243232b047 authored about 7 years ago by Andrew <[email protected]>
add disablePast support for YearSelection

github.com/dmtrKovalenko/pickers - 4a77989bf54bc0695f46c7ce1cbded3ddac8aa8a authored about 7 years ago by Andrew <[email protected]>
add disablePast support for Calendar

github.com/dmtrKovalenko/pickers - 9cbfd55dc45dfeffab9e283c23bcc27f5f3dc08d authored about 7 years ago by Andrew <[email protected]>
add disablePast to DatePicker

github.com/dmtrKovalenko/pickers - 6f143b2c61d9bd84bf599af42cd333be705b63fb authored about 7 years ago by Andrew <[email protected]>