Skip to content

Commit

Permalink
chore(release): v2.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
oasis-cloud committed Oct 27, 2023
1 parent 597dd8b commit 561e96d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# v2.0.22
`2023-10-27`

* :sparkles: feat(NoticeBar): leftIcon 可自定义,并且支持设置 null 后不展示 icon (#1562) @oasis-cloud
* :bug: fix(Dialog): 点击蒙层无法关闭 (#1552) @oasis-cloud
* :bug: fix(Input): onChange 执行多次 (#1551) @oasis-cloud
* :bug: fix(Swipe): 禁止父元素滚动的 demo (#1560) @oasis-cloud
* :bug: fix: image height in taro (#1567) @xiaoyatong
* 🛠 refactor(Tabs): 滚动到可视区域代码优化,同时放开 tab title 的宽度限制 (#1563) @oasis-cloud


# v2.0.21
`2023-10-18`

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nutui/nutui-react-taro",
"version": "2.0.21",
"name": "@nutui/nutui-react",
"version": "2.0.22",
"style": "dist/style.css",
"main": "dist/nutui.react.umd.js",
"module": "dist/esm/nutui-react.es.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/nutui-taro-demo/src/pages/index/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import React from 'react'
import Taro from '@tarojs/taro'
import pkg from '@/packages/../config.json'
import packageJson from '@/packages/../../package.json'
import './index.scss'
import Schema from 'async-validator'
//
Expand Down Expand Up @@ -44,6 +45,7 @@ const Index = () => {
<div className="info">
<h1>NutUI React</h1>
<p>京东风格的轻量级小程序组件库 React 版</p>
<p>v{packageJson.version}</p>
</div>
</div>
<div className="index-components">
Expand Down

0 comments on commit 561e96d

Please sign in to comment.