Releases: TYPO3-Headless/nuxt-typo3
v1.0.0-alpha.2
v1.0.0-alpha.1
⚠ BREAKING CHANGES
- configuration schema update
- renamed registerComponents to components
- removed registerLayouts - now this is only one component - default
- renamed registerForms to forms
- layouts: setup error page content (#166)
- layouts: 1. refactored nuxt context:
- removed backendLayout field
- renamed pageContent to t3page
- removed registerBackendLayouts plugin
- components: all components use css class with prefix t3-ce-[component]
- components: use T3 prefix and move layouts to components (#189)"
- components: All components all registered in as T3Component - eg. T3CeText, T3Renderer
- callbacks onLocaleChange and beforeLocaleChange was replaced by hooks
- www subdomain is taken into account if it comes to domain name
Features
- enable store in runtime (#198) (ec26711)
- components: add new form framework (#192) (f0b2b53)
- components: add Vetur component data (#189) (0be7522)
- add enlarge on click functionality (b0b75ff)
- add hooks (#164) (3d3f777)
- add injecting of ld+json schema in head (50c93fe)
- add rtl attribute on root html node(#162) (dc6d116)
- adjust data flow to the headless v11(#155) (61c9e07)
- merge v11 (497bedb)
Bug Fixes
-
add handling mailto and tel (a6d7802)
-
delete redundant code (57645a3)
-
fix canonical URL path (c151f57)
-
update configuration fields (fab5670)
-
components: change CE css classes to t3-ce-[component] (#189) (803b15f)
-
components: use T3 prefix and move layouts to components (#189)" (1e683b4)
-
components: use T3 prefix for all components (89ffa3e)
-
layouts: remove additional function to register backend layouts (#166) (04ea9e9)
❤️ Thanks to
@cngJo
@gdulamat
@nountie
@PatrickBialek
@mohitsaxenaknoldus
v1.0.0-alpha.0
⚠ BREAKING CHANGES
- core: support for TYPO3v11 and Headless ext 3.0 only, get familiar with new page response object, for TYPO3v<11 please use nuxt-typo3 0.X.X
- layouts: setup error page content (#166)
- layouts:
- refactored nuxt context:
- removed backendLayout field
- renamed pageContent to t3page
- removed registerBackendLayouts plugin - you can register backend layouts as global components
- refactored nuxt context:
- components: all components use css class with prefix t3-ce-[component]
- components: use T3 prefix and move layouts to components (#189)"
- components: All components all registered in as T3Component - eg. T3CeText, T3Renderer, please look at new component structure
- callbacks onLocaleChange and beforeLocaleChange was replaced by hooks
- multidomains www subdomain is taken into account if it comes to domain name
Features
- enable store in runtime (#198) (ec26711)
- components: add new form framework (#192) (f0b2b53) docs
- components: add Vetur component data (#189) (0be7522)
- add enlarge on click functionality (b0b75ff)
- add hooks (#164) (3d3f777)
- add injecting of ld+json schema in head (50c93fe)
- add rtl attribute on root html node(#162) (dc6d116)
- adjust data flow to the headless v11(#155) (61c9e07)
- merge v11 (497bedb)
Bug Fixes
-
add handling mailto and tel (a6d7802)
-
delete redundant code (57645a3)
-
fix canonical URL path (c151f57)
-
components: change CE css classes to t3-ce-[component] (#189) (803b15f)
-
components: use T3 prefix and move layouts to components (#189)" (1e683b4)
-
components: use T3 prefix for all components (89ffa3e)
-
layouts: remove additional function to register backend layouts (#166) (04ea9e9)
❤️ Thanks to
v0.9.5
Bug Fixes
- plugin extends (#167) (bf62ec5)
- remove ignore pattern for plugins and fix issues (#169) (e03c90b)
- eslint: fix eslint issues and stick to standard (#169) (39f8e72)
What's more
- chore(deps): bump @nuxtjs/axios
- chore(deps): bump axios from 0.21.1 to 0.21.4 by @dependabot in #172
- chore(deps): bump tar from 6.1.0 to 6.1.11 by @dependabot in #171
Full Changelog: v0.9.5-alpha.0...v0.9.5