Releases: iconfont-cli/react-native-iconfont-cli
Releases · iconfont-cli/react-native-iconfont-cli
v2.2.4
从 index.{js|tsx} 文件导出各个图标 #23
v2.2.3
提供本地svg后,symbol_url可以省略 #14
v2.1.0
Features
Add React.memo
to enhance rendering. #9
v2.0.0
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
Breaking Changes
Remove generate_mode
from file of iconfont.json.
v1.6.3
Export both named icon and default icon
v1.6.2
Fixes
Strip multiple symbol
v1.5.0
Custom summary component name by configure
{
...
summary_component_name: 'NewIcon'
}
v1.4.3
Strip symbol when trim_icon_prefix is provided