Skip to content

Releases: UAB-IT/linear

Version 1.1.9

03 Mar 19:45

Choose a tag to compare

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

16 Sep 18:30
a26dd20

Choose a tag to compare

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

10 Sep 15:12
edfd5c6

Choose a tag to compare

Bug Fixes

Fixes a problem where cell status styles could be overridden by striped table styles

Version 1.1.6

26 Aug 15:42
a5beb41

Choose a tag to compare

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

25 Aug 16:16
e0aa228

Choose a tag to compare

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

24 Aug 15:21
5d357a3

Choose a tag to compare

Bug Fixes

  • Resolves a problem on mobile where table headers were not behaving as expected. See Issue #116

Version 1.1.3

23 Aug 17:59
53fe6e2

Choose a tag to compare

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

20 Aug 15:47
5d177e7

Choose a tag to compare

Bug Fixes

  • Fixes a potential security issue involving user input and tables generated using Google Sheets

Version 1.1.1

18 Aug 16:17
7071b15

Choose a tag to compare

Bug Fixes

  • Remove the "open in new tab" icon from social media links

Version 1.1.0

18 Aug 16:07
5c5625c

Choose a tag to compare

New Features

  • Added new social media icon solution

Bug Fixes

  • Fixed class naming inconsistency in the grid system