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 7.10.0 #320

Conversation

dependabot-preview[bot]
Copy link
Contributor

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

Bumps react-date-picker from 6.13.0 to 7.10.0.

Release notes

Sourced from react-date-picker's releases.

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

What's new?

  • You can now disable the calendar using disableCalendar prop.

v7.6.0

What's new?

  • Added support for aria-labels on each input and button. More on that in README (#125).
  • Added support for MMM (short month) and MMMM (long month) in format prop (#83, #172).
  • Automatically jump to the next input if the user can't enter any more digits (#128, #165).

What's changed?

  • Documentation should now be easier to read thanks to improved clarity and default values column (#159). Thanks, @iamdevlinph!
  • Optimized the number of listeners attached by React-Date-Picker.
  • Added more unit tests.
... (truncated)
Commits
  • 4dee73e v7.10.0
  • 664c46f Dedupe dependencies
  • e8643de Jump between fields if e.g. "01" was typed in (#219)
  • 610c3eb Add "isSame..." helpers to avoid code duplication (#218)
  • e0c8d44 Simplify select function
  • 0f2923a Add maxLength support
  • 743b42d Bump handlebars from 4.1.2 to 4.5.3 (#217)
  • 737e248 Remove unnecessary CSS
  • 08205cc Expand wrapper if main wrapper gets adjusted width; prevent wrapper from shri...
  • 7c7b9e6 Add test for passing autoFocus flag
  • 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 Feb 6, 2020
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/react-date-picker-7.10.0 branch 14 times, most recently from c818ac3 to e1f363b Compare February 12, 2020 16:43
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/react-date-picker-7.10.0 branch from e1f363b to 983ca00 Compare February 14, 2020 08:38
@dependabot-preview
Copy link
Contributor Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/react-date-picker-7.10.0 branch 6 times, most recently from ab72351 to de0aaa6 Compare February 25, 2020 06:54
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/react-date-picker-7.10.0 branch 7 times, most recently from 3eeafcc to 3d0f7a9 Compare March 2, 2020 09:21
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/react-date-picker-7.10.0 branch 9 times, most recently from d4aa2c3 to e035ba3 Compare March 6, 2020 20:10
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/react-date-picker-7.10.0 branch 10 times, most recently from eddc22d to 0b13495 Compare March 18, 2020 12:07
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/react-date-picker-7.10.0 branch 6 times, most recently from 356549f to 121ff85 Compare March 24, 2020 09:27
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/react-date-picker-7.10.0 branch from 121ff85 to 96318d1 Compare March 26, 2020 07:42
@dependabot-preview
Copy link
Contributor Author

Superseded by #395.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/react-date-picker-7.10.0 branch March 31, 2020 08:27
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