You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20-46Lines changed: 20 additions & 46 deletions
Original file line number
Diff line number
Diff line change
@@ -5,20 +5,17 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com)
6
6
and this project adheres to [Semantic Versioning](https://semver.org).
7
7
8
-
## Unreleased - TBD
8
+
## 1.21.0 - 2022-01-06
9
9
10
10
### Added
11
11
12
-
- Ability to add a picture to the background of the comment. Supports four image formats: png, jpeg, gif, bmp. A Comment method setSizeAsBackgroundImage for changing the size of a comment to the size of an background image. [Issue #1547](https://github.com/PHPOffice/PhpSpreadsheet/issues/1547)[PR #2422](https://github.com/PHPOffice/PhpSpreadsheet/pull/2422)
13
-
- Ability to set default paper size and orientation
- Ability to add a picture to the background of the comment. Supports four image formats: png, jpeg, gif, bmp. New `Comment::setSizeAsBackgroundImage()` to change the size of a comment to the size of a background image. [Issue #1547](https://github.com/PHPOffice/PhpSpreadsheet/issues/1547)[PR #2422](https://github.com/PHPOffice/PhpSpreadsheet/pull/2422)
13
+
- Ability to set default paper size and orientation [PR #2410](https://github.com/PHPOffice/PhpSpreadsheet/pull/2410)
14
+
- Ability to extend AutoFilter to Maximum Row [PR #2414](https://github.com/PHPOffice/PhpSpreadsheet/pull/2414)
17
15
18
16
### Changed
19
17
20
-
- Xlsx Writer will evaluate AutoFilter only if it is as yet unevaluated, or has changed since it was last evaluated.
- Xlsx Writer will evaluate AutoFilter only if it is as yet unevaluated, or has changed since it was last evaluated [PR #2414](https://github.com/PHPOffice/PhpSpreadsheet/pull/2414)
22
19
23
20
### Deprecated
24
21
@@ -30,44 +27,21 @@ and this project adheres to [Semantic Versioning](https://semver.org).
- Rounding in `NumberFormatter`[Issue #2385](https://github.com/PHPOffice/PhpSpreadsheet/issues/2385)[PR #2399](https://github.com/PHPOffice/PhpSpreadsheet/pull/2399)
31
+
- Support for themes [Issue #2075](https://github.com/PHPOffice/PhpSpreadsheet/issues/2075)[Issue #2387](https://github.com/PHPOffice/PhpSpreadsheet/issues/2387)[PR #2403](https://github.com/PHPOffice/PhpSpreadsheet/pull/2403)
32
+
- Read spreadsheet with `#` in name [Issue #2405](https://github.com/PHPOffice/PhpSpreadsheet/issues/2405)[PR #2409](https://github.com/PHPOffice/PhpSpreadsheet/pull/2409)
33
+
- Improve PDF support for page size and orientation [Issue #1691](https://github.com/PHPOffice/PhpSpreadsheet/issues/1691)[PR #2410](https://github.com/PHPOffice/PhpSpreadsheet/pull/2410)
34
+
- Wildcard handling issues in text match [Issue #2430](https://github.com/PHPOffice/PhpSpreadsheet/issues/2430)[PR #2431](https://github.com/PHPOffice/PhpSpreadsheet/pull/2431)
35
+
- Respect DataType in `insertNewBefore`[PR #2433](https://github.com/PHPOffice/PhpSpreadsheet/pull/2433)
36
+
- Handle rows explicitly hidden after AutoFilter [Issue #1641](https://github.com/PHPOffice/PhpSpreadsheet/issues/1641)[PR #2414](https://github.com/PHPOffice/PhpSpreadsheet/pull/2414)
37
+
- Special characters in image file name [Issue #1470](https://github.com/PHPOffice/PhpSpreadsheet/issues/1470)[Issue #2415](https://github.com/PHPOffice/PhpSpreadsheet/issues/2415)[PR #2416](https://github.com/PHPOffice/PhpSpreadsheet/pull/2416)
38
+
- Mpdf with very many styles [Issue #2432](https://github.com/PHPOffice/PhpSpreadsheet/issues/2432)[PR #2434](https://github.com/PHPOffice/PhpSpreadsheet/pull/2434)
39
+
- Name clashes between parsed and unparsed drawings [Issue #1767](https://github.com/PHPOffice/PhpSpreadsheet/issues/1767)[Issue #2396](https://github.com/PHPOffice/PhpSpreadsheet/issues/2396)[PR #2423](https://github.com/PHPOffice/PhpSpreadsheet/pull/2423)
40
+
- Fill pattern start and end colors [Issue #2441](https://github.com/PHPOffice/PhpSpreadsheet/issues/2441)[PR #2444](https://github.com/PHPOffice/PhpSpreadsheet/pull/2444)
41
+
- General style specified in wrong case [Issue #2450](https://github.com/PHPOffice/PhpSpreadsheet/issues/2450)[PR #2451](https://github.com/PHPOffice/PhpSpreadsheet/pull/2451)
42
+
- Null passed to `AutoFilter::setRange()`[Issue #2281](https://github.com/PHPOffice/PhpSpreadsheet/issues/2281)[PR #2454](https://github.com/PHPOffice/PhpSpreadsheet/pull/2454)
43
+
- Another undefined index in Xls reader (#2470) [Issue #2463](https://github.com/PHPOffice/PhpSpreadsheet/issues/2463)[PR #2470](https://github.com/PHPOffice/PhpSpreadsheet/pull/2470)
44
+
- Allow single-cell checks on conditional styles, even when the style is configured for a range of cells (#) [PR #2483](https://github.com/PHPOffice/PhpSpreadsheet/pull/2483)
0 commit comments