Skip to content
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: sciendis/react-tailwindcss-datepicker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: latest
Choose a base ref
...
head repository: sciendis/react-tailwindcss-datepicker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.7.0
Choose a head ref
  • 17 commits
  • 9 files changed
  • 1 contributor

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    b55d862 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a63893 View commit details
    Browse the repository at this point in the history
  3. feat(Input): detect different date formats

    identifies separator(s) and adds it at right indices; works with various date formats e.g. YMD and DMY
    szkieb committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    a73cab0 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    865cf54 View commit details
    Browse the repository at this point in the history
  2. fix(Input): fix deletion of input

    add separator function interfered with deletion and re-inserted deleted separators; currently only deletes single char, even if multiple are selected
    szkieb committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    dd80b8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3960f46 View commit details
    Browse the repository at this point in the history
  4. test(clearInvalidInput): install jest, add config, extract clearInval…

    …idInput and move to helper folder, add test for helper function
    szkieb committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    b507366 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    36888a7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7d9e098 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1 from sciendis/sri.feat.autoformat-input

     Feat: auto format input
    szkieb authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    c8908dd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5053a3d View commit details
    Browse the repository at this point in the history
  9. refactor(Input): extract helper function; add test

    checkClassName function added to avoid duplicate code, adding test to verify accuracy
    szkieb committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    8a74737 View commit details
    Browse the repository at this point in the history
  10. refactor(types): add ClassName type

    avoiding duplicate code and improve readability
    szkieb committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    be2960b View commit details
    Browse the repository at this point in the history
  11. Merge pull request #2 from sciendis/sri.refactor-input

    Sri.refactor input
    szkieb authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    bb2c7bd View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. fix(Input): check for value length before deletion

    prevents bug when pressing backspace in empty input
    szkieb committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    1462fa6 View commit details
    Browse the repository at this point in the history
  2. build(package): update deps

    szkieb committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    1b7c64b View commit details
    Browse the repository at this point in the history
  3. 1.7.0

    szkieb committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    d820f3b View commit details
    Browse the repository at this point in the history
Loading