Skip to content

v8.21.0

Latest
Compare
Choose a tag to compare
@Antreesy Antreesy released this 21 Nov 16:32
· 6 commits to master since this release
fe04dfd

v8.21.0 (2024-11-21)

Full Changelog

πŸš€ Enhancements

  • feat(NcRichText): highlight code syntax if language provided #6212 (Antreesy)

πŸ› Fixed bugs

  • fix(NcInputField): correct position of trailing icon in RTL #6202 (alsulami1)
  • fix(NcChip): wrong color-primary-text variable used #6218 (skjnldsv)
  • fix: make sure model event in v-model happens first to avoid regression #6234 (ShGKme)
  • fix(NcTextField): don't fire value-updating events twice #6235 (ShGKme)
  • fix(NcRichContenteditable): support mentions of email/* guests #6233 (Antreesy)
  • fix(NcAppContent): correct splitter color in dark mode when using split-horizontal mode #6227 (wofferl)
  • fix(NcRichContenteditable): do not break adjacent user mentions #6223 (Antreesy)
  • fix(NcRichContenteditable): fix pasting of the content to an empty field #6241 (DorraJaouad)

New Contributors