issues
search
nextcloud-libraries
/
nextcloud-vue
🍱 Vue.js components for Nextcloud app development ✌ https://npmjs.org/@nextcloud/vue
https://nextcloud-vue-components.netlify.app/
Other
216
stars
89
forks
source link
chore: release 8.21.0
#6255
Closed
Antreesy
closed
4 days ago
Antreesy
commented
4 days ago
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
@alsulami1 made their first contribution in
#6202
@wofferl made their first contribution in
#6227
v8.21.0 (2024-11-21)
Full Changelog
🚀 Enhancements
🐛 Fixed bugs
v-model
happens first to avoid regression #6234 (ShGKme)New Contributors