Skip to content

Commit d37db69

Browse files
committed
📦 santd@1.0.9
1 parent a064242 commit d37db69

2 files changed

Lines changed: 18 additions & 11 deletions

File tree

docs/changelog.md

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,44 +9,51 @@
99
- 主版本号:含有破坏性更新和新特性,不在发布周期内
1010

1111
---
12+
13+
## 1.0.9
14+
`2021-07-05`
15+
16+
- PageHeader
17+
- fix: 修改pageHeader、localeProvider组件目录为中线分隔(page-header、locale-provider),解决babel-plugin-import插件引入问题[a064242](https://github.com/ecomfe/santd/commit/a064242731ccc13108d42831cd598809b736200b)
18+
1219
## 1.0.8
13-
`2020-06-16`
20+
`2021-06-16`
1421

1522
- Popconfirm
16-
- fix: 解决popconfirm组件样式丢失问题[1c2f87a ](https://github.com/ecomfe/santd/commit/1c2f87a5bf3de3c415354816cd1a1dcde43e19e8)
23+
- fix: 解决popconfirm组件样式丢失问题[1c2f87a](https://github.com/ecomfe/santd/commit/1c2f87a5bf3de3c415354816cd1a1dcde43e19e8)
1724

1825
## 1.0.7
19-
`2020-06-04`
26+
`2021-06-04`
2027
- Result
2128
- 💄 子标题去掉自带的引号 [#56](https://github.com/ecomfe/santd/pull/56)
2229
- 其它
2330
- 🛠 postcss 的版本从 v7 升级到 v8 [5032e8c](https://github.com/Lohoyo/santd/commit/5032e8c95982e28a54769250710b37956ded2164)
2431

2532
## 1.0.6
26-
`2020-05-01`
33+
`2021-05-01`
2734
- DatePicker
2835
- 🆕 RangePicker 新增 on-calendarChange 属性:待选日期发生变化的回调 [#55](https://github.com/ecomfe/santd/pull/55)
2936

3037
## 1.0.5
31-
`2020-03-31`
38+
`2021-03-31`
3239
- 🐞 修复部分时间日期相关的组件内部使用的 Day.js 的插件没有在内部引入而需要用户引入的问题 [#53](https://github.com/ecomfe/santd/pull/53)
3340

3441
## 1.0.4
35-
`2020-03-30`
42+
`2021-03-30`
3643
- Table
3744
- 🐞 修复某些情况下该组件的分页功能没有样式的问题 [#52](https://github.com/ecomfe/santd/pull/52)
3845

3946
## 1.0.3
40-
`2020-03-29`
47+
`2021-03-29`
4148
- TimePicker
4249
- 🐞 修复无法用首字母大写的形式引入该组件的问题 [#51](https://github.com/ecomfe/santd/pull/51)
4350

4451
## 1.0.2
45-
`2020-03-24`
52+
`2021-03-24`
4653
- 🐞 修复 1.0.0 版本把 Moment.js 换成 Day.js 后引起的和时间日期相关的组件的一系列 bug,涉及的组件包括 Calendar、DatePicker、LocaleProvider、TimePicker [#48](https://github.com/ecomfe/santd/pull/48)
4754

4855
## 1.0.1
49-
`2020-03-23`
56+
`2021-03-23`
5057
- Menu
5158
- 🐞 修复 MenuItem 溢出折叠时的可用空间的计算逻辑 [#47](https://github.com/ecomfe/santd/pull/47)
5259
- 🐞 修复 MenuItem 的 padding 没有正常生效的问题 [#47](https://github.com/ecomfe/santd/pull/47)
@@ -58,7 +65,7 @@
5865
- 🐞 修复发布 NPM 包的脚本因外部依赖 @octokit/rest 的 API 更改导致脚本运行失败的问题 [#44](https://github.com/ecomfe/santd/pull/44)
5966

6067
## 1.0.0
61-
`2020-03-15`
68+
`2021-03-15`
6269
- Affix
6370
- 🆕 新增 target 属性:设置 Affix 需要监听其滚动事件的元素 [#27](https://github.com/ecomfe/santd/pull/27)
6471
- AutoComplete

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "santd",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "san UI design",
55
"scripts": {
66
"start": "cross-env NODE_ENV=development node scripts/preview.js",

0 commit comments

Comments
 (0)