APIDeveloperUserRelease NotesDemoContact Us
  • Release Notes

    • Spree 4.2.0
    • Spree 4.1.0
    • Spree 4.0.0
    • Spree 3.7.0
    • Spree 3.6.0
    • Spree 3.5.0
    • Spree 3.4.0
    • Spree 3.3.0
    • Spree 3.2.0
    • Spree 3.1.0
    • Spree 3.0.0
    • Spree 2.4.0
    • Spree 2.3.0
    • Spree 2.2.0
    • Spree 2.1.0
    • Spree 2.0.0
    • Spree 1.3.0
    • Spree 1.2.0
    • Spree 1.1.0
    • Spree 1.0.0

Table Of Contents

Major/New FeaturesDemoMobile-first StorefrontEasy customizationBlazing fast performanceSEO and structured dataTurbolinks - single-page application without the hassleEasy migration pathContactAbout Spark SolutionsInstallationAdd Spree gems to GemfileRun bundle installUse the install generators to set up SpreeUpgradeNoteworthy changesFull Changelog

Spree 4.1.0

Major/New Features

Spree 4.1 comes with a completely new mobile-first ultra-fast Storefront which you can easily customize to your brand or business requirements. The new Storefront UI was open sourced by Spark Solutions team built upon experiences from dozens of eCommerce projects. Special thanks go to Matthew Kennedy for helping out!

Demo

Try it for yourself, check out this fashion site demo: demo.spreecommerce.org

Explore all the newest UX features here: https://spreecommerce.org/spree-commerce-demo-explainer/

Run your own demo on Heroku (with admin panel access) here: https://github.com/spree/spree#demo

Mobile-first Storefront

We’ve redesigned the Storefront UI from scratch for the mobile. Fully responsive layout with mobile and tablet devices in mind. We’ve implemented all the best practices making it pretty and useful for the end-users.

iPhone, Android, iPad, desktop - no matter the device, the new storefront is ready to handle all of those, out of the box!

Easy customization

The new Spree UX is fully customizable so feel free to tweak it to your needs: the overall styling (colors, fonts, roundings, borders), header, footer, placeholder images and text, SEO settings.

To help you customize your eCommerce platfom we’ve prepared:

  • a slide deck with a step-by-step walkthrough
  • a detailed technical how-to doc

Blazing fast performance

Performance is one of the leading factors in eCommerce conversion rates and SEO traffic. It was one of our goals to reduce page views loading times and make the UI snappy and responsive.

We’ve optimized both frontend and the backend. Eliminating n+1 queries, implementing full page caching, improving JavaScript evaluation time - it all resulted in amazing Google lighthouse scores, even on low performance hosting options and with poor mobile internet connections.

This leads to more conversions, more organic search traffic, more sales and more market value brought to the business owners.

SEO and structured data

We’ve greatly improved SEO support by implementing JSON-LD and OpenGraph support. At the same time keeping in line with all the SEO best practices to make your storefront no 1 in search results.

Turbolinks - single-page application without the hassle

Turbolinks makes navigating your web application faster. Get the performance benefits of a single-page application without the added complexity of a client-side JavaScript framework.

Of course, you can still combine it with React, Vue or Angular!

Easy migration path

Just follow Follow 4.0 to 4.1 upgrade guide to upgrade your current store to the new UI.

Contact

Feel free to reach out with questions or support requests,

This new Spree UX will be improved and optimized even more. We very much welcome your feedback and suggestions.

About Spark Solutions

Spark Solutions

Spark Solutions is a software development agency specialized in Ruby on Rails, Spree Commerce and Javascript development. We’ve been leading Spree open-source efforts since 2016 as its core team. We also do client work. Our project teams consist of UX and UI designers, Software Engineers, Testers and Project Managers practicing agile project delivery. We’ll integrate our team with yours to jointly architect, deliver, maintain and scale the software products you need. You drive the project with requirements and acceptance testing and we help you deliver faster using industry-standard project management and comms best practices.

Installation

Add Spree gems to Gemfile

gem 'spree', '~> 4.1'
gem 'spree_auth_devise', '~> 4.2'
gem 'spree_gateway', '~> 3.9'

Run bundle install

Note: if you run into Bundler could not find compatible versions for gem "sprockets": error message, please run

bundle update

Use the install generators to set up Spree

rails g spree:install --user_class=Spree::User
rails g spree:auth:install
rails g spree_gateway:install

Upgrade

Follow 4.0 to 4.1 upgrade guide

Noteworthy changes

Please review each of the noteworthy changes to ensure your customizations or extensions are not affected. If you are affected by a change, and have any suggestions please submit a PR to help the next person!

Full Changelog

You can view the full changes using Github Compare.

Propose changes to this page
Designed and developed bySpree Commerce & Ruby on Rails developers© Spree Commerce. 2021 All Rights Reserved.