Skip to content

Releases: contentco/quill-emoji

v0.2.0 General Fixes

31 Mar 15:28
Compare
Choose a tag to compare

v0.1.8 - Dependency update

06 Aug 13:23
Compare
Choose a tag to compare

Fixes some vulnerable dependencies

v0.1.7 - Fixes

06 Aug 13:21
Compare
Choose a tag to compare

Thanks to @KillerCodeMonkey for the fix!

Update includes:

  • fix(InsertEmojis): use quill source 'user' for insertion

v0.1.6

28 Feb 09:34
Compare
Choose a tag to compare

Thanks to @CFT-Chris , @gxy01 for the updates!

  • Fix for unicode parse error
  • Fix for forgetting to add the dist files (whoops!)

v0.1.5

27 Dec 03:45
7e75bef
Compare
Choose a tag to compare

Thanks to @CFT-Chris , @xbdeveloper , and @cwhite-connectfirst for the fixes in this release!

  • Update emoji-list.js to remove those missing from the image map (#50)
  • Fix caret text location (#58)
  • Make ql-emojiblot inline-block (#59)
  • Remove bad thumbsup rule (#57)
  • Fix '>' inserting ':' issue (#55)

Note that we are looking for maintainers if anyone is interested in taking up the project!

v0.1.4

17 Oct 01:24
Compare
Choose a tag to compare

Thanks to @cwhite-connectfirst for the fixes in this release!

  • Limit query selector scope to textarea element for class 'active' #42
  • Update format-emoji-blot.js so emojis can be rendered from a DeltaOps object #41
  • Add binding so autocomplete works in firefox #44

v0.1.3

07 Oct 09:49
Compare
Choose a tag to compare

Props to @klaslundberg for the fixes

  • Replaced img with span and unicode fallback for text extraction #35
  • Autocomplete in FF #21
  • Enter to select quickfix (doesn't work in FF) #26

v0.1.2

21 Sep 05:29
Compare
Choose a tag to compare

Thanks to @klaslundberg for the contributions for this release

  • Added target: ”web” in webpack.config.js to enable proper externals
  • Reverted window.Quill
  • Upgraded webpack components
  • Added CSS extraction
  • Added image extraction
  • Added minification
  • Removed old SCSS commands

v0.1.1

15 Sep 13:58
Compare
Choose a tag to compare

Update image resolution, remove Quill imports

Also fixed demo, added angularjs with ng-quill demo

v0.1.0

07 Sep 16:44
2ff9f4e
Compare
Choose a tag to compare