Skip to content

Releases: nioc/xmpp-web

0.12.0

04 Mar 00:42

Choose a tag to compare

💡 Features

  • [chat] add button to request voice in moderated room (#165 for #157) 53a81cb by @tsacks
  • [chat] add copy code button 8dfb08f (#164)
  • [chat] add sending status and improve error feedback (text message displayed in title) af526f4
  • [chat] handle new content types cf459f0
  • [muc] improve of UI for public room list (adding search) f36664b
  • [guest] improve of UI of the guest room list 9d5117c:
    • add member only and moderated info
    • variable height cards (#156)
  • [UI] replace fork-awesome with font-awesome (some icons have changed) e366cba
  • [UI] small improvements 1ba94a3:
    • nicer reaction border
    • improve contacts menu
    • display bookmarked rooms in their avatar
    • fix file icon width in sendbox

🪲 Bug fixes

🛠️ Refactors

  • moving components to dedicated folders (guest, registered, shared) 6ad7379

🛡️ Tests

🚀 CI/CD

🧹 Chores

  • update dependencies and docs 1755fc5

Full Changelog: 0.11.0...0.12.0

New Contributors

0.11.0

27 Feb 03:00
b540988

Choose a tag to compare

💡 Features

  • feat(chat): handle reactions (XEP-0444) (#160 / #137)
    image

🔧 Technical

  • ci: fix TLS settings for e2e testing (#159)
    Set NODE_TLS_REJECT_UNAUTHORIZED to 0 for e2e tests.

  • Update dependencies

0.10.8-beta.1

23 Feb 00:47

Choose a tag to compare

🔧 Technical

  • Use pnpm
  • Update dependencies

0.10.7

28 Sep 13:25

Choose a tag to compare

💡 Features

🔧 Technical

  • Update dependencies (including security fix)

New Contributors

0.10.6

31 May 18:02

Choose a tag to compare

🪲 Bug fixes

  • URL parsing doesn't handle underscore (#151)

🔧 Technical

  • Update dependencies
  • [Docker] Include mime.types in Nginx template (#150)

0.10.5

22 Feb 13:53

Choose a tag to compare

🪲 Bug fixes

  • URL parsing doesn't handle uppercase #143
  • URL parsing doesn't handle multiple links on the same line

0.10.4

16 Feb 17:57

Choose a tag to compare

💡 Features

  • Add SSO with external auth endpoint (response headers) #138

🪲 Bug fixes

  • Incorrect displayed (previous) version #136

🔧 Technical

  • Add dev-https script
  • Update dependencies

0.10.3

14 Nov 20:29
c640219

Choose a tag to compare

🪲 Bug fixes

New Contributors

0.10.2

21 May 21:18

Choose a tag to compare

🪲 Bug fixes

  • Handle messages without attributes (#120)

🔧 Technical

  • Fix e2e test version
  • Update CI jobs to use Node.js 20

0.10.1

20 May 18:48

Choose a tag to compare

🪲 Bug fixes

  • Default logo url should not be absolute (#119)

🔧 Technical

  • Add e2e tests with Cypress
  • Bump dependencies:
    • axios from 1.3 to 1.7
    • gemoji from 8.0 to 8.1
    • pinia from 2.0 to 2.1
    • sanitize-html from 2.8 to 2.11
    • vue-router from 4.1 to 4.3