Ecosyste.ms: OpenCollective

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

github.com/hypeserver/react-date-range

A React component for choosing dates and date ranges.
https://github.com/hypeserver/react-date-range

Merge pull request #64 from natenorberg/master

Stopped parseInput from mutating props

50e0bbb0aec6e18be2756992f3dd316ab0ecb276 authored over 8 years ago
Stopped parseInput from mutating props

0130fd9c1a72681ab80dd7ad3fbc4baa7876e7b9 authored over 8 years ago
Update README.md

The props for DateRange are missing the 2 parameters to initialize the range value (startDate an...

c35d826e1f6eb691cceeee3326da3d6190f1944d authored over 8 years ago
Add wrapper span that does not shrink on mousdown. Attach click event to wrapper span

5838b059b4152dd58963a842428114c12c1fb560 authored almost 9 years ago
v0.2.4

1b8e241a40be705b3633aff47c8a3e1b0aca423c authored almost 9 years ago
Merge pull request #43 from aweber1/master

Fixed issue with onlyClasses option for PredefinedRanges

bf3012c36323cd4c8803b78f0d61dfc48a6ca760 authored almost 9 years ago
Fixed issue with onlyClasses option for PredefinedRanges

cc82779aa9d7b96246e3eb85d5dcf92d247b4185 authored almost 9 years ago
v0.2.3

1998bc82a97e57cc4023ee72010b647abbf22aea authored almost 9 years ago
Merge pull request #41 from aweber1/master

Enabled "onlyClasses" option for PredefinedRangesItem, MonthArrowPrev, and MonthArrowNext

f37e9295a6f8edd1321bfd30b9ec9dfe5cf54d6e authored almost 9 years ago
Merge pull request #40 from stijndeschuymer/allow-day-cell-margin

allow Day cells to have margin

bfe2f6c8059b8d6a65ffaabf5d2029fa3cb7c57c authored almost 9 years ago
Enabled "onlyClasses" option for MonthArrowPrev and MonthArrowNext

b22dd068b704217fc7c4eb7de0c82a39a3f8d714 authored almost 9 years ago
Enabled "onlyClasses" option for PredefinedRangesItem

752b924fcf4e08ee7c48b8cdc4439a8ebf124d47 authored almost 9 years ago
allow Day cells to have margin

7d3d6d889d51d1ad35ca0df47c1835e5480dc770 authored almost 9 years ago
v0.2.2

7b3823c201ac360988f17950412379f09f477788 authored about 9 years ago
Pass source when calling setrange

6bee710e50457d10cf20c6d030f2145a4477ffdb authored about 9 years ago
v0.2.1

b9dd09e0bbb5920a824a4002847aa407d835c0be authored about 9 years ago
Mark active predefined range when active

6b5fc70f921516adc9f1781f991d0a370aebe72a authored about 9 years ago
v0.2.0

864202b333a0868453b957ef8ffbc45980fae13d authored about 9 years ago
Merge branch 'styling' of github.com:Jador/react-date-range

8711573559bad9881119746341534c57edc2770b authored about 9 years ago
Demo: use library from lib folder

b6c3e1096a25c9b6e21fb1de0ced8f186299a8e9 authored about 9 years ago
Merge branch 'support-min-max' of github.com:getconnect/react-date-range

d49820be7b22fdbc7252a0383672411ef2882a91 authored about 9 years ago
Merge branch 'today-identification' of github.com:getconnect/react-date-range

2aca14cc9fa00eff87169658ecd901daa6514d3c authored about 9 years ago
Merge pull request #30 from getconnect/is-on-selection-edge

Support being able to determine and style start and end edges

0b913f273d7ad99f496eb571ef441b0a9deb41ae authored about 9 years ago
Merge branch 'master' into support-min-max

d0fb0becef2924ea4d938f72debd4ce117d3fe38 authored about 9 years ago
Merge branch 'master' into today-identification

05fd3e6c48f511660417806a573948f7ffe40e25 authored about 9 years ago
Merge branch 'master' into is-on-selection-edge

c18f2bb5f6c78c7600b33b6a84073f05d3cac35e authored about 9 years ago
probably help if I actually pull it from props

d6eb17f07fce05c6f3f36490cc0bd1cdc13a1082 authored about 9 years ago
Merge pull request #28 from getconnect/date-range-prop-validation

Allow object types for start and end date props so that moment objects can be passed without val...

8460b450ebce84a7baf3f00e695a56734c054732 authored about 9 years ago
Merge pull request #26 from getconnect/previous-days

Change the previous month's days calculation to include the last day of the previous month

7a4b787fb2c5b42f648f8f9c69c1ddf1d389ba0f authored about 9 years ago
Minor formatting tweaks in style

a0436206425b4f263515a638249ce476ba213029 authored about 9 years ago
Remove min max test from main example

9e46dbe009f7f48be92dc647a2ff693d838fb869 authored about 9 years ago
Tidy up some formatting in DayCell

c24d7730dc4a2af91c7ed72c8b6a2619f9d6086b authored about 9 years ago
Remove default start and end edge styles

f4a5ebf9946662d39720240b6eafc21313984ae8 authored about 9 years ago
Fix typo in end edge class name

740404561a58cee7bcc985339c2464d47829fa12 authored about 9 years ago
Support min and max dates in calendars and ranges

c48a5669f1624b8f80e702967a8277ef92bf08d5 authored about 9 years ago
Support styling today

5cbce887035f79b16f00417a9c7d33eb3c808df4 authored about 9 years ago
Support being able to determine and style start and end edges

3cfef160b02acafcab8791047b94c841512f0db1 authored about 9 years ago
Allow object types for start and end date props so that moment objects can be passed without validation issues

cb4ce8d31ad66d1b0c46acc4755a7364b8f3e770 authored about 9 years ago
Change the previous month's days calculation to include the last day of the previous month

e9992cab6102361eaf09e85196d1575c0c00029f authored about 9 years ago
fixing issue with onlyClasses causing an invariant exception

2a0a0e609bdb78246326026617e6baa5acc7ceb1 authored about 9 years ago
Merge branch 'master' of github.com:Adphorus/react-date-range into styling

cbfa3eba77074e0c665663c45b253c42ca62ba69 authored about 9 years ago
fixing issue with onlyClasses crashing react

714366bb4ff5acdc90600a6dd54d9e29542b1caa authored about 9 years ago
Merge pull request #20 from Adphorus/revert-17-master

Revert "Configurable Classes"

90a51de64f02b366775a80e4a9c05f273136ebc0 authored about 9 years ago
Revert "Configurable Classes"

0c2f9e04e4abd0721469c6486417f12ddb3cdd16 authored about 9 years ago
Merge pull request #17 from Jador/master

Configurable Classes

ebea5ef5a6f00b86820cc3251297f2a45da032a6 authored about 9 years ago
Merge branch 'master' of github.com:Adphorus/react-date-range

Resolving conflicts from PR #18

115f0edec0f86ee49230433939f803f4cca63e64 authored about 9 years ago
Merge pull request #18 from Metevier/fix-form-submit-on-month-change

Prevent default when changing month

452a58a6189acb4670aea38afdf3ce9d98914295 authored about 9 years ago
Prevent default when changing month

1554deae2f9cbee4bf36991ab93a967a158fb082 authored about 9 years ago
updating built artifacts

221eaa5d99f0437bde185dca905d9d71756dd9cb authored about 9 years ago
modifying build to use local assets

b52f95cce84bc05c8ee8c47c4c157a404117ed1d authored about 9 years ago
bug fixes

66d50203d8698bf691e2bc921c5072a2d6fe53f3 authored about 9 years ago
modifying DateRange and PredfinedRanges so that class names are configurable and that the theme can be ignored

b0d911e014615c10ade1e6775a5341eba4bfdc21 authored about 9 years ago
modified Calendar and DayCell so that class names are configurable and that the theme can be ignored

6250e1fb229147ddc8b308a6c1612b9b8d0dc1fc authored about 9 years ago
Merge pull request #16 from Adphorus/minorFixes

Fixed a bug that prevents to use int 0 as styling value

6bcf9121a9f2c011b23d4da53f46f1fd5884fc73 authored about 9 years ago
Fixed a bug that prevents to use int 0 as styling value

6defea37b8a553016808522925a558338f1d12fa authored about 9 years ago
Merge pull request #13 from CarlRosell/patch-2

Support newer version of React by default.

726d5b76c55a558044d85c9e4a188b5c826b5a2b authored about 9 years ago
Update package.json

Support newer version of React by default.

91c7770a53614752252a18d2297f931aead6799e authored about 9 years ago
v0.1.8

19714be63186e18e7e41424b0d38b31491b90b7f authored over 9 years ago
Merge pull request #10 from CarlRosell/patch-1

Fix link to theme demo.

e1d878967bb891952bd11d46ba7173c7715e3ac6 authored over 9 years ago
Update README.md

Fix link to theme demo line number.

90573fea260b6b189b201301db02f87297cdd100 authored over 9 years ago
Merge pull request #9 from CarlRosell/master

Change first day of week through props.

b366d525500c6dfd6731fd6f7127bdafdb9e77a5 authored over 9 years ago
Change first day of week through props.

Add ability to change first day of week through props.

41e472a2ea898855874da25f3da8eb94b8b472a9 authored over 9 years ago
v0.1.7

eca944baf597d9c5ab8604c4994770d2ef017a0a authored over 9 years ago
Demo: Remove react-date-range from dependenciesz

6234272c56070c424a08846cb0911aade7dc8faf authored over 9 years ago
Merge pull request #8 from aommm/bug/range-not-updated

Bug/range not updated

bc33f459f86edb493a32c9601feaf3f07b3863a4 authored over 9 years ago
updated lib

b69c28e56d103efcdd2e8a5b8e4309e4d25a96f1 authored over 9 years ago
Revert "undo mistake (remove lib again)"

This reverts commit 5de74853e4be0d56f9f9bf5d1a07e3e70768e136.

5d8a50a0ebe61dd0316cc7a642f0d3a37455d8b3 authored over 9 years ago
undo mistake (remove lib again)

5de74853e4be0d56f9f9bf5d1a07e3e70768e136 authored over 9 years ago
merge

425c26f03fe4e3e644ae1c1f02dba8961230acbe authored over 9 years ago
Only change state when values changed

c33e365f6d6eb8338ab3470adc557aff9d59f22d authored over 9 years ago
Merge pull request #7 from Adphorus/revert-6-bug/range-not-updated

Revert "Bug/range not updated"

9c1a42004c0955ef38a009f84deaed8321529270 authored over 9 years ago
Revert "Bug/range not updated"

d2f5caab4afee98a5f711a78b79a560686fac8e2 authored over 9 years ago
Merge pull request #6 from aommm/bug/range-not-updated

Bug/range not updated

8138e09869f938e7f2ad8955e257654ed56b3336 authored over 9 years ago
Changed React versions

a01905061849f80286bb7f90713f064966454695 authored over 9 years ago
Remove lib folder from gitignore

29cbb2831c78981549f6be27be49c841a604d3bd authored over 9 years ago
Added option "silent" to setRange

735a08c524f22c3e4066ebaeec7e6de90c9ee94c authored over 9 years ago
Use setRange instead of setState

37a1a0b61c5e4e6c5d3bd2581741294ad68252a1 authored over 9 years ago
Fix to last commit

85f11cc8a20f7a487d14a115d5c28b6044f8c81a authored over 9 years ago
Updated DateRange so that it re-parses date properties whenever they change

6003cf4dd219d110fa126640e7fb376ffd4a0b42 authored over 9 years ago
v0.1.5

a89317cadf33f8e450e663f504dd1af8eb391aa9 authored over 9 years ago
Merge pull request #3 from Adphorus/feature/cssClasses

Added css class names for extended styling support

9e27329defcdb6f142e303945902fa4a028a210e authored over 9 years ago
Added css classnames for extended styling

fb5fee879bb51bb302ae666cff6d543a1e6e57ba authored over 9 years ago
Minor dev env fix

8b3fdcd9e10d1b68c22a932efa3b3e22f75bbe00 authored over 9 years ago
Add dependency and npm package badges

a42d0249b0c0c102cea58b55bb90c073c5d5ff7f authored over 9 years ago
Minor development env. fix

19e105a05d74687cb884af6c1041457c557c07bc authored over 9 years ago
first commit

d34eed87da53494601cd5317c687248c9a622b6b authored over 9 years ago