Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@payloadcms/richtext-lexical

Package Overview
Dependencies
Maintainers
0
Versions
388
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@payloadcms/richtext-lexical - npm Package Versions

1
38

3.0.0-alpha.51

Diff

elliotpayload
published 3.0.0-alpha.50 •

elliotpayload
published 0.8.0 •

Changelog

Source

0.8.0 (2021-07-28)

BREAKING CHANGES

  • There have been a few very minor, yet breaking TypeScript changes in this release. If you are accessing Payload config types from directly within the dist folder, like any of the following:

  • import { PayloadCollectionConfig, CollectionConfig } from 'payload/dist/collections/config/types';

  • import { PayloadGlobalConfig, GlobalConfig } from 'payload/dist/globals/config/types';

  • import { Config, PayloadConfig } from 'payload/config';

You may need to modify your code to work with this release. The TL;DR of the change is that we have improved our naming conventions of internally used types, which will become more important over time. Now, we have landed on a naming convention as follows:

  • Incoming configs, typed correctly for optional / required config properties, are named Config, CollectionConfig, and GlobalConfig.
  • Fully defaulted, sanitized, and validated configs are now named SanitizedConfig, SanitizedCollectionConfig, and SanitizedGlobalConfig.

They can be imported safely outside of the dist folder now as well. For more information on how to properly import which types you need, see the following Docs pages which have now been updated with examples on how to properly access the new types:

Bug Fixes

  • ensures text component is always controlled (c649362)

Features

  • revises naming conventions of config types (5a7e5b9)
elliotpayload
published 3.0.0-alpha.49 •

payloadjs
published 3.0.0-alpha.48 •

payloadjs
published 3.0.0-alpha.47 •

payloadjs
published 3.0.0-alpha.46 •

payloadjs
published 3.0.0-alpha.45 •

payloadjs
published 3.0.0-alpha.44 •

payloadjs
published 3.0.0-alpha.43 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc