@@ -5,15 +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.20.0 - 2021-11-23
9
9
10
10
### Added
11
11
12
- - Use tmp dir in HTMLPurifier config
12
+ - Xlsx Writer Support for WMF Files [ #2339 ] ( https://github.com/PHPOffice/PhpSpreadsheet/issues/2339 )
13
+ - Use standard temporary file for internal use of HTMLPurifier [ #2383 ] ( https://github.com/PHPOffice/PhpSpreadsheet/issues/2383 )
13
14
14
15
### Changed
15
16
16
17
- Drop support for PHP 7.2, according to https://phpspreadsheet.readthedocs.io/en/latest/#php-version-support
18
+ - Use native typing for objects that were already documented as such
17
19
18
20
### Deprecated
19
21
@@ -25,7 +27,18 @@ and this project adheres to [Semantic Versioning](https://semver.org).
25
27
26
28
### Fixed
27
29
28
- - Nothing
30
+ - Fixed null conversation for strToUpper [ #2292 ] ( https://github.com/PHPOffice/PhpSpreadsheet/issues/2292 )
31
+ - Fixed Trying to access array offset on value of type null (Xls Reader) [ #2315 ] ( https://github.com/PHPOffice/PhpSpreadsheet/issues/2315 )
32
+ - Don't corrupt XLSX files containing data validation [ #2377 ] ( https://github.com/PHPOffice/PhpSpreadsheet/issues/2377 )
33
+ - Non-fixed cells were not updated if shared formula has a fixed cell [ #2354 ] ( https://github.com/PHPOffice/PhpSpreadsheet/issues/2354 )
34
+ - Declare key of generic ArrayObject
35
+ - CSV reader better support for boolean values [ #2374 ] ( https://github.com/PHPOffice/PhpSpreadsheet/pull/2374 )
36
+ - Some ZIP file could not be read [ #2376 ] ( https://github.com/PHPOffice/PhpSpreadsheet/pull/2376 )
37
+ - Fix regression were hyperlinks could not be read [ #2391 ] ( https://github.com/PHPOffice/PhpSpreadsheet/pull/2391 )
38
+ - AutoFilter Improvements [ #2393 ] ( https://github.com/PHPOffice/PhpSpreadsheet/pull/2393 )
39
+ - Don't corrupt file when using chart with fill color [ #589 ] ( https://github.com/PHPOffice/PhpSpreadsheet/pull/589 )
40
+ - Restore imperfect array formula values in xlsx writer [ #2343 ] ( https://github.com/PHPOffice/PhpSpreadsheet/pull/2343 )
41
+ - Restore explicit list of changes to PHPExcel migration document [ #1546 ] ( https://github.com/PHPOffice/PhpSpreadsheet/issues/1546 )
29
42
30
43
## 1.19.0 - 2021-10-31
31
44
0 commit comments