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.1 #400

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Apr 6, 2020

Bumps react-date-picker from 6.13.0 to 8.0.1.

Release notes

Sourced from react-date-picker's releases.

v8.0.1

Bug fixes

  • Disallow non-numeric characters from being entered in number field (#252).
  • Fixed TypeScript type definitions missing React-Calendar-specific properties (#254). Thanks, @thornyweb!

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

... (truncated)
Commits

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 Apr 6, 2020
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/react-date-picker-8.0.1 branch from fc59abb to e13cb41 Compare April 24, 2020 12:37
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/react-date-picker-8.0.1 branch from e13cb41 to 4c5d1f1 Compare May 4, 2020 11:27
@dependabot-preview
Copy link
Contributor Author

Superseded by #469.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/react-date-picker-8.0.1 branch September 18, 2020 05:56
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