Skip to content

Releases: prysmex/ember-eui

First Batch of Form Controls

16 Feb 00:12
6e173f8
Compare
Choose a tag to compare

🚀 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

29 Jan 13:39
Compare
Choose a tag to compare

🐛 Bug / Fixes

  • Add missing {{yield}} to <EuiHeaderLink />

    🚀 Enhancements

  • Allow defaulting to always use <Svg/> component from ember-svg-jar, you can still override with @useSvg={{false}} to render an icon as img

config['ember-eui']['eui-icon'].useSvg;

v0.0.42

29 Jan 01:16
Compare
Choose a tag to compare

🚀 Enhancements

  • Use {{on "click"}} instead of @onClick for <EuiButton /> <EuiButtonEmpty/> <EuiButtonIcon />

v0.0.39

26 Jan 00:02
Compare
Choose a tag to compare

0.0.39

🚀 Enhancements

  • <EuiSteps />

v0.0.37

25 Jan 20:52
Compare
Choose a tag to compare
v0.0.37

v0.0.30

19 Jan 23:09
Compare
Choose a tag to compare

Bump ember-svg-jar

v0.0.28

13 Jan 20:45
Compare
Choose a tag to compare
v0.0.28 ember-in-element-polyfill

v0.0.26

13 Jan 19:28
Compare
Choose a tag to compare
v0.0.26 Rename <Text /> component to <TextBlock />

0.0.23

25 Nov 00:39
Compare
Choose a tag to compare

0.0.23

🚀 Enhancements

  • EuiCallOut may now receive named blocks <:title> </:title> <:body> <:/body>

v0.0.21

24 Nov 22:30
Compare
Choose a tag to compare

0.0.21

🐛 Bug / Fixes

  • Fixes a few missing props for EuiPage, EuiPageBody, EuiPanel and EuiCard
  • Fixes EuiHorizontalRule not receiving splattributes