Releases: Gernott/mask
Releases · Gernott/mask
v6.0.1
v6.0.0
Added
- Support for palettes and linebreaks
- TCA group element
- timestamp element
There should be no problem to upgrade from 5 to 6 in most cases.
For more details read the release notes
v5.1.3
v5.1.2
v5.1.1
Thanks to Nikita Hovratov for this version!
Important
- After updating from 5.1.0 or lower, clear the hard caches under Maintenance->Flush cache. Clearing red caches in not enough.
- Run database analyzer after that.
Added
- Mask uses now the symfony DI.
- Added fe_group and editlock fields for access tab of mask inline records.
Fixed
- Labels of inline tt_content records having a mask element as default are now displayed. #327
v5.1.0
Thanks to Nikita Hovratov for this version!
Important
- There are some issues with the new fluid based page layout module. Especially if dealing with languages, please turn off this feature if encountering any issues in Settings -> Feature Toggles -> Fluid based page module.
- It may be necessary to run the Database Analyzer and/or save your mask elements to apply some changes.
- If you save your elements, the mask.json may change. Don't forget to put the changes in your version control system.
Added
- Mask elements can now be found in TYPO3 global search #191
- Added fluid_styled_content as dependency
- Added mask as global fluid namespace
- Added tests for core functionality of mask
Changed
- Migrated Signal slots to PSR-14 events
- Replaced datepicker with TYPO3 standard
- General code cleanup and refactoring
Removed
- Link element wizard config removed. #79440
- rte_transform mode override removed. #72856
- Removed parseFuncTSPath attribute in html code generation for RTE fields
Fixed
- Fixed order of tabs for backend layout fields. #315
- Backend Layouts translated correctly if referencing language files.
- Removed html in delete/purge dialog #310
- Translation of inline fields in page records fixed #309
- Deleted inline fields removed in mask.json #307
- Validation of field keys works again in the element builder
- RTE presets in TSconfig are now applied #306
- Removed the inline css in blockquote #303
- Allowed content elements in nested content work again #296
- Mask doesn't generate error log entries anymore #294
v5.0.0
Added
- Support for TYPO3 v10. Thank you Jürgen Venne and all the sponsors!
Changed
- basic code cleanup and minor refactoring
- complete redesign of Mask backend module
- hidden IRRE elements are now visible in the backend#262
- declared strict_types in all classes for better code quality
- replaced deprecated composer option "replace" with extra/extension-key
- moved the mask backend module to the bottom of the admin tools
Removed
- Support for TYPO3 v9 LTS was dropped. Use Mask v4.x.x for TYPO3 v9 LTS
Fixed
v4.1.2
v4.1.1
v4.1.0
Added
- Added support for "EXT:" paths in LocalConfiguration #193
Changed
- Fluid-Templates are now being generated all upperCamelCase, no more underscores, except for fallback#186
- Default paths in LocalConfiguration now point to EXT:mask_project/...
Fixed
- Fixed broken sorting in repeating elements #181
- Fixed broken default checkboxes #178
- Fixed TS-Conditions for hidden pages and content elements #203
- Prevent error in starttime and endtime when using strict_mode
- Changed default value of date field to null as per MySQL Standard #197
- Fixed broken 'Activate/Deactivate content element' action [BUGFIX] fix wrong locallang structure
- Fixed broken LocalConfiguration paths when missing trailing slash