Modern Prestashop Starter Theme Versions Save

Prestashop starter theme that provides great development experience.

v3.1.2

8 months ago

🐛 Bug fixes:

Full Changelog: https://github.com/Oksydan/falcon/compare/v3.1.1...v3.1.2

v3.1.1

1 year ago

🐛 Bug fixes:

New Contributors

Full Changelog: https://github.com/Oksydan/falcon/compare/v3.1.0...v3.1.1

v3.1.0

1 year ago

🚀 Improvements:

⚡ New features:

🐛 Bug fixes:

Full Changelog: https://github.com/Oksydan/falcon/compare/v3.0.2...v3.1.0

v3.0.2

1 year ago

🐛 Bug fixes:

New Contributors

Full Changelog: https://github.com/Oksydan/falcon/compare/v3.0.1...v3.0.2

v3.0.1

1 year ago

🐛 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: https://github.com/Oksydan/falcon/compare/v3.0.0...v3.0.1

v3.0.0

1 year ago

🐛 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 to dart-sass,
  • stylelint configuration changes,
  • material-design-icons package removed from dependencies in favor of lightweight material-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: https://github.com/Oksydan/falcon/compare/v2.3.1...v3.0.0

v2.3.1

1 year ago

Bug fixes:

  • fixed faceted search not working dropdown filter type

v2.3.0

1 year ago

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 and build-analyze script - read more,
  • multiple dependencies vulnerability fixes,
  • eslint upgrade, new configuration file,

New features:

  • added webp image support - read more,
  • added preload to css assets via is_themecore option to enable in configuration page of the module (working only with CCC for css enabled),
  • added early hints support with cloudflare cdn - read more

v2.2.1

1 year ago

Bug fixes:

  • mobile checkout header fix,
  • fixed regression caused by recent changes in product gallery

v2.2.0

1 year ago

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 function appendParamToUrl,
  • PageSlider complete class refacto and documentation,
  • added SwiperSlider class and documentation,
  • minor documentation changes (appendParamToUrl, remote assets register)