Changelog
v1.6.0 — September 26, 2023
- New
Mobile App Showcase v.3 landing page. View demo
- New
SaaS v.5 landing page. View demo
- New
Implementation of a dark color mode following the latest Bootstrap approach.
dark-mode
CSS class is no longer available, usedata-bs-theme="dark"
instead. We rewrote and relocated the code for the color mode (theme) switcher from the HTML document to a separate .js fileassets/js/theme-switcher.js
which is now linked in the document'shead
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.
v1.5.0 — March 6, 2023
- New
Software Dev Agency v.2 landing page. View demo
- New
Software Dev Agency v.3 landing page. View demo
- New
SaaS v.4 landing page. View demo
- Updated
All dependencies, plugins and libraries to latest versions.
- Fixed
Select dropdown color in dark mode in Firefox browser.
v1.4.0 — January 11, 2023
- New
Product landing page. View demo
- New
About v.3 page. View demo
- Updated
All dependencies, plugins and libraries to latest versions, including Bootstrap to v5.2.3.
- Updated
Documentation. Added new Theme mode article that explains different scenarios: one mode either Light or Dark, the Dark mode to be enabled by default.
- Updated
Dark mode styles. Added
ignore-dark-mode
class to disable dark mode for certain blocks on the page. - Fixed
Headings color in dark mode.
- Fixed
Broken code example on Carousel component documentation page.
v1.3.0 — September 9, 2022
- New
Startup landing page. View demo
- Updated
All dependencies, plugins and libraries to latest versions, including Bootstrap to v5.2.1.
- Fixed
Minor issues and typos.
v1.2.0 — June 6, 2022
- New
Mobile App Showcase v.2 landing page. View demo
- New
SaaS v.3 landing page. View demo
- New
Contacts v.3 page. View demo
- Updated
Service Details v.1 page. View demo
- Updated
Contacts v.1 page. View demo
- Updated
Contacts v.2 page. View demo
- Updated
All dependencies, plugins and libraries to latest versions, including Bootstrap to v5.2.0-beta1.
- Updated
Theme styles to leverage the usage of CSS custom properties (aka variables) for each component introduced in Bootstrap v5.2.0-beta1. Now you can customize every component with a handful of CSS variables.
- Updated
Dark mode color palette to be more contrast and less dependant on primary color.
- Updated
input-formatter.js
to add more features from Cleave.js plugin. Now all plugin's options can be passed to adata-format
attribute in JSON format. Also we've added credid card number check and preview. See demo here - Updated
Offcnavas component to make it compatible with new Bootstrap responsive offcanvas.
offcanvas-expand-{sm|md|lg|xl|xxl}
is deprecated and removed. Use default Bootstrap'soffcanvas-{sm|md|lg|xl|xxl}
instead. - Updated
Figma file with updated and new pages.
- Updated
Components documentation and Getting started guide.
- Fixed
Minor issues and typos
v1.1.0 — March 28, 2022
- New
Pricing page. View demo
- New
Services Details v.2 page. View demo
- New
Services v.2 page. View demo
- Updated
Mobile App Showcase landing page. View demo
- Updated
SaaS v.1 landing page. View demo
- Updated
About v.1 page. View demo
- Updated
Services v.1 page. View demo
- Updated
All dependencies, plugins and libraries to latest versions.
- Updated
Theme core js to work correctly with LightGallery v2.4+ and also replaced Jarallax element with Rellax plugin. Check updated Gallery component and Parallax component pages.
- Updated
Figma file with updated and new pages.
- Fixed
Minor issues and typos
v1.0.0 — January 13, 2022
- Initial release