Skip to content

Commit

Permalink
release: v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu committed Feb 5, 2024
1 parent ef6b5f6 commit c28f325
Show file tree
Hide file tree
Showing 6 changed files with 81 additions and 3 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## v4.3.0

`2024-02-05`

New Components

- 新增 CalendarCard 日历卡片组件 (#2694) @eiinu

Bug Fixes

- avatar-cropper: 修复微信真机调试 canvas 层级错误 (#2865) @yi-boide
- input-number: 修复输入时未触发 change 事件问题 (#2903) @yi-boide
- input: 修复 slot 字体样式问题 (#2863) @eiinu
- popover: 修复内部 popup 样式问题 (#2878) @eiinu
- popover: 修复滑动后定位错乱问题 (#2913) @eiinu
- noticebar: 移除 left-icon 空白占位元素 (#2916) @eiinu

Refactors

- popover: 重构代码逻辑 (#2913) @eiinu

Other Changes

- demo: 拆分演示代码 short-password, tabbar, cascader, backtop @yi-boide
- test: 测试环境由 jsdom 迁移至 happy-dom (#2881) @eiinu

## v4.2.9

`2024-01-22`
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.0-beta.5",
"version": "4.3.0",
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
"main": "dist/nutui.umd.js",
"module": "dist/nutui.es.js",
Expand Down
26 changes: 26 additions & 0 deletions publish/nutui-taro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## v4.3.0

`2024-02-05`

New Components

- 新增 CalendarCard 日历卡片组件 (#2694) @eiinu

Bug Fixes

- avatar-cropper: 修复微信真机调试 canvas 层级错误 (#2865) @yi-boide
- input-number: 修复输入时未触发 change 事件问题 (#2903) @yi-boide
- input: 修复 slot 字体样式问题 (#2863) @eiinu
- popover: 修复内部 popup 样式问题 (#2878) @eiinu
- popover: 修复滑动后定位错乱问题 (#2913) @eiinu
- noticebar: 移除 left-icon 空白占位元素 (#2916) @eiinu

Refactors

- popover: 重构代码逻辑 (#2913) @eiinu

Other Changes

- demo: 拆分演示代码 short-password, tabbar, cascader, backtop @yi-boide
- test: 测试环境由 jsdom 迁移至 happy-dom (#2881) @eiinu

## v4.2.9

`2024-01-22`
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.9",
"version": "4.3.0",
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
"main": "dist/nutui.umd.js",
"module": "dist/nutui.es.js",
Expand Down
26 changes: 26 additions & 0 deletions publish/nutui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## v4.3.0

`2024-02-05`

New Components

- 新增 CalendarCard 日历卡片组件 (#2694) @eiinu

Bug Fixes

- avatar-cropper: 修复微信真机调试 canvas 层级错误 (#2865) @yi-boide
- input-number: 修复输入时未触发 change 事件问题 (#2903) @yi-boide
- input: 修复 slot 字体样式问题 (#2863) @eiinu
- popover: 修复内部 popup 样式问题 (#2878) @eiinu
- popover: 修复滑动后定位错乱问题 (#2913) @eiinu
- noticebar: 移除 left-icon 空白占位元素 (#2916) @eiinu

Refactors

- popover: 重构代码逻辑 (#2913) @eiinu

Other Changes

- demo: 拆分演示代码 short-password, tabbar, cascader, backtop @yi-boide
- test: 测试环境由 jsdom 迁移至 happy-dom (#2881) @eiinu

## v4.2.9

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

0 comments on commit c28f325

Please sign in to comment.