opensanctions / storyweb

Extract networks of entities from journalistic reporting
https://storyweb.opensanctions.org
MIT License
47 stars 4 forks source link

Bump @blueprintjs/popover2 from 1.13.3 to 1.14.7 in /frontend #141

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @blueprintjs/popover2 from 1.13.3 to 1.14.7.

Release notes

Sourced from @​blueprintjs/popover2's releases.

Datetime v1.14.1

:fireworks: Highlights: So many fixes for DateRangeInput!

:book: Latest docs: blueprintjs.com/docs

@blueprintjs/datetime 1.14.1

This patch release contains a series of significant fixes to the behavior of DateRangeInput including much improved support for controlled mode and better handling of hovered dates. All notes apply only to DateRangeInput:

  • Fixed Clicking a start date in controlled mode moves the focus to the end date #971
  • Fixed Controlled mode now has the same UX as uncontrolled mode #1040
  • Fixed Editing date with the keyboard overrides display of hovered date #1041
  • Fixed After typing an invalid date into a field, hovering over a valid date will hide the error state for the duration of the hover #1041
  • Changed Throw a descriptive error if value === null #1041
    • undefined triggers uncontrolled mode and [null, null] empties the fields in a controlled fashion, but a strictly null value didn't have clear semantics. now it's an error!

Documentation

  • Changed EU-style DD/MM/YYYY format in datetime examples to US-style MM/DD/YYYY #1042
  • Fixed NumericInput example "Full width" switch #1043

v1.14.0

:fireworks: Highlights: modularized documentation infrastructure, small buttons, input times with dates, focused cells!

:book: Latest docs: blueprintjs.com/docs

@blueprintjs/core 1.14.0

  • 🌟 NEW small buttons! #932 release-small-buttons
    • ⚠️ small buttons do not support our UI icons because they are not tall enough
  • NEW UI icons (menu, collapse all, expand all, intersection) and updated several existing ones #889
  • Fixed Tooltips with empty content will be disabled automatically #886
    • this includes null, undefined, "", and strings composed entirely of whitespace
  • Fixed input borders in Safari on iOS (:tophat: @​cbothner) #675
  • Fixed .pt-button-group.pt-minimal divider is now modifier-independent (to support .pt-large) #910
  • Fixed Collapse container only sets overflow-y #938
  • Added two new Classes constants: TEXT_MUTED and UI_TEXT_LARGE (:tophat: @​ryanmcnamara) #951

@blueprintjs/datetime 1.12.0

  • NEW DateInput timePrecision prop adds a TimePicker to the popover! (:tophat: @​mfedderly) #748 release-datetimeinput
  • NEW DateRangeInput popoverProps prop to expose Popover lifecycle methods #940
  • NEW DateRangeInput supports the same props as DateRangePicker #897
    • specifically: added contiguousCalendarMonths and shortcuts props to DRI
  • Changed DateRangePicker internals have been refactored into a DateRangeSelectionStrategy class #880

@blueprintjs/table 1.11.0

  • 🌟 NEW Table "focused cell" feature provides a foundation for more spreadsheet-like interactions #718
    • added Table props enableFocus flag (default false), onFocus callback, and focusedCell for controlled mode
  • Changed header menu icon to chevron for better affordance #891 release-table-header-icon

... (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[bot] commented 1 year ago

Superseded by #148.