VuePress 1.3.0 发布,Vue 轻量级静态网站生成器
VuePress的1.3.0版本发布了,主要更新内容如下:
Bug修正:
- update known command list (#2146) (2b25740)
- $cli: inferUserDocsDirectory ignore all node_modules (#2137) (df59909)
- $core: set NODE_ENV before creating app (#1972) (245be8d)
- $core: temp option in siteConfig has not effect (fix #2038) (#2040) (0bb85a4)
- $default-theme: deep sidebar links rendenring (#1973) (0e5519a)
- $docs: Fixed typo (#1997) (7d6e420)
- $docs: Uniforming VuePress labels in documentation (fix #1998) (6a84126)
- $markdown: Fix four spaces codeblocks rendering (Closes #1921) (#1958) (7bc5825)
- $plugin-google-analytics: duplicate tracking of first page (fix #2017) (#2039) (a69df21)
- $plugin-pwa: no global-ui-component when updatePopup is disabled (#2041) (6f9e478)
- $shared-utils: Add curly quotes to rSpecial (#1934) (28a0ed9)
- $theme-default: close dropdown-links when focusout on the last item (close #1948) (#1952) (cd72acc)
- $theme-default: slots don't allow customization for Sidebar & Page (close: #1950) (#1951) (890e85d)
- $theme-default: use alias for nested SidebarLinks (close #2049) (ceccca3)
- $theme-default: wrong algolia search route with base config (#2007) (b00b277)
新特性:
- $cli: Notify users of a newer release (#2121) (7a09a72)
- $cli: run debug mode without clearing screen (close #2100) (#2116) (c6a3cb5)
- $core: Add generator meta tag to ssr index.html template (#2133) (2826cd7)
- add variable to config HomePage width (close #2055) (#2086) (b72d145)
- remove unnecessary check in moduleResolver.ts (#2068) (bd71e43)
- $config: Allow overriding badges colors (close #1940) (#1941) (89a4a8d)
- $markdown:
extractHeaders
option (close: #1903) (#1945) (d2fef5d) - $markdown: Support for Rust file extension (73089a0)
- $theme-default: allow optional subtitle (#1981) (a28804c)
- $theme-default: external links in prev/next (close #1962)(#1984) (9f28814)
- $theme-default: markdown details custom block (close #768) (#2044) (7f2a997)
- $theme-default: Support configuring target and rel for nav links (close #1353) (#1734) ([770ba72]

低调大师中文资讯倾力打造互联网数据资讯、行业资源、电子商务、移动互联网、网络营销平台。
持续更新报道IT业界、互联网、市场资讯、驱动更新,是最及时权威的产业资讯及硬件资讯报道平台。
转载内容版权归作者及来源网站所有,本站原创内容转载请注明来源。
-
上一篇
gout v0.0.8 版本发布,golang 流式 http client
changlog issue:#166增强retry过滤器--支持回调函数(pr#178) issue:#164打磨SetJSON函数(pr#167) issue:#168新增Filter和Export函数简写形式(pr#169) issue:#170打磨SetJSON函数(pr#171) issue:#174支持socks5代理(pr#177) issue:#172更新构架图新增import和export v0.0.8(pr#173) issue:#175修改SetYAML接口,支持string,[]byte类型(pr#176) Gitee地址https://gitee.com/guonaihong/gout GitHub地址https://github.com/guonaihong/gout
-
下一篇
疫情限制出行期间,让开发人员躺着床上就把活给干了
远程工作,是我等一直期待的工作状态。每天早上睡到自然醒(五点就醒的人闭嘴),洗个牙刷个脸,悠悠哉哉吃碗红薯稀饭。回到床上,打开笔记本电脑,看看新闻,刷刷动弹。开始干活! 今年的疫情就让大家提前进入远程工作状态,相比 2003 年非典时还没有那么发达的互联网来说,现在的条件要成熟很多。 对于程序员来说,远程工作可不只是一个即时通讯、任务管理和视频会议就能搞定滴。 我们最需要的是一个代码协作平台。以前我们可能在公司内部跑了一套 SVN 或者 Git 的代码管理软件,但是多数公司没有提供 VPN 远程接入,导致延迟上班很多开发者无法访问公司的代码。非常影响工作节奏有没有! 现在,你是不是需要着手将这些代码迁移到 Gitee 企业版之上,让远程工作实实在在的开展起来呢? Gitee 企业版一个通过 ISO 27001 安全认证和 ISO 9001 质量认证的企业协作开发平台,主要特性: 安全先行 各种安全机制确保你的代码不会被未授权访问 提供详细的操作日志、访问日志,谁做了什么一目了然 代码快照 —— 想删库走人?门都没有! 还有很多。。。。 代码管理 企业->项目->仓库 多级代...
相关文章
文章评论
共有0条评论来说两句吧...
文章二维码
点击排行
推荐阅读
最新文章
- Windows10,CentOS7,CentOS8安装Nodejs环境
- SpringBoot2编写第一个Controller,响应你的http请求并返回结果
- SpringBoot2初体验,简单认识spring boot2并且搭建基础工程
- SpringBoot2配置默认Tomcat设置,开启更多高级功能
- Hadoop3单机部署,实现最简伪集群
- Docker快速安装Oracle11G,搭建oracle11g学习环境
- CentOS8编译安装MySQL8.0.19
- SpringBoot2整合Redis,开启缓存,提高访问速度
- MySQL8.0.19开启GTID主从同步CentOS8
- Docker使用Oracle官方镜像安装(12C,18C,19C)