Add Jed as dependency of @converse/headless

fixes #1352
This commit is contained in:
JC Brand 2019-03-15 10:29:21 +01:00
parent c0f3096216
commit 4c50ac23e7
2 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,7 @@
- #1149: With `xhr_user_search_url`, contact requests are not being sent out
- #1213: Switch roster filter input and icons
- #1327: fix False mentions positives in URLs and Email addresses
- #1352: Add [Jed](https://github.com/messageformat/Jed) as dependency of `@converse/headless`
- #1373: Re-add support for the [muc_domain](https://conversejs.org/docs/html/configuration.html#muc-domain) setting
- #1400: When a chat message is just an emoji, enlarge the emoji
- #1437: List of groupchats in modal doesn't scroll
@ -22,6 +23,7 @@
- #1487: New config option [muc_respect_autojoin](https://conversejs.org/docs/html/configuration.html#muc-respect-autojoin)
## 4.1.2 (2019-02-22)
- Updated translations: af, cz, de, es, he, it, nl, nl_BE, pt_BR, zh_CN

View File

@ -26,6 +26,7 @@
"backbone.browserStorage": "0.0.5",
"es6-promise": "^4.1.0",
"filesize": "^3.6.1",
"jed": "1.1.1",
"lodash": "^4.17.11",
"moment": "~> 2.19.3 ",
"pluggable.js": "2.0.0",