Skip to content

Latest commit

 

History

History
148 lines (77 loc) · 2.98 KB

CHANGELOG.md

File metadata and controls

148 lines (77 loc) · 2.98 KB

ember-emojione changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[4.1.0] - 2020.09.17

Fixed

  • Resolved incompatibilities when used in an octane project + updated dependencies

[4.0.1] - 2019.11.07

Fixed

  • Resolved an issue with missing files in the published package

[4.0.0] - 2019.11.06

Tech debt

  • Updated Ember CLI to 3.12.0 + updated dependencies

Changed

  • Dropped support for Ember versions below 2.16 LTS

[3.1.0] - 2017.11.14

Tech debt

  • Updated Ember CLI to 2.16.2 + updated dependencies

[3.0.3] - 2017.09.01

Fixed

[3.0.2] - 2017.08.07

Tech debt

  • Update to Babel 6 and use New Module Imports (#47 by @Turbo87)

[3.0.1] - 2017.03.16

Fixed

  • Fixed the isHTMLSafe polyfill warning

[3.0.0] - 2017.03.14

Changed

  • Dropped support for Ember versions below 2.11

[2.1.2] - 2017.03.10

Fixed

  • Fixed regression: broken in Ember LTS 2.8 and below

[2.1.1] - 2017.03.10 (yanked)

Changed

  • jQuery collections are no longer cached under the hood, allowing for dynamic layouts

[2.1.0] - 2017.03.02

Added

  • Support for tailored emojione-png-sprites

Fixed

  • Minor CSS fixes for the components

[2.0.0] - 2017.02.24

Changed

  • ⚠️ emoji-picker-wrapper now yields a hash that contains the following properties:

    Option Type Description
    emojiPicker Component Preconfigured emoji-picker component.
    emojiPickerToggler Component Preconfigured emoji-picker-toggler component.
    emojiAssist Component Preconfigured emoji-typing assistance component.
    isEmojiPickerVisible Boolean Whether emoji picker is visible.

Added

  • isEmojiPickerVisible is now available as a part of the yield value from emoji-picker-wrapper

[1.0.0] - 2017.02.23

First stable release!

Added

  • emoji-picker-wrapper component
  • emoji-typing-assistance component
  • Build configuration is more flexible
  • Many more, see the readme for what's available

[0.3.0] - 2017.02.02

Documentation

  • Huge update to the readme

Changed

  • Asset imports are now semi-automatic

Added

  • emoji-picker component! 😎

[0.2.0] - 2017.01.25

Changes

  • Simplify convenience function footprint: produce an htmlSafe string only if the input was htmlSafe (#25)

Dependencies

  • Upgraded Ember CLI to 2.11.0 stable

Documentation

  • Added demo (16)
  • Readme edits

[0.1.0] - 2017.01.24 (not published)

Initial version.