• 020-800-456-747

Free in-store delivery

Changelog

Version 2.1.0

Feb 14, 2022

- new: Added 7 new product cards. See demo. 
  Affected files: mixins.pug, mixins-product.pug, layout.pug, inc-var-shopitems.pug, components-theme.pug, new listin-*.pug files, 
  theme.js, _navbar.scss, _products.scss, _swiper.scss, _variables.scss
Version 2.0.1

Jan 10, 2022

- fixed: Customer sidebar badge (inc-customer-sidebar.pug), Category sidebar chevrons (_sidebar.scss), 
  Login modal close button (inc-log-modal.pug)
Version 2.0.0

Nov 24, 2021

- This versions adds Bootstrap 5 support.
- v2.0.0 now comes with two folders inside the ZIP file - bootstrap-4 (contains the B4 version of the theme) 
    and bootstrap-5 - contains v2.0.0 files.
- main changes: 
    * updating pug/html to support new Bootstrap 5 classes, removing deprecated classes (affects 90% of the files)
    * moving custom SCSS/CSS to B5 Utility classes (where possible)
    * this version still comes with jQuery as a dependency. jQuery support will be removed in Varkala v3.0
    
- improved: Reworked animation in dropdown menus, removed JS positioning, 
animated dropdown toggles 
- updated packages: Bootstrap (5.1.3), Bootstrap Select (1.14.0-beta2),  NoUIslider (15.5.0), Swiper (7.2.0)
Version 1.2.1

Mar 3, 2021

- fixed: Missing file causing Masonry issues in Blog - Masonry
- Updated:  - Bootstrap (4.6.0 - affects scss/bootstrap and stylesheets), 
   jQuery (3.6.0),  added imagesLoaded (4.1.4)                               
Version 1.2.0

May 5, 2020

- improved: In addition to HTML files, this theme now comes with Pug file sources, 
    and changes in the Gulp workflow. 
    Pug compilation is now the recommended way of work with this theme. Pug sources 
    use includes and mixins for avoid repetitive code (navbar, footer, cards).
    If you change the navbar, the change will be effective in all your pages, 
    unlike when developing with HTML, where you would need to do all the changes in every file. 

    changes:
    * pages folder now renamed to html
    * to run previously default `gulp` command, use `gulp dev-html`
    * `gulp build` and `gulp build-html` now compile everything into `build` folder,
        previously `dist`
- fixed: Display issues in cart sidebar
Version 1.1.0

December 12, 2019

- New pages:  Homepage 3 - Design, Homepage 4 - Design, About, About 2, Multi-step checkout, Category - Masonry layout, 
    Customer pages (Login, Account, Addresses, Orders, Order detail, Order tracking), FAQ, Privacy policy
- Improved:  - Added more icons to Orion Icons SVG sprite
- Improved:  - More topics in the components documentation
- Fixed:  - fixed build task in gulpfile.js
- Updated:  - Bootstrap (4.4.1 - affects scss/bootstrap and stylesheets), 
    Bootstrap Select (1.13.12 - affects pages/vendor/bootstrap-select), 
    Swiper (5.2.1 pages/vendor/swiper)
Version 1.0.0

July 25, 2019

- Initial release