Breaking Changes
- Images will be loaded from an external source (e.g. http://example.com/img.png) only if the reader is explicitly set to allow it via
$reader->setAllowExternalImages(true)
. We do not believe that loading of external images is a widely used feature. - Deletion of items deprecated in Release 4. See "removed" below.
- Move some properties from Base Reader to Html Reader. PR #4551
- DefaultValueBinder will treat integers with more than 15 digits as strings. Issue #4522 PR #4527
Removed
- Theme public constants COLOR_SCHEME_2013_PLUS_NAME (use COLOR_SCHEME_2013_2022_NAME) and COLOR_SCHEME_2013_PLUS (use COLOR_SCHEME_2013_2022).
Fixed
- Additional floating-point precision changes. Issue #1324 PR #4575
- Header/Footer images expand location. Issue #484 Issue #1318 PR #4572
- Create uninitialized cell if used in calculation. Issue #4558 Issue #4530 PR #4565
- Shared/Date::isDateTime handle cells which calculate as arrays. Issue #4557 PR #4562
- Xlsx Writer eliminate xml:space from non-text nodes. Issue #4542 PR #4556