Skip to content

Releases: prezly/slate

0.116.0

08 Nov 09:58
Compare
Choose a tag to compare

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

0.115.2

04 Nov 13:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.115.1...0.115.2

0.114.2

16 Oct 17:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.114.1...0.114.2

0.114.1

04 Oct 17:51
f60750c
Compare
Choose a tag to compare
v0.114.1

0.114.0

17 Sep 15:15
a58c9b5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.113.2...0.114.0

0.113.2

09 Aug 12:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.113.1...0.113.2

0.113.1

09 Aug 12:45
Compare
Choose a tag to compare

What's Changed

  • [CARE-5943] Hide settings menu if there's only one option without a fallback support by @kudlajz in #567

Full Changelog: v0.113.0...0.113.1

0.113.0

09 Aug 11:55
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.112.0...0.113.0

0.112.0

08 Aug 15:53
Compare
Choose a tag to compare

What's Changed

  • [DEV-13267] Make fallback prop not nullable, remove it if it's empty by @kudlajz in #562
  • Remove fallback when changing the type instead of using an effect by @kudlajz in #563
  • Provide key property as well by @kudlajz in #564
  • [CARE-5911] Introduce "type" dropdown into the link menu, allow predefined values as links by @kudlajz in #565

Full Changelog: v0.111.0...0.112.0

0.111.0

07 Aug 14:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.110.1...0.111.0