https://github.com/oblador/react-native-vector-icons

sort by:
Revision Author Date Message Commit Date
77c0010 Release 6.0.2 08 October 2018, 19:45:34 UTC
bb4c326 Remove config files and scripts from npm bundle 08 October 2018, 19:44:40 UTC
de54eeb Release 6.0.1 04 October 2018, 16:58:43 UTC
46856e0 Preserve directory structure in babel web build (#862) 04 October 2018, 16:58:15 UTC
e5766ad Fix AntDesign integration in icon directory 02 October 2018, 19:03:06 UTC
e8d4a9f Fix antdesign build script 02 October 2018, 19:00:14 UTC
6812682 Remove console.log... 02 October 2018, 18:56:26 UTC
80346d2 Release 6.0.0 02 October 2018, 18:43:46 UTC
908ca00 Fixes iOS bug + minor bug fix (#808) * Low-level hack to choose the right FA5 font The old workaround was sometimes cancelled by either React or iOS itself. The new workaround hacks into the React core and changes its behaviour which allows us to choose the right font before React interferes. * XCode project update * Ensure native module is available for FontAwesome5 getImageSource * FA5 fallback fix * Updated getImageForFontAwesome5() to use new workaround 01 October 2018, 15:53:42 UTC
966e49e Upgrade MaterialCommunityIcons to 2.8.94 30 September 2018, 11:52:23 UTC
d969f8c Update IconToolbarAndroid to use componentDidUpdate 30 September 2018, 11:40:25 UTC
9b8590b Update TabBarItemIOS to use componentDidUpdate 30 September 2018, 10:44:41 UTC
81e9b3d Update TabBarExample to React Native 0.57.1 30 September 2018, 10:21:01 UTC
efd2036 Remove reliance of propTypes in IconButton and FA5 30 September 2018, 09:55:52 UTC
9a60a29 Bump prop-types to 15.6.2 30 September 2018, 09:50:49 UTC
54a26c6 Bump prettier/eslint/babel/eslint-config-airbnb 30 September 2018, 09:41:09 UTC
78d4a74 Bump iOS platform target in Xcode project to 9.0 30 September 2018, 09:16:48 UTC
2cab96e Bump gradle build tool to 3.1.4 30 September 2018, 09:16:24 UTC
804381b Fix AntDesign font name reference 30 September 2018, 09:15:57 UTC
c17af25 Upgrade IconExplorer to React Native 0.57.1 30 September 2018, 09:15:42 UTC
d72f25b Bump platform version to iOS 9 in podspec (#821) 30 September 2018, 08:37:47 UTC
2e3a87e Add Ant Design icons (#757) * add support for Ant Design fonts * Automatically build antd icons * add AntDesign icons to directory & IconExplorer * add AntDesign.ttf to IconExplorer ios Info.plist * Add AntDesign to IconExplorer iOS project * Update build script to automate builds * Remove @bodhiveggie/antd-icons dependency 30 September 2018, 08:35:32 UTC
1d3462e Update build.gradle to 3.0.1 (#628) Updated gradle version, compileSdkVersion with the corresponding buildToolsVersion. Using implementation instead of compile as of gradle 3.0.1. 30 September 2018, 08:25:39 UTC
9e756cb Fix require cycle warning in React Native 0.57 (#845) * remove require cycle warning in React Native 0.57 Require Cycle: create-icon-set.js<->ensure-native-module-available.js * fix prettier error * omg... prettier error again 15 September 2018, 10:17:15 UTC
a5b5f67 Update README with clarified custom font usage (#818) * clarifying custom icomoon font usage - clarify `fontFile` argument - provide example of custom font usage with android support * update explicit IcoMoon example * Adding IcoMoon Link 06 September 2018, 09:28:09 UTC
52b1557 Update README with react-native link pointing to this specific pkg (#813) 05 September 2018, 20:48:46 UTC
46b9238 Docs (#828) * Update README.md 05 September 2018, 20:38:47 UTC
6b0b3af Upgrade FontAwesome 5 to 5.3.1 (#836) 05 September 2018, 20:36:58 UTC
1be2425 Fix warnings with FontAwesome5 for web (#825) * Fix warnings with FontAwesome5 for web * Updating propTypes for FA5 + Extra fix, never edit code on github.com 30 August 2018, 20:21:35 UTC
63190be Merge pull request #829 from hampustagerud/issues Issues 27 August 2018, 21:10:16 UTC
6678f4a Update support.md 19 August 2018, 21:34:00 UTC
4abd9ea Update bug_report.md 19 August 2018, 21:33:12 UTC
d84fe44 Update issue templates 19 August 2018, 21:27:15 UTC
d780777 Merge branch 'master' of https://github.com/oblador/react-native-vector-icons 04 August 2018, 20:35:35 UTC
12ac7ec Fix fa5-upgrade not finding package.json (#803) 02 August 2018, 04:20:53 UTC
81a8609 Add tvOS target (#446) (#802) 01 August 2018, 16:10:58 UTC
81ec372 Merge remote-tracking branch 'oblador/master' 31 July 2018, 22:58:59 UTC
5384b96 Release 5.0.0 28 July 2018, 08:13:30 UTC
f34d291 Use fontReference instead of fontFamily for web (#778) * Fix for Webpack keeping fontFamily parameter for iOS * Update create-icon-set.js * Update create-icon-set.js * Update create-icon-set.js * Remove whitespace * Fix iOS * Fix prettier * Fix prettier 28 July 2018, 08:12:33 UTC
4aa125f FontAwesome 5 with fallback (#787) * FontAwesome5 implementation + GlyphMap for FontAwesome 5.1.0 Pro + Font files for FontAwesome 5.1.0 Free + Implementation enabling FontAwesome5 icons Handles the copying and renaming of FontAwesome5 Pro font files Removed debug code * Update README.md * Easier way to use FontAwesome5 Pro Now a default import from a separate file, instead of creating it using FA5iconSet(bool). * FontAwesome 5 instructions Fixes to pass tests * Automatic build and upgrading, also added to directory and IconExplorer * Buttons and TabBarItems should be working on iOS too now * Updated build flow + FontAwesome 5.1.1 + Temporary folder and npm pack when building + Separate glyphmaps * Upgrading FontAwesome is automatic and occurs locally * Create FontAwesome 5 iconSet with factory * Setup FontAwesome 5 automatically * Bug fixes with FontAwesome 5 loading * getImageSource() implementation for FontAwesome 5 * Export all types in FontAwesome5 iconSets * Changed name on FA5Type to FA5Style * Update docs to reflect changes to FontAwesome 5 * Some final iOS fixes for FontAwesome 5 PR * Updated scripts * Name changes and minor fixes * ensureNativeModuleAvailable() in its own file * Removed add-font-assets from user binaries * Edited package.json ends with blank line now * Cleaner code * Docs update * FontAwesome5 script now generates metadata * yarn test * Implement fallback * IconExplorer fix * directory now has custom fallback * Merge updates * Should remove project.pbxproj from PR * Upgrade FontAwesome 5 to 5.2.0 * Invert metadata * Implement fallback * eslint corrections * Fix directory * Removed brand prop and optional fallback * Changes how FontAwesome5 metadata is generated 28 July 2018, 08:05:23 UTC
296a32e Bump Octicons to 8.0.0 (#796) * Bump Octicons to 8.0.0 * Fix README.md * Alignment fix 27 July 2018, 18:49:27 UTC
1baea22 Merge remote-tracking branch 'oblador/master' 27 July 2018, 14:07:28 UTC
989608a Bump MaterialCommunityIcons to 2.5.94. Fixes #729 27 July 2018, 10:36:45 UTC
2079d70 Bump EvilIcons to 1.10.1 27 July 2018, 10:33:01 UTC
c2e9479 Refactor android SDK version overrides (#792) just a little improved version rather then many explicit def for each value. 24 July 2018, 11:36:10 UTC
be15c24 Revert android SDK version defaults 24 July 2018, 09:00:30 UTC
5190490 Exposes advanced methods in Icon component. (#762) * Now exposing the glyph map with Icon.getRawGlyphMap * Now exposing font family with getFontFamily * Exposed Icon methods to README.md * Fix typo, formatting and add more methods to Static Methods 24 July 2018, 08:26:45 UTC
cfb58ca Using SDK Version variables from root project (#714) * Using SDK Version variables from root project Instead of assuming the `compileSdkVersion`, `targetSdkVersion`, etc, read it from the root project. Default `compileSdkVersion` and `targetSdkVersion` to the latest versions. Android Target API Level 26 will be required in August 2018. https://android-developers.googleblog.com/2017/12/improving-app-security-and-performance.html And the React Native team is already working on this: facebook/react-native#17741 facebook/react-native#18095 * Renaming variables for consistency * Rename variables and use *Version for all settings 20 July 2018, 07:24:29 UTC
e6b0e06 Bump IconExplorer to React Native 0.56 20 July 2018, 07:18:19 UTC
45e8617 FontAwesome 5 (#776) * FontAwesome5 implementation + GlyphMap for FontAwesome 5.1.0 Pro + Font files for FontAwesome 5.1.0 Free + Implementation enabling FontAwesome5 icons Handles the copying and renaming of FontAwesome5 Pro font files Removed debug code * Update README.md * Easier way to use FontAwesome5 Pro Now a default import from a separate file, instead of creating it using FA5iconSet(bool). * FontAwesome 5 instructions Fixes to pass tests * Automatic build and upgrading, also added to directory and IconExplorer * Buttons and TabBarItems should be working on iOS too now * Updated build flow + FontAwesome 5.1.1 + Temporary folder and npm pack when building + Separate glyphmaps * Upgrading FontAwesome is automatic and occurs locally * Create FontAwesome 5 iconSet with factory * Setup FontAwesome 5 automatically * Bug fixes with FontAwesome 5 loading * getImageSource() implementation for FontAwesome 5 * Export all types in FontAwesome5 iconSets * Changed name on FA5Type to FA5Style * Update docs to reflect changes to FontAwesome 5 * Some final iOS fixes for FontAwesome 5 PR * Updated scripts * Name changes and minor fixes * ensureNativeModuleAvailable() in its own file * Removed add-font-assets from user binaries * Edited package.json ends with blank line now * Cleaner code * Docs update 20 July 2018, 06:44:48 UTC
14be3c6 Rotate travis npm token 19 July 2018, 21:12:10 UTC
21e93b0 Bump version and change Material Design Icons dependency source (#733) * Bump MaterialCommunityIcons icon set to 2.4.85 - Changed dependency of mdi to official Material Design Webfont (https://github.com/Templarian/MaterialDesign-Webfont) * Fix Readme info * Revert unnecessary README changes 01 July 2018, 08:14:33 UTC
dae8633 Update Ionicons to 4.2.4 #740 01 July 2018, 07:54:56 UTC
ea24ee1 Add missing file extension to some npm scripts 01 July 2018, 07:50:53 UTC
8874a4d Move icon build scripts out of package.json 01 July 2018, 07:44:17 UTC
06679c7 Bump react-native in IconExplorer to 0.56.0-rc.4 01 July 2018, 07:06:14 UTC
43a7350 Add note about consuming React via CocoaPods to README 01 July 2018, 07:01:02 UTC
2120737 Fix keyboard dismiss in IconExplorer (#756) 25 June 2018, 06:30:49 UTC
ae35b3b Updates README to the correct IcoMoon file path (#732) IcoMoon font exports generate a `selection.json`, not a `config.json` (like Fontello) does. This just updates the readme to reflect that 17 June 2018, 22:24:12 UTC
aa884eb Update IconExplorer to use FlatList and ramda 30 May 2018, 23:30:44 UTC
ab7495a Update IconExplorer to React Native 0.55.4 30 May 2018, 23:27:43 UTC
1bcb30a Bump prettier to 1.13.3 and add .prettierrc 30 May 2018, 22:56:56 UTC
c202027 Add instructions to delete build folder in README 04 April 2018, 20:56:24 UTC
f3bfe6b Bump Feather icon set to 4.7.0 (#693) * Update Feather icon set. It's long time since Feather icon set is updated. Recently v4.7.0 was released with many new icons. Followed https://github.com/oblador/react-native-vector-icons/blob/fc0c4fa3bf28851479e81d1866400be439a9309a/BUILDING_FEATHER.md for generating Feather icon set. * Update Feather section in README 03 April 2018, 19:30:38 UTC
fc0c4fa Release 4.6.0 02 April 2018, 13:38:08 UTC
70e32c3 Add hasIcon static method API (#666) * Add hasIcon static method to Icon class * FIx CI * FIx code styles * Avoiding creating new array * Update readme 02 April 2018, 13:37:33 UTC
91ea8e3 Bump Octicons to 7.2.0 02 April 2018, 13:36:18 UTC
b50a04e Bump MaterialCommunityIcons to 2.2.43 02 April 2018, 13:33:55 UTC
b317e9c Update Podfile path to reflect most common setup 24 March 2018, 10:50:11 UTC
37cb9a8 Release 4.5.0 08 January 2018, 22:32:53 UTC
66bb0e0 Improve directory site (#583) * searching when user stops typeing * hide horizontal scrollbar and alway show vertical scrollbar * response message 'not found' 08 January 2018, 22:31:13 UTC
bd4d7a9 Bump MaterialCommunityIcons to 2.1.19 #621 08 January 2018, 22:01:57 UTC
054b552 Support CSS 2 & 3 pseudo selectors in generate-icon script (#601) * modify generate-icon-set-from-css.js regex in order to generate icon set from css file. include example css file in project * adjust regex - remove example file 08 January 2018, 21:47:29 UTC
f68be6a Release 4.4.3 19 December 2017, 23:04:39 UTC
2a4f4e6 Warn about margins for Icon.Button. Fixes #612 19 December 2017, 22:32:37 UTC
f539633 Bump IconExplorer example to RN 0.51 19 December 2017, 22:26:01 UTC
0ce4a85 Modify 'Header Search Path' for native iOS app to integrate react-native-vector-icons from react-native package.json. (#586) 19 December 2017, 21:34:39 UTC
f6a1362 Use PureComponent instead of Component (#608) 19 December 2017, 21:28:08 UTC
1c1e844 Add support for color prop as number (#574) * Accept color prop to be a number (with alpha) * Extend support for color prop as a number to all components * remove extraneus comma * Make prettier happier 22 October 2017, 18:01:59 UTC
ecb6630 Release 4.4.2 08 October 2017, 09:44:58 UTC
72d3966 Fix web build script #564 08 October 2017, 09:43:52 UTC
d1d8f5d Release 4.4.1 07 October 2017, 17:45:08 UTC
809a1e7 Generate feather font manually using icomoon to avoid fontcustom bugs 07 October 2017, 17:42:35 UTC
70c55e4 Add Feather to IconExplorer 17 September 2017, 20:27:13 UTC
c2ae46f Fix travis secrets 16 September 2017, 13:34:34 UTC
b34a0cc Fix deploy script in travis 16 September 2017, 13:25:10 UTC
6806f57 Release 4.4.0 16 September 2017, 12:56:45 UTC
261691e Bump octicons to 6.0.1 16 September 2017, 12:47:30 UTC
b4e1818 Release to npm and deploy icons directory via travis 16 September 2017, 12:28:14 UTC
e1cefb5 Lock icons directory project dependencies with yarn 16 September 2017, 12:10:09 UTC
af017d6 Bump eslint dependencies and fix lint errors 16 September 2017, 12:01:32 UTC
53d845c Add support for Feather icons (#546) * Add support for Feather icons * Fix a small bug in the Feather.js icon set generation * Fix permissions of Feather.ttf * Fix the Feather font family and name * Add typings for the Feather module * Revert "Add support for Feather icons" This reverts commit 372006e766924ef50ee22b8d362c5762cf1db691. * Add dependency feather-icons * Add support for Feather icons * Add the Feather icons to the icon index * Update README to include Feather icons 16 September 2017, 11:52:07 UTC
c5a2457 Remove voximplant demo from README 02 August 2017, 05:23:27 UTC
9ef7ad6 Link downloads badge to npm in README 30 July 2017, 17:28:28 UTC
fcf3d9e Add issue closure badge to README 30 July 2017, 17:13:29 UTC
ce03e7a Release 4.3.0 30 July 2017, 17:12:26 UTC
5fcdef2 Add a bunch of badges 30 July 2017, 17:09:14 UTC
74a79bc Update documentation for web 30 July 2017, 16:54:13 UTC
2cb334d Simplify web build script and run it before publishing 30 July 2017, 16:46:09 UTC
24291a0 Add transpiled javascript to distributed npm package (#415) * babel, yarn, web * glyphmaps * move babel react native dep to dev dep * Move built js files to dist folder and exclude from git * Remove yarn lockfile 30 July 2017, 16:40:57 UTC
back to top