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
+19-4Lines changed: 19 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,11 @@ 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
-
## TBD - 4.4.0
8
+
## TBD - 4.5.0
9
9
10
10
### Added
11
11
12
-
- VSTACK and HSTACK. [Issue #4485](https://github.com/PHPOffice/PhpSpreadsheet/issues/4485)[PR #4492](https://github.com/PHPOffice/PhpSpreadsheet/pull/4492)
13
-
- TOCOL and TOROW. [PR #4493](https://github.com/PHPOffice/PhpSpreadsheet/pull/4493)
14
-
- Support Current Office Theme. [PR #4500](https://github.com/PHPOffice/PhpSpreadsheet/pull/4500)
12
+
- Nothing yet.
15
13
16
14
### Removed
17
15
@@ -27,6 +25,22 @@ and this project adheres to [Semantic Versioning](https://semver.org).
27
25
28
26
### Deprecated
29
27
28
+
- Nothing yet.
29
+
30
+
### Fixed
31
+
32
+
- Nothing yet.
33
+
34
+
## 2025-06-22 - 4.4.0
35
+
36
+
### Added
37
+
38
+
- VSTACK and HSTACK. [Issue #4485](https://github.com/PHPOffice/PhpSpreadsheet/issues/4485)[PR #4492](https://github.com/PHPOffice/PhpSpreadsheet/pull/4492)
39
+
- TOCOL and TOROW. [PR #4493](https://github.com/PHPOffice/PhpSpreadsheet/pull/4493)
40
+
- Support Current Office Theme. [PR #4500](https://github.com/PHPOffice/PhpSpreadsheet/pull/4500)
41
+
42
+
### Deprecated
43
+
30
44
- Theme constants COLOR_SCHEME_2013_PLUS_NAME (use COLOR_SCHEME_2013_2022_NAME) and COLOR_SCHEME_2013_PLUS (use COLOR_SCHEME_2013_2022).
31
45
32
46
### Fixed
@@ -36,6 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
36
50
- Allow Xlsx Reader/Writer to support Font Charset. [Issue #2760](https://github.com/PHPOffice/PhpSpreadsheet/issues/2760)[PR #4501](https://github.com/PHPOffice/PhpSpreadsheet/pull/4501)
37
51
- AutoColor for LibreOffice Dark Mode [Discussion 4502](https://github.com/PHPOffice/PhpSpreadsheet/discussions/4502)[PR #4503](https://github.com/PHPOffice/PhpSpreadsheet/pull/4503)
38
52
- Xlsx Style Writer Minor Refactoring. [PR #4508](https://github.com/PHPOffice/PhpSpreadsheet/pull/4508)
53
+
- Allow Xlsx Reader to Specify ParseHuge. [Issue #4260](https://github.com/PHPOffice/PhpSpreadsheet/issues/4260)[PR #4515](https://github.com/PHPOffice/PhpSpreadsheet/pull/4515)
0 commit comments