⚠ 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