Releases: Shopify/reference-theme
Reference theme v0.4.0
Introduced new blocks and supported new advanced featuring using the new Datasources features in Theme Blocks.
Docs: https://shopify.dev/docs/storefronts/themes/architecture/blocks/theme-blocks/dynamic-sources
What's Changed
- Release 0.4.0 by @veken1199 in #55
New Contributors
- @veken1199 made their first contribution in #55
Full Changelog: v0.3.1...v0.4.0
Reference theme 0.3.1
A quick patch release to fix some issues that may have caused theme installation problems. Also removed the "layout" panel from the "image" block and cleaned up the JSON a little bit.
v0.3.0
Reference theme v0.3.0
- Added examples of new features
- Static blocks - See Slideshow and Collapsible Row sections for examples of its use with the new
{% content_for "block" %}
syntax - Style settings - See all Sections and blocks for usage of new
style.x_panel
settings and the corresponding{{ section.settings | class_list }}
or{{ block.settings | class_list }}
Liquid filter.
- Static blocks - See Slideshow and Collapsible Row sections for examples of its use with the new
Workshop start state
Build a Shopify theme with theme blocks workshop
- This release contains the initial scaffolding for the Editions.dev 2024 workshop
Workshop end state
Build a Shopify theme with theme blocks workshop
- This release contains everything discussed during the Editions.dev 2024 workshop
- A discussion will be created after the workshop for attendees.
v0.2.0
Reference theme v0.2.0
- Added a Slideshow section and Slide block
- Of note - the Slideshow section only accepts "Slide" blocks, see the schema for usage of the new Block Targeting feature
- Adjusted some CSS for more consistent units
v0.1.0
Reference theme v0.1.0
Theme blocks
This reference theme is here to provide a supplement to the Theme blocks documentation and show a limited example of how to use Theme blocks in a real life use-case.
You can install the reference theme by creating a development and opting the "Theme blocks" beta and then uploading the .zip
from this release.
In addition, we have provided a place for discussions in this repository for feedback and questions about Theme blocks and the Reference theme itself.