npm react-day-picker 10.0.0-next.2
v10.0.0-next.2

8 hours ago

This prerelease publishes the alternative calendar builds as standalone packages under the @daypicker/* scope:

  • @daypicker/buddhist
  • @daypicker/ethiopic
  • @daypicker/hebrew
  • @daypicker/hijri
  • @daypicker/persian

Import changes

If you were previously importing from subpaths like react-day-picker/persian, switch to the new package names:

import { DayPicker } from "@daypicker/persian";

The main package continues to be published as react-day-picker@next.

What's Changed

  • feat!: extract @daypicker/hijri and @daypicker/persian by @gpbl in #2938
  • feat!: extract @daypicker/buddhist, @daypicker/ethiopic, and @daypicker/hebrew by @gpbl in #2939

Full Changelog: v10.0.0-next.1...v10.0.0-next.2

Don't miss a new react-day-picker release

NewReleases is sending notifications on new releases.