@lexical/plain-text
Advanced tools
Comparing version 0.14.3 to 0.14.4
@@ -1,2 +0,1 @@ | ||
/** @module @lexical/plain-text */ | ||
/** | ||
@@ -3,0 +2,0 @@ * Copyright (c) Meta Platforms, Inc. and affiliates. |
@@ -47,3 +47,9 @@ /** | ||
/** @module @lexical/plain-text */ | ||
/** | ||
* Copyright (c) Meta Platforms, Inc. and affiliates. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
* | ||
*/ | ||
function onCopyForPlainText(event, editor) { | ||
@@ -50,0 +56,0 @@ editor.update(() => { |
@@ -10,3 +10,3 @@ { | ||
"license": "MIT", | ||
"version": "0.14.3", | ||
"version": "0.14.4", | ||
"main": "LexicalPlainText.js", | ||
@@ -25,2 +25,4 @@ "types": "index.d.ts", | ||
"types": "./index.d.ts", | ||
"development": "./LexicalPlainText.dev.mjs", | ||
"production": "./LexicalPlainText.prod.mjs", | ||
"node": "./LexicalPlainText.node.mjs", | ||
@@ -31,2 +33,4 @@ "default": "./LexicalPlainText.mjs" | ||
"types": "./index.d.ts", | ||
"development": "./LexicalPlainText.dev.js", | ||
"production": "./LexicalPlainText.prod.js", | ||
"default": "./LexicalPlainText.js" | ||
@@ -37,7 +41,7 @@ } | ||
"dependencies": { | ||
"@lexical/clipboard": "0.14.3", | ||
"@lexical/selection": "0.14.3", | ||
"@lexical/utils": "0.14.3", | ||
"lexical": "0.14.3" | ||
"@lexical/clipboard": "0.14.4", | ||
"@lexical/selection": "0.14.4", | ||
"@lexical/utils": "0.14.4", | ||
"lexical": "0.14.4" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
33507
581
0
+ Added@lexical/clipboard@0.14.4(transitive)
+ Added@lexical/html@0.14.4(transitive)
+ Added@lexical/list@0.14.4(transitive)
+ Added@lexical/selection@0.14.4(transitive)
+ Added@lexical/table@0.14.4(transitive)
+ Added@lexical/utils@0.14.4(transitive)
+ Addedlexical@0.14.4(transitive)
- Removed@lexical/clipboard@0.14.3(transitive)
- Removed@lexical/html@0.14.3(transitive)
- Removed@lexical/list@0.14.3(transitive)
- Removed@lexical/selection@0.14.3(transitive)
- Removed@lexical/table@0.14.3(transitive)
- Removed@lexical/utils@0.14.3(transitive)
- Removedlexical@0.14.3(transitive)
Updated@lexical/clipboard@0.14.4
Updated@lexical/selection@0.14.4
Updated@lexical/utils@0.14.4
Updatedlexical@0.14.4