All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.1.0 (2023-01-16)
- #247: removing of not whitelisted query params, preventing data download if theres hash (2dbd060), closes #247
1.0.1 (2022-11-25)
- typo (T3CeFormFormframework) (f81d97f)
1.0.0 (2022-09-12)
- add export defaults for components (#254) (270ed2e)
- add id to frame or content element (#163) (6b0bc68)
- restore functional component / add units (#163) (cf2cb31)
1.0.0-alpha.6 (2022-02-24)
1.0.0-alpha.5 (2022-02-04)
1.0.0-alpha.4 (2022-02-04)
- store: add option to override typo3 store module (#214)
-
wrap figcaption in figure to validate html (149bff9)
-
t3-dynamic: correct spelling of
default
in layout prop (b3b7cde) -
store: add option to override typo3 store module (#214) (648d451)
1.0.0-alpha.3 (2021-12-01)
1.0.0-alpha.2 (2021-11-29)
- forms: check if rule exist before extend (#207) (7b73381)
- separate T3Form from FormFramework (#207) (1df836f)
1.0.0-alpha.1 (2021-11-19)
- 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
- 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)
-
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)
1.0.0-alpha.0 (2021-11-17)
- 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
- 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)
-
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)
0.9.5 (2021-10-21)
- remove ignore pattern for plugins and fix issues (#169) (e03c90b)
- eslint: fix eslint issues and stick to standard (#169) (39f8e72)
0.9.5-alpha.0 (2021-10-20)
0.9.4 (2021-10-11)
0.9.3 (2021-06-17)
- added htmlAttrs with lang inside getMeta (70e3dd2)
- ce: fix navlink - check if prop to exist (9466c09)
- change axios plugin order #116 (49a1dfe)
- check if header is not null (3bb2bb1)
- Delete redundant default values (865f0d6)
0.9.2 (2021-04-15)
- ce: fix name for menu pages component (a4b00d2)
- test: transform nuxt-i18n (dd947ff)
- add if in checking dynamic route (4b3e485)
0.9.1 (2021-03-01)
- remove tag props from navlink (f80722e)
0.9.0 (2021-02-08)
- add iteration index for content elements (ec8c9ae)
- avoid warning in standalone build (19a28c2)
- id prop of the content elements (be6aa36)
- initialData fallback loop (9ac31c3)
- typing error of word 'extension' in docs (#75) (e470c51)
- use module options instead of env for debugging (05c671d)
- warnings after upgrades (c577cb5)
0.8.0 (2020-10-06)
- [#51] CeDefault pretty format (3f95fd0)
- add redirect possibility on middleware level (ef5c724)
- options: add runtime config support (4d0e485)
- seo: setup canonical links depends on their type (9688874)
- [#51] CeDebug content fix & style improvement (d2751eb)
0.7.1 (2020-08-31)
- seo: setup canonical links depends on their type (6203462)
0.7.0 (2020-08-31)
- ce: form component proof of concept (#41) (#52) (1071d39)
- add generator meta tag (#39) (#54) (cc3e6a0)
- added propper naming convention for backend layouts (issue #46) (b8fe9c2)
- added propper naming convention for content-element types (issue #46) (38457f1)
- options merge order (#45) (c1c9ff5)
- set "default" for default space-after/before (#56) (#55) (c0ea6fd)
- api: missing check is response object even exists (825f58b)
- context: avoid setup content of error page when doesnt exist (bb64508)