Changelog for
ruby2.5-rubygem-wicked_pdf-2.8.0-150300.1.2.x86_64.rpm :
* Fri Jun 21 2024 dan.cermakAATTposteo.net- New upstream release 2.8.0, see bundled CHANGELOG.md
* Fri Nov 03 2023 dan.cermakAATTposteo.net- ## [2.7.0] [#]## New Features- [Support Shakapacker 7](https://github.com/mileszs/wicked_pdf/pull/1067)- [Add option `delete_temporary_files` to keep the temporary files generated by `pdf_from_string` method](https://github.com/mileszs/wicked_pdf/pull/1068)- [Add support for --allow flag](https://github.com/mileszs/wicked_pdf/pull/1030) [#]# Fixes- [Add require for `stringio`, which is no longer loaded by default in Ruby 3.1+](https://github.com/mileszs/wicked_pdf/pull/1062)- [Fix CI build.](https://github.com/mileszs/wicked_pdf/pull/1055)- [Fix Header/footer temporary file is removed before `wkhtmltopdf` is called](https://github.com/mileszs/wicked_pdf/pull/1039)- [Bump rubocop to 1.46](https://github.com/mileszs/wicked_pdf/pull/1051)- [Add Ruby 3.2 to the test matrix](https://github.com/mileszs/wicked_pdf/pull/1046)
* Thu Aug 04 2022 cooloAATTsuse.comupdated to version 2.6.3 see installed CHANGELOG.md [#]# [2.6.3] [#]## Fixes - [Fix typo of #possible_binary_locations](https://github.com/mileszs/wicked_pdf/pull/1025) - [Drop unused executables gemspec directive](https://github.com/mileszs/wicked_pdf/pull/1024) [#]# [2.6.2] [#]## Fixes - [Fix undefined local variable or method \'block\' for render_to_string](https://github.com/mileszs/wicked_pdf/pull/962) - [Add require for `delegate`, which is no longer loaded by default in Ruby 2.7+](https://github.com/mileszs/wicked_pdf/pull/1019)
* Thu Apr 28 2022 cooloAATTsuse.comupdated to version 2.6.0 see installed CHANGELOG.md
* Fri Sep 25 2020 cooloAATTsuse.comupdated to version 2.1.0 see installed CHANGELOG.md [#]# [2.1.0] - 2020-06-14 [#]## Fixes - [Document no_stop_slow_scripts in README](https://github.com/mileszs/wicked_pdf/pull/905) - [Document how to use locals in README](https://github.com/mileszs/wicked_pdf/pull/915) [#]## New Features - [Improved support for Webpacker assets with `wicked_pdf_asset_pack_path`](https://github.com/mileszs/wicked_pdf/pull/896) - [Support enabling/disabling local file access compatible with wkhtmltopdf 0.12.6](https://github.com/mileszs/wicked_pdf/pull/920) - [Add option `use_xvfb` to emulate an X server](https://github.com/mileszs/wicked_pdf/pull/909)
* Thu Apr 30 2020 mschnitzerAATTsuse.com- updated to version 2.0.2 [#]# [2.0.2] - 2020-03-17 [#]## Fixes - [Force UTF-8 encoding in assets helper](https://github.com/mileszs/wicked_pdf/pull/894) [#]# [2.0.1] - 2020-02-22 [#]## Fixes - [Replace open-uri with more secure Net:HTTP.get](https://github.com/mileszs/wicked_pdf/pull/864) [#]# [2.0.0] - 2020-02-22 [#]## Breaking changes - [Remove support for older Ruby and Rails versions](https://github.com/mileszs/wicked_pdf/pull/854) - This project no longer supports Ruby < 2.2 and Rails < 4. It may work for you, but we are no longer worrying about breaking backwards compatibility for versions older than these. If you are on an affected version, you can continue to use the 1.x releases. Patches to fix broken behavior on old versions may not be accepted unless they are highly decoupled from the rest of the code base. [#]## New Features - [Add Rubygems metadata hash to gemspec](https://github.com/mileszs/wicked_pdf/pull/856) - [Add support for Rails 6](https://github.com/mileszs/wicked_pdf/pull/869) [#]## Fixes - [Fix Webpacker helpers in production environment](https://github.com/mileszs/wicked_pdf/pull/837) - [Fix unit tests](https://github.com/mileszs/wicked_pdf/pull/852)- Added a recommendation to \'wkhtmltopdf\' package in order to use our openSUSE binary of wkhtmltopdf and not let users rely on gem \'wkhtmltopdf-binary\'
* Fri Jul 19 2019 cooloAATTsuse.com- updated to version 1.4.0 see installed CHANGELOG.md [#]# [master branch] - Unreleased [#]## Breaking Changes - None [#]## New Features - None [#]## Fixes - None [#]# [1.4.0] - 2019-05-23 [#]## New Features - [Add support for `log_level` and `quiet` options](https://github.com/mileszs/wicked_pdf/pull/834) [#]# [1.3.0] - 2019-05-20 [#]## New Features - [Add support for Webpacker provided bundles](https://github.com/mileszs/wicked_pdf/pull/739)
* Sun May 05 2019 cooloAATTsuse.com- updated to version 1.2.2 see installed CHANGELOG.md [#]# [1.2.2] - 2019-04-13 [#]## Fixes - [Fix issue loading Pty on Windows](https://github.com/mileszs/wicked_pdf/pull/820) - [Fix conflict with remotipart causing SystemStackError](https://github.com/mileszs/wicked_pdf/pull/821)
* Fri Mar 29 2019 cooloAATTsuse.com- updated to version 1.2.1 see installed CHANGELOG.md
* Wed Aug 31 2016 cooloAATTsuse.com- updated to version 1.1.0 see installed CHANGELOG.md [#]# [1.1.0] - 2016-09-30 [#]## Added - Support Rails 5.x and Sprockets 3.x - Support `window_status: \'somestring\'` option, to instruct wkhtmltopdf to wait until the browser `window.status` is equal to the supplied string. This can be useful to force rendering to wait [as explained quite well here](https://spin.atomicobject.com/2015/08/29/ember-app-done-loading/) - Support `no_stop_slow_scripts: true` to let slow running scripts delay rendering [#]## Changed - [Improved error handling](https://github.com/mileszs/wicked_pdf/pull/543) - [Namespace helper classes under WickedPdf namespace](https://github.com/mileszs/wicked_pdf/pull/538) - [Changes to asset finding to support Rails 5](https://github.com/mileszs/wicked_pdf/pull/561)
* Tue Aug 09 2016 tampakrapAATTopensuse.org- Initial commit