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

@codemirror/lang-html

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codemirror/lang-html - npm Package Versions

12

0.19.4

Diff

Changelog

Source

0.19.4 (2021-11-30)

Bug fixes

Fix an issue where autoclosing a tag directly in front of alphanumeric text would include nonsense text in the completed tag name.

marijn
published 0.19.3 •

Changelog

Source

0.19.3 (2021-09-23)

New features

The package now exports a completion source function, rather than a prebuilt completion extension.

Use more specific highlighting tags for attribute names and values.

marijn
published 0.19.2 •

Changelog

Source

0.19.2 (2021-09-21)

New features

The new autoCloseTags extension (included by default in html()) finishes closing tags when you type a > or / character.

marijn
published 0.19.1 •

Changelog

Source

0.19.1 (2021-08-11)

Bug fixes

Fix incorrect versions for @lezer dependencies.

marijn
published 0.19.0 •

Changelog

Source

0.19.0 (2021-08-11)

Bug fixes

Improve autocompletion in/after unclosed opening tags.

New features

html() now takes a matchClosingTags option to turn off closing tag matching.

marijn
published 0.18.1 •

Changelog

Source

0.18.1 (2021-05-05)

Bug fixes

Fix an issue where the completer would sometimes try to complete an opening tag to its own close tag.

Fix a bug that would sometimes produce the wrong indentation in HTML elements.

Fix a bug that broke tag-specific attribute completion in tags like <input> or <script>.

Move a new version of lezer-html which solves some issues with autocompletion.

marijn
published 0.18.0 •

Changelog

Source

0.18.0 (2021-03-03)

Bug fixes

Improves indentation at end of implicitly closed elements.

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