|
| 1 | +# 0.7.0 (2013-11-22) |
| 2 | + |
| 3 | +## Features |
| 4 | + |
| 5 | +- **datepicker:** |
| 6 | + - add i18n support for bar buttons in popup ([c6ba8d7f](http://github.com/angular-ui/bootstrap/commit/c6ba8d7f)) |
| 7 | + - dynamic date format for popup ([aa3eaa91](http://github.com/angular-ui/bootstrap/commit/aa3eaa91)) |
| 8 | + - datepicker-append-to-body attribute ([0cdc4609](http://github.com/angular-ui/bootstrap/commit/0cdc4609)) |
| 9 | +- **dropdownToggle:** |
| 10 | + - disable dropdown when it has the disabled class ([104bdd1b](http://github.com/angular-ui/bootstrap/commit/104bdd1b)) |
| 11 | +- **tooltip:** |
| 12 | + - add ability to enable / disable tooltip ([5d9bd058](http://github.com/angular-ui/bootstrap/commit/5d9bd058)) |
| 13 | + |
| 14 | +## Bug Fixes |
| 15 | + |
| 16 | +- **accordion:** |
| 17 | + - assign `is-open` to correct scope ([157f614a](http://github.com/angular-ui/bootstrap/commit/157f614a)) |
| 18 | +- **collapse:** |
| 19 | + - remove element height watching ([a72c635c](http://github.com/angular-ui/bootstrap/commit/a72c635c)) |
| 20 | + - add the "in" class for expanded panels ([9eca35a8](http://github.com/angular-ui/bootstrap/commit/9eca35a8)) |
| 21 | +- **datepicker:** |
| 22 | + - some IE8 compatibility improvements ([4540476f](http://github.com/angular-ui/bootstrap/commit/4540476f)) |
| 23 | + - set popup initial position in append-to-body case ([78a1e9d7](http://github.com/angular-ui/bootstrap/commit/78a1e9d7)) |
| 24 | + - properly handle showWeeks config option ([570dba90](http://github.com/angular-ui/bootstrap/commit/570dba90)) |
| 25 | +- **modal:** |
| 26 | + - correctly close modals with no backdrop ([e55c2de3](http://github.com/angular-ui/bootstrap/commit/e55c2de3)) |
| 27 | +- **pagination:** |
| 28 | + - fix altering of current page caused by totals change ([81164dae](http://github.com/angular-ui/bootstrap/commit/81164dae)) |
| 29 | + - handle extreme values for `total-items` ([8ecf93ed](http://github.com/angular-ui/bootstrap/commit/8ecf93ed)) |
| 30 | +- **position:** |
| 31 | + - correct positioning for SVG elements ([968e5407](http://github.com/angular-ui/bootstrap/commit/968e5407)) |
| 32 | +- **tabs:** |
| 33 | + - initial tab selection ([a08173ec](http://github.com/angular-ui/bootstrap/commit/a08173ec)) |
| 34 | +- **timepicker:** |
| 35 | + - use html5 for input elements ([53709f0f](http://github.com/angular-ui/bootstrap/commit/53709f0f)) |
| 36 | +- **tooltip:** |
| 37 | + - restore html-unsafe compatibility with AngularJS 1.2 ([08d8b21d](http://github.com/angular-ui/bootstrap/commit/08d8b21d)) |
| 38 | + - hide tooltips when content becomes empty ([cf5c27ae](http://github.com/angular-ui/bootstrap/commit/cf5c27ae)) |
| 39 | + - tackle DOM node and event handlers leak ([0d810acd](http://github.com/angular-ui/bootstrap/commit/0d810acd)) |
| 40 | +- **typeahead:** |
| 41 | + - do not set editable error when input is empty ([006986db](http://github.com/angular-ui/bootstrap/commit/006986db)) |
| 42 | + - remove popup flickering ([dde804b6](http://github.com/angular-ui/bootstrap/commit/dde804b6)) |
| 43 | + - don't show matches if an element is not focused ([d1f94530](http://github.com/angular-ui/bootstrap/commit/d1f94530)) |
| 44 | + - fix loading callback when deleting characters ([0149eff6](http://github.com/angular-ui/bootstrap/commit/0149eff6)) |
| 45 | + - prevent accidental form submission on ENTER ([253c49ff](http://github.com/angular-ui/bootstrap/commit/253c49ff)) |
| 46 | + - evaluate matches source against a correct scope ([fd21214d](http://github.com/angular-ui/bootstrap/commit/fd21214d)) |
| 47 | + - support IE8 ([0e9f9980](http://github.com/angular-ui/bootstrap/commit/0e9f9980)) |
| 48 | + |
1 | 49 | # 0.6.0 (2013-09-08)
|
2 | 50 |
|
3 | 51 | ## Features
|
|
0 commit comments