Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@workday/canvas-kit-popup-stack

Package Overview
Dependencies
Maintainers
0
Versions
1240
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@workday/canvas-kit-popup-stack - npm Package Versions

1
124

4.0.2

Diff

Changelog

Source

4.0.2 (2020-07-24)

Components

  • fix(menu): Delay focus to prevent scrolling (#802) @NicholasBoll
workday-canvas-kit
published 4.1.1-next.5 •

workday-canvas-kit
published 4.1.1-next.4 •

workday-canvas-kit
published 4.1.1-next.3 •

workday-canvas-kit
published 4.1.1-next.2 •

workday-canvas-kit
published 4.1.1-next.0 •

workday-canvas-kit
published 4.1.0 •

Changelog

Source

4.1.0 (2020-07-17)

Components

Infrastructure

Theming

  • refactor(common): Update pickForegroundColor to use fallback color logic (#752) @donovangini

Breaking Changes:

  • feat(popup-stack): Add adapter API to integrate with other popup systems (#782) @NicholasBoll

This is a potentially breaking change if you use usePopupStack and ReactDOM.createPortal(contents, document.body): We added createContainer to PopupStack. React no longer controls the element that is given to the the PopupStack. The PopupStack will now create a containing element that your content should render into. If you recognize this pattern, you'll need to render into stackRef.current instead of document.body.

Before:

const ref = React.createRef<HTMLDivElement>(null);

usePopupStack(ref)

React.createPortal(contents, document.body)

Now

const stackRef = usePopupStack()

React.createPortal(contents, stackRef.current)
workday-canvas-kit
published 4.0.1-next.19 •

workday-canvas-kit
published 4.0.1-next.18 •

workday-canvas-kit
published 4.0.1-next.17 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc