Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Bump @blueprintjs/popover2 from 0.12.9 to 1.8.1 #949

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 Nov 1, 2022

Bumps @blueprintjs/popover2 from 0.12.9 to 1.8.1.

Release notes

Sourced from @鈥媌lueprintjs/popover2's releases.

v1.8.0

馃巻 Highlights: browser-ready bundles in NPM distribution (+unpkg), new NumericInput component, Menu is gray + "active" support, cmd+c copy table cells!

馃摉 Latest docs: blueprintjs.com/docs

General

  • 馃専 NEW each package now includes a dist/<name>.bundle.js file which is a UMD bundle of all the javascript #588
    • this will allow us to support consumption from Unpkg CDN, which is useful for environments like JSFiddle
  • NEW test suite for NPM main files, ensures #566 won't happen again
  • NEW isomorphic test suite ensures basic component support for server-side rendering (:tophat: @鈥媍odebling) #370, #595
  • Changed sweet refactors to the gulp build code make it friendlier #589
  • Updated wiki pages and CONTRIBUTING.md #5

@blueprintjs/core 1.8.0

  • 馃専 NEW NumericInput component (see docs)! #189 Supports normal, major (hold shift), and minor (hold alt) steps. Step sizes default to 1, 10, 0.1 respectively. image
  • NEW EditableText maxLength prop #557
  • NEW @ContextMenuTarget decorator supports onContextMenuClose method (:tophat: @鈥婤inck360) #591
  • NEW Toast action can be a link (using AnchorButton internally) #611
  • 馃専 Changed Menu hover colors to gray; blue "selected" state can be applied with .pt-active.pt-intent-primary #389 #565 menu colors
  • Fixed EditableText only adds buffer spacing on IE and Edge #482
  • Fixed Button correctly calls onKeyDown and onKeyUp props #561
  • Fixed Button type prop now appears in the documentation #571
  • Fixed loading Button now hides children as well as text #572
  • Fixed z-index stack for button groups and control groups ensures perfect shadows every time! #592

@blueprintjs/datetime 1.7.0

  • no code changes, merely the addition of dist/datetime.bundle.js

@blueprintjs/table 1.5.0

  • 馃専 NEW copy table cells with cmd+c / ctrl+c (welcome to the team @鈥媑scshoyru!) #542
    • you must implement the new getCellClipboardData(row, col) callback prop on Table to enable this functionality鈥攊t does not come for free 馃捀
  • Fixed ghost cells appearance in empty table #603
  • Updated dependency on @blueprintjs/core to ^1.8.0 for latest features

Documentation

  • Fixed landing page tagline centering on IE #584

v1.7.0

馃巻 Highlights: Sketch files, full Table loading, better button box-shadows, uncolored icons

馃摉 Latest docs: blueprintjs.com/docs

General

  • 馃専 NEW Sketch files! #417
  • Upgrade Blueprint is now compiled with TypeScript 2.1.5 #492
    • This change should be transparent to consumers, except:
    • 馃摝 Each package has a new dependency on tslib due to use of new --importHelpers flag

... (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)

Bumps [@blueprintjs/popover2](https://github.com/palantir/blueprint/tree/HEAD/packages/core) from 0.12.9 to 1.8.1.
- [Release notes](https://github.com/palantir/blueprint/releases)
- [Changelog](https://github.com/palantir/blueprint/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/palantir/blueprint/commits/@blueprintjs/popover2@1.8.1/packages/core)

---
updated-dependencies:
- dependency-name: "@blueprintjs/popover2"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 1, 2022
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.

None yet

0 participants