|  | 
| 1 | 1 | # Changelog | 
| 2 | 2 | 
 | 
| 3 |  | -* `Unreleased` | 
| 4 |  | -  - Nothing yet | 
|  | 3 | +* `Unreleased` - [View Diff](https://github.com/cortiz/prawn-rails/compare/v1.4.0...master) | 
|  | 4 | +  - [ef08001](https://github.com/cortiz/prawn-rails/commit/ef08001) - Fix bug in v1.4.0, where PDF's wouldnt open as `inline` within the browser. Problem was due to incomplete switch to Railsties from [PR #41](https://github.com/cortiz/prawn-rails/pull/41) | 
| 5 | 5 | 
 | 
| 6 |  | -* `v1.4.0` | 
|  | 6 | +* `v1.4.0` - [View Diff](https://github.com/cortiz/prawn-rails/compare/v1.3.0...v1.4.0) | 
| 7 | 7 |   - [PR #41](https://github.com/cortiz/prawn-rails/pull/41) - Depend on `railsties` instead of `rails` gem to avoid pulling in unnecessary dependencies such as action_cable, etc. | 
| 8 | 8 | 
 | 
| 9 |  | -* `v1.3.0` | 
|  | 9 | +* `v1.3.0` - [View Diff](https://github.com/cortiz/prawn-rails/compare/v1.2.1...v1.3.0) | 
| 10 | 10 |   - [PR #40](https://github.com/cortiz/prawn-rails/pull/40) - Add `:filename` and `:disposition` options for `prawn_document | 
| 11 | 11 |   - [PR #40](https://github.com/cortiz/prawn-rails/pull/40) - Do not override existing`Content-Disposition` headers | 
| 12 | 12 | 
 | 
| 13 |  | -* `v1.2.1` | 
|  | 13 | +* `v1.2.1` - [View Diff](https://github.com/cortiz/prawn-rails/compare/v1.2.0...v1.2.1) | 
| 14 | 14 |   - [PR #39](https://github.com/cortiz/prawn-rails/pull/39) - Fix Rails 6 deprecation warning for single arity template handlers | 
| 15 | 15 |   - Remove unnecessary option logic from `prawn_document` method | 
| 16 | 16 | 
 | 
| 17 |  | -* `v1.2.0` | 
|  | 17 | +* `v1.2.0` - [View Diff](https://github.com/cortiz/prawn-rails/compare/v1.1.0...v1.2.0) | 
| 18 | 18 |   - [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. | 
| 19 | 19 |   - [Undo PR #29](https://github.com/cortiz/prawn-rails/pull/31) - Use Prawn::Document.extensions in favor of custom plug-in loading | 
| 20 | 20 |   - [PR #30](https://github.com/cortiz/prawn-rails/pull/30) -  Allow rendering in ActionMailer | 
| 21 | 21 | 
 | 
| 22 |  | -* `v1.1.0` | 
|  | 22 | +* `v1.1.0` - [View Diff](https://github.com/cortiz/prawn-rails/compare/v1.0.2...v1.1.0) | 
| 23 | 23 |   - [PR #29](https://github.com/cortiz/prawn-rails/pull/29) - Require all installed prawn extensions | 
| 24 | 24 |   - 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)` | 
| 25 | 25 |   - Add legitimate tests | 
| 26 | 26 | 
 | 
| 27 |  | -* `v1.0.1` | 
|  | 27 | +* `v1.0.1` - [View Diff](https://github.com/cortiz/prawn-rails/compare/v1.0.0...v1.0.1) | 
| 28 | 28 |   - Fix error when using `ActionController.render_to_string` | 
| 29 | 29 | 
 | 
| 30 |  | -* `v1.0.0` | 
|  | 30 | +* `v1.0.0` - [View Diff](https://github.com/cortiz/prawn-rails/compare/v1.0.0...v0.1.1) | 
| 31 | 31 |   - Support `@filename` | 
| 32 | 32 |   - Set PDF Title metadata based on `@filename` if not specified | 
| 33 | 33 |   - Fix for Ruby 1.9.3+ | 
|  | 
0 commit comments