Releases: prysmex/ember-eui
Releases · prysmex/ember-eui
First Batch of Form Controls
🚀 Enhancements
Components
<EuiCheckbox>
<EuiCheckboxGroup>
<EuiFieldNumber>
<EuiFieldPassword>
<EuiFieldText>
<EuiFormControlLayoutClearButton>
<EuiFormControlLayoutClearCustomIcon>
<EuiFormControlLayoutDelimited>
<EuiFormControlLayoutIcons>
<EuiFormControlLayout>
<EuiFormErrorText>
<EuiFormFielset>
<EuiFormHelpText>
<EuiFormLegend>
<EuiFormRow>
<EuiForm>
<EuiRadioGroup>
<EuiRadio>
<EuiSelect>
<EuiSwitch>
<EuiTextArea>
<EuiTextArea>
Helpers
{{nullish}}
{{starts-with}}
Modifiers
{{invalidate-indeterminate}}
{{screen-reader-only}}
{{validatable-control}}
🐛 Bug / Fixes
<EuiText>
@grow
defaults to true<EuiCard>
selectable bugfixes- Prevent inline style of maxWidth as undefined on modal
- Fix EuiCollapsibleNavGroup title styling
🏠 Internal
- Refactor
class-names
helper for more clarity and perceived performance(?)
v0.0.44
🐛 Bug / Fixes
-
Add missing
{{yield}}
to<EuiHeaderLink />
🚀 Enhancements
-
Allow defaulting to always use
<Svg/>
component fromember-svg-jar
, you can still override with@useSvg={{false}}
to render an icon as img
config['ember-eui']['eui-icon'].useSvg;
v0.0.42
🚀 Enhancements
- Use
{{on "click"}}
instead of@onClick
for<EuiButton />
<EuiButtonEmpty/>
<EuiButtonIcon />
v0.0.39
0.0.39
🚀 Enhancements
<EuiSteps />
v0.0.37
v0.0.37
v0.0.30
Bump ember-svg-jar
v0.0.28
v0.0.28 ember-in-element-polyfill
v0.0.26
v0.0.26 Rename <Text /> component to <TextBlock />
0.0.23
0.0.23
🚀 Enhancements
- EuiCallOut may now receive named blocks <:title> </:title> <:body> <:/body>
v0.0.21
0.0.21
🐛 Bug / Fixes
- Fixes a few missing props for EuiPage, EuiPageBody, EuiPanel and EuiCard
- Fixes EuiHorizontalRule not receiving splattributes