Skip to content

Commit cbd2e47

Browse files
committed
Add Jed as dependency of @converse/headless
fixes #1352
1 parent d0d2c1d commit cbd2e47

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGES.md

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
- #1149: With `xhr_user_search_url`, contact requests are not being sent out
1515
- #1213: Switch roster filter input and icons
1616
- #1327: fix False mentions positives in URLs and Email addresses
17+
- #1352: Add [Jed](https://github.com/messageformat/Jed) as dependency of `@converse/headless`
1718
- #1373: Re-add support for the [muc_domain](https://conversejs.org/docs/html/configuration.html#muc-domain) setting
1819
- #1400: When a chat message is just an emoji, enlarge the emoji
1920
- #1437: List of groupchats in modal doesn't scroll
@@ -22,6 +23,7 @@
2223
- #1487: New config option [muc_respect_autojoin](https://conversejs.org/docs/html/configuration.html#muc-respect-autojoin)
2324

2425

26+
2527
## 4.1.2 (2019-02-22)
2628

2729
- Updated translations: af, cz, de, es, he, it, nl, nl_BE, pt_BR, zh_CN

src/headless/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"backbone.browserStorage": "0.0.5",
2727
"es6-promise": "^4.1.0",
2828
"filesize": "^3.6.1",
29+
"jed": "1.1.1",
2930
"lodash": "^4.17.11",
3031
"moment": "~> 2.19.3 ",
3132
"pluggable.js": "2.0.0",

0 commit comments

Comments
 (0)