Skip to content

Commit

Permalink
Fix2/theme0717 (#1243)
Browse files Browse the repository at this point in the history
* fix: 支持taro

* fix: 修改md 类型

* docs: 修改文档。

* feat: v12 及 暗黑模式 第一部分

* feat: 主题定制

* fix: 4个

* fix: rate popup

* fix: 新增5个

* fix: 1个

* fix: all

* fix: review

* fix: 文档格式化。

* fix: 文档格式化。

* fix: cascader onChange 触发2次问题修复。 (#1224)

* fix: tabs组件在抖音小程序展示异常 (#1211)

* fix(form): formItem 的 props 改为 Partial (#1221)

* fix: +2

* fix: 修复signature小程序下demo签字时页面跟随滚动问题 (#1225)

* fix: 完善migrate-from-v1文档

* fix: animatingNumber组件暗黑模式适配+demo优化

* fix: signature组件提取样式变量+修复taro h5 demo签字时滚动问题

* fix: 修复signature小程序下签字demo跟随滚动问题

* feat: configprovider 组件支持传入 className 和 style 属性 (#1219)

* fix: countdown手动控制demo展示样式优化 (#1229)

* chore(release): v2.0.4

* chore: site 内部移除 taro components

* perf: configProvider 组件性能优化 (#1230)

* fix: 修复popover滑动定位错位的问题 (#1232)

* fix(sticky): 组件卸载移除 tap 事件改为移除 scroll 事件 (#1235)

* feat: 修订变量。

* fix: 命名

* fix: 重定义变量名。

* fix: 定义变量

* fix: jmapp

* fix: 修订

---------

Co-authored-by: junjun666 <[email protected]>
Co-authored-by: oasis-cloud <[email protected]>
Co-authored-by: songsong <[email protected]>
Co-authored-by: 大喵 <[email protected]>
Co-authored-by: 大喵 <[email protected]>
  • Loading branch information
6 people authored Jul 20, 2023
1 parent dc0a306 commit 487a377
Show file tree
Hide file tree
Showing 269 changed files with 2,406 additions and 1,918 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# v2.0.4
`2023-07-14`

* :sparkles: feat: configprovider 组件支持传入 className 和 style 属性 (#1219) @大喵
* :bug: fix(button): fill=none & type=default 样式修复 (#1215) @Eiinu
* :bug: fix(form): formItem 的 props 改为 Partial (#1221) @oasis-cloud
* :bug: fix: cascader onChange 触发2次问题修复 (#1224) @xiaoyatong
* :bug: fix: countdown手动控制demo展示样式优化 (#1229) @songsong
* :bug: fix: signature组件提取样式变量+修复taro h5 demo签字时滚动问题 (#1220) @songsong
* :bug: fix: tabs组件在抖音小程序展示异常 (#1211) @oasis-cloud
* :bug: fix: 修复signature小程序下demo签字时页面跟随滚动问题 (#1225) @songsong
* :bug: fix: 文档格式化 @hanyuxinting


# v2.0.3
`2023-07-12`

Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nutui/nutui-react-taro",
"version": "2.0.3",
"version": "2.0.4",
"style": "dist/style.css",
"main": "dist/nutui.react.umd.js",
"module": "dist/esm/nutui-react.es.js",
Expand Down Expand Up @@ -96,6 +96,7 @@
"async-validator": "^4.2.5",
"classnames": "^2.3.2",
"lodash.kebabcase": "^4.1.1",
"lodash.isequal": "^4.5.0",
"react-transition-group": "^4.4.5"
},
"devDependencies": {
Expand Down Expand Up @@ -128,6 +129,7 @@
"@types/jest": "^27.5.2",
"@types/loadable__component": "^5.13.4",
"@types/lodash.kebabcase": "^4.1.7",
"@types/lodash.isequal": "^4.5.6",
"@types/node": "^16.18.23",
"@types/react": "^18.0.35",
"@types/react-dom": "^18.0.11",
Expand Down
Loading

0 comments on commit 487a377

Please sign in to comment.