Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hypeserver/react-date-range
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jsweet-dev/react-date-range
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 6 files changed
  • 2 contributors

Commits on May 23, 2023

  1. Saving work in progress...

    jsweet-dev committed May 23, 2023
    Configuration menu
    Copy the full SHA
    0a0b276 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Saving work in progress...

    jsweet-dev committed May 25, 2023
    Configuration menu
    Copy the full SHA
    3115ccb View commit details
    Browse the repository at this point in the history
  2. 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
    jsweet-dev committed May 25, 2023
    Configuration menu
    Copy the full SHA
    2c2c246 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc47664 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    56c4c09 View commit details
    Browse the repository at this point in the history
  5. 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
    jsweet-dev committed May 25, 2023
    Configuration menu
    Copy the full SHA
    8a0983f View commit details
    Browse the repository at this point in the history
  6. cleaning up

    jsweet-dev committed May 25, 2023
    Configuration menu
    Copy the full SHA
    e2392e0 View commit details
    Browse the repository at this point in the history
  7. 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
    jsweet-dev committed May 25, 2023
    Configuration menu
    Copy the full SHA
    db2b450 View commit details
    Browse the repository at this point in the history
  8. 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.
    jsweet-dev committed May 25, 2023
    Configuration menu
    Copy the full SHA
    425ed1a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ee27625 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cea3b9a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6e8e452 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Merge pull request #1 from jsweet-dev/feature/touchscreen-friendly

    feature/touchscreen-friendly
    jsweet-dev authored May 26, 2023
    Configuration menu
    Copy the full SHA
    77a8d9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4a7da0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac2c984 View commit details
    Browse the repository at this point in the history
  4. Updated packages and css loader configuration in styleguidist config …

    …file to latest versions
    jsweet-dev committed May 26, 2023
    Configuration menu
    Copy the full SHA
    40af088 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55d2c82 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. Merge pull request #2 from jsweet-dev/npmCompatible

    Update package.json scripts to use NPM
    jsweet-dev authored May 29, 2023
    Configuration menu
    Copy the full SHA
    b1956e9 View commit details
    Browse the repository at this point in the history
Loading