<a name"0.7.0">
** Ember 2.4 support - using getOwner
<a name"0.6.7">
** Ember 2.0 fixes thanks to EVILoptimist
<a name"0.6.0">
** Added default waves support and a Waves mixin
<a name"0.5.1">
** Bug fix so that no changes are made during didInsertElement
<a name"0.5.0">
** Ember 2.0 compatible & merge with kaliber5 branch
<a name"0.4.0">
- Collapse:
<a name"0.3.0">
- Accordion:
- added accordion components (f2bbaca8)
<a name"0.2.0">
- Ember: Updated components to be compatible with Ember 1.13 (thanks to jesenko) and 2.0. NOTE: Ember 1.13 is the minimum required version for ember-bootstrap 0.2.0 and above
- Tests: Refactored all component tests to use the new integration test style
- Select: added Ember.Select replacement component (19144085)
<a name"0.1.4">
- Components.FormElement: Wrong classes for horizontal layout forms (14) (1caba612)
<a name"0.1.3">
- Ember: Updated to Ember-cli 0.2.7, fixed deprecation warnings in Ember 1.13 (1fc78c4)
- Ember: Updated to Ember-cli 0.2.5 / Ember.js 1.12. Fixed test failures because of missi (45e59f03)
- Form: submitOnEnter submits the form when user presses enter, even if no submit button (fcc9898b)
<a name"0.1.2">
- I18n: support for ember-i18n added: selected components support translateable properties
<a name"0.1.1">
- FormGroup: fixed wrong form group validation class in Ember 1.11 (ff72909e)
<a name"0.1.0">
New form classes to support creating powerful forms:
- Form: base form class
- FormGroup: component for Bootstrap form-group elements with validation rendering
- FormElement: extends FormGroup to implement automatic markup generation and model based validations
<a name"0.0.9">
- ButtonGroup:
- initial value did not set active buttons properly
<a name"0.0.8">
- ButtonGroup:
- bower: fixed missing bootstrap dependency in bower.json. Did not affect the host ember (5c00c2b9)
<a name"0.0.7">
- Dropdown: new component for Bootstrap dropdowns
- Enhanced API docs, with custom theme
- Updated to ember-cli 0.2.0, ember.js 1.10
<a name"0.0.6">
- Alert: component for dismissible Bootstrap alerts
<a name"0.0.5">
- ButtonGroup: component for groups of Buttons, with radio and checkbox style toggling
<a name"0.0.4">
- Initial release