What's Changed
Fixed
- URLs without scheme (e.g.,
youtube.com/watch?v=xxx) are now automatically normalized withhttps://instead of being silently cleared on save (fixes #177) - Fixed inconsistent return type in
normalizeValue()when input was already anOembedModel- now consistently returnsOembedModelinstead of a string
Added
- Unit tests for URL normalization in
OembedFieldTest
Full Changelog: v3.2.0...3.2.1