Releases: FriendsOfTYPO3/content-blocks
0.7.7
0.7.6
Full Changelog: 0.7.5...0.7.6
0.7.5
Full Changelog: 0.7.4...0.7.5
0.7.4
Full Changelog: 0.7.3...0.7.4
0.7.3
Full Changelog: 0.7.2...0.7.3
0.7.2
Minimum TYPO3 version raised to 12.4.14
Full Changelog: 0.7.1...0.7.2
0.7.1
0.7.0
Last sprint release. No april fools joke!
Yes, this is the last minor version for now. Many last minute features got in, though. Now the focus will shift in preparing the Core patch. Development of additional features will pause for this time. Of course, bug fix releases will be provided if needed. Now let's see what's changed!
JSON Schema ✍️
We have worked on a JSON schema definition for Content Blocks and have now reached a good state. This is not only relevant for validation, but helps you write EditorInterface.yaml files with auto-completion if your IDE supports it. Many thanks to @PKuhlmay for helping me out there! You can find the separate repository containing the schemas here: https://github.com/nhovratov/content-blocks-json-schema
There you can find information on how to include them in commonly used IDEs.
Extending native Record Types
It is now possible to define a new Record Type for existing, native Record Types. You can for example add a custom type for News records. This is especially handy if there is need to extend the basic functionality of extensions with custom definitions and fields. Of course, this is only one part of multiple steps to achieve the final goal, but a major and annoying one. Read this guide for more information: https://docs.typo3.org/p/contentblocks/content-blocks/main/en-us/Guides/RecordTypes/Index.html#adding-new-types-to-existing-tables
Previews for Page Types
Just like for Content Elements, you can now define previews for Page Types. The preview will be displayed on top of the content area. Everything works exactly like you already know it from the EditorPreview.html file of Content Elements. The screenshot is just an example of what it could look like and is not included by default. Special thanks to @DanielSiepmann again for pioneering this feature.
Custom Field Types
This is more of a developer feature. Nevertheless, it is important to be able to define custom Field Types for Content Blocks if special needs arise. With this feature it is possible to define funny things like a "Map Selector" or type "Money". Read more in this article: https://docs.typo3.org/p/contentblocks/content-blocks/main/en-us/DeveloperCorner/ExtendFieldTypes/Index.html
Pre-rendered nested elements in frontend
Up until now it was needed to use the f:cObject
view helper to render nested content elements in the frontend. This is a bit confusing for many people. Also, it is weird to jump to TypoScript rendering within Fluid back and forth from a technical point of view. A more elegant solution is to pre-render child elements and just to output the content. This has now be accomplished. The rendered "grids" can now be accesed by {data._grids.identifier.content}
. Read the updated guide for nested content for more insight: https://docs.typo3.org/p/contentblocks/content-blocks/main/en-us/Guides/NestedContentElements/Index.html#render-nested-content-elements-in-the-frontend
Again, credits to @DanielSiepmann for the idea.
More features
- Enhancements for Basics: #161, #164, #163 thanks to @CKussin
- Allow to avoid redundancy for multi-type Record Types: https://docs.typo3.org/p/contentblocks/content-blocks/main/en-us/Guides/RecordTypes/Index.html#avoiding-redundancy
- Allow to define title in make command
- Page Type icon for "hide in menu" state #92
- Introduce fixed vendor prefixes: https://docs.typo3.org/p/contentblocks/content-blocks/main/en-us/YamlReference/Root/Index.html#root-vendorprefix Thanks to @peter-neumann-dev for forging this idea
Documentation
The Content Blocks documentation rendering is now based on PHP. A BIG thanks to @linawolf for providing the patch. Not only is it now much faster, but a lot more accessible: https://docs.typo3.org/p/contentblocks/content-blocks/main/en-us/Index.html
At this point I also want to thank @garvinhicking for providing a redirect from an older version of the documentation to the current one.
Bugfixes
- f6c0dec [BUGFIX] Avoid endless recursion
- 8fd2ed7 [BUGFIX] Convert category relations to ContentBlockData
- 4ac051e [BUGFIX] Avoid NotInstantiableTypeException for type Folder
- 968e839 [BUGFIX] Invalidate backend preview caches on each DataHandler operation
And as always many code refactorings, documentation improvements and bugfixes. Thanks to all supporters and the valuable feedback! This would not be possible without you!
Nikita Hovratov - Content Blocks developer
0.6.4
Full Changelog: 0.6.3...0.6.4
0.6.3
Full Changelog: 0.6.2...0.6.3