Releases: Oksydan/falcon
Releases · Oksydan/falcon
Modern prestashop starter theme version 2.1.0
Bug fixes:
- fixed logo url in maintenance page by @lramos-prolaser
- fixed lazyload problem for safari browser
- fixed url for preloaded fonts when CDN is being used
Improvements:
- new
assets.yml
file REQUIRED is_themecore module with version >= 2.0.0 - nice select library removed
- upgraded swiper from version 6 to version 8
- shop logo CLS fix, preload added
- multiple npm packages vulnerability fixes
- added preload for main product image
Modern prestashop starter theme version 2.0.3
Bug fixes:
- fixed problem with refreshing product images in quick view,
- fixed typos in code,
- fixed not handling lack of product image in cart summary,
- dependencies upgrade to fix vulnerabilities
Modern prestashop starter theme version 2.0.2
Bug fixes:
- fixed problem with password toggle button caused checkout accordion to close all steps,
- fixed top menu row not wrap rule,
- added default value if
data-swiper
attribute not existing onswiper-container
block to prevent from error.
Modern prestashop starter theme version 2.0.1
Bug fixes:
- duplicated page-loader block inside template - fixed by fuchsbart,
- fixed smarty exception in order confirmation page - fixed by mickaelandrieu,
- fixed lazyloading of images for is_imageslider module with looped slides
Modern prestashop starter theme version 2.0.0
Improvements:
- webpack upgraded to version 5,
- dev dependencies bump,
- support table added into documentation,
- theme adjusted to prestashop 1.7.8,
- quick view display fix.
Bug fixes:
- fixed footer mobile collapse btn overlapping links,
- shopping cart dropdown height limited.
Modern prestashop starter theme version 1.3.0
Bug fixes:
- fix problem not displaying submit button on new password page,
- reduced CLS generated by product gallery to 0,
- cart modal translation domain fix,
- product gallery - right now first image displayed is default_image instead of first in array,
- fix to customer link activation on
order-return
page.
Improvements:
- added version parameter to js/css assets,
- product gallery improvements - right now modal with zoomed image open with same image that is active in product image gallery. If active is 2nd image modal will open with 2nd image active.
- customer account - whole new look of mobile
discount
,history
,order-slip
,order-return
pages, - minor fixed to display in customer account.
New features:
- product return in
order-detail
page right now is displayed in modal - you are able to select product by clicking on whole row not just checkbox.
Modern prestashop starter theme version 1.2.2
Bug fixes:
- fixed problem with adding whole assets to preload.html file instead to only include fonts preload links.
Modern prestashop starter theme version 1.2.1
Bug fixes:
- fix problem with overriding inline swiper navigation config in PageSlider class
- logo url fix.
Improvements:
- replaced TeaserPlugin with ESBuildMinifyPlugin in webpack config,
- set
woff2
as only and default preload format, preload-template.html
file is no longer needed to createpreload.html
file with listed preload links,- replaced
hf()
mixin in favor of bootstraphover-focus()
mixin.
New features:
- on listing page, select with product showing per page has been added.
Select has 3 option (it is easy to change multiples) with href that setresultsPerPage
parameter and refresh listing page. Reseting page parameter is required.
Modern prestashop starter theme version 1.2.0
Bug fixes:
- translations domains fix,
- removed duplicated meta og and twitter card from product page,
- swiper autoplay added to home slider,
- regular prices was always displayed on product page,
- contact form label display fix,
- favicon url fix,
- set proper select class names everywhere
custom-select
instead ofform-control
, - cart voucher display fix,
- checkout add address button fix,
- checkout gift/recyclable checkbox display fix,
- scss bootstrap abstract (variables, mixins, functions) has been included before custom variables,
- product listy type list - removed duplicated product ratings block.
Improvements:
- font-family on body moved properly to bootstrap variables,
- breadcrumb last item is no longer link,
.nvmrc
file added. Just run in terminalnvm use
to set proper node version that runs webpack config w/o any issues,- product list structured data has been removed from template and moved into
is_themecore
module. Special hookdisplayListingStructuredData
has been added to handle that data.
New features:
- automatic preload font has been added to webpack config. Webpack generates html file that contains link with preload attribute for every font that is loaded via webpack loader,
- high dpi images support added.
Modern prestashop starter theme version 1.1.2
Hotfix to cart summary update.