htmltools 0.4.0
-
Fixed #128: Added support for trailing commas in tagLists and the predefined
tags. (#135) -
Added some HTML tag functions to
tagsthat were missing. (#111) -
Updated RcppExports for new version of Rcpp. (#93)
-
as.character.shiny.tags()will handle non-ASCII attributes correctly if they
are not encoded in native encoding. -
Fixed #99:
NAattributes were sometimes rendered as"NA"in the HTML,
instead of being blank. (#100) -
The error message for trailing commas in tag functions now provides context
and useful information. (#109) -
Stopped using inline styles to set background color for
save_html, as doing so
makes it difficult to override using other CSS rules. (#123) -
Added a
.noWSargument totag()andtagswhich can be used to suppress
the automatically generated whitespace around a particular tag. (#131) -
Added a shim for
system.file()so that htmltools works withhtmlDependency
objects created by a package that was loaded withdevtools::load_all().
(#129) -
validateCssUnit()now acceptsch,rem, andcalc(). (#134) -
Stopped extra carriage returns from being inserted by
save_htmlon Windows.
(#137)