This repository has been archived by the owner on Dec 17, 2024. It is now read-only.
Releases: web-illinois/toolkit
Releases · web-illinois/toolkit
2.6.2
Updates
- This is fixing issue #319 (Mobile navigation pushing to right)
What's Changed
- Fix issue #319, clean up dart-sass errors by @bryanjonker-illinois in #320
- Merge for 2.6.2 by @bryanjonker-illinois in #321
Full Changelog: 2.6.1...2.6.2
2.6.1
Release 2.6.1
- Update copyright date
- Fix button colors if visited link and inside "il-formatted" class
What's Changed
- Update copyright to 2022 by @mattsharkey in #315
- Fix Issue #310 and #313 by @bryanjonker-illinois in #314
- Version 2.6.1 by @bryanjonker-illinois in #317
- Update package.json 2.6.1 by @bryanjonker-illinois in #318
Full Changelog: 2.6.0...2.6.1
2.6.0
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
- Add navigation to tests index page by @mattsharkey in #295
- Jonker/issues for26 by @bryanjonker-illinois in #302
- Fix delete yml file by @bryanjonker-illinois in #305
- Hero component by @mattsharkey in #306
- New page title component by @mattsharkey in #307
- Merging from dev to component by @bryanjonker-illinois in #308
- Major changes from image-layout, call-to-action cleanup by @bryanjonker-illinois in #309
- Update version number by @bryanjonker-illinois in #311
- Merge to main from develop for 2.6.0 release by @bryanjonker-illinois in #312
Full Changelog: 2.5.0...2.6.0
2.5.0
- Typography: updated styles for headers, lists, and other basic markup elements
- Updates to calls to action and statistics
2.4.1
Fix deploy script
2.4.0
What's Changed
- Adding clickable card color options by @bryanjonker-illinois in #195
- Fix image link by @bryanjonker-illinois in #196
- Fun with statistics by @bryanjonker-illinois in #197
- Fix json by @bryanjonker-illinois in #198
- Components/calltoaction by @bryanjonker-illinois in #199
- Tweaks to call to action by @bryanjonker-illinois in #202
- Develop by @bryanjonker-illinois in #203
- Components/statistics by @bryanjonker-illinois in #204
- Increasing stat animation, adding gradient var by @bryanjonker-illinois in #205
- Components/statistics by @bryanjonker-illinois in #206
- Removing animation by @bryanjonker-illinois in #207
- Backmerge to Call to Action branch by @bryanjonker-illinois in #211
- Unit tests by @bryanjonker-illinois in #215
- Update stat to 700 font weight by @bryanjonker-illinois in #223
- Update README.md by @nhoyt in #226
- Updated colors by @mattsharkey in #241
- Layout components by @mattsharkey in #242
- Colors by @mattsharkey in #243
- Backmerge to statistics by @bryanjonker-illinois in #244
- Components/statistics by @bryanjonker-illinois in #245
- Updates on statistics -- new colors by @bryanjonker-illinois in #246
- Update yml files for toolkit by @bryanjonker-illinois in #248
- Back-merge to statistics module by @bryanjonker-illinois in #254
- Full and fixed with layout sections by @mattsharkey in #255
- Back-merge from Develop to statistics by @bryanjonker-illinois in #256
- Components/statistics by @bryanjonker-illinois in #257
- Hero: use theme and alignment classes by @mattsharkey in #258
- Issue fixes by @mattsharkey in #259
- Bug #239 by @bryanjonker-illinois in #260
- Fix release by @bryanjonker-illinois in #261
- Navigation updates by @mattsharkey in #262
- Refresh stale call-to-action branch by @bryanjonker-illinois in #264
- Move size to class, remove variant colors by @bryanjonker-illinois in #263
- Update statistics with notes from meeting by @bryanjonker-illinois in #265
- Update call to action with meeting notes by @bryanjonker-illinois in #266
- Approve call-to-action visual tests by @bryanjonker-illinois in #273
- Issue fixes by @mattsharkey in #274
- Remove alignment attribute by @bryanjonker-illinois in #276
- Remove width attribute, change to css variable by @bryanjonker-illinois in #275
- Issues #278 and #279 by @mattsharkey in #280
- Adjust spacing in section with sidebar by @mattsharkey in #277
- Version 2.4.0 by @bryanjonker-illinois in #281
New Contributors
Full Changelog: 2.3.1...2.4.0
2.3.1
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
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
- Clickable cards, image feature, video feature -- defaults to "flex", 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
2.3.0
Features and improvements for toolkit version 2.3.
Pagination
Clickable Cards
Feature Video
Plus bug fixes and minor tweak