Changelog
v1.3 –
February 29, 2020
- New
Grocery Store Demo:
- NewSingle Product / Brand Store View demo
- NewNavbar with Side Menu. See live example on Grocery Store Demo page
- NewTransparent Navbar version. See live example on Single Product/Brand Store Demo page
- NewJavascript behavior when radio buttons behave like tabs by switching linked content. See live example on Single Product/Brand Demo page (Choose your style section)
- NewAdded empty state for Cart dropdown. See live example on Single Product/Brand Demo page
- UpdatedReplaced
Salvattore.js
with Shuffle.js
and imagesLoaded.js
for masonry grid (particularly Blog grid) layouts
- UpdatedColor presets (radio buttons) now changing labels dynamically via Javascript. See it in action on Shop Single Product pages v1 and v2
- UpdatedAdded new icons to Cartzilla icon font
- UpdatedSketch file with new demo page design mockups
- UpdatedSecurity patch: Added
rel='noopener'
to all links with target='_blank'
attribute. For more info read this article
- UpdatedNode modules to latest versions
- FixedHandheld 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.
- FixedSCSS maps in theme
_variable.scss
. Special thanks to Kevin Ramharak for the fix suggestion
- FixedMinor bug fixes
v1.2 –
December 20, 2019
- NewAdded 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.
- NewAdded .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.
- UpdatedNavigation bars (Headers): added tooltips for action buttons. Added separate wishlist button for cases when wishlist is available not only for registered users.
- Updated404 Error page templates
- UpdatedJavaScript plugins to latest versions
- UpdatedNode modules to latest versions
- FixedDocumentation typos and wrong content.
- FixedMinor bug fixes
v1.1 –
November 30, 2019
- New
Digital Products Marketplace Demo:
- New
Marketplace Vendor / User Dashboard:
- NewElectronics Store Homepage. View demo
- NewSingle Product Page v2. View demo
- NewProduct Comparison Page (Table). View demo
- NewNavbar Versions for: Marketplace and Electronics Store
- NewFooter Version for: Marketplace
- NewQucik View Popup v2 (for Electronics Store)
- New404 Error Page Template (Text variant). View demo
- NewCharts Component. View demo
- NewCountdown Timer Component. View demo
- NewProduct Card for Digital (Downloadable) Products
- NewDrag & Drop File Uploader. See updated Forms component page for more details
- UpdatedBootstrap to latest version 4.4.1
- UpdatedHomepage Hero Slider. Added Animations to Slider Text Layers
- UpdatedIcon 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
- UpdatedSketch file. Added new page mockups
- UpdatedDocumentation and Components
- FixedMinor bug fixes
v1.0 –
October 21, 2019
Top