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

@codemirror/search

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codemirror/search - npm Package Versions

123

0.19.0

Diff

Changelog

Source

0.19.0 (2021-08-11)

Bug fixes

Make sure to prevent the native Mod-d behavior so that the editor doesn't lose focus after selecting past the last occurrence.

marijn
published 0.18.4 •

Changelog

Source

0.18.4 (2021-05-27)

New features

Initialize the search query to the current selection, when there is one, when opening the search dialog.

Add a searchConfig function, supporting an option to put the search panel at the top of the editor.

marijn
published 0.18.3 •

Changelog

Source

0.18.3 (2021-05-18)

Bug fixes

Fix a bug where the first search command in a new editor wouldn't properly open the panel.

New features

New command selectNextOccurrence that selects the next occurrence of the selected word (bound to Mod-d in the search keymap).

marijn
published 0.18.2 •

Changelog

Source

0.18.2 (2021-03-19)

Bug fixes

The search interface and cursor will no longer include overlapping matches (aligning with what all other editors are doing).

New features

The package now exports a RegExpCursor which is a search cursor that matches regular expression patterns.

The search/replace interface now allows the user to use regular expressions.

The SearchCursor class now has a nextOverlapping method that includes matches that start inside the previous match.

Basic backslash escapes (\n, \r, \t, and \) are now accepted in string search patterns in the UI.

marijn
published 0.18.1 •

Changelog

Source

0.18.1 (2021-03-15)

Bug fixes

Fix an issue where entering an invalid input in the goto-line dialog would submit a form and reload the page.

marijn
published 0.18.0 •

Changelog

Source

0.18.0 (2021-03-03)

Breaking changes

Update dependencies to 0.18.

marijn
published 0.17.1 •

Changelog

Source

0.17.1 (2021-01-06)

New features

The package now also exports a CommonJS module.

marijn
published 0.17.0 •

Changelog

Source

0.17.0 (2020-12-29)

Breaking changes

First numbered release.

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