npm @payloadcms/plugin-search 3.0.0-beta.89
v3.0.0-beta.89

latest releases: 3.0.0-beta.107, 3.0.0-beta.106, 3.0.0-beta.105...
29 days ago

v3.0.0-beta.89 (2024-08-22)

Features

Bug Fixes

  • richtext-lexical: ensure errors during slate => lexical migration are caught and do not halt migration progress (cf66341)
  • richtext-lexical: inaccurate detection of whether the editor is empty or not (5174c70)
  • richtext-lexical: migrate scripts not working due to migration hooks running during migrate script (d894ac7)
  • no longer handle disabling node deprecation warnings within bin script shebangs, as it errored on some systems (#7797) (af0105c)
  • ui, richtext-lexical: corrects clickable areas on block headers (#7791) (93e8131)
  • handles custom collection description components (#7789) (cb9b80a)

BREAKING CHANGES

  • handles custom collection description components (#7789) (cb9b80a)

    If you were previously defining a custom description component on a collection, simply move it into the correct position.

    Old:

    {
      admin: {
        components: {
          edit: {
            Description: ''
          }
        }
      }
    }

    New:

    {
      admin: {
        components: {
          Description: ''
        }
      }
    }

Contributors

Don't miss a new plugin-search release

NewReleases is sending notifications on new releases.