# Changelog
# 25 Jul 2024 1.3.1
fixed: AJAX transitions stopped working in the latest Google Chrome
==================
changes in source files:
SOURCE/components/PJAX/PJAX Init New Page.js
==================
changes in file HTML/js/components.js
PJAXInitNewPage
# 13 Aug 2023 1.3.0
fixed: warning "Google Maps JavaScript API has been loaded directly without a callback"
improved: updated jQuery library to the latest version 3.7.0
==================
please update file HTML/js/vendor.js
# 21 Mar 2023 1.2.3
fixed: incorrect hover color of classic menu items in the sticky header
fixed: rendering issues in desktop Safari in "List Backgrounds" sections
fixed: overlapped grid items in desktop Safari
==================
changes in source files:
SOURCE/components/effects/backgroundHover.sass
SOURCE/components/layout/header/headerSticky.sass
SOURCE/components/listBackgrounds/listBackgrounds.sass
SOURCE/components/_base/BaseComponent.js
SOURCE/components/grid/Grid.js
==================
changes in file HTML/js/components.js
class BaseComponent
class Grid
class Header
==================
please update file HTML/css/main.css
==================
# 10 Mar 2023 1.2.2
fixed: frontend error when filtering a grid with an odd number of items
fixed: layout issue when filtering a grid
fixed: grid filter may not be accessible for clicking in some cases
==================
changes in file HTML/js/components.js
class Grid
==================
changes in file HTML/css/main.css
.filter {
position: relative;
z-index: 80;
}
==================
# 27 Feb 2023 1.2.1
fixed: double flashing of the 1st slide button on 012-landing-page-2.html page
fixed: incorrect calculation of mobile top/bottom bar on iPad
==================
please update file HTML/012-landing-page-2.html
# 10 Jan 2023 1.2.0
improved: updated jQuery library to the latest version 3.6.3
improved: updated Bootstrap modal library to the secure version 4.3.1
==================
please update file HTML/js/vendor.js
# 13 Sep 2022 1.1.1
fixed: incorrect whitespace in several Sass files caused Gulp to crash
added: correct handling of error event for Gulp Sass
==================
changes in source files:
SOURCE/gulpfile.js
SOURCE/components/form/formContact/formContacts.sass
==================
# 21 Apr 2022 1.1.0
fixed: in "Modular" mode the actual horizontal scrolling could start too early if there were only a few columns
fixed: unnecessary scroll position restore in horizontal scrolling sections on ScrollTrigger refresh call
improved: deprecated "data-arts-horizontal-scroll-start-delay", "data-arts-horizontal-scroll-end-delay" and "arts-horizontal-scroll-disabled-at" attributes
improved: lazy images should begin to load prior to the start of scrolling in horizontal scrolling sections
improved: automatically close overlay menu when switching to display classic menu (e.g. on a tablet orientation change)
==================
changes in file HTML/js/components.js
class SectionHorizontalScroll
class Header
==================
# 21 Sep 2021 1.0.2
fixed: incorrect resources path in Gulp environment
# 09 Aug 2021 1.0.1
fixed: closing gallery issue on 021-portfolio-details-masthead-boxed-vertical.html page
improved: updated GSAP plugins to the latest versions 3.7.1
# 23 Jul 2021 1.0.0
initial release