Skip to content

Commit

Permalink
release: v4.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu committed Jan 5, 2024
1 parent 48b1aa5 commit 5beb2f7
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## v4.2.7

`2024-01-05`

Features

- swiper: 新增 pagination-unselected-color 属性 (#2803), close #2688 @iCheng
- tabs: 新增 align 属性,支持标题左对齐布局 (#2809), close #2471 @iCheng

Bug Fixes

- picker: 修复 Safari 下遮罩层级样式问题 (#2821) @eiinu
- date-picker: 修复 hour-minute 类型下选项刷新问题 (#2784) @Robin-Wubin
- cascader: 修复内部 tabs 标题样式对齐问题 (#2802) @eiinu
- avatar-cropper: 文档修正 (#2820) @iCheng

Other Changes

- deps: bump to vue 3.4 (#2812) @eiinu

## v4.2.6

`2023-12-25`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nutui/nutui",
"version": "4.2.6",
"version": "4.2.7",
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
"main": "dist/nutui.umd.js",
"module": "dist/nutui.es.js",
Expand Down
20 changes: 20 additions & 0 deletions publish/nutui-taro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## v4.2.7

`2024-01-05`

Features

- swiper: 新增 pagination-unselected-color 属性 (#2803), close #2688 @iCheng
- tabs: 新增 align 属性,支持标题左对齐布局 (#2809), close #2471 @iCheng

Bug Fixes

- picker: 修复 Safari 下遮罩层级样式问题 (#2821) @eiinu
- date-picker: 修复 hour-minute 类型下选项刷新问题 (#2784) @Robin-Wubin
- cascader: 修复内部 tabs 标题样式对齐问题 (#2802) @eiinu
- avatar-cropper: 文档修正 (#2820) @iCheng

Other Changes

- deps: bump to vue 3.4 (#2812) @eiinu

## v4.2.6

`2023-12-25`
Expand Down
2 changes: 1 addition & 1 deletion publish/nutui-taro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nutui/nutui-taro",
"version": "4.2.6",
"version": "4.2.7",
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
"main": "dist/nutui.umd.js",
"module": "dist/nutui.es.js",
Expand Down
20 changes: 20 additions & 0 deletions publish/nutui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## v4.2.7

`2024-01-05`

Features

- swiper: 新增 pagination-unselected-color 属性 (#2803), close #2688 @iCheng
- tabs: 新增 align 属性,支持标题左对齐布局 (#2809), close #2471 @iCheng

Bug Fixes

- picker: 修复 Safari 下遮罩层级样式问题 (#2821) @eiinu
- date-picker: 修复 hour-minute 类型下选项刷新问题 (#2784) @Robin-Wubin
- cascader: 修复内部 tabs 标题样式对齐问题 (#2802) @eiinu
- avatar-cropper: 文档修正 (#2820) @iCheng

Other Changes

- deps: bump to vue 3.4 (#2812) @eiinu

## v4.2.6

`2023-12-25`
Expand Down
2 changes: 1 addition & 1 deletion publish/nutui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nutui/nutui",
"version": "4.2.6",
"version": "4.2.7",
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
"main": "dist/nutui.umd.js",
"module": "dist/nutui.es.js",
Expand Down

0 comments on commit 5beb2f7

Please sign in to comment.