Skip to content

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

v2.2.4

09 Oct 02:20
Compare
Choose a tag to compare

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

v2.2.3

05 Jul 03:34
Compare
Choose a tag to compare

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

v2.2.0

19 Aug 13:43
Compare
Choose a tag to compare

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

v2.1.0

24 Jun 01:41
Compare
Choose a tag to compare

Features

Add React.memo to enhance rendering. #9

v2.0.0

13 Apr 13:45
Compare
Choose a tag to compare

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

15 Mar 16:16
Compare
Choose a tag to compare

Breaking Changes

Remove generate_mode from file of iconfont.json.

v1.6.3

01 Dec 02:20
Compare
Choose a tag to compare

Export both named icon and default icon

v1.6.2

30 Sep 02:19
Compare
Choose a tag to compare

Fixes

Strip multiple symbol

v1.5.0

26 Sep 08:11
Compare
Choose a tag to compare

Custom summary component name by configure

{
   ...
   summary_component_name: 'NewIcon'
}

v1.4.3

25 Sep 00:09
Compare
Choose a tag to compare

Strip symbol when trim_icon_prefix is provided