Skip to content

Latest commit

 

History

History
60 lines (30 loc) · 2.17 KB

CHANGELOG.md

File metadata and controls

60 lines (30 loc) · 2.17 KB

18.0.1 (2024-11-18)

Bug Fixes

  • don't override the entire mfe_config dict. instead, only set individual keys. (46072cc)
  • update individual MFE_CONFIG keys instead of rewriting the entire dict. (9e7d1ff)

17.0.7 (2024-11-18)

Bug Fixes

  • don't override the entire mfe_config dict. instead, only set individual keys. (46072cc)

CHANGE LOG

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[18.0.1] (2024-4-8)

fix: update individual MFE_CONFIG keys instead of rewriting the entire dict.

Bug Fixes

[17.0.7] (2024-11-18)

  • fix: don't override the entire mfe_config dict. instead, only set individual keys.

[17.0.6] (2024-4-8)

Bug Fixes

  • (4_0.E001) As of Django 4.0, the values in the CSRF_TRUSTED_ORIGINS setting must start with (cca2947)

17.0.1 (2024-01-03)

Bug Fixes

  • refactor MFE settings for Palm (0923d14)

[18.0.0] (2024-09-26)

  • chore: bump to Redwood v18

[15.0.3] (2023-08-14)

  • chore: add cdn host to CORS_ORIGIN_WHITELIST and CSRF_TRUSTED_ORIGINS

[15.0.2] (2023-08-14)

  • propagate lms custom settings to cms

[15.0.1] (2023-5-18)

  • add missing CORS_ORIGIN_WHITELIST hosts