Skip to content

v3.2.1

Latest

Choose a tag to compare

@reganlawton reganlawton released this 05 Mar 02:29
1052ae6

What's Changed

Fixed

  • URLs without scheme (e.g., youtube.com/watch?v=xxx) are now automatically normalized with https:// instead of being silently cleared on save (fixes #177)
  • Fixed inconsistent return type in normalizeValue() when input was already an OembedModel - now consistently returns OembedModel instead of a string

Added

  • Unit tests for URL normalization in OembedFieldTest

Full Changelog: v3.2.0...3.2.1