Releases: e-Spirit/fsxa-pwa
Releases · e-Spirit/fsxa-pwa
v3.2.2
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
3.2.1 (2022-02-10)
Bug Fixes
v3.2.0
3.2.0 (2022-02-08)
Features
- remove FSXA_HOST and FSXA_PORT env vars (#58) (c1d7f2f)
v3.1.1
3.1.1 (2022-01-14)
Bug Fixes
- dependencies: update all fsxa dependencies to their latest version (#59) (8ac42af)
v3.1.0
3.1.0 (2022-01-11)
Features
- Teaser: Implement inEdit for Teaser components (#52) (aebefbc)
v3.0.0
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
2.0.2 (2021-12-21)
Bug Fixes
- config: add FSXA_MODE to nuxt module payload (#56) (35a8918)
v2.0.1
2.0.1 (2021-12-20)
Bug Fixes
v2.0.0
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
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)