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

Update dependency react-dates to v19 #21092

Merged
merged 1 commit into from Feb 26, 2019

Conversation

renovate-bot
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change References
react-dates dependencies major 15.5.3 -> 19.0.4 source

Release Notes

airbnb/react-dates

v19.0.4

Compare Source

  • [fix] Added selected aria label to dates in the selected range (#​1555)

v19.0.3

Compare Source

  • [fix] Fix date selection in the SDP (#​1540)

v19.0.2

Compare Source

  • no changes; extraneous publish

v19.0.1

Compare Source

  • [fix] Fix single date picker not responding to input (#​1533)
  • [fix] Fixes the focus out event in IE11 (#​1524)

v19.0.0

Compare Source

  • [breaking] Call onDatesChange before onFocusChange in the DRP (#​1525)

v18.5.0

Compare Source

  • [fix] Add aria-disabled attribute to the (Customizable)CalendarDay (#​1521)
  • [new] Add startDateOffset and endDateOffset props to the DRP (#​1252)

v18.4.1

Compare Source

  • [fix] Make DRP and SDP calendars tabbable from the inputs (#​1499)

v18.4.0

Compare Source

  • [new] Clarify VoiceOver text for dates selected as start-date and end-date (#​1501)

v18.3.1

Compare Source

  • [fix][rtl] Fix the SDP and DRP noflip util function (#​1492)

v18.3.0

Compare Source

  • [fix] Update the SDP and DRP to be compatible with react-with-direction (#​1482)
  • [new] Add minDate and maxDate props to block month navigation (#​1311)
  • [fix][a11y] Remove space/enter onKeyDown handling for open/close keyboard shortcuts panel (#​1464)
  • [fix][a11y] Fix lack of visible focus in Firefox and IE on "?" keyboard shortcuts button (#​1463)

v18.2.2

Compare Source

  • [fix] Conditionally apply the shouldComponentUpdate method in the babel transform (#​1457)
  • [fix] Fix incorrect VO for selected check-in date (#​1451)

v18.2.1

Compare Source

  • [fix] Add babel transform to handle PureComponent fallbacks (#​1452)

v18.2.0

Compare Source

  • [new] Add onTab/onShiftTab callbacks to the DayPicker (and its controllers) (#​1427)

v18.1.1

Compare Source

  • [fix] Prevent outside range dates from being selected by typing (#​1370)

v18.1.0

Compare Source

  • [fix] Default the calendarMonthPadding theme variable to 0 when undefined (#​1355)
  • [new] Add SingleDatePickerInputController component (#​1360)
  • [new] Add horizontalMonthPadding as a prop to the DRP (#​1364)
  • [fix] Fix unnecessary rerender in DayPickerNavigation (#​1363)

v18.0.4

Compare Source

  • [fix] revert 'revert 'Conditionally use PureComponent instead of Component'' (4f8eb01)

v18.0.3

Compare Source

  • [fix] revert 'Conditionally use PureComponent instead of Component' (50c382f)

v18.0.2

Compare Source

  • [fix] Remove svgo from "inline-react-svg" babel plugin options (#​1350)

v18.0.1

Compare Source

  • [fix] Center vertical month navigation (#​1347)

v18.0.0

Compare Source

  • [fix] Conditionally use PureComponent instead of Component (#​1335)
  • [breaking] Remove propTypes in production (#​1322)
  • [fix] Change border-styles to minimise overlap (#​1328)
  • [fix] Only blur the activeElement when available (#​1345)

v17.2.0

Compare Source

  • [fix] Add modifiers for next months in the vertical scrollable datepickers (#​1293)
  • [fix] Fix cursor jumping to the end of the controlled input when typing (#​1287)
  • [new] Add horizontalMonthPadding prop and dayPickerHorizontalPadding and noScrollBarOnVerticalScrollable theme variables (#​1298)
  • [fix] Fix issue where custom month navigation was not clickable in FF (#​1305)

v17.1.1

Compare Source

  • [fix] Set DayPickerNavigation__horizontal height to zero (#​1265)

v17.1.0

Compare Source

  • [new] Add ModifiersShape and use throughout the codebase (#​1231)
  • [fix] Fix minimum nights blocked modifiers being applied incorrectly (#​1259)
  • [fix] Update conditions where adjustDayPickerHeight is called (#​1241)
  • [fix] Do not render OutsideClickHandler unnecessarily (#​1256)

v17.0.0

Compare Source

  • [fix] Replace dumb quotes with smart quotes in default phrases (#​1168)
  • [fix] Fix outside day movement on hover (#​1178)
  • [fix] Add focusable="false" to SVGs (#​1190)
  • [fix] Use react-outside-click-handler instead of the internal component (#​1191)
  • [breaking] Change the way month heights are calculated and update the name of some CalendarMonth/CalendarMonthGrid props (#​1192)
  • [new] Pass nextMonth to onPrevMonthClick/onNextMonthClick (#​1207)
  • [new] Allow input border styles to be overridden in the theme (#​1201)
  • [new] Allow consolidated-events@2.0.0 (#​1218)
  • [fix] Remove input.blur() call to fix a focus trap in Safari/IE (#​1214)
  • [new] Add support for month/year transitions (#​1106)
  • [breaking] Rename renderMonth=>renderMonthText and renderCaption=>renderMonthElement (#​1220)
  • [breaking] Remove default styling completely from the navNext/navPrev props, including position (#​1204)
  • [fix] Fix propType warnings for onMonthChange/onYearChange (#​1222)
  • [breaking] Remove OutsideClickHandler export entirely (#​1225)

v16.7.1

Compare Source

  • [fix] react-with-styles v3 requires react-with-direction as a peer dep; this provides it but forwards the peer dep requirement (#​1348)

v16.7.0

Compare Source

  • [fix] Force border-radius to be 0 on the inputs (#​1157)
  • [fix] Clear previous min nights modifiers, not current (#​994)
  • [fix] Tweak default input styling (#​1158)
  • [fix] Round transform3d values to fix font blur (#​1155)
  • [new] Add noNavButtons prop (#​1160)

v16.6.1

Compare Source

  • [fix] Fix selective disabling of the DateRangePicker (#​1116)
  • [fix] Fix onOutsideClick refactor (#​1115)

v16.6.0

Compare Source

  • [new] Add appendToBody/disableScroll props (#​1069)
  • [fix] Address unexpected blur call (#​1107)
  • [new] Add verticalBorderSpacing prop to DayPickerSingleDateController/DayPickerRangeController (#​1096)
  • [fix] Move focus to DayPicker when readOnly is true (#​961)

v16.5.0

Compare Source

  • [new] Export CustomizeableCalendarDay default styles (#​1095)
  • [new] Allow selectively disabling either input in the DRP (#)
  • [new] Add dayAriaLabelFormat prop to the SDP/DRP (#)

v16.4.0

Compare Source

  • [new] Export OutsideClickHandler in index.js (#​1089)
  • [fix] Do not apply verticalSpacing when withPortal or withFullScreenPortal is true (#​980)
  • [fix] Handle minimum nights when selecting startDate (#​1015)
  • [fix] Fix style of CloseIcon in the SDP (#​1058)

v16.3.6

Compare Source

  • [fix] Address width issues for vertical DayPickers (#​1055)

v16.3.5

Compare Source

  • [fix] Includes all necessary CSS (c965348)

v16.3.4

Compare Source

  • [fix] Bumps all the RWS libraries again, now with less breakage!

v16.3.2

Compare Source

  • [revert] Reverts 'Bump react-with-styles dependency (#​1041)'

v16.3.1

Compare Source

  • [deps] Bump react-with-styles dependency (#​1041)
  • [deps] Bump react-with-style-interface-css dependency (#​1043)

v16.3.0

Compare Source

  • [new] customInfoPanel position prop (#​989)
  • [fix] Fix CustomizableCalendarDay selected/selected-start/selected-end specificity issues (#​979)
  • [fix] Add modifiers for firstDayOfWeek and lastDayOfWeek (#​988)
  • [fix] Ensure callbacks only trigger after state has been updates (#​990)

v16.2.1

Compare Source

  • [fix] SDP block styling also makes the input full width (#​972)

v16.2.0

Compare Source

  • [new] Add startDateOffset/endDateOffset props to DayPickerRangeController (#​884)
  • [fix] Make all styles inline in CustomizableCalendarDay (#​964)

v16.1.1

Compare Source

  • [fix] Address some small bugs with CustomizableCalendarDay (#​962)

v16.1.0

Compare Source

  • [fix] Allow for changing of the input value via highlight and replace (#​955)
  • [fix] Fix OPEN_UP styling (#​925)
  • [fix] Don't read invisible months to the screen reader (#​940)
  • [new] Add phrase for aria-label for the selected day (#​905)

v16.0.2

Compare Source

  • [fix] Fix keyboard navigation issues (#​916)
  • [fix] Fix React warnings when events are referenced later (#​682)

v16.0.1

Compare Source

  • [fix] Add back missing onKeyDown method to CalendarDay (#​901)

v16.0.0

Compare Source

  • [breaking] Simplify CalendarDay component (#​894)
  • [breaking] rename renderDay prop to renderDayContents (#​894)
  • [new] Add renderCalendarDay component to allow for easy one-off customization of CalendarDay (#​894)

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@rsimha rsimha changed the title Update dependency react-dates to v19 rebase! Update dependency react-dates to v19 Feb 26, 2019
@renovate-bot renovate-bot changed the title rebase! Update dependency react-dates to v19 Update dependency react-dates to v19 Feb 26, 2019
@rsimha
Copy link
Contributor

rsimha commented Feb 26, 2019

@cvializ FYI

@rsimha rsimha merged commit 85454a6 into ampproject:master Feb 26, 2019
@renovate-bot renovate-bot deleted the renovate/react-dates-19.x branch February 26, 2019 18:30
@cvializ
Copy link
Contributor

cvializ commented Feb 26, 2019

Should probably revert this 🙃 I'll make a PR for ignoring these packages soon.

#19842

@rsimha
Copy link
Contributor

rsimha commented Feb 26, 2019

Sigh :(

noranazmy pushed a commit to noranazmy/amphtml that referenced this pull request Mar 22, 2019
bramanudom pushed a commit to bramanudom/amphtml that referenced this pull request Mar 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants