Skip to content

shesha-framework@0.43.32

Choose a tag to compare

@admin-shesha admin-shesha released this 29 Apr 13:29
870434d

Release Notes

🐞 Bug Fixes

  • FileList incorrect owner on form load - Fixed an issue where FileList component initialized with the wrong file owner during form load, causing failed API requests. The component now waits for the correct owner context before making calls.
  • Enforce default "From" address for SendGrid - Added a configuration option to enforce a default "From" email address for SendGrid. When enabled, any custom sender is overridden, preventing delivery failures from unverified addresses.
  • Fixed fetching of nested entities via GQL

💪 Enhancements

  • External authentification clean up