Laravel Emojione Versions Save

Laravel package to make it easy to use the gorgeous emojis from EmojiOne

2.1.1

6 years ago

Fixes

  • Make the blade directive @emojione compatible with older Laravel versions

2.1.0

6 years ago

Changes

  • Added support for emojione 3.1

Upgrade

  • If you have published config/emojione.php update 'emojiVersion' => '3.1',
  • If you are serving your own assets, be sure to update your emojione/assets in package.json to 3.1 as well

2.0.1

7 years ago

An update in the emojione library now lets us specify the size of emojis (32 or 64) when using sprites 😄

Upgrading from 2.0.0 to 2.0.1

Add the following value to your config/emojione.php:

'spriteSize' => 64, // 32 or 64

2.0.0

7 years ago

Use the new EmojiOne 3.0 artwork and code

1.0.1

7 years ago

Update README 📃

1.0.0

7 years ago

First release