Spree 4.8 🔥 🔥 🔥 🔥 #12046
damianlegawiec
started this conversation in
Show and tell
Spree 4.8 🔥 🔥 🔥 🔥
#12046
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🌎 This release includes some big changes in how we handle translations
previously even if you had only one language you still had to use the translations database tables - now we fall back to the original values, eg. for Products to
spree_products.name
, which makes upgrading from older versions much easier (especially if you have a big product catalog)📖 New Documentation website
completely rewritten, updated, patched, integrated with API docs, and much easier to navigate - we're still working on adding missing sections/pages - stay tooned!
✨ both Admin Panel and Storefront now use Importmap, so you don't need node or any other build tool at all
🎨 both Admin Panel and Storefront received a new updated look and feel
🏎️ Storefront now uses Hotwire/Turbo
💻 easier to develop, easier to contribute - dev sandbox now runs on SQLite and doesn't require to install any additional tools
How to upgrade
Please follow Spree 4.8 upgrade guide
Spree Core
default_country_id
fromSpree::Config
by @rafalcymerys in Remove default_country_id from Spree::Config #11964Comparable
mixin toSpree::Money
by @damianlegawiec in AddedComparable
mixin toSpree::Money
#12037Spree Backend (Admin Panel)
Spree Frontend (Storefront)
New Contributors
Full Changelog: v4.7.0...v4.8.0
This discussion was created from the release v4.8.0.
Beta Was this translation helpful? Give feedback.
All reactions