Skip to content

Commit 42b0271

Browse files
committed
version++
1 parent c5efbaa commit 42b0271

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: animint2
22
Title: Animated Interactive Grammar of Graphics
3-
Version: 2023.10.27
3+
Version: 2023.11.15
44
URL: https://animint.github.io/animint2/
55
BugReports: https://github.com/animint/animint2/issues
66
Authors@R: c(

NEWS.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Changes in 2023.10.27
1+
# Changes in 2023.11.15
22

33
- New function `animint2pages(viz,"new_github_repo")` for
44
publishing/sharing animints, replacement for animint2gist, which
@@ -11,6 +11,13 @@
1111
- Bugfix: geom_text renders color as svg fill style (was rendering as
1212
stroke style, a regression introduced by the initial implementation
1313
of `fill_off`).
14+
- re-organization of animint.js in order to reduce duplication /
15+
emphasize similarities and differences between geoms.
16+
- geom rect and tile now default to color="black" instead of
17+
transparent, for consistency with other geoms (and for the case of
18+
using clickSelects, which defaults to black color for selected, and
19+
transparent for not). To get the old behavior, specify
20+
color="transparent" (for non-clickSelects).
1421

1522
# Changes in 2023.10.6
1623

0 commit comments

Comments
 (0)