Skip to content

Releases: lozjackson/ember-ui-components

v0.7.0

08 Jun 16:06
Compare
Choose a tag to compare

CHANGELOG

  • [FEATURE] Add ModalService.
  • [FEATURE] Add open-modal and close-modal helpers.
  • [FEATURE] Add showModal property to ModalWindowComponent.
  • Bind the uic-modal-container class name to the showModal property of the ModalWindowComponent.
  • Add ember-code-snippet.

v0.6.0

23 May 20:27
Compare
Choose a tag to compare

CHANGELOG

  • [FEATURE] Add toggle method to the ContextMenuService.
  • [BUGFIX] Fix a bug where the context-menu could have an incorrect context.
  • [FEATURE] Allow an object to be passed as a second argument to the OpenContextMenuHelper
    and then be available as the ContextMenuParams.model property.

v0.5.1

21 May 20:51
Compare
Choose a tag to compare

CHANGELOG

  • [BUGFIX] Prevent Firefox from scrolling the page when the using the ContextMenuComponent.

v0.5.0

20 May 22:27
Compare
Choose a tag to compare

CHANGELOG

  • [FEATURE] Add OpenContextMenuHelper
  • [FEATURE] Add ContextMenuService.
  • Change the default tagName for SubMenuComponent to menuitem.
  • Add ContextMenuContainerComponent.
  • Update ContextMenuComponent

v0.4.0

28 Apr 20:38
Compare
Choose a tag to compare

CHANGELOG

  • [FEATURE] Add CloseButtonComponent
  • [FEATURE] Add AutoClose property to DropdownComponent and DropdownContainerComponent

v0.3.0

04 Apr 20:35
Compare
Choose a tag to compare

CHANGELOG

  • [FEATURE] Add ButtonGroupComponent
  • [FEATURE] Add selected property to ButtonComponent

v0.2.0

30 Mar 16:13
Compare
Choose a tag to compare

CHANGELOG

  • [FEATURE] Add ButtonComponent
  • [FEATURE] Add DropdownComponent
  • [FEATURE] Add ClickOutsideMixin

v0.1.0

25 Mar 23:54
Compare
Choose a tag to compare

CHANGELOG

  • [FEATURE] Add menuToggleClass property to SlideMenuComponent
  • [FEATURE] Add pushContentType property to SlideMenuComponent
  • [FEATURE] Add squeeze-content css class for the SlideMenuComponent
  • [FEATURE] Add maskContent option to ModalDialogComponent and ModalWindowComponent
  • [FEATURE] Add disableScroll option to ModalDialogComponent, ModalWindowComponent and SlideMenuComponent
  • [FEATURE] Add disablePointerEvents option to ModalDialogComponent and ModalWindowComponent
  • [FEATURE] Update uic-button css class
  • [FEATURE] Update uic-modal template
  • [BUGFIX] Fix error when calling the DialogService.closeModal() method when the modal dialog is not open.
  • Update to Ember-cli 2.4.2

v0.0.1

19 Mar 20:13
Compare
Choose a tag to compare

Initial release