Releases: Oksydan/falcon
Releases · Oksydan/falcon
Falcon v3.1.2
🐛 Bug fixes:
- is_favoriteproducts docs fixes by @Oksydan in #258
- Product images modal multiple fixes by @Oksydan in #259
- Products comments listing fix by @Oksydan in #265
- Productcomments module product page fixes by @Oksydan in #266
- Added missing id to payment option by @Oksydan in #269
- Checkout carrier option extra content display fix by @Oksydan in #271
- Missing social icons added by @Oksydan in #272
Full Changelog: v3.1.1...v3.1.2
Falcon v3.1.1
🐛 Bug fixes:
- Set compatibility as SemVer by @PrestaEdit in #221
- Custom file input - fix to uploaded file information by @Oksydan in #224
New Contributors
- @PrestaEdit made their first contribution in #221
Full Changelog: v3.1.0...v3.1.1
Falcon v3.1.0
🚀 Improvements:
- Upgrade swiper to version 9 by @Oksydan in #213
- Form UX improvements by @Oksydan in #214
- Docs improvements by @Oksydan in #216
- Upgraded multiple npm dependencies by @Oksydan
- Upgraded and adjusted swiper in version 9 by @Oksydan
- Bumped support to node 18 by @Oksydan
- Mobile devices RWD improvements by @Oksydan
⚡ New features:
- Workspace Aware Webpack by @Oksydan
- Alert toast feature by @Oksydan
- Makefile added to simplify release process by @Oksydan in #215
- Sticky header by @Oksydan
🐛 Bug fixes:
- Search result ajax responsive bug by @ytilotti in #179
- Fix cart update quantity unavalaible by @ytilotti in #183
- Fix shop notification selector and spacing by @ytilotti
- Fix to webpack HMR when two entries were being loaded at the same page by @Oksydan
- Fix to mobile listing layout by @Oksydan
Full Changelog: v3.0.2...v3.1.0
Falcon v3.0.2
🐛 Bug fixes:
- Custom control label form not unescape HTML by @ytilotti in #173
- fix style my-account-footer.tpl by @ytilotti in #166
- Fix duplicate icons on address by @ytilotti in #171
- Product details tab fix by @Oksydan in #175
- Multiple password policy inputs fix by @Oksydan in #176
New Contributors
Full Changelog: v3.0.1...v3.0.2
Falcon v3.0.1
🐛 Bug fixes:
- order details product images fix, missing no image in case of images not being available in product,
- fixing typo in utility class,
- fixing problem with dynamic import for jQuery plugins, allowing to chain functions and all function call will be registered and called after plugin has been fetched
Full Changelog: v3.0.0...v3.0.1
Falcon v3.0.0
🐛 Bug fixes:
- product gallery no image fix by @Amazzing,
- fixed
productcomments
module stars rating reset on poductUpdate event, FiltersUrlHandler
fixed bug with not working price rating filter when url didn't contains any search params,- mailalert saving form fix for guest - now you are able to change your email when you are being guest,
🚀 Improvements:
- migration from
node-sass
todart-sass
, stylelint
configuration changes,material-design-icons
package removed from dependencies in favor of lightweightmaterial-design-icons-iconfont
,- github action added to check contribution coding standards (stylelint, eslint),
- issue template and pull request template added,
- minor changes and typo fixes in documentation by @kpodemski
- removed dependencie modules overrides inside theme,
- improved js files structure - right now files has been separated to different directories for each entry,
- theme adjustments to prestashop 8.0.0,
- removed not used npm dependencies, updated vulnerable dependencies,
appendParamToUrl
now can append multiple queries with one call,- cart dropdown improved display - right now action bar and summary are always displayed,
- category h1 is no unique - added suffix
page {number}
for pages higher than 1, - installation process docs updated,
⚡ New features:
- falcon-cli tool added,
- new smarty blocks added
display_mobile
,display_desktop
, - entries list is now separated file
_dev/webpack/entries.json
instead of simple array inside webpack configuration,
🛑 Breaking changes:
- js files structure has been changes,
- entries.json file has been added,
Full Changelog: v2.3.1...v3.0.0
Modern prestashop starter theme version 2.3.1
Bug fixes:
- fixed faceted search not working dropdown filter type
Modern prestashop starter theme version 2.3.0
Bug fixes:
- product gallery
undefined index
fix, - mail alert submit event delegation,
- fixed duplicated key for swiper module in SwiperSlider class
Improvements:
- changed way of initializing slider in SwiperSlider class - read more,
- webpack-font-preload-plugin upgrade - now you are able to filter preloaded fonts,
- changes to CLI scripts, added
watch
andbuild-analyze
script - read more, - multiple dependencies vulnerability fixes,
- eslint upgrade, new configuration file,
New features:
Modern prestashop starter theme version 2.2.1
Bug fixes:
- mobile checkout header fix,
- fixed regression caused by recent changes in product gallery
Modern prestashop starter theme version 2.2.0
Bug fixes:
- fixed filters price/weight slider bug, changing slider value causing to clear all filters,
- gender, birthdate inputs are not longer removed,
- fixed bug that display
<ol>
just like<ul>
with discs instead of decimals, - email subscription submit button is no longer hidden on mobile,
- product page variants spacing fix,
- product page gallery minor display change
Improvements:
- added possibility to confirm values inside filters slider input by pressing enter key,
v
param added to assets is now being handled with newly created smarty functionappendParamToUrl
,- PageSlider complete class refacto and documentation,
- added SwiperSlider class and documentation,
- minor documentation changes (
appendParamToUrl
, remote assets register)