- Version
- Download 355
- File Size 0.00 KB
- File Count 1
- Create Date July 7, 2023
- Last Updated February 3, 2024
Silicon Template v1.6.3 (Latest Download)
v1.6.0 – September 26, 2023
NEW: Mobile App Showcase v.3 landing page.
NEW: SaaS v.5 landing page.
NEW: Implementation of a dark color mode following the latest Bootstrap approach. dark-mode CSS class is no longer available, use data-bs-theme=”dark” instead. We rewrote and relocated the code for the color mode (theme) switcher from the HTML document to a separate .js file assets/js/theme-switcher.js which is now linked in the document’s head section.
NEW: Build system. We’ve opted for Npm scripts over Gulp. Now the Silicon build system consists of a number of JavaScript files located in the build folder, with each file dedicated to specific tasks, and corresponding Npm scripts that trigger the execution of these files. We have integrated the following new features into the build system:
- Style linting that follows the Bootstrap guidelines
- JavaScript linting and code formatting
- Built-in HTML markup validation
UPDATED: Bootstrap to the latest version, 5.3.2, along with all other dependencies, plugins, and libraries to their respective latest versions.
UPDATED: Range slider component. Added a handful of new data attributes to control tooltips appearance directly from the HTML code: data-tooltips (true/false), data-tooltip-prefix (string), data-tooltip-suffix (string).
UPDATED: The documentation pages for components, specifically adding a new component for “image swap on hover” and introducing new variants for “Testimonials / reviews.”
UPDATED: Documentation has been updated to reflect information about the new build system and the enhanced functionality of color modes (themes).
UPDATED: The Figma file with new page mockups in both light and dark themes.
FIXED: All validation errors in HTML, SCSS and JS.