Skip to content

Commit

Permalink
added changelog entry covering fixes for Issue conversejs#2857
Browse files Browse the repository at this point in the history
  • Loading branch information
ShehanAT committed May 15, 2022
1 parent 27345bd commit 19f25bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
- Remove the `converse-carbons` plugin and make carbons part of the `converse-chat` plugin.
- Remove the `message_carbons` configuration setting. Carbons are now always enabled.

## 9.1.2 (2022-05-15)
- Added fixes for Issue #2857. The fix is regarding Converse.js incorrectly applying text styling effects to HTTP URLs that contain special characters(`_`, `\``, `\`\`\``, `~`, `*`). With the fixes applied, the hyperlinks encompass the entire HTTP URL instead of only part of it
- Added integration test for the fixes above to the following file: `/src/plugins/chatview/tests/chatbox.js/`

## 9.1.1 (2022-05-05)

- GIFs don't render inside unfurls and cause a TypeError
Expand Down

0 comments on commit 19f25bc

Please sign in to comment.