Releases: UAB-IT/linear
Version 1.1.9
Migrate away from Stratus dependency
Make a move away from Matt McAddams now unmaintained SCSS toolkit for design systems, Stratus. Matt has decided to take the stratus project down to free up the Stratus namespace on NPM for a future project with a more narrow scope.
Version 1.1.8
Bug fixes
Reverts change introduced in v1.1.3. IT_sidebar() function call must be made in a module in the debug position. As always, all function calls must be wrapped in the jQuery(document).ready(function () {} function.
Version 1.1.7
Bug Fixes
Fixes a problem where cell status styles could be overridden by striped table styles
Version 1.1.6
Bug Fixes
Fixes a z-index issue with the sidebar that could cause unexpected behavior on mobile if the sidebar was opened on top of a link in the page's content.
Version 1.1.5
Bug Fixes
Fixes an issue where striped table styling was being automatically added to comparison tables without the table-striped class
Version 1.1.4
Bug Fixes
- Resolves a problem on mobile where table headers were not behaving as expected. See Issue #116
Version 1.1.3
Bug fixes
- Updates file header metadata to reflect the correct version number
- Adds the IT_sidebar function call to the main JS file. This function runs on every page so moving the call to the build file removes the need for a JS-Init module on every Joomla Site.
Please note: an issue was found when calling an IT function from anywhere in Joomla. You'll likely receive a reference error: Function not defined. This is because site resources are loaded asynchronously, meaning that it's possible for the function to be called before it exists. To resolve this issue, wrap the function call in the jQuery document ready method.
jQuery(document).ready(function () {
IT_function();
});Version 1.1.2
Bug Fixes
- Fixes a potential security issue involving user input and tables generated using Google Sheets
Version 1.1.1
Bug Fixes
- Remove the "open in new tab" icon from social media links
Version 1.1.0
New Features
- Added new social media icon solution
Bug Fixes
- Fixed class naming inconsistency in the grid system