We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf9752 commit 5e568cbCopy full SHA for 5e568cb
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ng-zorro-antd",
3
- "version": "0.6.11",
+ "version": "0.6.12",
4
"license": "MIT",
5
"description": "An enterprise-class UI components based on Ant Design and Angular",
6
"scripts": {
src/showcase/nz-intro-changelog/README.md
@@ -9,6 +9,15 @@
9
10
更新日志也可以在[Github](https://github.com/NG-ZORRO/ng-zorro-antd/releases)查看
11
12
+# 0.6.12
13
+
14
+`2018-01-20`
15
16
+### HotFix
17
+* 修复 `Upload` 引入 `HttpClientModule` 导致 `HttpInterceptor` 失效的问题 [#931](https://github.com/NG-ZORRO/ng-zorro-antd/pull/931) [@cipchk](https://github.com/cipchk)
18
+* 将文档系统中 `highlight.js` 替换为 `prismjs` 解决 travis ci 失效问题 [#932](https://github.com/NG-ZORRO/ng-zorro-antd/pull/932)
19
20
21
# 0.6.11
22
`2018-01-18`
23
0 commit comments