Skip to content

Releases: ijlyttle/vembedr

vembedr 0.1.5

11 Dec 20:10
Compare
Choose a tag to compare
  • updates repository and GitHub actions to reflect default git branch is now main. (#55)

  • updates <iframe> implementation to keep up with pandoc, see rstudio/rmarkdown#2255. (#52, @jnolis)

  • version bump for development.

0.1.4

10 Oct 21:52
371294c
Compare
Choose a tag to compare

vembedr 0.1.4

  • adds support for Microsoft Stream, which offers an enterprise video service; this will likely be for use internal to an organization. (#38)

  • if you have a recent version of usethis installed, suggest_embed() will copy the suggested code to your clipboard. (#32)

  • sets the default height to 300 pixels, and introduces an argument ratio, to set the aspect ratio; legal values are "16by9" or "4by3". If you set the width and height, ratio is ignored. If you specify only one of width or height, ratio is used to calculate the other. (#33)

  • adds three functions to help with formatting; they are all pipeable with embed_*() functions:

    • use_rounded() lets you specify rounded corners. (#25, with @koncina and @ginolhac)
    • use_align() lets you specify a horizontal alignment.
    • use_bs_responsive() if your 'HTML' page includes Twitter Bootstrap 3, use this function to make your <iframe/> responsive. In this case, the ratio is used, width and height are ignored. (#13)
  • adds functionality for embedding Box videos, via the embed_box() function (#28)

  • version bump for development

0.1.3

16 Jul 19:55
Compare
Choose a tag to compare
spacing

v0.1.2

12 Jan 01:05
Compare
Choose a tag to compare
teach them how to say goodbye...

v0.1.1

15 Jul 16:32
Compare
Choose a tag to compare
submission comments

v0.1.0

27 May 18:49
Compare
Choose a tag to compare
adds CRAN badge