Skip to content

Releases: TYPO3-Headless/nuxt-typo3

v1.0.0-alpha.2

29 Nov 11:01
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release

Features

  • forms: check if rule exist before extend (#207) (7b73381)
  • separate T3Form from FormFramework (#207) (1df836f)

v1.0.0-alpha.1

19 Nov 09:39
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

⚠ 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
  1. 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

Bug Fixes

  • add handling mailto and tel (a6d7802)

  • add module to build transpile options (#201) (a4c33bb)

  • delete redundant code (57645a3)

  • fix canonical URL path (c151f57)

  • removing deprecated code (#165) (2f03cfe)

  • example: upgrade nuxt-i18n (#182) (e6f064f)

  • 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)

  • layouts: setup error page content (#166) (e995653)

  • avoid trimming www in domain name (#99) (8a13f45)

❤️ Thanks to

@cngJo
@gdulamat
@nountie
@PatrickBialek
@mohitsaxenaknoldus

v1.0.0-alpha.0

16 Nov 16:45
Compare
Choose a tag to compare
v1.0.0-alpha.0 Pre-release
Pre-release

⚠ 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
  • 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

Bug Fixes

  • add handling mailto and tel (a6d7802)

  • delete redundant code (57645a3)

  • fix canonical URL path (c151f57)

  • removing deprecated code (#165) (2f03cfe)

  • example: upgrade nuxt-i18n (#182) (e6f064f)

  • 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)

  • layouts: setup error page content (#166) (e995653)

  • avoid trimming www in domain name (#99) (8a13f45)

❤️ Thanks to

@gdulamat
@nountie
@PatrickBialek
@mohitsaxenaknoldus

v0.9.5

21 Oct 14:14
Compare
Choose a tag to compare

Bug Fixes

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

v0.9.5-alpha.0

20 Oct 08:46
Compare
Choose a tag to compare
v0.9.5-alpha.0 Pre-release
Pre-release

Bug Fixes

0.9.4

11 Oct 09:54
Compare
Choose a tag to compare

Bug Fixes

❤️ Thanks to

v0.9.3

17 Jun 10:45
Compare
Choose a tag to compare

Features

  • added htmlAttrs with lang inside getMeta (70e3dd2)

Bug Fixes

  • 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)

❤️ Thanks to

v0.9.2

15 Apr 11:29
Compare
Choose a tag to compare

Features

Bug Fixes

  • ce: fix name for menu pages component (a4b00d2)
  • test: transform nuxt-i18n (dd947ff)
  • add if in checking dynamic route (4b3e485)

❤️ Thanks to

v0.9.1

01 Mar 12:42
Compare
Choose a tag to compare

0.9.1 (2021-03-01)

Bug Fixes

  • remove tag props from navlink (f80722e)

0.9.0

08 Feb 11:54
Compare
Choose a tag to compare

0.9.0 (2021-02-08)

Features

  • add iteration index for content elements (ec8c9ae)

Bug Fixes

  • 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)