Skip to content

Commit

Permalink
Release 0.6.0 (#1062)
Browse files Browse the repository at this point in the history
* release 0.6.0

* fix glup version

* fix change logs
  • Loading branch information
ElderJames committed Feb 1, 2021
1 parent 82031e0 commit e3cf9ef
Show file tree
Hide file tree
Showing 6 changed files with 410 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -349,3 +349,4 @@ package-lock.json
/site/AntBlazor.Docs/wwwroot/meta
/AntBlazor.Docs/wwwroot/docs
coverage.cobertura.xml
scripts/previewEditor/index.html
60 changes: 60 additions & 0 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
---
order: 6
title: Change Log
toc: false
timeline: true
---

`ant-design-blazor` strictly follows [Semantic Versioning 2.0.0](http://semver.org/).

#### Release Schedule

- Weekly release: patch version at the end of every week for routine bugfix (anytime for urgent bugfix).
- Monthly release: minor version at the end of every month for new features.
- Major version release is not included in this schedule for breaking change and new features.

---

## 0.6.0

`2021-02-01`

- Table
- 🆕 support DataIndex, access object's property by path-based string. [#1056](https://github.com/ant-design/ant-design/pull/1056) [@Zonciu](https://github.com/Zonciu)
- 🆕 add RowClassName attribute to table component. [#1031](https://github.com/ant-design/ant-design/pull/1031) [@mostrowski123](https://github.com/mostrowski123)
- 🆕 add sort directions and default sort order. [#778](https://github.com/ant-design/ant-design/pull/778) [@cqgis](https://github.com/cqgis)
- 🆕 support multiple sorter. [#1019](https://github.com/ant-design/ant-design/pull/1019) [@ElderJames](https://github.com/ElderJames)
- 🆕 Add `expandiconColumnIndex` property to specify the column in which the expansion button resides. [#1002](https://github.com/ant-design/ant-design/pull/1002) [@fan0217](https://github.com/fan0217)
- 🐞 fix selection was broken with scroll y. [#1020](https://github.com/ant-design/ant-design/pull/1020) [@ElderJames](https://github.com/ElderJames)
- 🐞 Fixed style errors when expandTemplate is NULL and when data is empty. [#985](https://github.com/ant-design/ant-design/pull/985) [@Magehernan](https://github.com/Magehernan)
- 🐞 Table component add custom comparer, fix table's blazor demo. [#969](https://github.com/ant-design/ant-design/pull/969) [@Zonciu](https://github.com/Zonciu)
- Menu
- 🆕 Add Menu divider. [#1017](https://github.com/ant-design/ant-design/pull/1017) [@anddrzejb](https://github.com/anddrzejb)
- 🐞 fix loop on same route & performance & duplicate highlight. [#1027](https://github.com/ant-design/ant-design/pull/1027) [@anddrzejb](https://github.com/anddrzejb)
- Overlay
- 🆕 support overlay trigger without bound to a div. [#937](https://github.com/ant-design/ant-design/pull/937) [@anddrzejb](https://github.com/anddrzejb)
- 🐞 fix the interop delElementFrom() exception on page refresh. [#1008](https://github.com/ant-design/ant-design/pull/1008) [@anddrzejb](https://github.com/anddrzejb)
- 🐞 fix(module: overlay): getFirstChildDomInfo when firstElementChild is null (#989). [#989](https://github.com/ant-design/ant-design/pull/989) [@Andrzej Bakun](https://github.com/Andrzej Bakun)
- DatePicker
- 🐞 prevent the time out of range. [#973](https://github.com/ant-design/ant-design/pull/973) [@ElderJames](https://github.com/ElderJames)
- 🐞 DatePicker: fix throw exception when has default value. [#972](https://github.com/ant-design/ant-design/pull/972) [@ElderJames](https://github.com/ElderJames)

- 🆕 add image component. [#1038](https://github.com/ant-design/ant-design/pull/1038) [@ElderJames](https://github.com/ElderJames)
- 🆕 add a separate action component. [#1030](https://github.com/ant-design/ant-design/pull/1030) [@ElderJames](https://github.com/ElderJames)
- 🆕 Added Static class IconType [#987](https://github.com/ant-design/ant-design/pull/987) [@porkopek](https://github.com/porkopek)

- 🐞 layout: fix missing trigger when sider open from zero-width mode. [#1007](https://github.com/ant-design/ant-design/pull/1007) [@ElderJames](https://github.com/ElderJames)
- 💄 fix back-top visible styles. [#1005](https://github.com/ant-design/ant-design/pull/1005) [@ElderJames](https://github.com/ElderJames)
- 💄 fix upload file list style. [#1001](https://github.com/ant-design/ant-design/pull/1001) [@ElderJames](https://github.com/ElderJames)
- 🐞 fix calendar critical exception for ChangePickerValue. [#993](https://github.com/ant-design/ant-design/pull/993) [@anddrzejb](https://github.com/anddrzejb)
- 💄 Fix the missing HTML div [#990](https://github.com/ant-design/ant-design/pull/990) [@anddrzejb](https://github.com/anddrzejb)
- 🐞 cascader: re-initialize options after options is changed. [#980](https://github.com/ant-design/ant-design/pull/980) [@imhmao](https://github.com/imhmao)
- 🐞 fix Input/inputNumber/TextArea disabled attribute. [#1048](https://github.com/ant-design/ant-design/pull/1048) [@anddrzejb](https://github.com/anddrzejb)
- 🐞 fix throwing exception on page reload. [#1040](https://github.com/ant-design/ant-design/pull/1040) [@anddrzejb](https://github.com/anddrzejb)
- 🐞 Fixed issue where rebinding model or calling 'reset' method could not clear validation error message [#1035](https://github.com/ant-design/ant-design/pull/1035) [@anddrzejb](https://github.com/anddrzejb)
- 🐞 fix the ink delay change. [#1037](https://github.com/ant-design/ant-design/pull/1037) [@ElderJames](https://github.com/ElderJames)
- 📖 update docs cache with version tag. [cf2d4ed](https://github.com/ant-design/ant-design/commit/cf2d4ed) [@ElderJames](https://github.com/ElderJames)
- 💄 sync the style of ant-design v4.11.1. [#1039](https://github.com/ant-design/ant-design/pull/1039) [@ElderJames](https://github.com/ElderJames)
- 🐞 fix select issue with multiple modals. [#1012](https://github.com/ant-design/ant-design/pull/1012) [@mutouzdl](https://github.com/mutouzdl)
- 🛠 update bUnit to 1.0.0-preview-01. [#1009](https://github.com/ant-design/ant-design/pull/1009) [@anddrzejb](https://github.com/anddrzejb)
- 📖 docs: scroll to hash anchor after pages are rendered. [#1006](https://github.com/ant-design/ant-design/pull/1006) [@ElderJames](https://github.com/ElderJames)
62 changes: 62 additions & 0 deletions CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
order: 6
title: 更新日志
toc: false
timeline: true
---

`antd` 严格遵循 [Semantic Versioning 2.0.0](http://semver.org/lang/zh-CN/) 语义化版本规范。

#### 发布周期

- 修订版本号:每周末会进行日常 bugfix 更新。(如果有紧急的 bugfix,则任何时候都可发布)
- 次版本号:每月发布一个带有新特性的向下兼容的版本。
- 主版本号:含有破坏性更新和新特性,不在发布周期内。

---

## 0.6.0

`2021-02-01`

- Table
- 🆕 增加 DataIndex特性,基于路径字符串的对象属性访问。[#1056](https://github.com/ant-design-blazor/ant-design-blazor/pull/1056) [@Zonciu](https://github.com/Zonciu)
- 🆕 增加 RowClassName 属性[#1031](https://github.com/ant-design-blazor/ant-design-blazor/pull/1031) [@mostrowski123](https://github.com/mostrowski123)
- 🆕 支持设置排序方向以及默认排序。[#778](https://github.com/ant-design-blazor/ant-design-blazor/pull/778) [@cqgis](https://github.com/cqgis)
- 🆕 支持多列排序。[#1019](https://github.com/ant-design-blazor/ant-design-blazor/pull/1019) [@ElderJames](https://github.com/ElderJames)
- 🆕 增加属性 ExpandIconColumnIndex ,可指定展开按钮所在列。[#1002](https://github.com/ant-design-blazor/ant-design-blazor/pull/1002) [@fan0217](https://github.com/fan0217)
- 🐞 设置 ScrollY 时行选择抛异常。[#1020](https://github.com/ant-design-blazor/ant-design-blazor/pull/1020) [@ElderJames](https://github.com/ElderJames)
- 🐞 修复ExpandTemplate 为null时,空数据时的样式错误。[#985](https://github.com/ant-design-blazor/ant-design-blazor/pull/985) [@Magehernan](https://github.com/Magehernan)
- 🐞 表格组件添加自定义比较器, 修复表格复刻例子。[#969](https://github.com/ant-design-blazor/ant-design-blazor/pull/969) [@Zonciu](https://github.com/Zonciu)
- 🐞 修复在页面重载时抛出的异常。[#1040](https://github.com/ant-design-blazor/ant-design-blazor/pull/1040) [@anddrzejb](https://github.com/anddrzejb)

- Menu
- 🐞 修复相同链接的死循环以及重复高亮[#1027](https://github.com/ant-design-blazor/ant-design-blazor/pull/1027) [@anddrzejb](https://github.com/anddrzejb)
- 🆕 增加菜单分割线组件 MenuDivider。[#1017](https://github.com/ant-design-blazor/ant-design-blazor/pull/1017) [@anddrzejb](https://github.com/anddrzejb)

- Overlay
- 🆕 弹出层支持无须 div 包裹触发元素的实现方式,但需要使用<Unbound> 模板和使用RefBack方法。[#937](https://github.com/ant-design-blazor/ant-design-blazor/pull/937) [@anddrzejb](https://github.com/anddrzejb)
- 🐞 修复delElementFrom()在页面重载时的异常。[#1008](https://github.com/ant-design-blazor/ant-design-blazor/pull/1008) [@anddrzejb](https://github.com/anddrzejb)
- 🐞 修复 getFirstChildDomInfo 方法非空判断[#989](https://github.com/ant-design-blazor/ant-design-blazor/pull/989) [@Andrzej Bakun](https://github.com/Andrzej Bakun)

- DatePicker
- 🐞 防止时间超出DateTime范围,导致异常[#973](https://github.com/ant-design-blazor/ant-design-blazor/pull/973) [@ElderJames](https://github.com/ElderJames)
- 🐞 修复 DatePicker 当有默认值时抛出异常[#972](https://github.com/ant-design-blazor/ant-design-blazor/pull/972) [@ElderJames](https://github.com/ElderJames)

- 🆕 增加 Image 组件[#1038](https://github.com/ant-design-blazor/ant-design-blazor/pull/1038) [@ElderJames](https://github.com/ElderJames)
- 🆕 Card 增加操作按钮组件`CardAction`,可分别设置点击事件。[#1030](https://github.com/ant-design-blazor/ant-design-blazor/pull/1030) [@ElderJames](https://github.com/ElderJames)
- 🆕 Icon 增加静态的图标类型 `IconType`[#987](https://github.com/ant-design-blazor/ant-design-blazor/pull/987) [@porkopek](https://github.com/porkopek)
- 🐞 修复 Input/InputNumber/TextArea 丢失的 disabled 属性。[#1048](https://github.com/ant-design-blazor/ant-design-blazor/pull/1048) [@anddrzejb](https://github.com/anddrzejb)
- 🐞 Form 修复重新绑定 model 或在调用 `Reset()` 方法不能清空验证错误信息的问题[#1035](https://github.com/ant-design-blazor/ant-design-blazor/pull/1035) [@anddrzejb](https://github.com/anddrzejb)
- 🐞 Tabs 修复选中指示器的跳动问题。[#1037](https://github.com/ant-design-blazor/ant-design-blazor/pull/1037) [@ElderJames](https://github.com/ElderJames)
- 🐞 Layout 修复 Sider 在 zero-width 模式时按钮丢失的问题[#1007](https://github.com/ant-design-blazor/ant-design-blazor/pull/1007) [@ElderJames](https://github.com/ElderJames)
- 💄 BackTop 修复可见/隐藏的样式[#1005](https://github.com/ant-design-blazor/ant-design-blazor/pull/1005) [@ElderJames](https://github.com/ElderJames)
- 💄 Upload 修复文件列表的样式[#1001](https://github.com/ant-design-blazor/ant-design-blazor/pull/1001) [@ElderJames](https://github.com/ElderJames)
- 🐞 Calendar 修复关于 ChangePickerValue 的错误[#993](https://github.com/ant-design-blazor/ant-design-blazor/pull/993) [@anddrzejb](https://github.com/anddrzejb)
- 💄 Alert 修复丢失 html 结构导致的样式问题[#990](https://github.com/ant-design-blazor/ant-design-blazor/pull/990) [@anddrzejb](https://github.com/anddrzejb)
- 🐞 Cascader 当 options 更新时重新初始化[#980](https://github.com/ant-design-blazor/ant-design-blazor/pull/980) [@imhmao](https://github.com/imhmao)
- 📖 发布文档时按版本号获取静态资源,使缓存更新。[cf2d4ed](https://github.com/ant-design-blazor/ant-design-blazor/commit/cf2d4ed) [@ElderJames](https://github.com/ElderJames)
- 💄 同步 ant-design-blazor v4.11.1 样式。[#1039](https://github.com/ant-design-blazor/ant-design-blazor/pull/1039) [@ElderJames](https://github.com/ElderJames)
- 🐞 修复在多个 Modal 同时存在时下拉选择等弹出组件无法弹出的问题。[#1012](https://github.com/ant-design-blazor/ant-design-blazor/pull/1012) [@mutouzdl](https://github.com/mutouzdl)
- 🛠 更新 bUnit 版本到 1.0.0-preview-01。[#1009](https://github.com/ant-design-blazor/ant-design-blazor/pull/1009) [@anddrzejb](https://github.com/anddrzejb)
- 📖 加载后自动滚动到Url锚点[#1006](https://github.com/ant-design-blazor/ant-design-blazor/pull/1006) [@ElderJames](https://github.com/ElderJames)
16 changes: 12 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,26 +25,34 @@
"start:wasm": "dotnet watch -p ./site/AntDesign.Docs.Wasm run -f net5",
"gulp:components": "gulp --gulpfile ./components/gulpfile.js",
"gulp:docs": "gulp --gulpfile ./site/AntBlazor.Docs/gulpfile.js",
"preinstall": "dotnet tool restore"
"preinstall": "dotnet tool restore",
"changelog": "node ./scripts/print-changelog"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.8.7",
"@commitlint/cli": "^8.1.0",
"@commitlint/config-conventional": "^8.3.4",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@types/es6-promise": "^3.3.0",
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"babelify": "^8.0.0",
"browserify": "^16.5.2",
"chalk": "^4.0.0",
"fs-extra": "^9.0.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-less": "^4.0.1",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"husky": "^4.2.3",
"inquirer": "^7.1.0",
"jquery": "^3.4.1",
"jsdom": "^16.0.0",
"lint-staged": "^10.2.11",
"node-fetch": "^2.6.0",
"open": "^7.0.3",
"simple-git": "^2.23.0",
"tsify": "^4.0.2",
"typescript": "^3.8.3",
"vinyl-buffer": "^1.0.1",
Expand Down
30 changes: 30 additions & 0 deletions scripts/previewEditor/template.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
/>
<title>Ant Design CHANGELOG Generator</title>
<script>
// [Replacement]
</script>
<link
rel="shortcut icon"
type="image/x-icon"
href="https://gw.alipayobjects.com/zos/rmsportal/rlpTLlbMzTNYuZGGCVYM.png"
/>
<link rel="stylesheet" href="https://gw.alipayobjects.com/os/antfincdn/ciEbDYlN1f/umi.css" />
<script>
window.routerBase = '/';
</script>
<script>
//! umi version: 3.2.14
</script>
</head>
<body>
<div id="root"></div>
<script src="https://gw.alipayobjects.com/os/antfincdn/kehCrERcwz/umi.js"></script>
</body>
</html>
Loading

0 comments on commit e3cf9ef

Please sign in to comment.