Changelog
See what's new added, changed, fixed, improved or updated in the latest Front versions.
Read this before updating
Do not forget to backup your files and read the changelog before updating your Front copy. If you come across with any problems with Front template during the update and development processes, feel free to contact our support group at support@htmlstream.com and our team will assist you within a short time.
2.0.2
- 03 December, 2018
Enhanced Documentation.
Updated FontAwesome from v5.2 to v5.5
Fixed hs.megamenu.js
issue on iPad devices.
Fixed Conflicting Bootstrap Select plugin with hs.unfold.js
.
Fixed Bootstrap active button style on checkbox and radio buttons.
Fixed Bootstrap select copy-code snippet wrong class naming.
Fixed Some linking issues.
2.0.1
- 15 November, 2018
Updated hs.sticky-block.js
file completely rewritten and updated from v1.0 to v2.0.
Updated Sticky blocks where used.
Enhanced Documentation.
Enhanced hs.scroll-nav.js
file.
Fixed Anchor offset issue in the Documentation pages.
Fixed home/onepage-saas.html
Pricing block's SVG component (.ie-abstract-shapes-11) in IE browser.
2.0
- 07 November, 2018
New 3 home pages
New Invoice page
New FAQ pages
New IE supported now
New Utility classes
New List group
New Header gradient option
New Toggle topbar Header option
New Set of new SVG Icons
New Login pages
New Player.js plugin
New SVG-injector plugin
New Range Slider plugin
Updated Animate.css
Updated Popper.js
Updated Bootstrap-select
Updated Typed.js
Enhanced unfold.js (Dropdown) accessibility
Enhanced hs.video-player.js
Fixed Google Map degradation issue.
Fixed Bootstrap select style issue on page load
Fixed mega-menu.js click function
Fixed header-collapse not collapsing issue
Fixed hs.datatables.js
pagination issue with .active
state
Fixed Font size rendering
Fixed Font awesome prefix classing where fa-
classes changed to fas-
Fixed hs.go-to.js plugin disappearing issue on scroll
Fixed pages/contacts-agency.html
horizontal scrollbar issue on icon blocks.
Fixed home/classic-crypto.html
Blog news's image alignment issue fixed with .w-100
class to the parent.
Fixed custombox
visibility issue in IE.
Fixed pages/services-start-up.html
pricing pagination issue.
Fixed horizontal scrolling issue in Subscribe forms.
Migrating to v2
Front v2 is a major rewrite of the entire template. The most notable changes are summarized below, followed by more specific changes to relevant components.
v2 comes with the bulk of breaking changes, hence, below are the breaking changes to bear in mind when moving from v1.3 to v2 or any older version of Front.
Breaking changes
- Refactored nearly all components to use more un-nested class selectors instead of over-specific children selectors.
bootstrap.css
file merged to thetheme.css
.bootstrap.css
file removed from all HTML-files.- Main Front SCSS file renamed to
theme.scss
. - Main Front CSS file renamed to
theme.css
. - Main Front JS file renamed to
theme.js
. - Helper JS files moved to the
components
folder. $g-
variable prefix dropped to optimize the variables with Bootstrap variables, and to avoid duplications.- Dropped
Unfold
styles in favor of Bootstrap.dropdown
menu. - Switched from
px-to-rem
mixing to plainrem
. - Dropped
.u-
prefix from utility classes. -
Buttons
- Dropped
.u-
prefix from button classes in favor of Bootstrap naming classes. - Renamed
.u-button-*--air
classes to.btn-*-soft
.
- Dropped
-
Badges
- Dropped
.u-
prefix from badge classes in favor of Bootstrap naming classes. - Improved badge positioning.
- Renamed
.u-badge-border-*
classes to.badge-outline-*
.
- Dropped
-
Forms
- Renamed
u-form-layouts
in favor of Bootstrap naming classes. - Dropped some
u-form-layouts
classes and extended Bootstrap form classes. - Dropped
.u-
prefix from.u-file-attachment-*
classes. - Dropped
.u-
prefix from.u-checkbox-*
classes.
- Renamed
-
Components that are dropped in favor of .card
.u-pricing-v1
, and.u-pricing-v2
classesmodal-window
s.u-blog-overlay-v1
class.blog-masonry
blocks.shop/cart.html
Shipment blocksshop/checkout.html
Order summary contenthome/classic-crypto.html
Bitcoin charts blockshome/corporate-agency.html
Team blockshome/corporate-business.html
Hero card blockshome/corporate-business.html
Pricing blockshome/landing-house.html
Products blockshome/landing-job.html
Hiring blockshome/portfolio-agency.html
Hire Us blockshome/classic-marketing.html
News and Features blockshome/blog-start-up.html
News blockshome/blog-agency.html
News blocksSidebar news blogs
classes.blog-classic
News blocks.blog-grid
News blocks.blog-list
News blocks.blog-masonry
News blocks.work-masonry
News blocks.work-modern
News blocks.home/landing-house.html
Testimonials blockshome/classic-consulting.html
Testimonials blockshome/blog-agency.html
Testimonials blocksshop/classic.html
Product blocksshop/masonry.html
Product blockspages/privacy.html
content.pages/terms.html
sticky-block nav.pages/help.html
sticky-block nav.pages/services-agency.html
Get Started with Front blocks.shop/classic.html
Testimonials blocks.home/about-start-up.html
Testimonials blocks.account/members.html
Members block.account/members-list.html
Members block.account/activity.html
Activity table block.account/my-tasks.html
Tasks table block.account/plans.html
Pricing blocks.account/projects-list.html
Projects blocks.account/profile.html
Sibebar blocks.
-
Components that are dropped in favor of .list-group
- All
Footers
list groups. account/profile.html
List groups.pages/terms.html
sticky-blocks.pages/help.html
sticky-blocks.
- All
- Dropped Cubeportfolio plugin from
.blog-masonry
blocks. - Dropped
.u-
prefix from progress-vertical classes. - Dropped
.u-info-v1
, and.u-info-v2
classes, and replaced with.card-frame
class. - Dropped
mixins/_breakpoint.scss
in favor of Bootstrap mixins. - Dropped
list-style.scss
file and replaced with Bootstrap list-groups. - Dropped
.u-md-avatar
in favor of.u-avatar
class. - Updated
hs.chart-pie.js
. - Refactored
position
classes in favor of Bootstrap naming classes. See Position classes. - Refactored
video-player
blocks. See Video Player. - Refactored
hs.chart-pie.js
file. - Stats blocks in the
home/classic-consulting.html
file are not dynamic rather than static SVG. - Previous Front content spacing utility classes rewritten with
$content-space
mixins and renamed in favor of Bootstrap naming classes. See Spacing classes. - Renamed
$midnightblue
to the Bootstrap's$indigo
variable. - Renamed
$social-network-colors
to$secondary-colors
. - Renamed
.u-font-size-*
to.font-size-*
. See Font size classes.
Global changes
-
SVG
- Refactored
SVG
elements to make their classes and IDs unique to give them unique styles. - Plain
SVG
codes removed from HTMl-pages and called throughimg
tag.
- Refactored
- Dropped
skippy
across all HTML-pages.
Dropped
- Dropped
front.scss
,front-core.scss
, andfront-components.scss
SCSS files. All these files merged to thetheme.scss
file. Since there was no a reason to divide them. - Removed the unused
_staggered-transition-delay.scss
mixin. It was just extra code. - Dropped
_space.scss
file. - Dropped
overflow: hidden;
frommain
tag. - Dropped
body
andhtml
tag styles to use stick to the Bootstrap Reboot. - Dropped
_modal-window-account.scss
,_modal-window-shopping-cart.scss
, and_modal-window-subscribe.scss
files, since their only style was width. However, their styles are now given through HTML inline style. - Dropped
_news-blog-overlay-v1.scss
class in favor of utility classes. Use Background gradient overlay classes instead now. - Dropped
scss/front/unfold/
folder. - Dropped
.u-icon
in favor of.btn
classes. - Dropped
search-classic
style in favor of utility classes. - Dropped
shopping-cart
style in favor of explicit.card
classes. - Dropped duplicated
Sidebar
examples fromheader-layouts.html
page. - Dropped
.u-sidebar--cart
andu-sidebar__content--cart
classes for simplicity's sake. - Dropped
exit-intend
plugin fromhome/blog-agency.html
page. - Dropped
forms/toggle-state/
folder. - Dropped
forms/form-steps/
folder. - Dropped
.u-form-steps
classes in favor of.nav
classes. Use Nav classes instead now. - Dropped
Instagram
plugin from demo pages due to a continuous data token error. However, the plugin is still available in the Documentation page. - Dropped
px-to-rem
mixin in favor of plainrem
. $accent-colors
dropped.- Dropped
@icon-elements
mixin in favor of plain SCSS style. - Dropped
.theme-color
function. - Removed the unused
.mx-gutters-5
class. - Dropped
.u-form--modern
in favor of a default form style.
Optimized
- Moved
scss/vendor/
folder to thescss/front/
folder. - Moved
scss/vendor/bootstrap.scss
file to thescss/
folder. scss/mixins/_border-radius.scss
optimized.scss/mixins/_buttons.scss
optimized.- Large and responsive spacing issues on small devices optimized.
footers
optimized.- Moved
_typo-font-sizes.scss
and_typo-font-weight.scss
utilities to theutilities/_text.scss
file. - Moved
scss/front/colors/
utility folder to thescss/front/utilities/
folder. - Moved
scss/front/links/
utility folder to thescss/front/utilities/_links.scss
folder. - Merged
_height.scss
utility file with_sizing.scss
file.
Miscellaneous
- Dropped
data-bg-img-src
JS function in favor of HTML inline style. - Dropped
$teal-darker, $cyan-darker, $red-darker
colors. .u-sidebar--cart__footer-offset
class renamed to.u-sidebar__cart-footer-offset
.- Renamed
scss/vendor/_border-radius.scss
file to_border.scss
. @media
breakpoint sizes are fixed according to Bootstrap's latest changes._area-chart.scss
file moved toscss/front/vendor/area-chart/_area-chart.scss
folder.datatable/
folder moved toscss/front/vendor/ folder
.datepicker/
folder moved toscss/front/vendor/ folder
.forms/select/
folder moved toscss/front/vendor/ folder
.forms/summernote/-editor
folder moved toscss/front/vendor/ folder
.forms/tagsinput/
folder moved toscss/front/vendor/ folder
.- Replaced
.u-labels
on Blog pages with .btn classes. - Replaced
SVG
background.content-centered
class to.content-centered-y
inpages/maintenance-mode.html
page. - Replaced
SVG
background.content-centered
class to.content-centered-y
inpages/privacy.html
page. - Replaced
SVG
background.content-centered
class to.content-centered-y
inportfolio/case-studies-modern.html
page. - Replaced
Video Background
's SVG background.content-centered
class to.content-centered-y
inpages/careers.html
page. - Replaced
assets/img/64x64/
images with100x100
images due to low quality. - Bootstrap's
$indigo
variable enabled. img
tags are now wrapped with.u-*-avatar
classes for better usability..u-*-avatar
sizes are improved to match the.btn-icon
sizes.- Added
data-adaptive-height="true"
to the Pricing section to thehome/classic-consulting.html
, andpages/pricing.html
pages. - Changed
.u-slick--gutters-3
from16px
to15px
.
Class changes
Front v1.x | Front v2 |
---|---|
.u-button-*--air
|
.btn-*-soft
|
.u-badge-border-*
|
.badge-outline-*
|
.u-font-size-14
|
.font-size-1
|
.u-font-size-20
|
.font-size-2
|
.u-font-size-32
|
.font-size-3
|
.u-font-size-48--md-down
|
.font-size-md-down-5
|
.u-card-header
|
.card-collapse
|
.u-select
|
.dropdown-select
|
.u-toggle__toggle
|
.link-muted__toggle and .btn__toggle
|
.u-checkbox-brd
|
.checkbox-outline
|
.u-indicator-ver-dashed
|
.u-indicator-vertical-dashed
|
.u-paging-v1
|
.u-paging-modern
|
.u-blog-thumb-v1
|
.u-blog-thumb-minimal
|
.u-gmap-v1
|
.u-gmap-interactive
|
.u-stats-v1
|
.u-stats-progress
|
.u-stats-v2
|
.u-area-chart
|
.u-slick-paging-v1
|
.u-slick-paging
|
.u-slick-pagination-testimonials-v1
|
.u-slick-pagination-interactive
|
.opacity-0_2
|
.opacity-md
|
.u-file-attachment-v1
|
.u-file-attachment-link
|
.text-light
|
.text-white-70
|
.u-bg-transparent
|
.btn-bg-transparent
|
.u-checkbox-btn
|
.btn-custom-toggle-primary
|
.u-icon
|
.btn
|
.u-icon--xs
|
.btn-xs.btn-icon
|
.u-icon--sm
|
.btn-sm.btn-icon
|
.u-icon--md
|
.btn-icon
|
.u-icon--lg
|
.btn-lg.btn-icon
|
.u-icon__inner
|
.btn-icon__inner
|
.u-icon__inner
|
.btn-icon__inner
|
.u-icon__inner
|
.btn-icon__inner-bottom-minus
|
.u-icon--*
|
.btn-*
|
.u-icon-*--air
|
.btn-soft-*
|
.z-index-minus-1
|
.z-index-n1
|
.ml-offset-2
|
.ml-n2
|
.ml-offset-3
|
.ml-n3
|
.mt-offset-1
|
.mt-n1
|
.mt-offset-5
|
.mt-n5
|
.mt-offset-6
|
.mt-n6
|
.mt-offset-9
|
.mt-n9
|
.mt-offset-23
|
.mt-n23
|
.mb-offset-3
|
.mb-n3
|
.mb-offset-9
|
.mb-n9
|
1.3
- 05 August, 2018
New Account pages added
New Circles (Pie Charts) added
New Datatables added
New Flatpickr added
New Bootstrap Select added
New Bootstrap Tagsinput added
New Summernote WYSIWYG Editor added
New Toggle state added
New Utility classes
Updated Bootstrap updated from 4.1.1
to 4.1.3
Updated FontAwesome Icon Package updated from 5.0.13
to 5.4.1
Updated Cubeportfolio updated from 4.3.4
to 4.4.0
Removed <meta http-equiv="x-ua-compatible" content="ie=edge">
in all HTML files.
Fixed Instagram Image resolution
Fixed Header Nav Link icon rotation
Fixed
.info-v2
changed to .u-info-v2
at the following pages:
- starter/pricing.html
- starter/info.html
- home/landing-job.html
- home/corporate business.html
Fixed Logo alignment issue at the following pages:
- starter/headers/header-default-one-page-navigation.html
- starter/headers/header-default-one-page-navigation-with-dropdown.html
- starter/headers/header-default-one-page-navigation-with-dropdown-links.html
Fixed Scrollbar issue at the following pages:
- starter/headers/header-default-floating.html
- starter/headers/header-default-absolute-second-screen.html
- starter/headers/header-default-absolute-bottom.html
Enhanced Scrollbar optimization stylesheets
_header-floating.scss
_header-absolute-position.scss
Enhanced vertical-align: baseline;
added to our SVG
styles.
Enhanced Bordered Badge colors in _badge-style.scss updated
Enhanced Vertical progress bar
Enhanced Bootstrap Popover enabled
1.2
- 5 June, 2018
New Landing House Home page added
New Landing Job Home page added
New Corporate Business Home page added
New Tables documentation page added
New Utility classes added
Fixed starter/headers/header-sidebar-right.html
menu links fixed.
Fixed "Dark-to-white on scroll" wrong linking issue fixed on starter/header-layouts.html
.
Fixed confirm_password
init function changed to confirmPassword
.
Fixed Search Classic visibility issue fixed
Enhanced hs.go-to.js - Now you can use it as a link
Enhanced Documentation
1.1
- 13 May, 2018
New Sketch version added
Updated FontAwesome Icon Package updated from 5.0.6
to 5.0.13
Fixed scss/dropdown/
folders and its _dropdown.scss
along with _dropdown-country.scss
files changed to unfold
Fixed slick-carousel-preloader-black.svg
file name renamed to slick-carousel-preloader-primary.svg
Fixed Instagram API invalid token issue fixed
Fixed Wrong spelling of the .text-lu-left
and .text-lu-right
classes fixed at the following pages:
- home/blog-agency.html
- pages/careers.html
- portfolio/case-studies-modern.html
- starter/hero/hero-12.html
- starter/form-layouts.html pages
Fixed data-compensation="#header"
attribute removed from content "go-to" markups at the following pages:
- home/careers.html
- home/crypto.html
- shop/classic.html
- shop/masonry.html
- starter/hero-2.html
- starter/hero-19.html
- starter/hero-33.html
- starter/hero-34.html