Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Dec 15:18
· 129 commits to master since this release

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.