Releases: bonusly/gemojione
Releases · bonusly/gemojione
v4.1.0
Implemented enhancements:
- Update the title and alt attributes of emojis
Merged pull requests:
- Update alt and title attributes #57 (amclelland)
v4.0.0
Implemented enhancements:
- Upgrade to EmojiOne version 4.5
- Add compatibility for aliases used in Gemoji
Merged pull requests:
- 4.0 Release Candidate #56 (amclelland)
v3.3.0
Implemented enhancements:
- Add aliases search support in
replace_named_moji_with_images
. - Add emoji finder by shortname.
- Add access to emoji list.
- Add emoji finder by category.
Fixed bugs:
- Remove trailing comma from
cartwheel_tone4
.
Merged pull requests:
-
Add aliases search support in replace_named_moji_with_images #38 (jonathanwiesel)
-
Remove misplaced comma #49 (connorshea)
-
Enable emoji access to emoji list #43 (ryosuke-endo)
-
emoji group find by category #44 (ryosuke-endo)
-
Be clearer about spritesheet sizing #47 (gnclmorais)
v3.2.0
v3.1.0
Implemented enhancements:
- Add helper for named mojis as well #27 (gnclmorais)
- Add find by keyword method #24 (jonathanwiesel)
- Add gay_pride_flag #22 (jonathanwiesel)
- Update mrs_claus asset for glasses reflexion #28
Fixed bugs:
- Bring back
speech_left
definition that was wrongly removed. - Remove duplicate ascii alias for
innocent
definition.
v3.0.1
Fixed bugs:
- Changed shopping cart category (from
travel
toobjects
)
Implemented enhancements:
- Add
facepalm
alias toface_palm
definitions.
v3.0.0
Implemented enhancements:
- Add Unicode 9 Emoji #10
- Add SVG usage option #19 (jonathanwiesel)
Fixed bugs:
Merged pull requests:
- Unicode9 #18 (jonathanwiesel)
- Rails check updated #15 (kendrikat)
- Remove duplicate defs same unicode #14 (jonathanwiesel)
- Change categories according to EmojiOne #12 (jonathanwiesel)
Breaking changes:
egg
renamed tocooking
. (Unicode9 includes trueegg
definition).- Dropped support for ruby v1.x because json dependency no longer supports it.
- Standarized recategorization. (
celebration
,emoticons
,objects_symbols
,other
,places
,travel_places
categories removed). New standarized categories are the following:
{
"activity": 145,
"flags": 257,
"food": 85,
"modifier": 5,
"nature": 161,
"objects": 178,
"people": 570,
"symbols": 272,
"travel": 119
}
foods
category has benn renamed tofood
.- People serving assets directly from the gem must change:
config.assets.paths << Gemojione.index.images_path
# to
config.assets.paths << Gemojione.images_path
- If using new SVG option (
Gemojione.use_svg = true
), asset precompilation config should also be changed:
config.assets.precompile << "emoji/*.png"
# to
config.assets.precompile << "emoji/*.svg"
- The
install_assets
rake task now installs both asset types (PNGs and SVGs). - The following definitions have been removed because they are not actually emoji:
airplane_northeast
airplane_small_up
anger_left
ascending_notes
ballot_box_check
ballot_box_x
ballot_x
book2
bouquet2
boys_symbol
bullhorn
bullhorn_waves
calculator
cancellation_x
cartridge
celtic_cross
clockwise_arrows
computer_old
cross_heavy
cross_white
crossbones
descending_notes
desktop_window
document
document_text
envelope_back
envelope_flying
envelope_stamped
envelope_stamped_pen
finger_pointing_down
finger_pointing_down2
finger_pointing_left
finger_pointing_right
finger_pointing_up
fire_engine_oncoming
flip_phone
floppy_black
floppy_white
folder
folder_open
frame_tiles
frame_x
girls_symbol
hand_splayed_reverse
hand_victory
hard_disk
heart_tip
info
jet_up
keyboard_mouse
keyboard_with_jacks
keycap_ten
left_receiver
left_writing_hand
light_check_mark
lips2
mood_bubble
mood_bubble_lightning
mood_lightning
mouse_one
network
note
note_empty
notepad
notepad_empty
optical_disk
page
pages
pencil3
pennant_black
pennant_white
piracy
prohibited
pushpin_black
right_speaker
right_speaker_one
right_speaker_three
ringing_bell
rosette_black
speech_left
speech_right
speech_three
speech_two
stereo
stock_chart
telephone_black
telephone_white
thought_left
thought_right
thumbs_down_reverse
thumbs_up_reverse
train_diesel
triangle_round
turned_ok_hand
wired_keyboard
v2.6.1
Implemented enhancements:
- Merge keywords from emojione gem.
- Add a couple definitions that where mixed with old ones.
Fixed bugs:
- Clean duplicate keywords.
- Make all
unicode-alternates
an array, uppercase value.
v2.6.0
v2.5.0
Merged pull requests: