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: onesine/react-tailwindcss-datepicker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.2
Choose a base ref
...
head repository: onesine/react-tailwindcss-datepicker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.7.3
Choose a head ref
  • 8 commits
  • 4 files changed
  • 3 contributors

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    766ad82 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. [Fix 🐛] Update date format in Week component

    The code changes update the date format in the Week component of the Calendar. Instead of using a string to specify the date, it now uses the `new Date()` constructor with specific parameters. This change improves the readability and maintainability of the code.
    leonelhenriquez committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    948816d View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    3a6df93 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Merge pull request #278 from leonelhenriquez/fix/months-buttons

    [Fix 🐛] update month display logic in Calendar component
    onesine authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    994a1a8 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2025

  1. Merge pull request #275 from leonelhenriquez/fix/weeks-days

    [Fix 🐛] Update date format in Week component
    onesine authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    aa4ac19 View commit details
    Browse the repository at this point in the history
  2. Update tsconfig file

    onesine committed Jan 30, 2025
    Configuration menu
    Copy the full SHA
    24547b3 View commit details
    Browse the repository at this point in the history
  3. Update tsconfig file

    onesine committed Jan 30, 2025
    Configuration menu
    Copy the full SHA
    71ef266 View commit details
    Browse the repository at this point in the history
  4. v1.7.3

    onesine committed Jan 30, 2025
    Configuration menu
    Copy the full SHA
    8a45f91 View commit details
    Browse the repository at this point in the history
Loading