Skip to content

Commit 285da6e

Browse files
committed
docs: add
1 parent 8faad82 commit 285da6e

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

src/sites/sites-react/doc/docs/react/migrate-from-v2.en-US.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,12 @@ If your project uses these components, please read the documentation carefully a
260260

261261
[//]: # '#### ImagePreview'
262262
[//]: # '#### NoticeBar'
263-
[//]: # '#### Popover'
263+
264+
#### Popover
265+
266+
- Deprecated style variables that existed in the documentation have been removed, `--nutui-popover-hover-background-color``--nutui-popover-hover-text-color``--nutui-popover-border-color`
267+
- Changed style variable, `--nutui-popover-menu-item-padding` -> `--nutui-popover-padding``--nutui-popover-menu-item-width` -> `--nutui-popover-item-width`
268+
- Revised the data type for `location` to use a unified position type `FullPosition`
264269

265270
#### Price
266271

src/sites/sites-react/doc/docs/react/migrate-from-v2.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,12 @@ plugins: [
271271

272272
[//]: # '#### ImagePreview'
273273
[//]: # '#### NoticeBar'
274-
[//]: # '#### Popover'
274+
275+
#### Popover
276+
277+
- 废弃的样式变量,这些变量存在于文档,已删除:`--nutui-popover-hover-background-color``--nutui-popover-hover-text-color``--nutui-popover-border-color`
278+
- 变更样式变量 `--nutui-popover-menu-item-padding` 变更为 `--nutui-popover-padding``--nutui-popover-menu-item-width` 变更为 `--nutui-popover-item-width`
279+
- 修订 `location` 的数据类型,使用统一位置类型 `FullPosition`
275280

276281
#### Price
277282

src/sites/sites-react/doc/docs/taro/migrate-from-v2.en-US.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,12 @@ If your project uses these components, please read the documentation carefully a
260260

261261
[//]: # '#### ImagePreview'
262262
[//]: # '#### NoticeBar'
263-
[//]: # '#### Popover'
263+
264+
#### Popover
265+
266+
- Deprecated style variables that existed in the documentation have been removed, `--nutui-popover-hover-background-color``--nutui-popover-hover-text-color``--nutui-popover-border-color`
267+
- Changed style variable, `--nutui-popover-menu-item-padding` -> `--nutui-popover-padding``--nutui-popover-menu-item-width` -> `--nutui-popover-item-width`
268+
- Revised the data type for `location` to use a unified position type `FullPosition`
264269

265270
#### Price
266271

src/sites/sites-react/doc/docs/taro/migrate-from-v2.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,12 @@ plugins: [
274274

275275
[//]: # '#### ImagePreview'
276276
[//]: # '#### NoticeBar'
277-
[//]: # '#### Popover'
277+
278+
#### Popover
279+
280+
- 废弃的样式变量,这些变量存在于文档,已删除:`--nutui-popover-hover-background-color``--nutui-popover-hover-text-color``--nutui-popover-border-color`
281+
- 变更样式变量 `--nutui-popover-menu-item-padding` 变更为 `--nutui-popover-padding``--nutui-popover-menu-item-width` 变更为 `--nutui-popover-item-width`
282+
- 修订 `location` 的数据类型,使用统一位置类型 `FullPosition`
278283

279284
#### Price
280285

0 commit comments

Comments
 (0)