Skip to content

Releases: TYPO3-Headless/nuxt-typo3

v1.1.0

16 Jan 10:40
Compare
Choose a tag to compare

Features

  • #247: removing of not whitelisted query params, preventing data download if theres hash (2dbd060), closes #247

Bug Fixes

❤️ Thanks to

@gdulamat
@fcieminski

v1.0.1

25 Nov 08:21
Compare
Choose a tag to compare

Bug Fixes

  • typo (T3CeFormFormframework) (f81d97f)
  • docs(i18n): fix nuxt-i18n types for tsconfig.json

❤️ Thanks to

@floriancapelle
@thomasv

v1.0.0

12 Sep 14:09
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

v1.0.0 is compatible with TYPO3 >= v11.5

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)

refactored nuxt context:

  • removed backendLayout field
  • renamed pageContent to t3page

components

  • removed registerBackendLayouts plugin
  • all components use css class with prefix t3-ce-[component]
  • use T3 prefix and move layouts to components (#189)"
  • 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)
  • add export defaults for components (#254) (270ed2e)
  • add id to frame or content element (#163) (6b0bc68)
  • restore functional component / add units (#163) (cf2cb31)
  • add option to override typo3 store module #214
  • handle user state based on initialData (f2b01e5)
  • fe-login: add felogin setup (ce764a0)
  • forms: check if rule exist before extend (#207) (7b73381)
  • separate T3Form from FormFramework (#207) (1df836f)

Bug Fixes

  • include felogin in the right place (#262) (7316b28)
  • wrong tag name for og image (#272) (d6b24d1)
  • encodeURI of server requests (#234) (6f028a2)
  • use typo3 prefix in store action (#232) (90fe863)
  • add Array type for empty pages (#218) (524a907)
  • wrap figcaption in figure to validate html (149bff9)
  • t3-dynamic: correct spelling of default in layout prop (b3b7cde)
  • forms: reset multiple models (#210) (b1d33f6)
  • 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
@kubilaymelnikov

Full Changelog: v0.9.5...v1.0.0

1.0.0-alpha.6

24 Feb 15:53
Compare
Choose a tag to compare
1.0.0-alpha.6 Pre-release
Pre-release

Bug Fixes

v0.9.6

24 Feb 15:04
Compare
Choose a tag to compare

0.9.6 (2022-02-24)

Bug Fixes

v1.0.0-alpha.4

04 Feb 14:04
Compare
Choose a tag to compare
v1.0.0-alpha.4 Pre-release
Pre-release

⚠ BREAKING CHANGES

  • store: add option to override typo3 store module (#214)

Features

  • handle user state based on initialData (f2b01e5)
  • fe-login: add felogin setup (ce764a0)

Bug Fixes

  • add Array type for empty pages (#218) (524a907)

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

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