Skip to content

Releases: iconfont-cli/react-native-iconfont-cli

v2.2.4

Choose a tag to compare

@fwh1990 fwh1990 released this 09 Oct 02:20

index.{js|tsx} 文件导出各个图标 #23

v2.2.3

Choose a tag to compare

@fwh1990 fwh1990 released this 05 Jul 03:34

提供本地svg后,symbol_url可以省略 #14

v2.2.0

Choose a tag to compare

@fwh1990 fwh1990 released this 19 Aug 13:43

支持本地svg功能 #10 感谢 @Grewer

v2.1.0

Choose a tag to compare

@fwh1990 fwh1990 released this 24 Jun 01:41

Features

Add React.memo to enhance rendering. #9

v2.0.0

Choose a tag to compare

@fwh1990 fwh1990 released this 13 Apr 13:45

Breaking Changes

* Remove property summary_component_name

We will always use IconFont as its name, and move summary component file to index.{tsx|js} permanently.

* Abandon named export

We always use export default XXX in icon file.

v1.7.0

Choose a tag to compare

@fwh1990 fwh1990 released this 15 Mar 16:16

Breaking Changes

Remove generate_mode from file of iconfont.json.

v1.6.3

Choose a tag to compare

@fwh1990 fwh1990 released this 01 Dec 02:20

Export both named icon and default icon

v1.6.2

Choose a tag to compare

@fwh1990 fwh1990 released this 30 Sep 02:19

Fixes

Strip multiple symbol

v1.5.0

Choose a tag to compare

@fwh1990 fwh1990 released this 26 Sep 08:11

Custom summary component name by configure

{
   ...
   summary_component_name: 'NewIcon'
}

v1.4.3

Choose a tag to compare

@fwh1990 fwh1990 released this 25 Sep 00:09

Strip symbol when trim_icon_prefix is provided