summaryrefslogtreecommitdiff
path: root/.changeset/nine-houses-attend.md
diff options
context:
space:
mode:
authorGravatar Martin Trapp <94928215+martrapp@users.noreply.github.com> 2023-11-20 21:10:35 +0100
committerGravatar GitHub <noreply@github.com> 2023-11-20 21:10:35 +0100
commit7742fd7dc26533c6f7cd497b00b72de935c57628 (patch)
treeb410f9303459688cdf0c4d62cb57e527380ac23a /.changeset/nine-houses-attend.md
parent7d55cf68d89cb46bfb89a109b09af61be8431c89 (diff)
downloadastro-7742fd7dc26533c6f7cd497b00b72de935c57628.tar.gz
astro-7742fd7dc26533c6f7cd497b00b72de935c57628.tar.zst
astro-7742fd7dc26533c6f7cd497b00b72de935c57628.zip
Extend the 'click' listener of view transitions to handle links in SVGs and areas in image maps (#9140)
* handle clicks on SVGAElements and image maps * add changeset
Diffstat (limited to '.changeset/nine-houses-attend.md')
-rw-r--r--.changeset/nine-houses-attend.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/nine-houses-attend.md b/.changeset/nine-houses-attend.md
new file mode 100644
index 000000000..a4cbb7144
--- /dev/null
+++ b/.changeset/nine-houses-attend.md
@@ -0,0 +1,5 @@
+---
+'astro': patch
+---
+
+View Transitions: handle clicks on SVGAElements and image maps"