e-Spirit / fsxa-nuxt-module

Apache License 2.0
1 stars 6 forks source link

feat: enable usage of navigationFilter and preFilterFetch #22

Closed nico-mcalley closed 2 years ago

nico-mcalley commented 2 years ago

The new FSXAApi classes were used, to enable the usage of the navigationFilter and preFilterFetch in the fsxa.config.(ts/js) file.

BREAKING CHANGE:

  1. 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.
  2. 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.
github-actions[bot] commented 2 years ago

:tada: This PR is included in version 4.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: