Home

>

Tools

>

Strapi

>

Releases

>

1.6.1

Strapi Release: 1.6.1

Tag Name: v1.6.1

Release Date: 4/23/2017

Strapi LogoStrapi

Open-source headless CMS built with Node.js. Provides developers with complete freedom in choosing their favorite tools and frameworks for frontend development.

TL;DR

Strapi v1.6.1 introduces a built-in admin panel, providing a significant improvement to the content management experience. This update streamlines content administration without requiring any code changes from existing users.

Highlight of the Release

    • Introduction of a built-in admin panel for content management
    • Seamless integration with existing Strapi installations
    • Improved user experience for content administrators

Migration Guide

No migration steps are required to use the new admin panel in Strapi v1.6.1. The admin panel is built-in and should be available immediately after updating from v1.6.0.

To access the admin panel after updating:

  1. Start your Strapi application
  2. Navigate to your Strapi URL (typically http://localhost:1337/admin if running locally)
  3. Log in with your administrator credentials

If you're using a custom server configuration or have modified the default routes, you may need to adjust your settings to ensure the admin panel is accessible.

Upgrade Recommendations

This is a minor feature release that adds significant functionality without breaking changes. We recommend all Strapi v1.6.0 users upgrade to v1.6.1 to take advantage of the new admin panel.

Upgrade Steps:

  1. Back up your current Strapi installation
  2. Update your Strapi version to 1.6.1 using your package manager:
    npm install [email protected] --save
    
    or
    yarn upgrade [email protected]
    
  3. Restart your Strapi application

The upgrade should be straightforward with no breaking changes reported.

Bug Fixes

No specific bug fixes were mentioned in this release. The focus appears to be on the introduction of the admin panel feature.

New Features

Built-in Admin Panel

Strapi v1.6.1 introduces a fully integrated admin panel that provides a visual interface for content management. This feature eliminates the need for external tools or direct API manipulation to manage content.

The admin panel includes:

  • Content type management
  • User-friendly content editing interface
  • Media library management
  • User and permissions management

This addition makes Strapi more accessible to non-technical users while maintaining the flexibility developers expect.

Security Updates

No security fixes were explicitly mentioned in this release information.

Performance Improvements

No specific performance improvements were mentioned in this release. The primary focus is on the introduction of the admin panel functionality.

Impact Summary

The addition of a built-in admin panel in Strapi v1.6.1 represents a significant enhancement to the platform's usability. This feature transforms Strapi from a primarily developer-focused headless CMS into a more complete solution accessible to content managers and non-technical users.

The admin panel eliminates the need for custom-built interfaces or direct API manipulation to manage content, streamlining workflows for content teams while maintaining the flexibility and power that developers appreciate. This change positions Strapi as a more competitive option in the CMS market, particularly for organizations that need both developer flexibility and content manager accessibility.

For existing users, the seamless integration of the admin panel without requiring migration steps means immediate productivity gains with minimal disruption.

Full Release Notes

  • Publish new version with admin panel built.

Statistics:

File Changed1
Line Additions5
Line Deletions5
Line Changes10
Total Commits1

User Affected:

  • Gain access to a new built-in admin panel for content management
  • Can manage content through a visual interface rather than code or API calls
  • Improved workflow efficiency for content operations

Contributors:

pierreburgy