6 Commits

Author SHA1 Message Date
c415f7a09b [lexical-react] Refactor: Replace React$MixedElement and React$Node with React.MixedElement and React.Node (#6984) 2024-12-23 18:31:36 +00:00
328e63c98e Exported DEFAULT_TRANSFORMERS array in react LexicalMarkdownShortcutPlugin (#2878)
The `LexicalMarkdownShortcutPlugin` package extends the defaults from `@lexical/markdown` with a HR transform but didn't expose that default list making it harder for anyone wanting to use the defaults plus their own extensions.
2022-08-24 08:12:12 -06:00
91ba472576 Remove default exports from synced packages (#2193) 2022-05-17 15:04:32 +01:00
d83515c473 Update LexicalMarkdownShortcutPlugin.d.ts (#2160)
* Update LexicalMarkdownShortcutPlugin.d.ts

In https://github.com/facebook/lexical/pull/2124 the `transformers` prop was made optional, but the type was never made optional. This fixes that!

* Update LexicalMarkdownShortcutPlugin.js.flow

* Update LexicalMarkdownShortcutPlugin.jsx
2022-05-12 23:38:00 +01:00
e27b5691a7 Individual exports for markdown transformers, allow passing within single array, typedefs (#2045) 2022-05-03 13:40:10 -04:00
47de90c34d Add @lexical/markdown (#1566)
* Add @lexical/markdown
2022-04-09 00:43:35 -07:00