Skip to content

Commit

Permalink
finished updating changelog for 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkatz committed Sep 12, 2024
1 parent 76bef5d commit cc6ee0d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

### Changed

- `contentLocation` prop has been renamed to `positionTransform`, behaves exactly the same
- 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.

## [8.0.3] - 2023-10-19

Expand Down

0 comments on commit cc6ee0d

Please sign in to comment.