Skip to content

Commit

Permalink
Merge tag 'v6.1' into develop
Browse files Browse the repository at this point in the history
v6.1
  • Loading branch information
erictompkins committed Aug 22, 2024
2 parents 46b196d + 63d2aa8 commit 3157e1f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 6.1.0 (August 22, 2024)

- Updated the internal build scripts.
- Documentation updates.
- **Breaking change**: Renamed the "links" folder to "link" to be more consistent with the other folders that are all singular.
- **Breaking change**: Added variables for gutter, margin, and padding classes. You will now need to import the variable files.
- Added additional sizes for gutter, margin, and padding classes. There are now 15 size options (16, if you include the 0 option).
- **Breaking change**: Added variables for the image classes. You will now need to import the variable file.
- Updated the `image-left` and `image-right` classes to use `max-width` instead of `width`. This helps smaller images to not get stretched.

## 6.0.0 (August 19, 2024)

- Added font-style classes.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cacao-css",
"description": "A set of composable CSS utilities that provide a solid foundation for website projects.",
"version": "6.0.0",
"version": "6.1.0",
"author": "Aptuitiv, Inc <[email protected]>",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 3157e1f

Please sign in to comment.