Skip to content

Releases: lozjackson/ember-ui-components

v1.0.0

14 Apr 23:11
Compare
Choose a tag to compare

Release v1.0.0

CHANGELOG

#30 Update ember-cli 2.18.2

v0.12.0

16 Feb 19:48
Compare
Choose a tag to compare

CHANGELOG

  • #28 Fix Ember version compatibility.
  • #27 Remove observer from SlideMenuComponent.
  • #26 Add AlertHelper and ConfirmHelper.
  • #25 Remove observer from ModalDialogComponent.
  • #24 Remove observer from TabsComponent.

v0.11.1

25 Jan 23:10
Compare
Choose a tag to compare

CHANGELOG

  • #23 Update Ember-svg-shapes to ^1.0.0
  • #22 Update to Ember-cli 2.11.0

v0.11.0

01 Jan 20:32
Compare
Choose a tag to compare
  • #19 [FEATURE] Add ListComponent.
  • #18 [FEATURE] Add SwitchComponent.
  • #15 [BUGFIX] Prevent active tab becoming blank
  • #14 Remove deprecated Ember.K

v0.10.0

21 Nov 18:08
Compare
Choose a tag to compare

CHANGELOG

  • #11 [BUGFIX] The SubMenuComponent now supports the disabled attribute.
  • #10 [FEATURE] Add TabsComponent.
  • #12 Update Ember-wormhole dependency to v0.5.1

v0.9.2

06 Nov 19:23
Compare
Choose a tag to compare

CHANGELOG

  • #6 Add util methods.
  • #7 Update to Ember-cli 2.8.0

v0.9.1

03 Sep 13:57
Compare
Choose a tag to compare

CHANGELOG

  • [BUGFIX] Fix issue that was preventing the consuming app to build for production environment.

v0.9.0

03 Sep 11:34
Compare
Choose a tag to compare

CHANGELOG

  • [BUGFIX] Check the component still exists before handling event listeners on the ClickOutsideMixin.
  • [FEATURE] Add InputComponent.
  • [FEATURE] Add FormElementComponent and FormElementClass.
  • [FEATURE] Add FieldsetComponent and FieldsetClass.
  • Add the FormElementClass to the SelectComponent.
  • Add Phantomjs dev-dependency.
  • Configure Ember-try to include Ember ~2.4.0 (LTS).
  • Update to Ember-cli 2.7.0

v0.8.1

17 Aug 21:07
Compare
Choose a tag to compare

CHANGELOG

  • When button components become active the css box-shadow is inset.
  • Change the OK button for alert and confirm modal dialog components to blue background with white text.
  • Use ButtonComponent instead of button elements in the built in model dialog components.

v0.8.0

18 Jun 15:20
Compare
Choose a tag to compare

CHANGELOG

  • [FEATURE] Use ember-wormhole to enable rendering the ContextMenuComponent to a specified DOM element.
  • [FEATURE] Use ember-wormhole to enable rendering the ModalWindowComponent to a specified DOM element.
  • Add DestinationElementMixin.
  • Add ember-wormhole dependency.