Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jdf2e/nutui-react
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.3
Choose a base ref
...
head repository: jdf2e/nutui-react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.4
Choose a head ref
  • 5 commits
  • 31 files changed
  • 3 contributors

Commits on Mar 13, 2025

  1. chore(deps): update actions/github-script action to v7 (#3012)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 13, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    75be547 View commit details

Commits on Mar 14, 2025

  1. fix: correct usages about toast (#3083)

    Alex-huxiyang authored Mar 14, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    4acf6ea View commit details
  2. chore: remove migrate ci-workflow (#3085)

    * chore: remove migrate ci-workflow
    
    * chore: remove migrate relative scripts
    
    * chore: remove migrate relative scripts and cis
    Alex-huxiyang authored Mar 14, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    fd0c0df View commit details
  3. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    c2e74b6 View commit details
  4. chore(release): v3.0.4

    oasis-cloud committed Mar 14, 2025
    Copy the full SHA
    33b3745 View commit details
Showing with 26 additions and 387 deletions.
  1. +1 −1 .github/workflows/pr-labels.yml
  2. +0 −44 .github/workflows/sync-h5.yml
  3. +0 −48 .github/workflows/sync-migrate.yml
  4. +0 −44 .github/workflows/sync-taro.yml
  5. +9 −0 CHANGELOG.md
  6. +1 −1 package.json
  7. +0 −126 scripts/copy-docs-h5-or-taro.js
  8. +0 −37 scripts/copy-migrate-from-v1.js
  9. +0 −37 scripts/copy-migrate-from-v2.js
  10. +0 −1 src/packages/icon/demo.taro.tsx
  11. +1 −1 src/packages/icon/demos/taro/demo6.tsx
  12. +1 −1 src/packages/icon/demos/taro/demo7.tsx
  13. +0 −1 src/packages/infiniteloading/demos/taro/demo2.tsx
  14. +2 −5 src/packages/inputnumber/demos/taro/demo3.tsx
  15. +2 −5 src/packages/inputnumber/demos/taro/demo8.tsx
  16. +2 −18 src/packages/inputnumber/demos/taro/demo9.tsx
  17. +0 −1 src/packages/numberkeyboard/demos/taro/demo6.tsx
  18. +0 −1 src/packages/progress/demos/taro/demo7.tsx
  19. +0 −1 src/packages/pulltorefresh/demos/taro/demo4.tsx
  20. +0 −1 src/packages/searchbar/demos/taro/demo3.tsx
  21. +0 −1 src/packages/searchbar/demos/taro/demo4.tsx
  22. +1 −1 src/packages/sidebar/demos/taro/demo1.tsx
  23. +1 −1 src/packages/sidebar/demos/taro/demo4.tsx
  24. +1 −1 src/packages/sidebar/demos/taro/demo5.tsx
  25. +1 −1 src/packages/sidebar/demos/taro/demo6.tsx
  26. +3 −3 src/packages/sidebar/sidebar.taro.tsx
  27. +0 −1 src/packages/switch/demos/taro/demo2.tsx
  28. +0 −1 src/packages/switch/demos/taro/demo6.tsx
  29. +0 −1 src/packages/table/demo.taro.tsx
  30. +0 −1 src/packages/toast/demos/taro/demo2.tsx
  31. +0 −1 src/packages/toast/doc.taro.md
2 changes: 1 addition & 1 deletion .github/workflows/pr-labels.yml
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Update PR labels
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
44 changes: 0 additions & 44 deletions .github/workflows/sync-h5.yml

This file was deleted.

48 changes: 0 additions & 48 deletions .github/workflows/sync-migrate.yml

This file was deleted.

44 changes: 0 additions & 44 deletions .github/workflows/sync-taro.yml

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,15 @@

`2025-03-07`

- fix(sidebar): 禁用属性和内容显示异常 (#3084)
- fix: 示例中 toast 的用法修复 (#3083)
- chore: 移除废弃的 github action (#3085)
- chore(deps): 升级 actions/github-script 到 v7 (#3012)

# v3.0.3

`2025-03-07`

- refactor(pagination): 组件重构, hooks 实现数据抽象 (#2988)
- refactor(cascader): 组件重构,修订 lazy 属性的定义 (#3007)
- fix(countdown): 秒位补 0 展示 (#3072)
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-react-taro",
"version": "3.0.3",
"version": "3.0.4",
"style": "dist/style.css",
"main": "dist/nutui.react.umd.js",
"module": "dist/es/packages/nutui.react.build.js",
126 changes: 0 additions & 126 deletions scripts/copy-docs-h5-or-taro.js

This file was deleted.

37 changes: 0 additions & 37 deletions scripts/copy-migrate-from-v1.js

This file was deleted.

37 changes: 0 additions & 37 deletions scripts/copy-migrate-from-v2.js

This file was deleted.

1 change: 0 additions & 1 deletion src/packages/icon/demo.taro.tsx
Original file line number Diff line number Diff line change
@@ -53,7 +53,6 @@ const IconDemo = () => {
<Toast
content={state.msg}
visible={state.visible}
type={state.type}
duration={state.duration}
icon={state.icon}
closeOnOverlayClick={state.closeOnOverlayClick}
2 changes: 1 addition & 1 deletion src/packages/icon/demos/taro/demo6.tsx
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ const Demo6 = () => {

return (
<>
<Toast visible={state.visible} content={state.content} type="text" />
<Toast visible={state.visible} content={state.content} />
{(iconfonts.IconFontConfig as any).data.map((item: any) => {
return (
<Cell.Group key={item.name} title={item.name}>
Loading