Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Releases: web-illinois/toolkit

2.6.2

22 Feb 15:49
9956300
Compare
Choose a tag to compare

Updates

  • This is fixing issue #319 (Mobile navigation pushing to right)

What's Changed

Full Changelog: 2.6.1...2.6.2

2.6.1

15 Feb 16:02
e5f482d
Compare
Choose a tag to compare

Release 2.6.1

  • Update copyright date
  • Fix button colors if visited link and inside "il-formatted" class

What's Changed

Full Changelog: 2.6.0...2.6.1

2.6.0

08 Feb 19:35
a9f60ae
Compare
Choose a tag to compare

The 2.6.0 Release contains:

  • il-page-title, a new component that has faded text over an image.
  • an overlay feature to il-image-feature.
  • formatting issue fixes
  • minor bug fixes and API enhancements

What's Changed

Full Changelog: 2.5.0...2.6.0

2.5.0

16 Dec 21:09
Compare
Choose a tag to compare
  • Typography: updated styles for headers, lists, and other basic markup elements
  • Updates to calls to action and statistics

2.4.1

08 Dec 20:53
49bd86a
Compare
Choose a tag to compare
Fix deploy script

2.4.0

08 Dec 20:47
7d9ac24
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.1...2.4.0

2.3.1

25 Oct 16:05
f782ba9
Compare
Choose a tag to compare

2.3.1.

  • Clickable cards, image feature, video feature -- has a default to ensure that all cards/features in a flex or grid will fill to the bottom and not be ragged, There is a CSS variable if it needs to change.
  • Accordion -- If there are tags that aren't direct siblings of each other, it will still respect the ".il-accordion" class and will collapse correctly (example: <div class="il-accordion"><div><details>...</details></div><div><details>...</details></div></div>)
  • Accordion -- if there are nested accordions, the chevron indicator will display correctly.
  • Accordion -- if printed, it will expand all tags.
  • Clickable cards -- does not fire an onclick event if the href is not filled in (to help with back-end editing screens).

2.3.1-alpha2

20 Oct 23:41
Compare
Choose a tag to compare

Clickable cards, image feature, video feature display defaults, allows to change via css variable
Accordion -- indicator displays correctly when nesting accordions.
Accordion -- will collapse correctly if these are nested within divs
Accordion -- will expand on print
Clickable cards -- will not trigger click if no href attribute is present

2.3.1-alpha

18 Oct 17:54
Compare
Choose a tag to compare
  1. Clickable cards, image feature, video feature -- defaults to "flex", allows to change via css variable
  2. Accordion -- indicator displays correctly when nesting accordions.
  3. Accordion -- will collapse correctly if these are nested within divs
  4. Accordion -- will expand on print

2.3.0

29 Sep 15:37
80a98a7
Compare
Choose a tag to compare

Features and improvements for toolkit version 2.3.

Pagination
Clickable Cards
Feature Video
Plus bug fixes and minor tweak