Skip to content

Commit

Permalink
chore(changelog): added forgotten breaking changes in beta.16
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed Apr 28, 2016
1 parent bfc3248 commit 0db2b37
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,33 @@
* **package:** updated angular2 to 0-beta.16 ([75b3568](https://github.com/valor-software/ng2-bootstrap/commit/75b3568))
* **typeahead:** show list of options on focuse when minLength=0 ([f1c1909](https://github.com/valor-software/ng2-bootstrap/commit/f1c1909)), closes [#187](https://github.com/valor-software/ng2-bootstrap/issues/187) [#413](https://github.com/valor-software/ng2-bootstrap/issues/413)


### Breaking changes
All components was renamed accordingly to ng2 style guide ([da131ea](https://github.com/valor-software/ng2-bootstrap/commit/da131ea))

| Before | After |
|---|---|
|Accordion|AccordionComponent|
|AccordionPanel|AccordionPanelComponent|
|Alert|AlertComponent|
|ButtonCheckbox|ButtonCheckboxDirective|
|ButtonRadio|ButtonRadioDirective|
|Carousel|CarouselComponent|
|Slide|SlideComponent|
|Collapse|CollapseDirective|
|DatePicker|DatePickerComponent|
|Dropdown|DropdownDirective|
|Pager|PagerComponent|
|Pagination|PaginationComponent|
|Bar|BarComponent|
|Progress|ProgressDirective|
|Progressbar|ProgressbarComponent|
|Rating|RatingComponent|
|Tab|TabDirective|
|TabHeading|TabHeadingDirective|
|Tabset|TabsetComponent|
|Timepicker|TimepickerComponent|
|Tooltip|TooltipDirective|
|Typeahead|TypeaheadDirective|

<a name="1.0.13"></a>
## [1.0.13](https://github.com/valor-software/ng2-bootstrap/compare/v1.0.12...v1.0.13) (2016-04-15)
Expand Down

0 comments on commit 0db2b37

Please sign in to comment.