v3.9.2
Vanessa219/vditorv3.9.2Apr 11, 2023by Vanessa219
AI Summary
Introduces default language configuration for syntax highlighting and improves user interaction with URL pasting and menu focus.
Key Highlights
- Code highlighting uses hljs.defaultLang when unspecified
- Auto-generate link when pasting URL after selection
- Scenario menu input focus behavior
- Speech component positioning fix
New Features
- Code highlighting uses hljs.defaultLang when unspecified
Full Release Notes
* [代码高亮不指定语言时使用 hljs.defaultLang 进行渲染](https://github.com/Vanessa219/vditor/issues/1382) `引入特性` * [选中文本后粘贴网址自动生成链接](https://github.com/Vanessa219/vditor/issues/1301) `改进功能` * [情景菜单输入框中 Esc/alt+Enter/Enter 可将光标设置到编辑器中](https://github.com/Vanessa219/vditor/issues/1302) `改进功能` * [文本选中弹出组件 speech 位置被多屏影响](https://github.com/Vanessa219/vditor/issues/1373) `改进功能` * [更新补充 JSDoc](https://github.com/Vanessa219/vditor/pull/1374) `文档相关`