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.3 #469

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps react-date-picker from 6.13.0 to 8.0.3.

Release notes

Sourced from react-date-picker's releases.

v8.0.3

Bug fixes

  • Fixed workspaces warning when installing React-Date-Picker using yarn (#305).

v8.0.2

Bug fixes

  • Fixed Buddhist year not properly recognized in formatted date, thus displaying static "2560" text (#294, #302).
  • Fixed native input min set to year 1821 (instead of 1) and max to 5760 (instead of 275760) (#297, #303).

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

Commits
  • 13c5979 v8.0.3
  • b840166 Fix place where react-calendar styles are taken from
  • 3ea0974 Fix build command not working on some operating systems
  • af4ac06 v8.0.2
  • 78d0f37 Fix minDate below year 1, fix maxDate not properly parsed (by upgrading @wojt...
  • 2cec913 Fix Buddhist year not properly recognized in formatted date (#302)
  • 434d633 Replace Parcel with Webpack 5 (#301)
  • 25524df Upgrade Yarn to Yarn Berry (v2) (#298)
  • ae58e79 Allow two-letter locales to be used in test
  • e86a23c Bump yargs-parser from 18.1.1 to 18.1.3 (#295)
  • 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 Sep 18, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #490.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/react-date-picker-8.0.3 branch December 11, 2020 09:43
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