Sha256: 637ecf88e72d373729274b115522ff5179316cf751691b9f7b1bb6fa87d01e9a
Contents?: true
Size: 1.06 KB
Versions: 1
Compression:
Stored size: 1.06 KB
Contents
# Changelog * `Unreleased` - Nothing yet * `v1.2.0` - [PR #31](https://github.com/cortiz/prawn-rails/pull/31) - Use Prawn::Document.extensions in favor of custom plug-in loading. This removes all changes made in PR #29 and should behave much more appropriately now. - [Undo PR #29](https://github.com/cortiz/prawn-rails/pull/31) - Use Prawn::Document.extensions in favor of custom plug-in loading - [PR #30](https://github.com/cortiz/prawn-rails/pull/30) - Allow rendering in ActionMailer * `v1.1.0` - [PR #29](https://github.com/cortiz/prawn-rails/pull/29) - Require all installed prawn extensions - Removed unnecessary `html_strip` helper method. If you were using this feature, instead use Rails built in `strip_tags(html_str)` or `ActionView::Base.full_sanitizer.sanitize(html_str)` - Add legitimate tests * `v1.0.1` - Fix error when using `ActionController.render_to_string` * `v1.0.0` - Support `@filename` - Set PDF Title metadata based on `@filename` if not specified - Fix for Ruby 1.9.3+ - Cleanup * `v0.1.1` * `v0.1.0` * `v0.0.2` * `v0.0.1`
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
prawn-rails-1.2.0 | CHANGELOG.md |