v3.2.0 Feature release
What's Changed
Cookie domain middleware
We introduced cookie domain middleware which allows you to set different domains for cookies. When you have TYPO3 instance with multiple domains and you want to use frontend login or look at hidden pages, then this feature is really helpful.
Gallery and images processing fixes
We aligned processing of gallery processor with core, additionally we fixed issues with rendering meta tags of files when using gallery processing also, added feature to resolve double processing of files when chaining FileProcessor & GalleryProcessor
Felogin adjustments
Adjust ext:felogin handling to match nuxt-typo3 functionalities. Add logged in state. Handle recovery password view.
Features:
- Cookie domain middleware by @kubilaymelnikov in #483
- Add fileExt in process instruction (#475) by @kubilaymelnikov in #498
- Prettify json in development mode by @twoldanski in #479
- Hide pretty response behind the flag by @twoldanski in #507
- Frontend login adjustments by @lukaszuznanski in #481
- Add extension icon by @lukaszuznanski in #484
- Add banner by @lukaszuznanski in #485
Tasks:
- Simplify preview override for workspaces by @twoldanski in #497
- Fix handling default value for form fields by @twoldanski in #495
- Apply v11 improvements & remove deprecations by @twoldanski in #496
- Allow different return types in processFieldWithDataProcessing by @beezlebug in #232
- Add missing test for CookieDomainPerSite by @twoldanski in #505
- composer.json cleanup & update TS linter by @twoldanski in #506
- Sync JSON_CONTENT with latest fixes from core by @twoldanski in #510
- Extract JsonView into friendsoftypo3/headless-dev-tools by @twoldanski in #511
Bugfixes:
- Fix warnings tag renderers by @twoldanski in #503
- Fix rendering broken colpos by @twoldanski in #508
- Match handling of gallery processing with core by @twoldanski in #513
New Contributors
- @kubilaymelnikov made their first contribution in #483
- @beezlebug made their first contribution in #232
Full Changelog: v3.1.2...v3.2.0