Reuse content across templates with Partials

Today we’re releasing support for Partials, a new way to author pieces of content for reuse across templates. Partials are independently updated, versioned, and archived, and can be managed programmatically with the Knock CLI and management API.

Partials are now available to all customers. Read our documentation to learn more about how this feature works.

Fixes and improvements

  • πŸ‘€ We've made some UI and UX improvements to the workflow list and show pages in the dashboard
  • πŸ‘€ We've improved the pagination of the workflow list in the dashboard. Paginating will now update the URL, so that refreshing the page or going back will take you to the correct page
  • πŸ‘€ We added a keyboard shortcut to save translations (cmd + enter)
  • πŸ‘€ We added new autocomplete suggestions for liquid tags in the template editor. Now when you type {% you'll see suggestions for common tags like assign, if, for, etc
  • πŸ› We fixed a performance issue when typing in the create workflow modal
  • πŸ› We fixed an issue where the billing page could be cut off at certain screen sizes