Skip to content

pillar 1.7.0

Compare
Choose a tag to compare
@krlmlr krlmlr released this 01 Feb 09:47

Breaking changes

  • colonnade() is now soft-deprecated (#485).
  • expect_known_display() and is_vector_s3() are now deprecated (#460, #501).
  • new_pillar() deprecates extra argument (#497).

Features

  • Focus columns specified via the focus argument to tbl_format_setup() are kept in their original place and shown with the maximum width and with the "type" component underlined (#465).

Bug fixes

  • Update s3_register() to use new implementation from rlang, this fixes CRAN checks related to scale_type() (#462).

Internal

  • Single pillars constructed with pillar() use only as much width as required when printing (#484).