Skip to content

Releases: ember-elements/ember-elements

@ember-elements/[email protected]

12 Sep 11:05
Compare
Choose a tag to compare

1.0.0 (2023-09-12)

Bug Fixes

  • core: refactor all the core package code & remove depricated codes etc (5547d56)
  • core: remove app style import & add addon scss file for direct use (d8bb1f7)
  • core: remove core addon (339ee92)
  • core: resolve all lintings issues (9ec47de)
  • core: update storybook ember & ember-cli-storybook version (0f8cfaf)
  • icons: remove linting checks for iconSvgPath file (096141b)
  • icons: resolve tsc build issue (3cdb463)
  • icons: update lintings (157f6f4)
  • overlay: add css-transition comp & fix dialog transition issues (0b5fba6)
  • overlay: resolve animation issue with unused tracked prop (8d38078)
  • overlay: resolve transition issue with overlay (94a0f8a)
  • package: update ember version to 3.24 (95fab4c)
  • remove style import form test/dummy app (08fcc87)
  • storybook: add chromatic for storybook docs publish (802ea83)
  • update scss import file path to support embroider (2730055)
  • workflows: add github actions for icons and core (7b7bb88)

Features

  • core: update ember version & dependencies (e25bbf8)
  • core: update lint files (bfbcd53)
  • icons: update ember version & dependencies (55d9a6b)

@ember-elements/[email protected]

12 Sep 11:02
Compare
Choose a tag to compare

1.0.0 (2023-09-12)

Bug Fixes

  • core: refactor all the core package code & remove depricated codes etc (5547d56)
  • core: remove app style import & add addon scss file for direct use (d8bb1f7)
  • core: remove core addon (339ee92)
  • core: resolve all lintings issues (9ec47de)
  • core: update storybook ember & ember-cli-storybook version (0f8cfaf)
  • icons: remove linting checks for iconSvgPath file (096141b)
  • icons: resolve tsc build issue (3cdb463)
  • icons: update lintings (157f6f4)
  • overlay: add css-transition comp & fix dialog transition issues (0b5fba6)
  • overlay: resolve animation issue with unused tracked prop (8d38078)
  • overlay: resolve transition issue with overlay (94a0f8a)
  • package: update ember version to 3.24 (95fab4c)
  • remove style import form test/dummy app (08fcc87)
  • storybook: add chromatic for storybook docs publish (802ea83)
  • update scss import file path to support embroider (2730055)
  • workflows: add github actions for icons and core (7b7bb88)

Features

  • core: update ember version & dependencies (e25bbf8)
  • core: update lint files (bfbcd53)
  • icons: update ember version & dependencies (55d9a6b)

v0.7.0

02 Jul 03:49
Compare
Choose a tag to compare

CHANGELOG

  • [ #141] Feature_select
  • Update to node 8

V0.6.0

21 Jun 13:04
Compare
Choose a tag to compare

CHANGELOG

  • [ #134] Feature_Feature_Portal component
  • [ #135] Feature_Overlay component
  • [ #137] Feature_Dialog component
  • [ #138] Feature_Alert component

v0.5.1

06 Jun 16:52
Compare
Choose a tag to compare

CHANGELOG

  • [ #125] BugFix _Data binding problem with TextArea component
  • [ #126] BugFix_Set button as default type property to NumericInput buttons
  • [ #127] BugFix_Improved TagInput component

v0.5.0

23 May 18:23
b737423
Compare
Choose a tag to compare

CHANGELOG

  • [ #108] Feature_Collapse Component
  • [ #109] Maintenance_Package.json file updates(yarn.lock, JQuery depreciated)
  • [ #114] Feature_ProgressBar Component
  • [ #115] Feature_Callout component
  • [ #117] Feature_AnchorButton component

v0.4.1

12 May 18:36
886ad64
Compare
Choose a tag to compare

CHANGELOG

  • [ #101] BugFix_Button type property
  • [ #102] BugFix_Set button as default PopOver(component) target
  • [ #103] BugFix_Remove two way binding with value prop in NumericInput
  • [ #104] BugFix_Svg icon for CheckBox

v0.4.0

10 May 18:17
29d69f8
Compare
Choose a tag to compare

CHANGELOG

  • [ #90] Feature_HtmlSelect component Type: new component
  • [ #91] Feature_FileInput component
  • [ #95] Feature_NumericInput component
  • [ #97] Feature_TextArea component
  • [ #98] BugFix_Replace html input tag with ember input helper

v0.3.1

04 May 17:09
b7f3c53
Compare
Choose a tag to compare

CHANGELOG

  • [ #83 ] BugFix_Set default z-index to ToolTip
  • [ #84 ] BugFix_Render async content with PopOver component

v0.3.0

03 May 08:29
7cf494d
Compare
Choose a tag to compare

CHANGELOG

  • [ #72 ] Feature_CheckBox component
  • [ #73 ] BugFix_Update isoutClickCloseDialog prop name with isOutClickCloseDialog
  • [ #74 ] BugFix_iconSize property to PopOver component
  • [ #76 ] Feature_Switch component
  • [ #77 ] Feature_ControlGroup component
  • [ #79 ] Feature_Radio and RadioGroup component