From 7fc969f456706fbda44fb5537365ead4860331f9 Mon Sep 17 00:00:00 2001 From: oasis-cloud Date: Fri, 21 Jun 2024 18:27:12 +0800 Subject: [PATCH] chore(release): v2.6.10 --- CHANGELOG.md | 11 +++++++++++ package.json | 6 +++--- pnpm-lock.yaml | 21 ++++++++++----------- src/packages/configprovider/types.ts | 1 + 4 files changed, 25 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 987a73a996..3e56dacd66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# v2.6.10 +`2024-06-21` + + +* 🏡 chore: 文档未来规范 (#2373) @Alex-huxiyang +* 🤖 ci: 统一使用 pnpm @oasis-cloud +* :sparkles: feat(tabpane): 增添修改tabpane背景色的主题变量 (#2366) @Alex-huxiyang +* :bug: fix(tabs): 修复tabs异步设置titles滚动失效(#2351) (#2369) @ShuchenEason +* :bug: fix: umd 中替换环境变量 (#2368) @oasis-cloud + + # v2.6.9 `2024-06-14` diff --git a/package.json b/package.json index bb8498b313..841efeece3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "@nutui/nutui-react", - "version": "2.6.9", + "name": "@nutui/nutui-react-taro", + "version": "2.6.10", "style": "dist/style.css", "main": "dist/nutui.react.umd.js", "module": "dist/esm/nutui-react.es.js", @@ -99,7 +99,6 @@ "@nutui/icons-react-taro": "^1.0.4", "@nutui/touch-emulator": "^1.0.0", "@react-spring/web": "~9.6.1", - "@types/fs-extra": "^11.0.4", "@use-gesture/react": "10.2.20", "async-validator": "^4.2.5", "classnames": "^2.5.1", @@ -134,6 +133,7 @@ "@tarojs/taro": "3.6.22", "@testing-library/jest-dom": "^6.4.2", "@testing-library/react": "^16.0.0", + "@types/fs-extra": "^11.0.4", "@types/loadable__component": "^5.13.8", "@types/lodash.isequal": "^4.5.8", "@types/lodash.kebabcase": "^4.1.9", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 84802bc5c0..6822b8406a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -27,9 +27,6 @@ importers: '@react-spring/web': specifier: ~9.6.1 version: 9.6.1(react-dom@18.3.1)(react@18.3.1) - '@types/fs-extra': - specifier: ^11.0.4 - version: 11.0.4 '@use-gesture/react': specifier: 10.2.20 version: 10.2.20(react@18.3.1) @@ -114,7 +111,7 @@ importers: version: 3.6.22(@types/react@18.3.3)(postcss@8.4.38)(react@18.3.1) '@tarojs/plugin-platform-weapp': specifier: 3.6.22 - version: 3.6.22(@types/react@18.3.3)(postcss@8.4.38)(react@18.3.1) + version: 3.6.22(@types/react@18.3.3)(postcss@8.4.38) '@tarojs/react': specifier: 3.6.22 version: 3.6.22(react@18.3.1) @@ -127,6 +124,9 @@ importers: '@testing-library/react': specifier: ^16.0.0 version: 16.0.0(@testing-library/dom@10.1.0)(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1) + '@types/fs-extra': + specifier: ^11.0.4 + version: 11.0.4 '@types/loadable__component': specifier: ^5.13.8 version: 5.13.9 @@ -421,7 +421,7 @@ importers: version: 3.6.22(@types/react@18.3.3)(postcss@8.4.38) '@tarojs/plugin-platform-weapp': specifier: 3.6.22 - version: 3.6.22(@types/react@18.3.3)(postcss@8.4.38)(react@18.3.1) + version: 3.6.22(@types/react@18.3.3)(postcss@8.4.38) '@tarojs/react': specifier: 3.6.22 version: 3.6.22(react@18.3.1) @@ -4362,7 +4362,7 @@ packages: /@tarojs/plugin-platform-qq@3.6.22(@types/react@18.3.3)(postcss@8.4.38): resolution: {integrity: sha512-XMVvO2k3qEmNgY7lKFvwm2+JPW6m8FqvGp6n27tAlUFYEgnSH7ejyvNauKYDKbv1XZpQHPvbJE2ijq5Zdj5WKQ==} dependencies: - '@tarojs/plugin-platform-weapp': 3.6.22(@types/react@18.3.3)(postcss@8.4.38)(react@18.3.1) + '@tarojs/plugin-platform-weapp': 3.6.22(@types/react@18.3.3)(postcss@8.4.38) '@tarojs/service': 3.6.22(@types/react@18.3.3)(postcss@8.4.38) '@tarojs/shared': 3.6.22 transitivePeerDependencies: @@ -4407,7 +4407,7 @@ packages: - supports-color - vue - /@tarojs/plugin-platform-weapp@3.6.22(@types/react@18.3.3)(postcss@8.4.38)(react@18.3.1): + /@tarojs/plugin-platform-weapp@3.6.22(@types/react@18.3.3)(postcss@8.4.38): resolution: {integrity: sha512-WjVfVYj63o8ATEL+rL0hkJlexDIp8jE3Ijv4BQIceQvHoBg2VkPtOE3ctZcb9FnfcEHkPOIV8+wK5iqkyBQhaw==} dependencies: '@tarojs/components': 3.6.22(@types/react@18.3.3)(postcss@8.4.38)(react@18.3.1) @@ -4420,7 +4420,6 @@ packages: - '@types/webpack' - '@types/webpack-dev-server' - postcss - - react - supports-color - vue @@ -4595,7 +4594,7 @@ packages: '@tarojs/plugin-platform-qq': 3.6.22(@types/react@18.3.3)(postcss@8.4.38) '@tarojs/plugin-platform-swan': 3.6.22(@types/react@18.3.3)(postcss@8.4.38) '@tarojs/plugin-platform-tt': 3.6.22(@types/react@18.3.3)(postcss@8.4.38) - '@tarojs/plugin-platform-weapp': 3.6.22(@types/react@18.3.3)(postcss@8.4.38)(react@18.3.1) + '@tarojs/plugin-platform-weapp': 3.6.22(@types/react@18.3.3)(postcss@8.4.38) '@tarojs/runner-utils': 3.6.22 '@tarojs/runtime': 3.6.22 '@tarojs/shared': 3.6.22 @@ -4958,7 +4957,7 @@ packages: dependencies: '@types/jsonfile': 6.1.4 '@types/node': 20.14.2 - dev: false + dev: true /@types/fs-extra@8.1.5: resolution: {integrity: sha512-0dzKcwO+S8s2kuF5Z9oUWatQJj5Uq/iqphEtE3GQJVRRYm/tD1LglU2UnXi2A8jLq5umkGouOXOR9y0n613ZwQ==} @@ -5040,7 +5039,7 @@ packages: resolution: {integrity: sha512-D5qGUYwjvnNNextdU59/+fI+spnwtTFmyQP0h+PfIOSkNfpU6AOICUOkm4i0OnSk+NyjdPJrxCDro0sJsWlRpQ==} dependencies: '@types/node': 20.14.2 - dev: false + dev: true /@types/keyv@3.1.4: resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} diff --git a/src/packages/configprovider/types.ts b/src/packages/configprovider/types.ts index 30e90aeeea..1199916960 100644 --- a/src/packages/configprovider/types.ts +++ b/src/packages/configprovider/types.ts @@ -573,6 +573,7 @@ export type NutCSSVariables = | 'nutuiTabsVerticalTabLineHeight' | 'nutuiTabsTitlesItemSmileBottom' | 'nutuiTabsTabpanePadding' + | 'nutuiTabsTabpaneBackgroundColor' | 'nutuiIndicatorColor' | 'nutuiIndicatorDotColor' | 'nutuiIndicatorDotSize'