You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+17-30Lines changed: 17 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,46 +1,17 @@
1
1
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->
2
2
3
-
# pillar 1.9.99.9903
4
-
5
-
## Chore
6
-
7
-
- IDE.
8
-
9
-
10
-
# pillar 1.9.99.9902
11
-
12
-
## Chore
13
-
14
-
- Breaking change: Hard-deprecate ellipsis for printing and formatting (#585, #637).
15
-
16
-
## Testing
17
-
18
-
- Snapshot updates for R-CMD-check-dev ({"package":"ggplot2"}) (#670).
19
-
20
-
- Fix tests for older R versions.
3
+
# pillar 1.10.0
21
4
22
5
## Breaking changes
23
6
24
7
- Breaking change: Hard-deprecate ellipsis for printing and formatting (#585, #637).
25
8
26
-
27
-
# pillar 1.9.99.9901
28
-
29
9
## Bug fixes
30
10
31
11
- Fix printing of infinite times (#645, #710).
32
12
33
13
- Fix tibble tests (#665, #709).
34
14
35
-
## Documentation
36
-
37
-
- Add `index.md`.
38
-
39
-
- Describe `getOption("width")` (#671, #708).
40
-
41
-
42
-
# pillar 1.9.99.9900
43
-
44
15
## Features
45
16
46
17
-`tbl_format_setup()` gains a `setup` argument that supports printing the header before the data for the body is available, e.g., for remote backends such as databases (#686).
@@ -51,14 +22,30 @@
51
22
52
23
- Math operations on `num()` objects now pass additional arguments to the mathematical function (@gvelasq, #659, #660).
53
24
25
+
## Chore
26
+
27
+
- IDE.
28
+
29
+
- Breaking change: Hard-deprecate ellipsis for printing and formatting (#585, #637).
30
+
54
31
## Documentation
55
32
33
+
- Add `index.md`.
34
+
35
+
- Describe `getOption("width")` (#671, #708).
36
+
56
37
- Update `_pkgdown.yml` to bring back search bar (@olivroy, #667).
57
38
58
39
- Only implement `type_sum.accel()` in pkgdown mode (#661).
59
40
60
41
- Avoid displaying deprecated argument in `@inheritDotParams` (@olivroy, #657).
61
42
43
+
## Testing
44
+
45
+
- Snapshot updates for R-CMD-check-dev ({"package":"ggplot2"}) (#670).
0 commit comments