npm @rehookify/datepicker 6.2.1
DevEx improments

latest releases: 6.6.8, 6.6.7, 6.6.6...
2 years ago

In order to simplify setup and CONTRIBUTION to the library we moved to the pnpm with workspace.
It gives us such benefits:

  • single install, now you need to run pnpm i in the root folder
  • workspace package linking, examples app will get the latest version of the datepicker automatically
  • consistent e2e, because of the previous point we can test over the latest lib version in CI
  • the simplicity of running the app for development pnpm dev in the root folder will run dev server and build lib in watch mode

All changes was reflected in the CONTRIBUTING.md

Don't miss a new datepicker release

NewReleases is sending notifications on new releases.