Schedule
Release 2021.014 will be deployed:
- To staging sites, Tuesday, July 13th
- To production sites, Monday, July 19th,
- To Enterprise clients, Monday, July 26th
Deleting Discussions in Bulk via API
You can now delete discussions in bulk via the API using the DELETE /discussions/list endpoint.
Manage user category notification preferences via API
We are working on some updated UI components to allow users to subscribe to notifications per category. In support of this upcoming enhancement, this release we've added a set of API endpoints to manage a user's notification preferences via the API. These include:
PUT /categories/{id}/follow will allow you to follow a specific category
PATCH /categories/{id}/preferences/{userID} will allow you to set a user's notification preferences for a specific category. Use the postNotifications parameter to configure preferences. Options are:
- follow: to indicate no notifications for new content
- discussions: to receive notifications for all new discussions posted in this category
- all: to receive notifications for all new discussions and/or comments in this category
By default, you will receive pop-up (in-app) notifications. You can set the useEmailNotifications parameter to true if you would like to receive email notifications as well.
GET /categories/{id}/preferences/{userID} will allow you to get a user's notification preferences for a specific category.
GET /categories/preferences/{userID} will allow you to get a user's list of followed categories and the notification preferences configured for each.
Bug Fixes & Improvements
- Add list spacing theme variable
- Add gesture support to the carousel
- Fix issues with banner search bar variables
- Fix add borders to back button, search icon and clear icon when focused
- Fix Breadcrumbs for sub-category pages missing parent
- Fix ignore tags ignored in KB DeepL title translations
- Fix article translation UI elements being outdated
- Fix contrast on date picker and password strength
- Fix error reporting in article translation UI
- Fix panel area theme variable usage
- Fix spacing for DeepL translations of bold and linked text
- Fix search page title not being translated
- Fix inconsistent multiline truncation by using CSS line clamping
- Fix banner text vertical alignment with icon
- Fix category picker not displaying when moving discussions