Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Bump react-date-picker from 6.13.0 to 8.0.0 #395

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps react-date-picker from 6.13.0 to 8.0.0.

Release notes

Sourced from react-date-picker's releases.

v8.0.0

❗️ = breaking change

What's new?

  • Updated React-Calendar to v3.0.0 (#238). This will reduce your bundle size and allow access to new exciting functions.
  • Added closeCalendar prop which, when set to false, will overwrite default behavior of Calendar closing on value selection.
  • Added support for handling dates in year < 1000 (#240).

What's changed?

  • ❗️ React-Date-Picker no longer supports React versions lower than 16.3 (#182).
  • Typings were updated to add missing props (#223, #227). Thanks, @ismaeliberal!

Bug fixes

  • Fixed native form validation triggered on input.

v7.10.0

What's new?

  • You can no longer enter numbers longer than maximum number (e.g. if maximum year is 2019, you can't enter 12345) (#187).

What's changed?

  • Default styling was slightly changed to prevent React-Date-Picker from shrinking too much & to expand it correctly when width CSS is applied to .react-date-picker.

Bug fixes

  • Fix focus not jumping to the next field if e.g. "01" was entered in day field (#219).

v7.9.0

What's new?

  • Added support for autoFocus prop. More details in README (#208).

What's changed?

  • Remove role="presentation" from DateInput which may have caused accessibility issues. Thanks, @emilyuhde!
  • React-Date-Picker no longer relies on React-Calendar with date calculations. Instead, they both use common shared library: @wojtekmaj/date-utils (#204).
  • Implemented optimizations which should decrease build size (#202).

v7.8.2

Bug fixes

  • Fixed month dropdown not accepting monthPlaceholder prop properly (#188). Thanks, @linusmarco!
  • Fixed checking if font was loaded if no font was given (#193).

v7.8.1

Bug fixes

  • Fixed inputs not being measured again after font load .
  • Fixed some unit tests being unnecessarily parsed by Babel for distribution.

v7.8.0

What's new?

  • You can replace default placeholders (--) with custom ones using dayPlaceholder, monthPlaceholder, yearPlaceholder props.

v7.7.0

... (truncated)
Commits
  • 99cb1ff v8.0.0
  • 732dde9 Add support for closeCalendar flag (#251)
  • 7969ac6 Fix native form validation triggered on input
  • e86aa45 Fix invalid year 0 allowed in YearInput
  • f0a943d Refactor processing values (#249)
  • 70bb549 Remove console.log
  • 2cd6351 Update mkdirp & minimist dependencies
  • c1f6ed7 Fix handling dates in year < 1000, allow them in YearInput (#240)
  • 616ea49 Fix unit tests broken after jsdom update
  • 90c8827 Update ESLint rules
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Mar 31, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #400.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/react-date-picker-8.0.0 branch April 6, 2020 09:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants