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
+49-26
Original file line number
Diff line number
Diff line change
@@ -5,21 +5,44 @@ 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]
8
+
## Unreleased - TBD
9
9
10
10
### Added
11
11
12
12
- Implementation of the Excel `NORM.S.DIST()`, `GAMMA()` and `GAUSS()` functions. [#1588](https://github.com/PHPOffice/PhpSpreadsheet/pull/1588)
13
13
14
+
### Changed
15
+
16
+
- Nothing.
17
+
18
+
### Deprecated
19
+
20
+
- Nothing.
21
+
22
+
### Removed
23
+
24
+
- Nothing.
25
+
14
26
### Fixed
15
27
28
+
- Nothing.
29
+
30
+
## 1.14.1 - 2020-07-19
31
+
32
+
### Added
33
+
16
34
- nothing
17
35
36
+
### Fixed
37
+
38
+
- WEBSERVICE is HTTP client agnostic and must be configured via `Settings::setHttpClient()`[#1562](https://github.com/PHPOffice/PhpSpreadsheet/issues/1562)
39
+
- Borders were not complete on rowspanned columns using HTML reader [#1473](https://github.com/PHPOffice/PhpSpreadsheet/pull/1473)
40
+
18
41
### Changed
19
42
20
43
- nothing
21
44
22
-
## [1.14.0] - 2020-06-29
45
+
## 1.14.0 - 2020-06-29
23
46
24
47
### Added
25
48
@@ -43,7 +66,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
- Don't ouput row and columns without any cells in HTML writer [#1235](https://github.com/PHPOffice/PhpSpreadsheet/issues/1235)
45
68
46
-
## [1.13.0] - 2020-05-31
69
+
## 1.13.0 - 2020-05-31
47
70
48
71
### Added
49
72
@@ -69,7 +92,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
69
92
- Drop partial migration tool in favor of complete migration via RectorPHP [#1445](https://github.com/PHPOffice/PhpSpreadsheet/issues/1445)
70
93
- Limit composer package to `src/`[#1424](https://github.com/PHPOffice/PhpSpreadsheet/pull/1424)
71
94
72
-
## [1.12.0] - 2020-04-27
95
+
## 1.12.0 - 2020-04-27
73
96
74
97
### Added
75
98
@@ -85,7 +108,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
85
108
- MATCH with a static array should return the position of the found value based on the values submitted [#1332](https://github.com/PHPOffice/PhpSpreadsheet/pull/1332)
86
109
- Fix Xlsx Reader's handling of undefined fill color [#1353](https://github.com/PHPOffice/PhpSpreadsheet/pull/1353)
87
110
88
-
## [1.11.0] - 2020-03-02
111
+
## 1.11.0 - 2020-03-02
89
112
90
113
### Added
91
114
@@ -104,7 +127,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
104
127
- Fix XLSX file loading with autofilter containing '$' [#1326](https://github.com/PHPOffice/PhpSpreadsheet/pull/1326)
105
128
- PHPDoc - Use `@return $this` for fluent methods [#1362](https://github.com/PHPOffice/PhpSpreadsheet/pull/1362)
106
129
107
-
## [1.10.1] - 2019-12-02
130
+
## 1.10.1 - 2019-12-02
108
131
109
132
### Changed
110
133
@@ -119,7 +142,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
119
142
- ODS writer prevent invalid numeric value if locale decimal separator is comma [#1268](https://github.com/PHPOffice/PhpSpreadsheet/pull/1268)
120
143
- Xlsx writer actually writes plotVisOnly and dispBlanksAs from chart properties [#1266](https://github.com/PHPOffice/PhpSpreadsheet/pull/1266)
121
144
122
-
## [1.10.0] - 2019-11-18
145
+
## 1.10.0 - 2019-11-18
123
146
124
147
### Changed
125
148
@@ -144,7 +167,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
144
167
- Validate XIRR inputs and return correct error values [#1120](https://github.com/PHPOffice/PhpSpreadsheet/issues/1120)
145
168
- Allow to read xlsx files with exotic workbook names like "workbook2.xml" [#1183](https://github.com/PHPOffice/PhpSpreadsheet/pull/1183)
146
169
147
-
## [1.9.0] - 2019-08-17
170
+
## 1.9.0 - 2019-08-17
148
171
149
172
### Changed
150
173
@@ -175,20 +198,20 @@ and this project adheres to [Semantic Versioning](https://semver.org).
175
198
- Fix `getCalculatedValue()` error with more than two INDIRECT [#1115](https://github.com/PHPOffice/PhpSpreadsheet/pull/1115)
176
199
- Writer\Html did not hide columns [#985](https://github.com/PHPOffice/PhpSpreadsheet/pull/985)
177
200
178
-
## [1.8.2] - 2019-07-08
201
+
## 1.8.2 - 2019-07-08
179
202
180
203
### Fixed
181
204
182
205
- Uncaught error when opening ods file and properties aren't defined [#1047](https://github.com/PHPOffice/PhpSpreadsheet/issues/1047)
- Allow nullable theme for Xlsx Style Reader class [#1043](https://github.com/PHPOffice/PhpSpreadsheet/issues/1043)
190
213
191
-
## [1.8.0] - 2019-07-01
214
+
## 1.8.0 - 2019-07-01
192
215
193
216
### Security Fix (CVE-2019-12331)
194
217
@@ -211,7 +234,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
211
234
- Fix a SUMIF warning with some versions of PHP when having different length of arrays provided as input [#873](https://github.com/PHPOffice/PhpSpreadsheet/pull/873)
212
235
- Fix incorrectly handled backslash-escaped space characters in number format
213
236
214
-
## [1.7.0] - 2019-05-26
237
+
## 1.7.0 - 2019-05-26
215
238
216
239
- Added support for inline styles in Html reader (borders, alignment, width, height)
217
240
- QuotedText cells no longer treated as formulae if the content begins with a `=`
@@ -225,7 +248,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
225
248
- Fix VLOOKUP
226
249
- Fix return type hint
227
250
228
-
## [1.6.0] - 2019-01-02
251
+
## 1.6.0 - 2019-01-02
229
252
230
253
### Added
231
254
@@ -253,13 +276,13 @@ and this project adheres to [Semantic Versioning](https://semver.org).
253
276
254
277
-`master` is the new default branch, `develop` does not exist anymore
255
278
256
-
## [1.5.2] - 2018-11-25
279
+
## 1.5.2 - 2018-11-25
257
280
258
281
### Security
259
282
260
283
- Improvements to the design of the XML Security Scanner [#771](https://github.com/PHPOffice/PhpSpreadsheet/issues/771)
261
284
262
-
## [1.5.1] - 2018-11-20
285
+
## 1.5.1 - 2018-11-20
263
286
264
287
### Security
265
288
@@ -279,7 +302,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
279
302
- Mpdf export can exceed pcre.backtrack_limit [#637](https://github.com/PHPOffice/PhpSpreadsheet/issues/637)
280
303
- Fix index overflow on data values array [#748](https://github.com/PHPOffice/PhpSpreadsheet/pull/748)
281
304
282
-
## [1.5.0] - 2018-10-21
305
+
## 1.5.0 - 2018-10-21
283
306
284
307
### Added
285
308
@@ -294,7 +317,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
294
317
- OFFSET should allow omitted height and width [#561](https://github.com/PHPOffice/PhpSpreadsheet/issues/561)
295
318
- Correctly determine delimiter when CSV contains line breaks inside enclosures [#716](https://github.com/PHPOffice/PhpSpreadsheet/issues/716)
296
319
297
-
## [1.4.1] - 2018-09-30
320
+
## 1.4.1 - 2018-09-30
298
321
299
322
### Fixed
300
323
@@ -303,7 +326,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
303
326
- Fix warning when reading xlsx without styles [#631](https://github.com/PHPOffice/PhpSpreadsheet/pull/631)
304
327
- Fix broken sample links on windows due to $baseDir having backslash [#653](https://github.com/PHPOffice/PhpSpreadsheet/pull/653)
305
328
306
-
## [1.4.0] - 2018-08-06
329
+
## 1.4.0 - 2018-08-06
307
330
308
331
### Added
309
332
@@ -367,13 +390,13 @@ and this project adheres to [Semantic Versioning](https://semver.org).
- Rowspans/colspans were incorrect when adding worksheet using loadIntoExisting [#619](https://github.com/PHPOffice/PhpSpreadsheet/issues/619)
369
392
370
-
## [1.3.1] - 2018-06-12
393
+
## 1.3.1 - 2018-06-12
371
394
372
395
### Fixed
373
396
374
397
- Ranges across Z and AA columns incorrectly threw an exception [#545](https://github.com/PHPOffice/PhpSpreadsheet/issues/545)
375
398
376
-
## [1.3.0] - 2018-06-10
399
+
## 1.3.0 - 2018-06-10
377
400
378
401
### Added
379
402
@@ -392,13 +415,13 @@ and this project adheres to [Semantic Versioning](https://semver.org).
392
415
- Fixed parsing of conditionals in COUNTIF functions [#526](https://github.com/PHPOffice/PhpSpreadsheet/issues/526)
393
416
- Corruption errors for saved Xlsx docs with frozen panes [#532](https://github.com/PHPOffice/PhpSpreadsheet/issues/532)
394
417
395
-
## [1.2.1] - 2018-04-10
418
+
## 1.2.1 - 2018-04-10
396
419
397
420
### Fixed
398
421
399
422
- Plain text and richtext mixed in same cell can be read [#442](https://github.com/PHPOffice/PhpSpreadsheet/issues/442)
400
423
401
-
## [1.2.0] - 2018-03-04
424
+
## 1.2.0 - 2018-03-04
402
425
403
426
### Added
404
427
@@ -416,7 +439,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
416
439
- Select correct cell when calling freezePane [#389](https://github.com/PHPOffice/PhpSpreadsheet/issues/389)
417
440
-`setStrikethrough()` did not set the font [#403](https://github.com/PHPOffice/PhpSpreadsheet/issues/403)
418
441
419
-
## [1.1.0] - 2018-01-28
442
+
## 1.1.0 - 2018-01-28
420
443
421
444
### Added
422
445
@@ -434,7 +457,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
434
457
- Support XML file without styles [#331](https://github.com/PHPOffice/PhpSpreadsheet/pull/331)
435
458
- Cell coordinates which are already a range cause an exception [#319](https://github.com/PHPOffice/PhpSpreadsheet/issues/319)
436
459
437
-
## [1.0.0] - 2017-12-25
460
+
## 1.0.0 - 2017-12-25
438
461
439
462
### Added
440
463
@@ -453,7 +476,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
453
476
454
477
- Constant `TYPE_DOUGHTNUTCHART` is now `TYPE_DOUGHNUTCHART`.
455
478
456
-
## [1.0.0-beta2] - 2017-11-26
479
+
## 1.0.0-beta2 - 2017-11-26
457
480
458
481
### Added
459
482
@@ -491,7 +514,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
0 commit comments