Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Releases: PrestaShop/community-theme-16

v1.1.0 (2016-07-26)

26 Jul 09:33
Compare
Choose a tag to compare
  • Updated Bootstrap to v3.3.7 (#245)
  • Refactored build process to use local gulp (#246)
  • Updated development guide in README
  • Minor CSS fixes (#242, 2d3e7c5)

v1.0.0 (2016-07-03)

03 Jul 19:43
Compare
Choose a tag to compare

This release moves the version to 1.0.0 since there are no major issues left to
resolve and no new major features left to implement.

  • Updated Font Awesome to 4.6.3 (#238)
  • Added a new menu item type: flat category list (#233)
  • Merged updates from upstream (default-bootstrap) theme (#230, #231, #232)
  • Fixed issues with hover option in top menu module (#227)
  • Added JavaScript workaround to expand active category item in category tree block (#226, #228)
  • It possible to place HTML content in theme copyright footer block (#225)
  • Added gulp command which finds incorrect context parameters in translatable template strings
  • Fixed translatable string context in theme templates (#222, #239)

v0.11.1 (2016-05-22)

22 May 19:47
Compare
Choose a tag to compare
  • Fixed Sass compilation error reporting issues

v0.11.0 (2016-05-19)

19 May 19:26
Compare
Choose a tag to compare

This release ditches Compass build tool and replaces it with much faster
gulp-sass + bourbon. Refactored all calls to display an alert using fancybox
have been refactored to a function. You can now easily use a new plugin to display
nicer alerts.

  • Fixed cart popup price styles (#200, #207)
  • Fixed a missing hook for aeuc module (#199)
  • Refactored calls to window.location (#201)
  • Extracted JS function to display alert in front office (#202)
  • Added overlay to contact, newsletter forms (#203, #204)
  • Improved autocomplete for icons and classes in cttopmenu module (#205, #206)
  • Replace Compass with gulp-sass and Bourbon (#209, #210)
  • Added a task to compile module CSS (#212)
  • Refactored out build script options to package.json file (#211)
  • Added a new hook for cttopmenu module (#213)

v0.10.0 (2016-04-17)

17 Apr 12:23
Compare
Choose a tag to compare

This release aims to clean up the remaining PrestaShop pages.
Theme can now be considered mostly cleaned up.

  • Cleaned up the following pages and their styles:
    • my-account, address, addresses, identity, history, discount (#179, #180)
    • 404 (#182)
    • cms, cms category (#183)
    • comparison (#184)
    • contact-form (#185)
    • maintenance (#186)
    • manufacturer, manufacturer-list, supplier, supplier-list, guest-tracking (#187)
    • stores (#188)
    • index (#193)
  • Account pages now use .pager element (#181)
  • Following module block have been cleaned up:
    • homeslider (#190)
    • themeconfigurator (#190)
    • blockfacebook (#191)
    • blockcms (#192)
    • blockcmsinfo (#192)
  • Integrated bugfixes and patches from 1.6.1.x upstream theme (#189, #196)
  • Improved mobile browser and touch detect JS function (#194)
  • A lot of the CSS files are now empty, less file are included in the header

v0.9.0 (2016-04-04)

04 Apr 18:15
Compare
Choose a tag to compare

This release cleans up order, registration and login pages.
CSS size has been greatly reduced. Login forms show loading overlay
once submitted. Registration form now has HTML5 required attributes.

  • Refactored and trimmed order page styles (#170)
    • Replaced cart steps nav with Bootstrap nav pills
    • Trimmed cart summary table CSS
    • Removed unused template code (last added product)
    • Refactored and cleaned up checkout SCSS styles
  • Refactored and trimmed registration and login forms (#172)
    • authentication.tpl has been split to 3 sub templates
    • Added loading overlays to login forms
    • Added required HTML5 attribute to registration forms
    • Trimmed, organized SCSS styles

v0.8.0 (2016-03-26)

26 Mar 18:05
Compare
Choose a tag to compare

This release refactors product page:

  • Refactored product page templates, styles and JS (#162)
    • Bootstrap tables are used for discounts, features
    • Product tabs are now <section>
    • product.js has been trimmed
    • Updated jqZoom
    • Refactored thumbnail carousel
    • Accessories now use product list template. Slider still works.
    • Refactored sendtoafriend form
    • Refactored page styles, reduced product.css size
  • Trimmed blockwislist buttons and popovers (#163)
  • Refactored productcomments, removed popovers from comparison page (#164)
  • Refactored socialsharing buttons (product page, comparison page) (#165)
  • Removed unused module partial from global styles (#166)
  • Added manufacturer info row to product page (#167)

v0.7.0 (2016-03-16)

16 Mar 13:15
Compare
Choose a tag to compare

This release refactors products list template:

  • Remove layout toggling and compiling using JS (only list class is toggled now)
  • Uses flexible grid system that doesn't collapse and work with varied height columns
  • Uses CSS classes to switch product card layout (between grid and list)

Other changes include refactored category page, refactored sort bar
and refactored pagination. Scenes have been remove from category page.

  • Refactored product list template + CSS + JS code for it (#154)
  • Fixed submenu item IDs in blockcategories left menu (#155)
  • Refactored category page, removed scenes, read more toggle (#156)
  • Refactored sort bar and pagination bar in product lists (#157)

v0.6.0 (2016-03-07)

07 Mar 14:34
Compare
Choose a tag to compare

This release contains a refactored blockcategories template
and cleaned up blocklayered (but not fully refactored). Other changes include
refactored heading and box elements.

  • Minor fixes to various page styles (#152, #153)
  • Headings h1, h2, ... have been reduced in size (#152)
  • Sitemap page was refactored along with tree management removal (#151)
  • Removed accordion and tree managements script (#150)
  • Refactored page heading and subheadings + .box (#149)
  • blocklayered has undergone severe wound treatment. Some complications may still come up. (#148)
  • blockcategories left column block refactored Bootstrap's .list-group (#144)
  • .block styles have been refactored (#142, #143)
  • Fixed module include in build process (#140)

v0.5.0 (2016-02-29)

29 Feb 13:04
Compare
Choose a tag to compare

This release adds refactored header and footer blocks as well as
improved page layout (more semantic). Top navigation bar has been replaced by
Bootstrap's .navbar. Warning! This may cause some compatibility issues with 3rd party modules.
Default module blocktopmenu has been replaced with more flexible cttopmenu modules,
which provides a clean, formatted array of menu items to templates. Other new modules:
ctconfiguration, ctdev.

Changes

  • Refactored page layout, introduced semantic elements (#92)
  • Normalized z-indexes in some blocks (#93)
  • Replaced breadcrumb template with new template (#94)
  • Refactored blockbanner (#95)
  • Refactored top navigation to Bootstrap's .navbar (#97)
  • Refactored blockuserinfo for new nav (#98)
  • Refactored blockcurrencies for new nav (#99)
  • Refactored blocklanguages for new nav (#100)
  • Refactored blockcontact for new nav (#101, #102)
  • Refactored shop logo block (#103, #106)
  • Refactored blocksearch (#104, #107, #125)
  • Refactored blockcart header block (#105, #131, #132)
  • Refactored blockcart popup and crossselling carousel (#137)
  • Replaced blocktopmenu with cttopmenu to be able to build
    menu templates (#115, #122, #123, #128, #129, #133, #136)
  • Refactored footer block to be simple link lists (#116, #117)
  • Added ctconfiguration module to configure content block in theme pages (#118, #124)
  • Added ctdev module, which display theme component styles. Not installed by default. (#127)