Skip to content

v1.0.0-alpha.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@mercs600 mercs600 released this 16 Nov 16:45
· 95 commits to master since this 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