Changelog

v2.1 –  May 17, 2021

  • New
    Offcanvas component page. View demo
  • New
    Sticky Footer - to keep footer at the bottom even when there is little content on the page. View demo
  • Updated
    Bootstrap to version 5.0.1
  • Updated
    All plugins, npm modules and dependencies to latest versions
  • Updated
    Icon font. Added 2 new brand icons: Discord and TikTok
  • Fixed
    Compatibility issue with new Bootstrap Offcanvas component. NOTE changes in class names, previously offcanvas-cap used as offcanvas header and footer. Now offcanvas-header, offcanvas-footer.
  • Fixed
    Gallery item hover state on Safari Mac OS

v2.0 –  February 10, 2021

  • New
    Rebuilt Cartzilla core to fully support Bootstrap v5.0.0-beta1
    • Dropped jQuery entirely. Redesigned Cartzilla JS to be modular (ES6 modules) and library agnostic.
    • Renamed custom CSS classes to follow the Bootstrap 5 naming
    • Rewrote Cartzilla utility classes to support new Bootstrap 5 Utility API
    • No longer supports IE <=11
  • New
    Off-canvas component that replaced the old one
  • New
    Product Bundle component. View demo
  • Updated
    Added navbar support for new dark dropdowns. It is possible to have 100% dark navbar now. View demo
  • Updated
    Cartzilla icon font. Added half start, filled thumb upd/down, etc. icons. See all icons
  • Updated
    Comment Like/Dislike buttons to have active (filled) state. View demo
  • Updated
    Added half-star to product rating pug mixin. It's now possible to display 3.5 stars (+star-rating(3.5))
  • Updated
    All plugins, npm modules and dependencies to latest versions
  • Updated
    Removed transparent navigation bar (navbar-floating) due to bad compatibility with Bootstrap 5
  • Updated
    Documentation
  • Fixed
    Minor bug fixes and improvements

v1.4 –  July 13, 2020

  • New
    Food Delivery Service Demo:
  • New
    Single Post no Sidebar Template  View demo
  • Updated
    Bootstrap to latest stable version 4.5.0
  • Updated
    All plugins, npm modules and dependencies to latest versions
  • Updated
    Changed CSS class name of transparent navigation bar from navbar-transparent to navbar-floating. Updated stickyNavbar() function inside theme.js
  • Updated
    ajaxifySubscribeForm() inside theme.js. Rewrote code from jQuery to vanilla JavaScript
  • Updated
    Redesigned the structure of PUG templates dependencies: Moved navbar and footer partials from layout.pug to page templates. Now template inheritance works via block keyword. These changes made the compilation process 1.5x faster when you channge something in navbar or footer partials. Plus now you have more flexibility to adjust navigation bars and footers for individual pages.
  • Updated
    package.json and gulpfile.js files. Now all 3rd party plugins and libraries are installed via npm automatically when you run npn install command (previously manually) and moved from node_modules to dist folder by Gulp on project init. Read more about how add new vendor plugins to the project in this article
  • Updated
    Getting started and components documentation: Fixed components code examples. Updated section: Navbar / Page title / Footer variants (Pug). Added section: Installing Vendor plugins with npm and Gulp
  • Updated
    Sketch file: added new Food Delivery Service demo frontpage mockup
  • Fixed
    Minor bug fixes and improvements

v1.3 –  February 29, 2020

  • New
    Grocery Store Demo:
  • New
    Single Product / Brand Store  View demo
  • New
    Navbar with Side Menu. See live example on Grocery Store Demo page
  • New
    Transparent Navbar version. See live example on Single Product/Brand Store Demo page
  • New
    Javascript behavior when radio buttons behave like tabs by switching linked content. See live example on Single Product/Brand Demo page (Choose your style section)
  • New
    Added empty state for Cart dropdown. See live example on Single Product/Brand Demo page
  • Updated
    Replaced Salvattore.js with Shuffle.js and imagesLoaded.js for masonry grid (particularly Blog grid) layouts
  • Updated
    Color presets (radio buttons) now changing labels dynamically via Javascript. See it in action on Shop Single Product pages v1 and v2
  • Updated
    Added new icons to Cartzilla icon font
  • Updated
    Sketch file with new demo page design mockups
  • Updated
    Security patch: Added rel='noopener' to all links with target='_blank' attribute. For more info read this article
  • Updated
    Node modules to latest versions
  • Fixed
    Handheld Toolbar styles: Removed padding-bottom that equals to Toolbar height from body by default. Now you can add bottom padding to body by applyoing css class toolbar-enabled to body. If you use PUG it applies automatically if var isToolbar = true is added to particular page template or globally enabled via templates/helpers/config.pug. It's done to ensure that you can remove bottom padding from body without editing core theme styles if you don't need Handheld Toolbar.
  • Fixed
    SCSS maps in theme _variable.scss. Special thanks to Kevin Ramharak for the fix suggestion
  • Fixed
    Minor bug fixes and improvements

v1.2 –  December 20, 2019

  • New
    Added new Toolbar for Handheld devices that is fixed to bottom (similar to iOS) and holds all important buttons like Menu, Cart, Wishlist, Sidebar togglers, etc. This will improve user experience on handheld devices.
  • New
    Added .gitignore file to the download package that tells git which files (or patterns) it should ignore. Make sure to enable hidden files visibility on your system.
  • Updated
    Navigation bars (Headers): added tooltips for action buttons. Added separate wishlist button for cases when wishlist is available not only for registered users.
  • Updated
    404 Error page templates
  • Updated
    JavaScript plugins to latest versions
  • Updated
    Node modules to latest versions
  • Fixed
    Documentation typos and wrong content.
  • Fixed
    Minor bug fixes and improvements

v1.1 –  November 30, 2019

  • New
    Digital Products Marketplace Demo:
  • New
    Marketplace Vendor / User Dashboard:
  • New
    Electronics Store Homepage. View demo
  • New
    Single Product Page v2. View demo
  • New
    Product Comparison Page (Table). View demo
  • New
    Navbar Versions for: Marketplace and Electronics Store
  • New
    Footer Version for: Marketplace
  • New
    Qucik View Popup v2 (for Electronics Store)
  • New
    404 Error Page Template (Text variant). View demo
  • New
    Charts Component. View demo
  • New
    Countdown Timer Component. View demo
  • New
    Product Card for Digital (Downloadable) Products
  • New
    Drag & Drop File Uploader. See updated Forms component page for more details
  • Updated
    Bootstrap to latest version 4.4.1
  • Updated
    Homepage Hero Slider. Added Animations to Slider Text Layers
  • Updated
    Icon Font. Added new Icons to the collection. See available icons
  • Updated
    _variables.scss Added $path-to-fonts variable. Now it's easier to change theme font via _user-variables.scss
  • Updated
    Sketch file. Added new page mockups
  • Updated
    Documentation and Components
  • Fixed
    Minor bug fixes and improvements

v1.0 –  October 21, 2019

  • Initial release
Top