@codemirror/panel
Advanced tools
Comparing version 0.18.2 to 0.19.0
@@ -0,1 +1,7 @@ | ||
## 0.19.0 (2021-08-11) | ||
### Breaking changes | ||
Update dependencies to 0.19.0 | ||
## 0.18.2 (2021-05-18) | ||
@@ -2,0 +8,0 @@ |
@@ -42,5 +42,2 @@ import { ViewPlugin, PluginField, EditorView } from '@codemirror/view'; | ||
p.dom.classList.add("cm-panel"); | ||
// FIXME drop on next breaking release | ||
if (p.class) | ||
p.dom.classList.add(p.class); | ||
if (p.mount) | ||
@@ -86,5 +83,2 @@ p.mount(); | ||
p.dom.classList.add("cm-panel"); | ||
// FIXME drop on next breaking release | ||
if (p.class) | ||
p.dom.classList.add(p.class); | ||
if (p.mount) | ||
@@ -91,0 +85,0 @@ p.mount(); |
{ | ||
"name": "@codemirror/panel", | ||
"version": "0.18.2", | ||
"version": "0.19.0", | ||
"description": "UI panels for the CodeMirror code editor", | ||
@@ -29,4 +29,4 @@ "scripts": { | ||
"dependencies": { | ||
"@codemirror/state": "^0.18.0", | ||
"@codemirror/view": "^0.18.0" | ||
"@codemirror/state": "^0.19.0", | ||
"@codemirror/view": "^0.19.0" | ||
}, | ||
@@ -33,0 +33,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19616
455
+ Added@codemirror/rangeset@0.19.9(transitive)
+ Added@codemirror/state@0.19.9(transitive)
+ Added@codemirror/text@0.19.6(transitive)
+ Added@codemirror/view@0.19.48(transitive)
- Removed@codemirror/rangeset@0.18.5(transitive)
- Removed@codemirror/state@0.18.7(transitive)
- Removed@codemirror/text@0.18.1(transitive)
- Removed@codemirror/view@0.18.19(transitive)
Updated@codemirror/state@^0.19.0
Updated@codemirror/view@^0.19.0