Skip to content

Commit

Permalink
release: v4.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu committed Apr 1, 2024
1 parent 8f56ff0 commit 2c2f4ed
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.3.4

`2024-04-01`

Bug Fixes

- tabs: 修复 vertical 方式 tab 数量过多时滚动定位不准确的问题 (#2996), close #2726 @eiinu

Refactors

- move to script setup
- empty, tabbar, textarea @subordon
- trend-arrow, switch, indicator @eiinu

Other Changes

- code style: move to ESLint Flat Config (#3003) @eiinu
- site: highlight.js --> shiki (#2982) @eiinu
- docs: update list use (#2985) @psrheartache

## v4.3.3

`2024-03-20`
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.3.3",
"version": "4.3.4",
"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.3.4

`2024-04-01`

Bug Fixes

- tabs: 修复 vertical 方式 tab 数量过多时滚动定位不准确的问题 (#2996), close #2726 @eiinu

Refactors

- move to script setup
- empty, tabbar, textarea @subordon
- trend-arrow, switch, indicator @eiinu

Other Changes

- code style: move to ESLint Flat Config (#3003) @eiinu
- site: highlight.js --> shiki (#2982) @eiinu
- docs: update list use (#2985) @psrheartache

## v4.3.3

`2024-03-20`
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.3.3",
"version": "4.3.4",
"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.3.4

`2024-04-01`

Bug Fixes

- tabs: 修复 vertical 方式 tab 数量过多时滚动定位不准确的问题 (#2996), close #2726 @eiinu

Refactors

- move to script setup
- empty, tabbar, textarea @subordon
- trend-arrow, switch, indicator @eiinu

Other Changes

- code style: move to ESLint Flat Config (#3003) @eiinu
- site: highlight.js --> shiki (#2982) @eiinu
- docs: update list use (#2985) @psrheartache

## v4.3.3

`2024-03-20`
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.3.3",
"version": "4.3.4",
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
"main": "dist/nutui.umd.js",
"module": "dist/nutui.es.js",
Expand Down

0 comments on commit 2c2f4ed

Please sign in to comment.