-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.txt
22 lines (18 loc) · 965 Bytes
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Changelog
All notable changes to this project will be documented in this file.
## [ https://github.com/uiowa/uids/pull/698 ] - 2022-06-22
### Added
- Cards have a border by default now. Add borderless modifier class to remove borders.
### Changed
- card__media--small, card__media--medium, and card__media--large removed and moved to media component.
- card__img has been removed.
- card__date has been removed.
- card__title has been removed and replaced by .card header section.
## [ https://github.com/uiowa/uids/pull/716 ] - 2022-07-08
### Added
- bttn--transparent modifier class has been added to create a button without a background color.
- All buttons have borders now. Use borderless modifier to remove the borders.
- Added border.scss file for border utility class.
### Changed
- bttn--outline modifier class has been removed.
- bttn__link modifier class has been removed. Use bttn borderless bttn--transparent bttn--sans-serif as a replacement.