v1.0.0-beta.8
Pre-release
Pre-release
·
791 commits
to main
since this release
Minor Changes
-
de7fd69: Added
rh-context-provider
component, which is meant to be used internally within rh-elements shadow templates to override colour context.
Inrh-dialog
, fix the colour context overrides for slotted content. See patternfly/patternfly-elements#2036 (comment)
Inrh-dialog
, changed the attributevariant="video"
totype="video"
, because<pfe-modal>
uses variant for width. -
3248990: Add
rh-stat
An element which can be used to display statistics inside of an app.
<rh-stat size="large" icon="rh-atom"> <span slot="title">Stat Title</span> <span slot="statistic">Stat</span> <span slot="description" >Stat body text that includes two lines and a footnote<sup>2</sup></span > </rh-stat>