Changelog for
R-htmltools-0.5.2-lp153.1.11.x86_64.rpm :
* Thu Mar 31 2022 Johannes Weberhofer
- Update to 0.5.2 Changes: https://cran.r-project.org/web/packages/htmltools/news/news.html
* Sat Feb 01 2020 Detlef Steuer - removed %check
* Wed Oct 30 2019 Johannes Weberhofer - Update to 0.4.0
* Fixed #128: Added support for trailing commas in tagLists and the predefined tags. (#135)
* Added some HTML tag functions to `tags` that 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: `NA` attributes 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 `.noWS` argument to `tag()` and `tags` which can be used to suppress the automatically generated whitespace around a particular tag. (#131)
* Added a shim for `system.file()` so that htmltools works with `htmlDependency` objects created by a package that was loaded with `devtools::load_all()`. (#129)
* `validateCssUnit()` now accepts `ch`, `rem`, and `calc()`. (#134)
* Fixed #125: `print.html` removes html dependencies. (#126)
* Stopped extra carriage returns from being inserted by `save_html` on Windows. (#137)- Updated dependencies and reformatted spec
* Sat Aug 31 2019 John Vandenberg - Remove build dependency R-base-devel; rely on R-Rcpp-devel- Remove explicit unnecessary runtime dependency on R-base- Add %fdupes and %check
* Wed Sep 19 2018 Todd R - BuildRequires R-Rcpp-devel instead of R-Rcpp Devel files were split out into a -devel subpackage.- Fix license
* Tue Oct 17 2017 lbeltrameAATTkde.org- Update to 0.3.6- Run spec-cleaner
* Thu Oct 09 2014 darinAATTdarins.net- updated source to latest release
* Thu Jul 03 2014 darinAATTdarins.net- fix packaging