Skip to content

Commit 3a9e29b

Browse files
committed
1.22.0
1 parent f4885d9 commit 3a9e29b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.22.0 - 2022-02-18
99

1010
### Added
1111

@@ -36,11 +36,16 @@ and this project adheres to [Semantic Versioning](https://semver.org).
3636
- Provision of a CellMatcher to identify if rules are matched for a cell, and which matching style will be applied.
3737
- Improved documentation and examples, covering all supported CF rule types.
3838
- Add support for one digit decimals (FORMAT_NUMBER_0, FORMAT_PERCENTAGE_0). [PR #2525](https://github.com/PHPOffice/PhpSpreadsheet/pull/2525)
39+
- Initial work enabling Excel function implementations for handling arrays as arguments when used in "array formulae" [#2562](https://github.com/PHPOffice/PhpSpreadsheet/issues/2562)
40+
- Enable most of the Date/Time functions to accept array arguments [#2573](https://github.com/PHPOffice/PhpSpreadsheet/issues/2573)
41+
- Array ready functions - Text, Math/Trig, Statistical, Engineering and Logical [#2580](https://github.com/PHPOffice/PhpSpreadsheet/issues/2580)
3942

4043
### Changed
4144

4245
- Additional Russian translations for Excel Functions (courtesy of aleks-samurai).
4346
- Improved code coverage for NumberFormat. [PR #2556](https://github.com/PHPOffice/PhpSpreadsheet/pull/2556)
47+
- Extract some methods from the Calculation Engine into dedicated classes [#2537](https://github.com/PHPOffice/PhpSpreadsheet/issues/2537)
48+
- Eliminate calls to `flattenSingleValue()` that are no longer required when we're checking for array values as arguments [#2590](https://github.com/PHPOffice/PhpSpreadsheet/issues/2590)
4449

4550
### Deprecated
4651

@@ -84,6 +89,10 @@ and this project adheres to [Semantic Versioning](https://semver.org).
8489
- Fix Xlsx/Xls Writer handling of inline strings.
8590
[Issue #353](https://github.com/PHPOffice/PhpSpreadsheet/issues/353)
8691
[PR #2569](https://github.com/PHPOffice/PhpSpreadsheet/pull/2569)
92+
- Richtext colors were not being read correctly after namespace change [#2458](https://github.com/PHPOffice/PhpSpreadsheet/issues/2458)
93+
- Fix discrepancy between the way markdown tables are rendered in ReadTheDocs and in PHPStorm [#2520](https://github.com/PHPOffice/PhpSpreadsheet/issues/2520)
94+
- Update Russian Functions Text File [#2557](https://github.com/PHPOffice/PhpSpreadsheet/issues/2557)
95+
- Fix documentation, instantiation example [#2564](https://github.com/PHPOffice/PhpSpreadsheet/issues/2564)
8796

8897

8998
## 1.21.0 - 2022-01-06

0 commit comments

Comments
 (0)