Releases: svgmoji/svgmoji
Releases · svgmoji/svgmoji
v3.2.0
v3.1.0
🚀 Features
- 33a6204: Add data entry points for
github,slackanddiscordshort codes. - 75b361f: Update SVG files to the latest versions and resolve some issues with missing files. Also fix missing emoji for
openmoji. - 088f5d3: Make
@svgmoji/corea direct dependency for all icon packages. - 7c81be1: Add
popularEmojito theBaseMojiabstract class. Now when the provided query is absent inMoji#searchthepopularEmojiare returned. This can also be set in the constructor with an array of unicode / hexcode representations of the emoji. The default values are taken from the top 100 frequently used emoji as listed here. - edd4a29: Add
maxResultstoMoji#searchoptions. The default value is20.
v3.0.0
💥 Breaking
-
d91dfe0: Remove
svgassets from npm distribution. This will reduce install times. The default cdn will also be moved to GitHub.The exception is with the
notopackage which still includes the/sprites/all.svgasset since it is greater than 20MB and not supported via via the JSDeliver GitHub CDN.
🚀 Features
v2.0.0
💥 Breaking Changes
- 9599f2d: Remove all
*_REGEXPexports. Useemojibase-regexas an alternative. This also shaves 300 B from the total build size.
✨ Features
v1.0.0
🚀 Features
-
b549183: This update contains breaking the following breaking changes.
- BREAKING: Rename
getUrlmethod onMojiabstract class tourl. - BREAKING: Store
fallbackas aFlatEmojirather than the provided string.
The remaining changes are non-breaking.
- Add
fallbackUrlproperty toMojiabstract class. - Add
findmethod toMojito allow searching for emoji byunicode,hexcodeoremoticon. - Add
searchmethod which allows fuzzy searching the emoji. The search algorithm is provided the
librarymatch-sorterand may be adapted in
future releases. - Clean up dependencies.
- BREAKING: Rename
-
ca58f62: - Upgrade sha for
@svgmoji/openmojito include recently added emoji.- Improve optimizations for generated SVG's in
@svgmoji/notoand@svgmoji/blob. - Add missing flag emojis to both
@svgmoji/notoand@svgmoji/blob. - Add json entry points for both
missing.jsonandextra.json.missing.jsonis a list of hexcodes from Emoji version 13 which are missing from the emoji
set.extra.jsonoutlines all the non-standard emoji within this emoji set.
- Add a new group, and subgroup called
otherwhich includes the set of all emoji without a group
/ subgroup.
- Improve optimizations for generated SVG's in
-
67a34b4: - Make
@svgmoji/corea peer dependency.- Improve type inference by setting the
nameto aconstforBlobmoji,Notomoji,Twemoji
andOpenmoji
- Improve type inference by setting the