api_notable_list_2020.md: welcome screen

This commit is contained in:
Yann Cébron 2020-11-09 16:02:24 +01:00
parent e6bf118238
commit 9ec0526748

View File

@ -24,6 +24,9 @@ Generating HTML fragments
Extensible HTML Lexer/Parser
: Implement `com.intellij.html.embedding.HtmlEmbeddedContentSupport` and register in `com.intellij.html.embeddedContentSupport` extension point to embed arbitrary tokens into any tag or attribute.
Please note that old API from `com.intellij.lexer.BaseHtmlLexer` is no longer working.
Welcome Screen customization
: To provide additional custom tabs, implement `com.intellij.openapi.wm.WelcomeTabFactory` and register in `com.intellij.welcomeTabFactory` extension point.
### Notable Changes in JavaScript Plugin 2020.3