@taprootio/espalier 2.7.2 → 2.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,16 @@ here. This file ships in the published npm package. It is a curated public
5
5
  record and intentionally does not mirror the private `taproot-controls`
6
6
  development history.
7
7
 
8
+ ## 2.8.0 — Popover collision strategies
9
+
10
+ - Add declarative `flip`, `shift`, and `none` collision strategies to
11
+ `esp-popover`, preserving the existing side-flipping behavior by default.
12
+ - Allow placement-sensitive panels to remain on their requested side while
13
+ shifting into the viewport across scroll, resize, and target or content
14
+ geometry changes.
15
+ - Keep alignment and string/pixel offsets composable with collision handling,
16
+ including valid negative `offset-x` and `offset-y` expressions.
17
+
8
18
  ## 2.7.2 — Popover outside-click dismissal
9
19
 
10
20
  - Close target-triggered and programmatically opened `esp-popover` surfaces