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

react-tiny-popover

Package Overview
Dependencies
Maintainers
0
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-tiny-popover - npm Package Versions

23
6

8.1.4

Diff

Changelog

Source

[8.1.4] - 2024-11-20

Fixed

  • Resolved type declaration issue that caused ts errors when rendering Popover component on certain versions of React
alexkatz
published 8.1.3 •

Changelog

Source

[8.1.3] - 2024-11-20

Fixed

  • Popover now immediately positions on open before requesting browser animation frame for subsequent updates (thanks @cozmo)
alexkatz
published 8.1.2 •

Changelog

Source

[8.1.2] - 2024-9-13

Fixed npm deployment issue

alexkatz
published 8.1.1 •

Changelog

Source

[8.1.1] - 2024-9-13

Fixed

  • Popover now re-renders properly on the following prop changes
    • reposition
    • positions
    • boundaryElement
    • boundaryInset
    • transform
    • transformMode
    • childRect changes
    • popoverRect changes
    • padding
    • align
alexkatz
published 8.1.0 •

Changelog

Source

[8.1.0] - 2024-9-12

Changed

  • Prior to this change, the portal DOM elements generated when a popover appears were given the id react-tiny-popover-container and react-tiny-popover-scout
  • From now on, both react-tiny-popover-container and react-tiny-popover-scout are now assigned as class names rather than ids. The absence of this functionality has been an oversight, since multiple popovers can be present in the DOM simultaneously. This resulted in more than one element having the same id.
alexkatz
published 8.0.4 •

alexkatz
published 8.0.3 •

Changelog

Source

[8.0.3] - 2023-10-19

Fixed

  • align and padding no longer erroneously required as props
alexkatz
published 8.0.2 •

Changelog

Source

[8.0.2] - 2023-10-19

Fixed

  • Removed some debugging statements erroneously published
alexkatz
published 8.0.1 •

Changelog

Source

[8.0.1] - 2023-10-19

Fixed

  • Rolled back DOMRect changes as it interferes with SSR, replaced with custom Rect interface that mirrors the same API
alexkatz
published 8.0.0 •

Changelog

Source

[8.0.0] - 2023-10-18

Changed

  • contentLocation prop has been renamed to positionTransform, behaves exactly the same
  • positions prop now accepts a single string in addition to an array of prioritized strings
  • Migrated from deprecated ClientRect to DOMRect (thanks @jafin)

Added

  • A new transformMode prop now accepts string values of "absolute" or "relative". "absolute" mode is its default, and causes behavior identical to contentLocation. The "relative" value, however, will cause the provided top and left values of the transform to merely be summed to the existing nudgeTop and nudgeLeft values, behaving as a relative positioning system.
23
6
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