-
Notifications
You must be signed in to change notification settings - Fork 708
Comparing changes
Open a pull request
base repository: hypeserver/react-date-range
base: master
head repository: jsweet-dev/react-date-range
compare: master
- 18 commits
- 6 files changed
- 2 contributors
Commits on May 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0a0b276 - Browse repository at this point
Copy the full SHA 0a0b276View commit details
Commits on May 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3115ccb - Browse repository at this point
Copy the full SHA 3115ccbView commit details -
Touch is working for touch and drag selection of date range on DateRa…
…ngePicker, however, this is still a WIP and needs cleanup (removing DOM manipulation in favor of lifting up the state) and testing to ensure that this isn't breaking anything in other use cases
Configuration menu - View commit details
-
Copy full SHA for 2c2c246 - Browse repository at this point
Copy the full SHA 2c2c246View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc47664 - Browse repository at this point
Copy the full SHA bc47664View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56c4c09 - Browse repository at this point
Copy the full SHA 56c4c09View commit details -
Added touch handlers and state variable to track element selection by…
… touchmove events; used a new attribute on the button to access day prop from sibling DayCell components as touch events do not retarget as touch point moves but are anchored to initial touchstart target
Configuration menu - View commit details
-
Copy full SHA for 8a0983f - Browse repository at this point
Copy the full SHA 8a0983fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2392e0 - Browse repository at this point
Copy the full SHA e2392e0View commit details -
During testing found a bug where occasionally the date range will hav…
…e an end date in 1970/1969 even though the calendar is displaying selection for 2023. Attempting to locate the cause for this issue to correct it
Configuration menu - View commit details
-
Copy full SHA for db2b450 - Browse repository at this point
Copy the full SHA db2b450View commit details -
Added checks to ensure that we find the correct element with the data…
…-day attribute and handle it gracefully if the element is not found in the elementsByPoint return value. Removed debug logging statements.
Configuration menu - View commit details
-
Copy full SHA for 425ed1a - Browse repository at this point
Copy the full SHA 425ed1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee27625 - Browse repository at this point
Copy the full SHA ee27625View commit details -
Configuration menu - View commit details
-
Copy full SHA for cea3b9a - Browse repository at this point
Copy the full SHA cea3b9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e8e452 - Browse repository at this point
Copy the full SHA 6e8e452View commit details
Commits on May 26, 2023
-
Merge pull request #1 from jsweet-dev/feature/touchscreen-friendly
feature/touchscreen-friendly
Configuration menu - View commit details
-
Copy full SHA for 77a8d9d - Browse repository at this point
Copy the full SHA 77a8d9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4a7da0 - Browse repository at this point
Copy the full SHA d4a7da0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac2c984 - Browse repository at this point
Copy the full SHA ac2c984View commit details -
Updated packages and css loader configuration in styleguidist config …
…file to latest versions
Configuration menu - View commit details
-
Copy full SHA for 40af088 - Browse repository at this point
Copy the full SHA 40af088View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55d2c82 - Browse repository at this point
Copy the full SHA 55d2c82View commit details
Commits on May 29, 2023
-
Merge pull request #2 from jsweet-dev/npmCompatible
Update package.json scripts to use NPM
Configuration menu - View commit details
-
Copy full SHA for b1956e9 - Browse repository at this point
Copy the full SHA b1956e9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master