v8.6.2
What's Changed
📝 Notes
- In
NcRichContenteditable
propertiesautoComplete.title
/userData.title
were renamed back tolabel
to be in line with server API. Thetitle
property is still working as a fallback, but deprecated. See #5215
🐛 Fixed bugs
- fix(NcHeaderMenu): button size regression on small viewports fixed by @emoral435 in #5149
- fix(NcListItem): Remove actions from within
a
which caused invalid HTML output by @susnux in #5198 - fix(NcRichContenteditable): make autocomplete accessible by @ShGKme in #4904
- fix(NcRichContenteditable): unify styles and add contrast border on keyboard navigation by @ShGKme in #5214
- fix(NcRichContenteditable): bring back label for autocomplete by @ShGKme in #5215
- fix(NcAppSidebar): move focus to sidebar on open and auto return focus on close by @ShGKme in #5219
Other Changes
Full Changelog: v8.6.1...v8.6.2