Skip to content

Commit 1a359d2

Browse files
committed
1.21.0
1 parent b13b2a0 commit 1a359d2

File tree

1 file changed

+20
-46
lines changed

1 file changed

+20
-46
lines changed

CHANGELOG.md

Lines changed: 20 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com)
66
and this project adheres to [Semantic Versioning](https://semver.org).
77

8-
## Unreleased - TBD
8+
## 1.21.0 - 2022-01-06
99

1010
### Added
1111

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
14-
[PR #2410](https://github.com/PHPOffice/PhpSpreadsheet/pull/2410)
15-
- Ability to extend AutoFilter to Maximum Row
16-
[PR #2414](https://github.com/PHPOffice/PhpSpreadsheet/pull/2414)
12+
- 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)
1715

1816
### Changed
1917

20-
- Xlsx Writer will evaluate AutoFilter only if it is as yet unevaluated, or has changed since it was last evaluated.
21-
[PR #2414](https://github.com/PHPOffice/PhpSpreadsheet/pull/2414)
18+
- 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)
2219

2320
### Deprecated
2421

@@ -30,44 +27,21 @@ and this project adheres to [Semantic Versioning](https://semver.org).
3027

3128
### Fixed
3229

33-
- Rounding in NumberFormatter
34-
[Issue #2385](https://github.com/PHPOffice/PhpSpreadsheet/issues/2385)
35-
[PR #2399](https://github.com/PHPOffice/PhpSpreadsheet/pull/2399)
36-
- Support for Themes
37-
[Issue #2075](https://github.com/PHPOffice/PhpSpreadsheet/issues/2075)
38-
[Issue #2387](https://github.com/PHPOffice/PhpSpreadsheet/issues/2387)
39-
[PR #2403](https://github.com/PHPOffice/PhpSpreadsheet/pull/2403)
40-
- Read Spreadsheet with `#` in Name
41-
[Issue #2405](https://github.com/PHPOffice/PhpSpreadsheet/issues/2405)
42-
[PR #2409](https://github.com/PHPOffice/PhpSpreadsheet/pull/2409)
43-
- Improve PDF Support for Page Size and Orientation
44-
[Issue #1691](https://github.com/PHPOffice/PhpSpreadsheet/issues/1691)
45-
[PR #2410](https://github.com/PHPOffice/PhpSpreadsheet/pull/2410)
46-
- Wildcard Handling Issues in Text Match
47-
[Issue #2430](https://github.com/PHPOffice/PhpSpreadsheet/issues/2430)
48-
[PR #2431](https://github.com/PHPOffice/PhpSpreadsheet/pull/2431)
49-
- Respect DataType in insertNewBefore
50-
[PR #2433](https://github.com/PHPOffice/PhpSpreadsheet/pull/2433)
51-
- Handle Rows Explicitly Hidden After AutoFilter
52-
[Issue #1641](https://github.com/PHPOffice/PhpSpreadsheet/issues/1641)
53-
[PR #2414](https://github.com/PHPOffice/PhpSpreadsheet/pull/2414)
54-
- Special Characters in Image File Name
55-
[Issue #1470](https://github.com/PHPOffice/PhpSpreadsheet/issues/1470)
56-
[Issue #2415](https://github.com/PHPOffice/PhpSpreadsheet/issues/2415)
57-
[PR #2416](https://github.com/PHPOffice/PhpSpreadsheet/pull/2416)
58-
- Mpdf With Very Many Styles
59-
[Issue #2432](https://github.com/PHPOffice/PhpSpreadsheet/issues/2432)
60-
[PR #2434](https://github.com/PHPOffice/PhpSpreadsheet/pull/2434)
61-
- Name Clashes Between Parsed and Unparsed Drawings
62-
[Issue #1767](https://github.com/PHPOffice/PhpSpreadsheet/issues/1767)
63-
[Issue #2396](https://github.com/PHPOffice/PhpSpreadsheet/issues/2396)
64-
[PR #2423](https://github.com/PHPOffice/PhpSpreadsheet/pull/2423)
65-
- Fill Pattern Start and End Colors
66-
[Issue #2441](https://github.com/PHPOffice/PhpSpreadsheet/issues/2441)
67-
[PR #2444](https://github.com/PHPOffice/PhpSpreadsheet/pull/2444)
68-
- General Style Specified in Wrong Case
69-
[Issue #2450](https://github.com/PHPOffice/PhpSpreadsheet/issues/2450)
70-
[PR #2451](https://github.com/PHPOffice/PhpSpreadsheet/pull/2451)
30+
- 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)
7145

7246
## 1.20.0 - 2021-11-23
7347

0 commit comments

Comments
 (0)