diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fd72019..40400e2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# 13.1.0 + +### :rocket: Enhancement +- [#904](https://github.com/primer/css/pull/904) Add Keyboard Shortcuts `kbd` from github/github +- [#926](https://github.com/primer/css/pull/926) Add Flash Banner `.flash-banner` from github/github +- [#927](https://github.com/primer/css/pull/927) Add `.flex-column-reverse` utilities + +### :memo: Documentation +- [#932](https://github.com/primer/css/pull/932) Fix CDN links in documentation +- [#933](https://github.com/primer/css/pull/933) Convert most ERB examples to HTML + +### Committers +- [@shawnbot](https://github.com/shawnbot) +- [@simurai](https://github.com/simurai) + # 13.0.2 ### :memo: Documentation diff --git a/docs/content/components/alerts.md b/docs/content/components/alerts.md index 5f298527..9591848a 100644 --- a/docs/content/components/alerts.md +++ b/docs/content/components/alerts.md @@ -120,3 +120,15 @@ A flash message that is full width and removes border and border radius. ``` + +## Flash banner + +A flash message that is fixed positioned at the top of the page. Use for more global events where the content of the page is unknown. + +```html live +
A very long paragraph that wraps onto multiple lines without overlapping or wrapping underneath the icon to it's left