react-day-picker icon indicating copy to clipboard operation
react-day-picker copied to clipboard

DayPicker is a customizable date picker component for React. Add date pickers, calendars, and date inputs to your web applications.

Results 91 react-day-picker issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [docusaurus-plugin-typedoc](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/docusaurus-plugin-typedoc) to permit the latest version. Changelog Sourced from docusaurus-plugin-typedoc's changelog. 1.0.1 (2024-05-07) Patch Changes Handle windows path separators when generating sidebar ids 1.0.0 (2024-05-03) v1...

dependencies
javascript

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.10 to 20.12.12. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=20.12.10&new-version=20.12.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 15.0.6 to 15.0.7. Release notes Sourced from @​testing-library/react's releases. v15.0.7 15.0.7 (2024-05-07) Bug Fixes Ensure act is not any when React.act is not declared (#1323) (c1f2957) Commits...

dependencies
javascript

Bumps [tsc-alias](https://github.com/justkey007/tsc-alias) from 1.8.8 to 1.8.9. Release notes Sourced from tsc-alias's releases. v1.8.9 (2024-05-09) What's Changed feat: custom extension for resolveFullPath and add regex for minified js by @​axmad386 in...

dependencies
javascript

## Description This simply fixes the url to the locale in date-fns. (see screenshots below) ## Type of Change - [x] Documentation update ## Screenshots (if appropriate) # Before ![image](https://github.com/gpbl/react-day-picker/assets/46135573/171b8a8b-1367-406b-b3ff-587838732c37)...

In this PR, I'm updating the types to make them more consistent to the next version of react-day-picker. ## Breaking: Formatters Formatters were not meant to return a `ReactNode` but...

Type: Refactoring

`formatWeekNumberHeader` formatter is used in the following line but this does not exist in type `Formatters` https://github.com/gpbl/react-day-picker/blob/095d40ca6849c6f8d27ecb4dfa603840c86fe1de/src/DayPicker.tsx#L433-L440 https://github.com/gpbl/react-day-picker/blob/095d40ca6849c6f8d27ecb4dfa603840c86fe1de/src/types/shared.ts#L98-L115

Fixes: #2393 ## What's Changed This pull request passes the `MonthsDropdown` and `YearsDropdown` classes to the related components. With these classes, users will be able to differentiate between these two...

Classes `UI.MonthsDropdown` and `UI.YearsDropdown` do not pass to the related components. We do not have any data to differentiate between the two dropdowns.

Fixes: #2377 ## What's Changed Fixed unexpected CSS overwriting on the `button` element ## Type of Change - [x] Bug fix - [ ] New feature - [ ] Breaking...