storefront

Official theme for WooCommerce

Stars
948
Committers
122

Bot releases are visible (Hide)

storefront - 3.6.0

Published by Aljullu over 3 years ago

  • Fix – Fix potential error that can occur when product is null on sticky add to cart (#1650)
  • Fix – Accessibility: add aria-label on breadcrumbs (#1668)
  • Fix – Hide spinner when Payment Request button is disabled (#1672)
  • Dev – Remove deprecated functions (#1652)
  • Dev – Remove jQuery Pointer Events Polyfill (PEP) (#1654)
  • Dev – Update various dependencies.
storefront - 3.5.1

Published by ralucaStan over 3 years ago

  • Fix - Add missing hook to documentation #1628
  • Fix - Adjust the size of the download button for files with long names #1624
  • Fix - Close submenu for menu item on outside click #1627
  • Fix - Hide handheld-footer and notice only on smaller devices #1615
storefront - 3.5.0

Published by opr over 3 years ago

  • Fix - Remove maximum-scale from viewport meta tag #1600
storefront - 3.4.0

Published by budzanowski over 3 years ago

  • Fix - Missing icons in WC Blocks and some other parts of the UI. #1588
  • Fix - Use proper escape function in comments template. #1587
storefront - 3.3.0

Published by Aljullu almost 4 years ago

  • Fix – Fatal error in old versions of WooCommerce. #1583
  • Fix – Updated several escape functions. #1581
storefront - 3.2.0

Published by Aljullu almost 4 years ago

  • Fix – Replaced WooCommerce and Star icon usage with FontAwesome. #1574
  • Fix – Use proper escape function for datetime attribute in comments template. #1576
storefront - 3.1.0

Published by mikejolley almost 4 years ago

Changelog

  • Fix – Prevent a fatal error on activation if WooCommerce Admin is intentionally disabled.
  • Fix – Removed legacy code targeting unsupported versions of WooCommerce. Storefront currently supports 4.2+.
  • Dev - Update stylelint to use stylelint-config-wordpress\scss config and refactor SCSS files to follow WordPress CSS coding standards.
  • Dev - Updated engines in package.json.
  • Dev - Fixed PHP linting warnings.
storefront - 1.3.0

Published by jameskoster almost 4 years ago

  • New - Support for WooCommerce 2.3 features like responsive tables.
  • Fix - Margin on site title / logo.
  • Fix - Tweaked some css selectors in the checkout to improve compatiblity with Amazon Payments Advanced gateway.
  • Fix - Layout selector in Firefox.
  • Fix - storefront_menu_toggle_text filter. Props jesinwp.
  • Tweak - Product Reviews Pro integration.
  • Tweak - Select width in WooCommerce forms.
  • Tweak - Composite Products integration improvements.
  • Tweak - Removed header widget region bottom margin.
  • Tweak - Increased size of photos displayed in the WooCommerce Photography extension.
  • Tweak - Page / term description width.
  • Tweak - Hide 'What is WooCommerce' section on welcome screen when it's already installed.
  • Tweak - Widget region order in dashboard.
  • Tweak - Add the correct page content hook in the inline docs ( template-homepage.php ).
  • Tweak - mark styling.
  • Dev - Added storefront_sanitize_choices().
  • Dev - Tweaked the divider Customizer control to allow text/title.
  • Dev - Updated FontAwesome to version 4.3.0.
  • Dev - Libsass / node susy for faster compiling. Please do a fresh npm install when working with this version.
storefront - 1.4.0

Published by jameskoster almost 4 years ago

There are 2 key features in this release:

Handheld Menu Location

Previously, Storefront displayed the primary menu on handheld devices, and hid the secondary menu. This was problematic because you may have important menu items in the secondary menu. It’s also possible that there are extraneous menu items in the primary nav which bloat the menu on handheld. In short, in Storefront 1.3.* you don’t have complete control of the navigation served to mobiles.

So, in Storefront 1.4.0 we added a new ‘handheld’ location. The menu that you assign to this location will display only on handheld devices. This gives you the flexibility and complete control to serve a custom menu to mobiles.

Important: After updating, please remember to create / assign a menu to this location, or mobile visitors wont be able to navigate your site!

Accessibility

It’s vital that your store is accessible to everyone. To comply with wordpress.org’s ‘accessibility-ready’ tag we’ve made many improvements:

  • Contrast – Several colors have been tweaked to meet WCAG AA level standards.
  • Navigation – It is now possible to tab through Storefront menus (including dropdowns).
  • Screen reader text has been applied to all ambiguous links (“continue reading”, etc).
  • ARIA roles / content added where appropriate.
  • Skip link added for navigation as well as content.
storefront - 3.0.0

Published by budzanowski almost 4 years ago

  • Enhancement - Add missing link text on cart button in handheld footer bar #1205
  • Enhancement - Move Storefront admin notice content to the Storefront Appearance page.#1544
  • Fix - Implode parameters order compatibility for PHP8 #1553
  • Dev - Update various dependencies, including major updates:
    • @wordpress/env to v2 #1459
    • autoprefixer to v10.0.4 #1548
    • puppeteer to v5 #1410
    • grunt-contrib-uglify to v5 #1426
    • bourbon to v7 #1388
storefront - 1.5.3

Published by jameskoster almost 9 years ago

Small release the re-include the automatic enqueuing of child theme stylesheets.

storefront - 1.5.2

Published by jameskoster almost 9 years ago

Storefront 1.5.2 is a minor release which includes one fix and a whole bunch of useful tweaks and improvements.

The fix is for an edge case situation where both the handheld menu and the primary menu could be displayed at the same time in desktop orientation if a user where to open the site on desktop, resize the mobile orientation, open the navigation, and then resize to desktop orientation again with no further action.

The most significant tweak is that we no longer bundle translations in Storefront, or manage them on Transifex. This now all managed on WordPress.org. So if you've been translating Storefront before, please get involved there :-)

Full list of changes;

  • Fix - Duplicate menu display when not using a handheld menu and switching between desktop/handheld orientations.
  • Tweak - Adjusts how CSS is enqueued for child theme compatibility with RTL.
  • Tweak - Better display of prices in WooCommerce product widgets.
  • Tweak - Improved caption display.
  • Tweak - Re-organised welcome screen.
  • Tweak - Adjusted Product Bundles integration to include support for the WooCommerce Product Bundles - Tabular Layout extension.
  • Tweak - Styled the variation reset link.
  • Tweak - Start rating input now more intuitive.
  • Tweak - Added styles for WooCommerce password strength meter.
  • Tweak - Arrange the login/registration forms on the account page into two columns.
  • Tweak - Support for the most recent class applied to the site logo added by Jetpack.
  • Dev - storefront_display_comments is now hooked into storefront_single_post_after with priority 20 (was 10).
  • Localisation - All translations are now managed on WordPress.org
  • Localisation - Product names can no longer be translated.