Releases: lozjackson/ember-ui-components
Releases · lozjackson/ember-ui-components
v0.7.0
CHANGELOG
- [FEATURE] Add
ModalService
. - [FEATURE] Add
open-modal
andclose-modal
helpers. - [FEATURE] Add
showModal
property toModalWindowComponent
. - Bind the
uic-modal-container
class name to theshowModal
property of theModalWindowComponent
. - Add ember-code-snippet.
v0.6.0
CHANGELOG
- [FEATURE] Add
toggle
method to theContextMenuService
. - [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 theContextMenuParams.model
property.
v0.5.1
CHANGELOG
- [BUGFIX] Prevent Firefox from scrolling the page when the using the
ContextMenuComponent
.
v0.5.0
CHANGELOG
- [FEATURE] Add
OpenContextMenuHelper
- [FEATURE] Add
ContextMenuService
. - Change the default
tagName
forSubMenuComponent
tomenuitem
. - Add
ContextMenuContainerComponent
. - Update
ContextMenuComponent
v0.4.0
CHANGELOG
- [FEATURE] Add
CloseButtonComponent
- [FEATURE] Add
AutoClose
property toDropdownComponent
andDropdownContainerComponent
v0.3.0
CHANGELOG
- [FEATURE] Add
ButtonGroupComponent
- [FEATURE] Add
selected
property toButtonComponent
v0.2.0
CHANGELOG
- [FEATURE] Add
ButtonComponent
- [FEATURE] Add
DropdownComponent
- [FEATURE] Add
ClickOutsideMixin
v0.1.0
CHANGELOG
- [FEATURE] Add
menuToggleClass
property toSlideMenuComponent
- [FEATURE] Add
pushContentType
property toSlideMenuComponent
- [FEATURE] Add
squeeze-content
css class for theSlideMenuComponent
- [FEATURE] Add
maskContent
option toModalDialogComponent
andModalWindowComponent
- [FEATURE] Add
disableScroll
option toModalDialogComponent
,ModalWindowComponent
andSlideMenuComponent
- [FEATURE] Add
disablePointerEvents
option toModalDialogComponent
andModalWindowComponent
- [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
Initial release