Skip to content

Releases: prysmex/ember-eui

v0.6.18

08 May 15:18

Choose a tag to compare

v0.6.18

v0.5.9

21 Apr 07:52

Choose a tag to compare

v0.5.9

v0.3.2

11 Apr 16:36

Choose a tag to compare

v0.3.2

v0.2.4

03 Apr 21:28

Choose a tag to compare

v0.2.4

v0.1.21

20 Mar 22:38

Choose a tag to compare

v0.1.21

v0.1.4

05 Mar 20:19

Choose a tag to compare

0.1.4

🐛 Bug / Fixes

  • Fixes lots of named blocks issues with wrapped fields

🚀 Enhancements

  • Added <:title> and <:description> named block to <EuiCard />

Components

  • <EuiChangesetForm::Fields::DualRangeSliderField>

v0.1.3

05 Mar 00:21

Choose a tag to compare

Monorepo!

changeset-form

v0.0.56

24 Feb 01:30

Choose a tag to compare

v0.0.56

First Batch of Form Controls

16 Feb 00:12
6e173f8

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

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;