Aptuitiv Releases

Updates, improvements, new features and bug fixes.

January 3, 2026

Fixed issues with saving content in the new administration and indexing that content in the search engine. 

Before this fix, not all data would be indexed. For example, values for custom attributes for an app item wouldn't be saved in the search index.

We also improved data saving in the search index so that only the raw data is indexed. In the old admin, the fully rendered HTML content for a page would be indexed, potentially including unwanted content in the search index.

December 22, 2025

Fixed issues where saving data in the new administration didn't properly clear the website cache.

For example, when a page is saved, the cache record for the page should be cleared. Or, when a blog post is saved, any cache records related to showing that blog post should be cleared.

That wasn't happening. Now it is.

December 20, 2025

Numerous improvements to the performance of tables. 

December 18, 2025

Table drag and drop

Added support for dragging and dropping table rows to reorder or reorganize table items.

The old admin support drag-and-drop reordering works for some items, but not for nested rows.

The new functionality supports dragging table rows up and down to reorder. You can click and hold on the "drag" icon on the left of the row, or click and hold anywhere on the row.

If the table supports nested rows, you can:

  • Drag items up and down within the parent row.
  • Drag items to the left or right to change the parent item.
  • Drag a row and hover over another row to expand it and move the dragged row as a child to the other row.
  • Drag an item out of its parent row to another row level.

This will be used to reorder and reorganize app items via drag-and-drop.

We initially set this up for navigation menu items and will add it to more tables soon. For navigation items, you can drag and drop to reorder items or to change the parent item of an item.

November 25, 2025

Updated the API field types to support built-in "app item name" API calls.

This makes it easier to create API field types that need to display a list of app items, categories, or tags.

November 20, 2025

Improved the preview feature of the Embed and YouTube components. Previously, previewing would show an error.

We also fixed an issue that prevented new public users from registering a new account.