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: gpbl/react-day-picker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.13.2
Choose a base ref
...
head repository: gpbl/react-day-picker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.14.0
Choose a head ref
  • 7 commits
  • 85 files changed
  • 4 contributors

Commits on Feb 11, 2026

  1. chore: update workspace dependencies (#2900)

    * chore: update workspace dependencies
    
    * chore: format changelog and docs
    gpbl authored Feb 11, 2026
    Configuration menu
    Copy the full SHA
    5208d3f View commit details
    Browse the repository at this point in the history
  2. chore: update workspace dependencies (#2901)

    * chore: update workspace dependencies
    
    * chore: format changelog and docs
    
    * Update biome.json
    
    Signed-off-by: gpbl <[email protected]>
    
    * Approve pnpm-workspace.yaml
    
    Signed-off-by: gpbl <[email protected]>
    
    ---------
    
    Signed-off-by: gpbl <[email protected]>
    gpbl authored Feb 11, 2026
    Configuration menu
    Copy the full SHA
    6df3193 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    091ca6f View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2026

  1. feat: Add Hijri calendar support (Umm al-Qura) (#2904)

    * feat: Add Hijri calendar support (Umm al-Qura)
    
    - Implemented Hijri calendar support using `@tabby_ai/hijri-converter`.
    - Added `src/hijri` directory with full `DateLib` implementation.
    - Added `hijri.js` and `hijri.d.ts` entry points.
    - Updated `package.json` to export `./hijri`.
    - Added tests in `src/hijri/index.test.tsx`.
    - Default locale is `ar-SA` with `arab` numerals.
    
    Co-authored-by: ws-rush <[email protected]>
    
    * feat(website): add hijri calendar to playground
    
    * fix(hijri): honor numerals via DateLib options
    
    * style: apply consistent formatting to Hijri date utility functions.
    
    * fix(hijri): clamp out-of-range dates and bound navigation
    
    * Lint files
    
    Signed-off-by: gpbl <[email protected]>
    
    * fix(hijri): correct month underflow normalization and add tests
    
    * chore(deps): pin @tabby_ai/hijri-converter to 1.0.5
    
    * chore(deps): sync lockfile with pinned hijri converter
    
    * fix(hijri): add umm al-qura formatting fallbacks
    
    * docs: add hijri localization docs and examples
    
    ---------
    
    Signed-off-by: gpbl <[email protected]>
    Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
    Co-authored-by: gpbl <[email protected]>
    3 people authored Feb 26, 2026
    Configuration menu
    Copy the full SHA
    8e69eb1 View commit details
    Browse the repository at this point in the history
  2. feat: New resetOnSelect prop to reset date range when selecting date …

    …with completed range (#2906)
    
    * feature: rangeResetOnSelect prop
    
    * docs: add rangeResetOnSelect to website
    
    * feat: rename rangeResetOnSelect to resetOnSelect
    
    * fix(website): sync resetOnSelect in query params
    
    * chore: relax Node engine requirement to 18
    
    * fix(range): honor required false with resetOnSelect
    
    * docs(types): add resetOnSelect jsdoc links
    
    ---------
    
    Co-authored-by: gpbl <[email protected]>
    rodgobbi and gpbl authored Feb 26, 2026
    Configuration menu
    Copy the full SHA
    0893c96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    758f604 View commit details
    Browse the repository at this point in the history
  4. Prepare 9.14.0 package metadata

    gpbl committed Feb 26, 2026
    Configuration menu
    Copy the full SHA
    a5b0c43 View commit details
    Browse the repository at this point in the history
Loading