Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
BANG88 committed Mar 8, 2020
1 parent f777f31 commit 8e036c2
Show file tree
Hide file tree
Showing 22 changed files with 5,782 additions and 678 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ toc: false

---

### 3.3.0

`2020-03-08`

- Update `Icons` to `2.0.0`

### 3.2.2

`2019-12-31`
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ toc: false

---

### 3.3.0

`2020-03-08`

- `Icons` 升级到最新版 `2.0.0`

### 3.2.2

`2019-12-31`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ exports[`renders ./components/accordion/demo/basic.tsx correctly 1`] = `
]
}
>
</Text>
</View>
</View>
Expand Down Expand Up @@ -424,7 +424,7 @@ exports[`renders ./components/accordion/demo/basic.tsx correctly 1`] = `
]
}
>
</Text>
</View>
</View>
Expand Down Expand Up @@ -539,7 +539,7 @@ exports[`renders ./components/accordion/demo/basic.tsx correctly 1`] = `
]
}
>
</Text>
</View>
</View>
Expand Down
24 changes: 12 additions & 12 deletions components/checkbox/__tests__/__snapshots__/demo.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ exports[`renders ./components/checkbox/demo/basic.tsx correctly 1`] = `
]
}
>
</Text>
</View>
<View
Expand Down Expand Up @@ -98,7 +98,7 @@ exports[`renders ./components/checkbox/demo/basic.tsx correctly 1`] = `
]
}
>
</Text>
<Text
style={
Expand Down Expand Up @@ -157,7 +157,7 @@ exports[`renders ./components/checkbox/demo/basic.tsx correctly 1`] = `
]
}
>
</Text>
</View>
<View
Expand Down Expand Up @@ -207,7 +207,7 @@ exports[`renders ./components/checkbox/demo/basic.tsx correctly 1`] = `
]
}
>
</Text>
</View>
</View>
Expand Down Expand Up @@ -282,7 +282,7 @@ exports[`renders ./components/checkbox/demo/basic.tsx correctly 1`] = `
]
}
>
</Text>
</View>
<View
Expand Down Expand Up @@ -370,7 +370,7 @@ exports[`renders ./components/checkbox/demo/basic.tsx correctly 1`] = `
]
}
>
</Text>
</View>
<View
Expand Down Expand Up @@ -456,7 +456,7 @@ exports[`renders ./components/checkbox/demo/basic.tsx correctly 1`] = `
]
}
>
</Text>
</View>
<View
Expand Down Expand Up @@ -542,7 +542,7 @@ exports[`renders ./components/checkbox/demo/basic.tsx correctly 1`] = `
]
}
>
</Text>
</View>
<View
Expand Down Expand Up @@ -650,7 +650,7 @@ exports[`renders ./components/checkbox/demo/basic.tsx correctly 1`] = `
]
}
>
</Text>
</View>
<View
Expand Down Expand Up @@ -767,7 +767,7 @@ exports[`renders ./components/checkbox/demo/basic.tsx correctly 1`] = `
]
}
>
</Text>
</View>
<View
Expand Down Expand Up @@ -884,7 +884,7 @@ exports[`renders ./components/checkbox/demo/basic.tsx correctly 1`] = `
]
}
>
</Text>
</View>
<View
Expand Down Expand Up @@ -1001,7 +1001,7 @@ exports[`renders ./components/checkbox/demo/basic.tsx correctly 1`] = `
]
}
>
</Text>
</View>
<View
Expand Down
Loading

4 comments on commit 8e036c2

@youngjuning
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3.3.0 图标对不上呀大佬,比如 List.Item arrow 显示的就不对

@BANG88
Copy link
Member Author

@BANG88 BANG88 commented on 8e036c2 Mar 8, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

有没有截图 我看了本地的ios 没有问题啊。

@youngjuning
Copy link

@youngjuning youngjuning commented on 8e036c2 Mar 8, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

我是从老版本升级的,怎么 unlink呀

image

ios 下边也有很多没法通过 unlink 移除,我看文档说的不需要 link 了,但是我把下面的配置删了,会报错的:

image

@youngjuning
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这是 android 的:

image

Please sign in to comment.