-
-
Notifications
You must be signed in to change notification settings - Fork 983
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
25 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [2.0.0-beta1] | ||
|
||
### Added | ||
- Upgraded to use dompdf/dompdf 2.x | ||
- `setOption` to change only the specified option(s), instead of replace all options. | ||
- Magic methods to allow calls to Dompdf methods easier. (#892) | ||
- `default_paper_orientation` option has been added to the defaults. | ||
- Add option to set public path (#890) | ||
|
||
### Changed | ||
- HTML5 parser option is deprecated, because this is always on. | ||
- `orientation` option was never used. Removed in favor of `options.default_paper_orientation` | ||
|
||
### Deprecated | ||
- `setOptions` is now deprecated. Use `setOption` instead. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters