Skip to content

Releases: Oksydan/falcon

Falcon v3.1.2

31 Aug 22:45
Compare
Choose a tag to compare

🐛 Bug fixes:

Full Changelog: v3.1.1...v3.1.2

Falcon v3.1.1

05 May 21:00
Compare
Choose a tag to compare

🐛 Bug fixes:

New Contributors

Full Changelog: v3.1.0...v3.1.1

Falcon v3.1.0

25 Apr 18:04
Compare
Choose a tag to compare

🚀 Improvements:

⚡ New features:

🐛 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

23 Jan 23:25
Compare
Choose a tag to compare

🐛 Bug fixes:

New Contributors

Full Changelog: v3.0.1...v3.0.2

Falcon v3.0.1

09 Jan 22:25
Compare
Choose a tag to compare

🐛 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

24 Nov 21:41
Compare
Choose a tag to compare

🐛 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: v2.3.1...v3.0.0

Modern prestashop starter theme version 2.3.1

06 Oct 21:41
Compare
Choose a tag to compare

Bug fixes:

  • fixed faceted search not working dropdown filter type

Modern prestashop starter theme version 2.3.0

22 Aug 22:43
Compare
Choose a tag to compare

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

Modern prestashop starter theme version 2.2.1

20 Jul 20:29
Compare
Choose a tag to compare

Bug fixes:

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

Modern prestashop starter theme version 2.2.0

13 Jul 22:33
Compare
Choose a tag to compare

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)