Skip to content

Releases: e-Spirit/fsxa-pwa

v3.2.2

16 Feb 10:15
Compare
Choose a tag to compare

3.2.2 (2022-02-16)

Bug Fixes

  • dotenv: read all dotenv vars and hand only needed ones to fsxa-nuxt-module (#66) (4877888)

v3.2.1

10 Feb 16:07
Compare
Choose a tag to compare

3.2.1 (2022-02-10)

Bug Fixes

v3.2.0

08 Feb 15:54
Compare
Choose a tag to compare

3.2.0 (2022-02-08)

Features

  • remove FSXA_HOST and FSXA_PORT env vars (#58) (c1d7f2f)

v3.1.1

14 Jan 16:14
Compare
Choose a tag to compare

3.1.1 (2022-01-14)

Bug Fixes

  • dependencies: update all fsxa dependencies to their latest version (#59) (8ac42af)

v3.1.0

11 Jan 16:23
Compare
Choose a tag to compare

3.1.0 (2022-01-11)

Features

  • Teaser: Implement inEdit for Teaser components (#52) (aebefbc)

v3.0.0

11 Jan 11:08
Compare
Choose a tag to compare

3.0.0 (2022-01-11)

Features

  • update usage of fetchByFilter calls from fsxa-api (#57) (0700ddd)

BREAKING CHANGES

  • The method fetchByFilter from fsxa-api now has an extended structure. Please read the fsxa-api/CHANGELOG.md for more information.

v2.0.2

21 Dec 14:37
Compare
Choose a tag to compare

2.0.2 (2021-12-21)

Bug Fixes

  • config: add FSXA_MODE to nuxt module payload (#56) (35a8918)

v2.0.1

20 Dec 15:37
Compare
Choose a tag to compare

2.0.1 (2021-12-20)

Bug Fixes

v2.0.0

15 Dec 15:18
Compare
Choose a tag to compare

2.0.0 (2021-12-15)

Features

  • enable usage of navigationFilter and preFilterFetch (#54) (228aaec), closes #53

BREAKING CHANGES

  • The original fsxa-api class was removed and the new ones FSXAProxyApi and FSXARemoteApi are used. Their have a slightly different, but better, method signatures. For more information, please read the migration guide in the CHANGELOG of the FSXA-API.

  • Environment variables FSXA_HOST and FSXA_PORT has be configured in your production environments. Make sure to set the variables in your PWA deployments. In testing scenarios, localhost:3000 will be used.

v1.4.5

03 Nov 11:21
Compare
Choose a tag to compare

1.4.5 (2021-11-03)

Bug Fixes

  • fix language switch and provide further documentation (#46) (7f73410)

Documentation

  • add a new chapter for debugging (#48) (6407861)
  • add documentation for usage of FSXA_API_BASE_URL environment variable (#45) (dcd122a)