Skip to content

Commit 6caac97

Browse files
committed
[DOCS] Update changelog from v8
1 parent 0074e03 commit 6caac97

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

CHANGELOG.md

+58
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,64 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [8.3.11] - 2024-07-09
8+
9+
### Fixed
10+
- Fix collection resolving for pages [#634](https://github.com/Gernott/mask/issues/634)
11+
- Fix TCA overrides for core file fields [#628](https://github.com/Gernott/mask/issues/628)
12+
13+
## [8.3.10] - 2024-03-14
14+
15+
### Fixed
16+
- Add default value for imageoverlayPalette [#626](https://github.com/Gernott/mask/issues/626)
17+
18+
## [8.3.9] - 2024-02-29
19+
20+
### Fixed
21+
- Avoid undefined array key warning "foreign_match_fields" [#616](https://github.com/Gernott/mask/issues/616)
22+
- Use f:uri.resource over image ViewHelper for static assets [#622](https://github.com/Gernott/mask/issues/622)
23+
- Show hidden inline child elements in backend preview [#620](https://github.com/Gernott/mask/issues/620)
24+
25+
## [8.3.8] - 2024-01-18
26+
27+
### Fixed
28+
- Undefined array key "colPos"
29+
30+
## [8.3.7] - 2023-10-23
31+
32+
### Fixed
33+
- Remove redundant information in json-split files [#601](https://github.com/Gernott/mask/issues/601)
34+
35+
## [8.3.6] - 2023-10-16
36+
37+
### Fixed
38+
- Avoid undefined array key warning in MaskFunctionsProvider [#599](https://github.com/Gernott/mask/issues/599)
39+
40+
## [8.3.5] - 2023-09-13
41+
42+
### Added
43+
- Required checkbox for richtext fields (Thanks to Sebastian Dernbach) [#589](https://github.com/Gernott/mask/pull/589)
44+
45+
## [8.3.4] - 2023-09-11
46+
47+
### Fixed
48+
- Properly detect core assets field as media type [#588](https://github.com/Gernott/mask/issues/588)
49+
50+
## [8.3.3] - 2023-09-06
51+
52+
### Fixed
53+
- Hand over parent caller object in itemsProcFunc [#585](https://github.com/Gernott/mask/issues/585)
54+
55+
## [8.3.2] - 2023-08-31
56+
57+
### Fixed
58+
- Fix error in restructuring json command [#584](https://github.com/Gernott/mask/issues/584)
59+
60+
## [8.3.1] - 2023-08-21
61+
62+
### Fixed
63+
- Apply file field appearance overrides [#582](https://github.com/Gernott/mask/issues/582)
64+
765
## [8.3.0] - 2023-08-09
866

967
### Added

0 commit comments

Comments
 (0)