@codemirror/search
Advanced tools
Comparing version 0.19.7 to 0.19.8
@@ -0,1 +1,7 @@ | ||
## 0.19.8 (2022-02-14) | ||
### Bug fixes | ||
Fix a bug that caused the search panel to start open when configuring a state with the `search()` extension. | ||
## 0.19.7 (2022-02-14) | ||
@@ -2,0 +8,0 @@ |
@@ -689,3 +689,3 @@ import { EditorView, Decoration, ViewPlugin, runScopeHandlers } from '@codemirror/view'; | ||
create(state) { | ||
return new SearchState(defaultQuery(state).create(), createSearchPanel); | ||
return new SearchState(defaultQuery(state).create(), null); | ||
}, | ||
@@ -692,0 +692,0 @@ update(value, tr) { |
{ | ||
"name": "@codemirror/search", | ||
"version": "0.19.7", | ||
"version": "0.19.8", | ||
"description": "Search functionality for the CodeMirror code editor", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
102227