@taprootio/espalier 2.7.1 → 2.8.0
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 +18 -0
- package/custom-elements.json +2926 -2859
- package/dist/popover/esp-popover.d.ts +29 -4
- package/dist/popover/esp-popover.js +6 -6
- package/dist/shared/popover-controller.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,24 @@ 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
|
+
|
|
18
|
+
## 2.7.2 — Popover outside-click dismissal
|
|
19
|
+
|
|
20
|
+
- Close target-triggered and programmatically opened `esp-popover` surfaces
|
|
21
|
+
when the user clicks outside them.
|
|
22
|
+
- Preserve interactions within top-layer content, nested popovers, and picker
|
|
23
|
+
menus while balancing dismissal, resize, and scroll listeners across the
|
|
24
|
+
complete popover lifecycle.
|
|
25
|
+
|
|
8
26
|
## 2.7.1 — Picker and popover composition
|
|
9
27
|
|
|
10
28
|
- Keep every containing `esp-popover` open when an `esp-pick-one` or
|