Add persistence of unicodes for glyphs between builds#230
Add persistence of unicodes for glyphs between builds#230mondeja wants to merge 6 commits intosimple-icons:developfrom
Conversation
|
This might not be a good solution for persisting unicodes. Some of them used a preserved code of emoji. Here is the preview: For example the I think it's fine to keep our current solution due to the special nature of our icon library. The unicode that will be changed can be understood as a feature rather than a bug. What do you think? |
|
Good catch. I think that we must not use these reserved symbols, like the emoji ones. Not sure about what you're referring to the "special nature of the library". I'll expect that the font would behave like whatever another icons font. I don't know how could be a feature something that breaks the usage of the font directly, even with minor version changes. You only need to remove the remove the unicode.json file and set the maximum unicode value to I'll tweak the range to not use emojis. |
|
Should be good now 👍🏼 |
|
I’m a bit busy these days. I will take a deeper review later this week. |
|
@mondeja Can we move it to v16? I just noticed some projects are using both |

Resolves #221
Is not really a breaking change, as we don't have persistence now. But I prefer to push it with the next v15 major change.