Releases: PrestaShop/community-theme-16
v1.1.0 (2016-07-26)
v1.0.0 (2016-07-03)
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)
- Fixed Sass compilation error reporting issues
v0.11.0 (2016-05-19)
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)
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:
- Account pages now use
.pager
element (#181) - Following module block have been cleaned up:
- 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)
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)
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)
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.
v0.6.0 (2016-03-07)
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)
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
withcttopmenu
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)