What's Changed
⚠️ Breaking changes
Extension placeholders that were previously using SearchInputPlaceholderElement
have been reworked so they no longer provide any form of UI when the placeholder is clicked, but instead relies on the consumer to provide their own UI and logic.
Most of the existing props were replaced by a renderPlaceholder
function that provides all the required callbacks.
Since the affected placeholders were all Prezly-specific, there should not be any impact for others (unless you have been using these).
Full Changelog: v0.115.2...0.116.0