Skip to content

Releases: TYPO3-Headless/nuxt-typo3

v2.2.0

17 Jun 10:36
Compare
Choose a tag to compare

Bug Fixes

  • adapt new nuxt builder settings (b0276b1)
  • issue fetching next page data since 3.17.0 (a006ce1)

❤️ Thanks to

@rafalpyska

v2.1.0

16 Apr 14:00
Compare
Choose a tag to compare

Bug Fixes

  • redirects are not fetching new page data (if SSR disabled) (de02147)

Refactor

v2.0.8

05 Dec 13:40
Compare
Choose a tag to compare
  • eslint issues (3ed9bca)
  • import types directly from the module file (67f0753)
  • locked version of packages and corrected version of pnpm (e178743)
  • pages deploying (54b5e16)

v2.0.7

15 Nov 17:17
Compare
Choose a tag to compare

Bug Fixes

  • add props definition to T3CeTextMedia Content Element (74c84e1)
  • checking headers in test (b82c4c2)

v1.4.0

23 Oct 10:41
Compare
Choose a tag to compare

Features

  • added the '~typo3' alias to documentation and included it in the compiler options paths (#266) (0e20bbe)

Bug Fixes

  • add $http (Axios) to API interface (#244) (837550b)
  • compatibility with the latest 2.x version (ec8c3fe)
  • use of hookable package instead of hable (00c0f42)

v2.0.6

23 Oct 10:12
Compare
Choose a tag to compare

Bug Fixes

  • add callOnce key for fetching initialData (0ebfa8c)

v2.0.5

23 Oct 10:12
Compare
Choose a tag to compare

Bug Fixes

  • change location of useRoute call in getLocale (useT3i18n) (#32) (757064c)
  • setup default path for setLocale (#32) (64267e5)
  • use replace for navigateTo / redirect (#33) (a6c61d2)

v2.0.4

23 Oct 10:12
Compare
Choose a tag to compare

Bug Fixes

  • initial data when ssr is disabled (aedfd34)
  • opt in to import.meta.* properties (736a0b6)

Documentation

  • use new nuxi module add command in installation (b4dce8d)

v2.0.3

23 Oct 10:11
Compare
Choose a tag to compare

Bug Fixes

  • do not set pageData if there is redirectUrl (c90eb2d)
  • initialData fetching (#24) (3a3147b)
  • redirect with nuxt context when is returned (daa3b80)
  • type inference (a95c267)

v2.0.2

20 Feb 15:22
Compare
Choose a tag to compare

Documentation

  • add link to stackblitz (32e2f5a)
  • avoid using export default for components overriding (a027eab)
  • fix layout section (39b5b14)
  • use alias for components (1c31c84)