|
1 | 1 | <!-- NEWS.md is maintained by https://cynkra.github.io/fledge, do not edit --> |
2 | 2 |
|
3 | | -# pillar 1.6.1.9002 |
| 3 | +# pillar 1.6.4.9000 |
4 | 4 |
|
5 | | -- Using `attr(exact = TRUE)` everywhere. |
6 | | -- `is_vector_s3()` is no longer generic (#181). |
| 5 | +- Same as previous version. |
7 | 6 |
|
8 | 7 |
|
9 | | -# pillar 1.6.1.9001 |
| 8 | +# pillar 1.6.4 |
10 | 9 |
|
11 | | -- Fix internal logic around `vec_proxy()` and `vec_restore()` (#316). |
| 10 | +## Bug fixes |
| 11 | + |
| 12 | +- Fix printing for some tibbles where a fixed-width column is followed by a column with variable width (#366). |
| 13 | +- Avoid nested backtick blocks in vignette. |
| 14 | + |
| 15 | +## Breaking changes |
| 16 | + |
| 17 | +- `num()` requires an integerish `digits` argument (#362). |
| 18 | + |
| 19 | +## Documentation |
| 20 | + |
| 21 | +- Link to tibble vignettes and documentation pages. |
| 22 | + |
| 23 | + |
| 24 | +# pillar 1.6.3 |
| 25 | + |
| 26 | +- Avoid blanket import for lifecycle package for compatibility with upcoming rlang (#368, @romainfrancois). |
| 27 | + |
| 28 | + |
| 29 | +# pillar 1.6.2 |
| 30 | + |
| 31 | +## Options |
| 32 | + |
| 33 | +- Options `pillar.print_max`, `pillar.print_min`, `pillar.width` and `pillar.max_extra_cols` are now queried before the corresponding `tibble.` or `dplyr.` options are consulted, the latter will be soft-deprecated in pillar v2.0.0 (#353). |
| 34 | +- New `pillar.bidi` option. When active, control characters are inserted to improve display of data with right-to-left text (#333). |
| 35 | +- The new `pillar.max_footer_lines` option (default: 7) allows controlling the maximum number of footer lines shown. It is applied in addition to the existing `tibble.max_extra_cols` option (#263). |
| 36 | + |
| 37 | +## Formatting |
| 38 | + |
| 39 | +- If a column doesn't make use of all horizontal width offered to it, the excess width is distributed over other columns (#331). |
| 40 | +- Improved allocation of free space in multi-tier tables with `getOption("tibble.width") > getOption("width")` (#344). |
| 41 | +- All pillars are shown with their true horizontal extent, irrespective of the indicated `width`. This simplifies the implementation of custom `pillar_shaft()` methods (#347). |
| 42 | + |
| 43 | +## Features |
| 44 | + |
| 45 | +- `num()` gains `extra_sigfig` argument to automatically show more significant figures for numbers of the same magnitude with subtle differences (#97). |
| 46 | +- `print.tbl()` and `format.tbl()` support the `max_extra_cols` and `max_footer_lines` arguments that override the corresponding options (#360). |
| 47 | +- `print.tbl()` and `format.tbl()` maps the now deprecated `n_extra` argument to `max_extra_cols` for consistency (#360). |
| 48 | + |
| 49 | +## Bug fixes |
| 50 | + |
| 51 | +- Avoid mangling of duplicate column names in footer (#332). |
12 | 52 | - Fix warning with zero of type `bit64::integer64()` (#319). |
13 | | -- Fix documentation on usage of `vctrs::vec_proxy()` and `vctrs::vec_restore()` (#322). |
14 | 53 |
|
| 54 | +## Documentation |
15 | 55 |
|
16 | | -# pillar 1.6.1.9000 |
| 56 | +- All package options are now documented in `?pillar_options` (#339). |
| 57 | +- `obj_sum()` no longer calls `type_sum()` for vectors since pillar v1.6.1, this is now documented (#321). |
| 58 | +- Fix documentation on usage of `vctrs::vec_proxy()` and `vctrs::vec_restore()` (#322). |
17 | 59 |
|
18 | | -- Same as previous version. |
| 60 | +## Internal |
| 61 | + |
| 62 | +- Using `attr(exact = TRUE)` everywhere. |
| 63 | +- `is_vector_s3()` is no longer generic (#181). |
| 64 | +- Fix internal logic around `vec_proxy()` and `vec_restore()` (#316). |
19 | 65 |
|
20 | 66 |
|
21 | 67 | # pillar 1.6.1 |
|
0 commit comments