@@ -5,15 +5,17 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com )
66and this project adheres to [ Semantic Versioning] ( https://semver.org ) .
77
8- ## Unreleased - TBD
8+ ## 1.20.0 - 2021-11-23
99
1010### Added
1111
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 )
1314
1415### Changed
1516
1617- 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
1719
1820### Deprecated
1921
@@ -25,7 +27,18 @@ and this project adheres to [Semantic Versioning](https://semver.org).
2527
2628### Fixed
2729
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 )
2942
3043## 1.19.0 - 2021-10-31
3144
0 commit comments