Changelog

Version 1.3.0 – 6 January 2022

  • fixed dropdowns going out of the screen
  • fixed logo size on mobile devices
  • removed Instagram usage from HTML files. Since Instagram API changed, you will need to find alternative method to embed it on your site, for example, this one – https://instafeedjs.com/

Version 1.2.3 – 21 October 2020

  • updated vendor dependencies

Version 1.2.2 – 25 April 2020

  • updated dev environment
  • changed full navbar and side navbar items to flexes (fixes FireFox compatibility)
  • changed video blocks remove thumbnail on ready event, not on play
  • fixed navbar vertical scroll on mobile devices
  • fixed blog-isotope-2 in FireFox

Version 1.2.1 – 28 May 2019

  • fixed plain video block Vimeo play

Version 1.2.0 – 31 January 2019

  • updated to the latest Bootstrap 4.2:
    • changed classes hidden-md-down to d-none d-lg-block
    • changed classes hidden-lg-up to d-lg-none
    • changed classes push-lg-6 to order-lg-2
    • changed classes push-lg-8 to order-lg-2
    • removed classes pull-lg-6
    • removed classes pull-lg-4
    • changed tether script to popper.js
  • improved developers environment (added ES6, SCSS and Webpack config)
  • updated all vendor scripts
  • removed documentation styles and scripts (not used anymore)

Version 1.1.3 – 12 January 2019

  • changed navigation on home 4
  • prevent adding hash to the address bar when using scroll to anchor links
  • fixed flickity carousel resize
  • fixed sticky navbar + opaque content jumping
  • fixed youtube plain video not playing
  • fixed IE FullPage scroll event and scrollbars visible

Version 1.1.2 – 13 August 2018

  • changed pagination to flexboxes
  • fixed navbar logo size on iOs
  • fixed scss error

Version 1.1.1 – 21 May 2017

  • added mask attribute support on progress bars
  • fixed plain videos in Firefox
  • fixed iOs scroll to anchor animation
  • fixed header title full height jumping in Chrome 58 (changed to flex boxes)
  • fixed swipe navigation in the latest Chrome
  • fixed navbar dropdown position to fit in container
  • fixed half portfolio content padding on mobile devices

Version 1.1.0 – 7 March 2017

  • migrated to Bootstrap 4 Alpha 6 (be careful, some of the classes was changed)
  • fixed navigations on mobile devices
  • fixed sticky sidebar and content bugs (going down under footer sometimes)
  • fixed scroll to anchor when used no valid hash
  • updated the most of plugins in assets/bower_components folder

Version 1.1.0 – 7 March 2017

  • migrated to Bootstrap 4 Alpha 6 (be careful, some of the classes was changed)
  • fixed navigations on mobile devices
  • fixed sticky sidebar and content bugs (going down under footer sometimes)
  • fixed scroll to anchor when used no valid hash
  • updated the most of plugins in assets/bower_components folder

Migration Guide (from 1.0.1 to 1.1.0):

  • active tabs changed class from .in to .show
  • removed class .multi-columns-row
  • removed class .equal-height
  • changed classes .col-xs-* to .col-*
  • Old assets:
    <script src=”assets/bower_components/jquery-form/jquery.form.js”></script>
  • New assets:
    <script src=”assets/bower_components/jquery-form/dist/jquery.form.min.js”></script>

Version 1.0.1 – 3 February 2017

  • changed video plain on mobile devices (open url in new tab)
  • fixed dropdown position in fullscreen and side navigations
  • fixed shortcuts toggle when they are disabled (by tapping O key)
  • fixed error in jQuery 3 – minor changes

Version 1.0.0 – 22 November 2016

  • Initial release
Was this page helpful?