Sha256: 014c501b3d4e59a5c0ec292c8d787b3bd50d843cd316af187f23f8d6163d2ed8

Contents?: true

Size: 1.43 KB

Versions: 1

Compression:

Stored size: 1.43 KB

Contents

## 3.0.0

Big Changes:

 * Switch emoji to [Twemoji](https://github.com/twitter/twemoji) v12.04 from EmojiOne v2.0
   * See [#23 Switch to Twemoji](https://github.com/hidakatsuya/prawn-emoji/issues/23) for further details
 * Support joined emojis like 👨‍👨‍👦 or 1️⃣
   * See [#24 Joined emojis like 👨‍👨‍👦 or 1️⃣ are not drawn](https://github.com/hidakatsuya/prawn-emoji/issues/24) for further details

Breaking Changes:

 * Drop support ruby2.1 and 2.2, 2.3
 * prawn-emoji requires Prawn 2.2 (Drop support Prawn 2.1)

## 2.1.1

### Bug Fixes:

 * Fixed: A text including multiple emojis are broken #19

## 2.1.0

### Breaking Changes

 * Support variation selector
   * An emoji with text presentation selector such as ☀︎ (U+2600 U+FE0E) will be drawn as text
   * See also http://www.unicode.org/reports/tr51/tr51-12.html#def_text_presentation_selector

## 2.0.1

### Bug Fixes:

 * Fixed: part of ASCII chars and symbols is unexpectedly replaced with emojis #17 [@juanfal]

## 2.0.0

 * prawn-emoji requires Prawn 2.1 or higher
   - NOTE: prawn-emoji 1.x supports Prawn 1.3 and 2.0
 * Support multi character emojis with updating to latest version Emojione's emojis #15

## 1.0.2

 * Fixed: © \u{00a9} is not rendered (commit: 32d55b0)
 * Development: Add task for generating emoji index from emoji images (commit: 2d41247)

## 1.0.1

 * Skip drawing if the text encoding is not UTF-8 (commit: 033f05e)

## 1.0.0

First release.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
prawn-emoji-3.0.0 CHANGELOG.md