Skip to content

Latest commit

 

History

History
234 lines (102 loc) · 10.2 KB

CHANGELOG.md

File metadata and controls

234 lines (102 loc) · 10.2 KB

3.6.1 (2022-07-11)

Bug Fixes

  • dependencies: updatest to latest fsxa stack version (#89) (4a50581)

3.6.0 (2022-07-04)

Features

  • fsxa.config: add useErrorBoundaryWrapper flag (#84) (68acfd6)

3.5.2 (2022-06-21)

Bug Fixes

  • dependencies: update to latest fsxa-stack versions (#83) (8d2f8b5)

3.5.1 (2022-06-10)

Bug Fixes

  • dependencies: update to latest version of fsxa dependencies (#82) (98153c1)

3.5.0 (2022-06-01)

Features

  • add example implementation of FSXARenderContentElement (#79) (dedbe18)

3.4.1 (2022-05-24)

Bug Fixes

  • build: refactor build config and update FSXA-STACK dependencies (#76) (95d3029)

3.4.0 (2022-05-17)

Features

  • links: consume new caas-mapper structure of Links in RichTextElements (#78) (3c442f4)

3.3.1 (2022-05-06)

Bug Fixes

  • dependencies: update to latest fsxa-stack versions (#77) (bd1667f)

3.3.0 (2022-04-21)

Features

  • dependencies: update fsxa-stack dependencies to their latest major version (#73) (79763eb)

3.2.2 (2022-02-16)

Bug Fixes

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

3.2.1 (2022-02-10)

Bug Fixes

3.2.0 (2022-02-08)

Features

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

3.1.1 (2022-01-14)

Bug Fixes

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

3.1.0 (2022-01-11)

Features

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

3.0.0 (2022-01-11)

Features

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

BREAKING CHANGES

  • fetchByFilter's returned items are now stored in the 'items' property of the response

2.0.2 (2021-12-21)

Bug Fixes

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

2.0.1 (2021-12-20)

Bug Fixes

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.

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)

1.4.4 (2021-09-14)

Bug Fixes

1.4.3 (2021-07-09)

Bug Fixes

  • misc: provide Dockerfile.template and documentation & bumped few versions (1bba352)

1.4.2 (2021-06-29)

Bug Fixes

  • Optimize dependencies for runtime environments (#39) (4f13102)

1.4.1 (2021-05-12)

Bug Fixes

  • bumped fsxa-pattern-library version, removed unnecessary description in interactive video (a22c5c2)

1.4.0 (2021-05-10)

Features

  • updated tailwind and enabled jit-mode. Updated fsxa-ui (30a3a49)

1.3.0 (2021-05-05)

Features

  • upgraded fsxa-api, fsxa-pattern-library, fsxa-nuxt-module (3d6aa4d)

1.2.0 (2021-03-16)

Features

  • TNG-733 Add simple InteractiveYouTubeVideo component (#13) (ad026b9)

1.1.0 (2021-03-15)

Features

  • Upgraded fsxa-api, fsxa-ui, fsxa-pattern-library and fsxa-nuxt-module (#12) (8a5515a)

1.0.3 (2021-03-12)

Bug Fixes

  • product list view: fixed an issue where product category filtering only worked in german (bc28092)

1.0.2 (2021-03-03)

Bug Fixes

  • tailwind prefixes: updated fsxa-ui dependency and removed unnecessary prefixes (1af005d)

1.0.1 (2021-02-01)

Bug Fixes

  • fsxa.config.ts: add richtext-path to fsxa.config.ts (6fda837)

1.0.0 (2021-01-20)

Bug Fixes

  • tailwindcss: configure purgecss to keep used classes (f87faaa)