Theme switcher

June 12th Release

New Features

API Versioning for Theneo CLI

We are excited to introduce API versioning support in Theneo CLI, enhancing your project's version management capabilities. The new project version commands and options are detailed below:

  • Create
Select...
theneo version create --help Usage: theneo version create [options] Options: --name <name> Name of the version --projectKey <project-slug> Project slug to create version for --workspace <workspace-slug> Workspace slug where the project is --previousVersion <previous-version-slug> Previous version slug to duplicate the content from --profile <string> Use a specific profile from your config file. -h, --help display help for command
  • Project version
Select...
theneo version --help Usage: theneo version [options] [command] <action> Project version related commands Options: -h, --help display help for command Commands: list [options] List project versions create [options] delete [options] help [command] display help for command
  • Publish project
Select...
theneo project publish --key <project-slug>
  • Delete project
Select...
theneo project delete --key <project-slug>

Improvements

Welcome Email Notification

We have added a custom welcome email template that will be sent to newly signed-up users. This personalized welcome email aims to enhance the onboarding experience and provide essential information to get started.

[Mobile] Side Bar UI Enhancements

Several improvements have been made to the mobile sidebar interface:

  • Search and Section Name UI Issues: Resolved UI inconsistencies for a smoother user experience.
  • Subsection Display: Subsections are now displayed instead of just parent sections, improving navigation and usability.

Titles for Base URLs in API Explorer

The titles for base URLs in the API Explorer will now reflect the custom titles set by users in the editor. By default, these titles are "Production" and "Sandbox," but users can customize them to better suit their needs.

Bug Fixes

API Explorer Array Element Issues

We have addressed multiple issues related to array elements in the API explorer:

  • Extra Line on Add: Fixed the bug where clicking 'Add' in an array element resulted in an extra line being created.
  • Add Item Button Functionality: The 'Add Item' button now correctly copies the first parameter in the list, ensuring consistency.
  • Naming Arrays: Improved array naming by replacing numbers with meaningful names, similar to the editor view, for better clarity and management.

Was this section helpful?

What made this section unhelpful for you?

On this page
  • June 12th Release