0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-18 02:21:47 -05:00

🐛 Fixed adding emojis in editor

fixes https://github.com/TryGhost/Ghost/issues/11541

- due to an upstream bug, typing emojis using Safari would show square
  boxes in the editor
- the upstream patch has been fixed, so I've pulled it into our
  mobiledoc-kit fork
- this commit bumps that package to fix the issue in Ghost
This commit is contained in:
Daniel Lockyer 2022-08-16 11:40:01 +02:00
parent c37670ea40
commit d7aa064e0f
No known key found for this signature in database
GPG key ID: D21186F0B47295AD
2 changed files with 6 additions and 6 deletions

View file

@ -48,7 +48,7 @@
"@tryghost/kg-parser-plugins": "2.11.9",
"@tryghost/limit-service": "1.2.3",
"@tryghost/members-csv": "1.2.16",
"@tryghost/mobiledoc-kit": "0.12.5-ghost.1",
"@tryghost/mobiledoc-kit": "0.12.5-ghost.2",
"@tryghost/nql": "0.9.2",
"@tryghost/nql-lang": "0.3.2",
"@tryghost/string": "0.1.27",
@ -177,4 +177,4 @@
"path-browserify": "1.0.1",
"webpack": "5.74.0"
}
}
}

View file

@ -3446,10 +3446,10 @@
optionalDependencies:
promise.allsettled "^1.0.5"
"@tryghost/mobiledoc-kit@0.12.5-ghost.1":
version "0.12.5-ghost.1"
resolved "https://registry.yarnpkg.com/@tryghost/mobiledoc-kit/-/mobiledoc-kit-0.12.5-ghost.1.tgz#f79b0f9a9b93eb100fd3dc1c02b343d5d334f4e0"
integrity sha512-6WZ2VAXh6mQefeCYnlCle9bvWrFIq0X85A17af1nYiFB/F9vBYOZhGV6GQCzCBE1EbOYkLlHM0LvXZu1KS7K4A==
"@tryghost/mobiledoc-kit@0.12.5-ghost.2":
version "0.12.5-ghost.2"
resolved "https://registry.yarnpkg.com/@tryghost/mobiledoc-kit/-/mobiledoc-kit-0.12.5-ghost.2.tgz#ab28336ec02827045e57acfbee97978b30d1ad96"
integrity sha512-hsvxZxxlYeAgsYBUox0y+i278EcvlG8AePLaSidd1HTwCiFRpBbZQQJ71r0G43ieUw9VyTgSid9TJdVBbmtckw==
dependencies:
mobiledoc-dom-renderer "0.7.0"
mobiledoc-text-renderer "0.4.0"