Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump react-date-range from 2.0.0-alpha.4 to 2.0.1 #142

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 3, 2024

Bumps react-date-range from 2.0.0-alpha.4 to 2.0.1.

Changelog

Sourced from react-date-range's changelog.

2.0.1

BREAKING CHANGE:

  • date-fns 3 support. if you use date-fns 2, please use old version 1.4.0.

1.4.0

Added

  • calendarFocus prop: Whether calendar focus month should be forward-driven or backwards-driven. can be forwards or backwards (Default: forwards)
  • preventSnapRefocus prop: prevents unneceessary refocus of shown range on selection. (Default: false)

1.3.0

Added

  • retainEndDateOnFirstSelection prop: You can prevent the endDate from changing for selections when the startDate is updated. Default behaviour is for endDate to reset which is preserved. This prop makes this configurable.

1.2.0

Added

  • dayContentRenderer prop: You can control how each date cell is rendered be passing this function that excepts a date and returns what need to be rendered (#242, #384, #476)

1.1.4

Fixed

  • #356: Use babel-plugin-date-fns to reduce bundle size
  • #373, #415, #416: Add missing aria labels

1.0.0

Changed

  • BREAKING: date-fns is now loaded as a peerDependency. You can use this plugin with your own project's date-fns version. However if you want to keep using date-fns versions older than 2.0.0, (minimum version is 2.0.0-alpha.1) you need to pass the following props to your component. (See the reason here, also see this table)
<Calendar
  dateDisplayFormat='MMM D, YYYY'
  monthDisplayFormat='MMM YYYY'
  weekdayDisplayFormat='ddd'
  dayDisplayFormat='D'
/>

Added

  • weekStartsOn prop: You can set the week start day. (Number, 0 - Sunday, 1 - Monday etc.) If not specified, gets the week start day from your locale.

  • weekdayDisplayFormat, dayDisplayFormat and monthDisplayFormat props: For being able to use different versions of date-fns

  • startDatePlaceholder and endDatePlaceholder props: You can set different placeholders for Date inputs. If not set, falls back to 'Early' and 'Continuous'.

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [react-date-range](https://github.com/hypeserver/react-date-range) from 2.0.0-alpha.4 to 2.0.1.
- [Release notes](https://github.com/hypeserver/react-date-range/releases)
- [Changelog](https://github.com/hypeserver/react-date-range/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hypeserver/react-date-range/commits)

---
updated-dependencies:
- dependency-name: react-date-range
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 3, 2024
Copy link

netlify bot commented Jun 3, 2024

👷 Deploy Preview for staybooker processing.

Name Link
🔨 Latest commit ff09309
🔍 Latest deploy log https://app.netlify.com/sites/staybooker/deploys/665d8642fac32b000803500a

Copy link

netlify bot commented Jun 3, 2024

Deploy Preview for staybooker ready!

Name Link
🔨 Latest commit ff09309
🔍 Latest deploy log https://app.netlify.com/sites/staybooker/deploys/665d8642fac32b000803500a
😎 Deploy Preview https://deploy-preview-142--staybooker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants