Releases: lozjackson/ember-ui-components
Releases · lozjackson/ember-ui-components
v1.0.0
v0.12.0
v0.11.1
v0.11.0
v0.10.0
v0.9.2
v0.9.1
CHANGELOG
- [BUGFIX] Fix issue that was preventing the consuming app to build for production environment.
v0.9.0
CHANGELOG
- [BUGFIX] Check the component still exists before handling event listeners on the
ClickOutsideMixin
. - [FEATURE] Add
InputComponent
. - [FEATURE] Add
FormElementComponent
andFormElementClass
. - [FEATURE] Add
FieldsetComponent
andFieldsetClass
. - Add the
FormElementClass
to theSelectComponent
. - Add Phantomjs dev-dependency.
- Configure Ember-try to include Ember ~2.4.0 (LTS).
- Update to Ember-cli 2.7.0
v0.8.1
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
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.