Skip to content

Commit

Permalink
chore: v2.31.0 (#383)
Browse files Browse the repository at this point in the history
* chore: v2.31.0

* docs: v2.31.0

* build: v2.31.0
  • Loading branch information
wesleyboar authored Sep 3, 2024
1 parent 5420dbc commit 60969c4
Show file tree
Hide file tree
Showing 246 changed files with 272 additions and 247 deletions.
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased][unreleased]

## [2.31.0] - 2024-09-03: Portal v2 Message Style, Drop-Cap Mixin

### Added

- feat: let s-drop-cap be used intuitively (#381)
- feat: drop-cap mixin (#380, #382)
- enhance: standardize message icon support (#379)

### Fixed

- fix: x-message styles (#376)
- fix: admonition type "tip" has no color (#374)

### Changed

- refactor: move message mixins to x-message (#378)
- refactor: use v2/cms colors for compact/portal messages (#377)

### Updated

- deps: postcss preset env v6 to v10 (#373)

**Full Changelog**: https://github.com/TACC/Core-Styles/compare/v2.30.1...v2.31.0

## [2.30.1] - 2024-08-06: Disable Busy Buttons

### Fixed
Expand Down Expand Up @@ -1135,7 +1159,8 @@ See [2.5.0] instead.

Initial working code. (This code may not work on all environments.)

[unreleased]: https://github.com/TACC/Core-Styles/compare/v2.30.1...HEAD
[unreleased]: https://github.com/TACC/Core-Styles/compare/v2.31.0...HEAD
[2.31.0]: https://github.com/TACC/Core-Styles/releases/tag/v2.31.0
[2.30.1]: https://github.com/TACC/Core-Styles/releases/tag/v2.30.1
[2.30.0]: https://github.com/TACC/Core-Styles/releases/tag/v2.30.0
[2.29.1]: https://github.com/TACC/Core-Styles/releases/tag/v2.29.1
Expand Down
2 changes: 1 addition & 1 deletion dist/branding_logos.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components/README.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/*! @tacc/core-styles 2.30.1+ | MIT | github.com/TACC/Core-Styles */
/*! @tacc/core-styles 2.31.0+ | MIT | github.com/TACC/Core-Styles */
2 changes: 1 addition & 1 deletion dist/components/admonition.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components/admonition/demo.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/*! @tacc/core-styles 2.30.1+ | MIT | github.com/TACC/Core-Styles */.admonition{margin-top:1em}
/*! @tacc/core-styles 2.31.0+ | MIT | github.com/TACC/Core-Styles */.admonition{margin-top:1em}
2 changes: 1 addition & 1 deletion dist/components/align.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components/align/demo.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components/bootstrap.col.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components/bootstrap.container.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components/bootstrap.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/*! @tacc/core-styles 2.30.1+ | MIT | github.com/TACC/Core-Styles */
/*! @tacc/core-styles 2.31.0+ | MIT | github.com/TACC/Core-Styles */
2 changes: 1 addition & 1 deletion dist/components/bootstrap.figure.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components/bootstrap.form.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components/bootstrap.modal--cms.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components/bootstrap.modal--portal.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/*! @tacc/core-styles 2.30.1+ | MIT | github.com/TACC/Core-Styles */.modal-title{font-size:1.2rem}
/*! @tacc/core-styles 2.31.0+ | MIT | github.com/TACC/Core-Styles */.modal-title{font-size:1.2rem}
2 changes: 1 addition & 1 deletion dist/components/bootstrap.modal.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 60969c4

Please sign in to comment.