Skip to content

Commit 38b2082

Browse files
committed
add NEWS entry for PR#282 (update_axes duration fix)
1 parent 8e9d103 commit 38b2082

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
- `update_axes`: Fixed issue #281 where plots did not render in Rmd.
44

5+
# Changes in version 2025.12.2 (PR#282)
6+
7+
- `update_axes`: Fixed issue #276 where `update_axes` used hardcoded 1000ms transition duration instead of respecting the selector's `duration` option.
8+
59
# Changes in version 2025.11.17 (PR#274)
610

711
- `update_axes`: Fixed issue #273 where axis tick text font-size was inconsistent between plots with and without `update_axes`. Previously, plots using `theme_animint(update_axes="x")` would lose `theme(axis.text = element_text(size=...))` styling after axis updates.

0 commit comments

Comments
 (0)