You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- You can add icon set to favorite icon sets list to quickly access it.
62
+
- Scrolling for icons. No more pagination (though it is available if you prefer to click pages).
63
+
- You can select multiple icons. To enable multi-select, click "Select multiple icons" box.
62
64
63
65

64
66
@@ -67,27 +69,43 @@ Icon set page now has:
67
69

68
70
69
71
Search results feature:
70
-
- Infinite scroll for icons, same as in icon set view. It is not typical slow infinite scroll, it is very fast and renders only icons that are visible.
71
-
- License information for each icon.
72
+
73
+
- Infinite scroll for icons, same as in icon set view. It is not typical slow infinite scroll, it is very fast and renders only icons that are visible.
74
+
- License information for each icon.
72
75
73
76
### Drag and drop
74
77
75
78
Drag and drop has been redesigned. It is now more precise, dropping icon to correct layer.
76
79
77
80
There are some caveats though:
78
-
- Cannot drop icon to component instance: Figma plugin system limitation. Must drop it to main component.
79
-
- If layer has auto-layout, icon will be imported as first item in frame, not necessary where you drop it.
81
+
82
+
- Cannot drop icon to component instance: Figma plugin system limitation. Must drop it to main component.
83
+
- If layer has auto-layout, icon will be imported as first item in frame, not necessary where you drop it.
84
+
85
+
### Color styles
86
+
87
+
Plugin now supports Figma color styles.
88
+
89
+
Color styles are shown in color picker. When importing icon, if color style is selected, it will be applied to icon.
90
+
91
+

92
+
93
+
Behavior:
94
+
95
+
- Works when importing icon, works when using drag/drop.
96
+
- When replacing icon, color value is ignored. Instead, plugin will reuse color or color style from old icon.
97
+
- In Figma, plugins can find only local styles. Shared styles from other documents (remote styles) are not available. However, when selecting a layer, plugin can see styles that are used in that layer, including remote style. Iconify plugin checks selected layers for remote styles, so if you want to use a remote style, select any layer that uses it and it will appear in plugin's color picker.
80
98
81
99
## Feedback
82
100
83
101
Feedback is very welcome.
84
102
85
103
Please open issues at this repository if:
86
-
- You think this version is missing a critical feature that older version used to have.
87
-
- You have a suggestion.
88
-
- You found something that does not feel right, which might be a bug or bad design.
104
+
105
+
- You think this version is missing a critical feature that older version used to have.
106
+
- You have a suggestion.
107
+
- You found something that does not feel right, which might be a bug or bad design.
89
108
90
109
## Source code
91
110
92
111
Source code for this version is not available yet.
0 commit comments