|
| 1 | +# 0.3.0 (2013-04-30) |
| 2 | + |
| 3 | +## Features |
| 4 | + |
| 5 | +- **progressbar:** |
| 6 | + - add progressbar directive ([261f2072](https://github.com/angular-ui/bootstrap/commit/261f2072)) |
| 7 | +- **rating:** |
| 8 | + - add rating directive ([6b5e6369](https://github.com/angular-ui/bootstrap/commit/6b5e6369)) |
| 9 | +- **typeahead:** |
| 10 | + - support the editable property ([a40c3fbe](https://github.com/angular-ui/bootstrap/commit/a40c3fbe)) |
| 11 | + - support typeahead-loading bindable expression ([b58c9c88](https://github.com/angular-ui/bootstrap/commit/b58c9c88)) |
| 12 | +- **tooltip:** |
| 13 | + - added popup-delay option ([a79a2ba8](https://github.com/angular-ui/bootstrap/commit/a79a2ba8)) |
| 14 | + - added appendToBody to $tooltip ([1ee467f8](https://github.com/angular-ui/bootstrap/commit/1ee467f8)) |
| 15 | + - added tooltip-html-unsafe directive ([45ed2805](https://github.com/angular-ui/bootstrap/commit/45ed2805)) |
| 16 | + - support for custom triggers ([b1ba821b](https://github.com/angular-ui/bootstrap/commit/b1ba821b)) |
| 17 | + |
| 18 | +## Bug Fixes |
| 19 | + |
| 20 | +- **alert:** |
| 21 | + - don't show close button if no close callback specified ([c2645f4a](https://github.com/angular-ui/bootstrap/commit/c2645f4a)) |
| 22 | +- **carousel:** |
| 23 | + - Hide navigation indicators if only one slide ([aedc0565](https://github.com/angular-ui/bootstrap/commit/aedc0565)) |
| 24 | +- **collapse:** |
| 25 | + - remove reference to msTransition for IE10 ([55437b16](https://github.com/angular-ui/bootstrap/commit/55437b16)) |
| 26 | +- **dialog:** |
| 27 | + - set _open to false on init ([dcc9ef31](https://github.com/angular-ui/bootstrap/commit/dcc9ef31)) |
| 28 | + - close dialog on location change ([474ce52e](https://github.com/angular-ui/bootstrap/commit/474ce52e)) |
| 29 | + - IE8 fix to not set data() against text nodes ([a6c540e5](https://github.com/angular-ui/bootstrap/commit/a6c540e5)) |
| 30 | + - fix $apply in progres on $location change ([77e6acb9](https://github.com/angular-ui/bootstrap/commit/77e6acb9)) |
| 31 | +- **tabs:** |
| 32 | + - remove superfluous href from tabs template ([38c1badd](https://github.com/angular-ui/bootstrap/commit/38c1badd)) |
| 33 | +- **tooltip:** |
| 34 | + - fix positioning issues in tooltips and popovers ([6458f487](https://github.com/angular-ui/bootstrap/commit/6458f487)) |
| 35 | +- **typeahead:** |
| 36 | + - close matches popup on click outside typeahead ([acca7dcd](https://github.com/angular-ui/bootstrap/commit/acca7dcd)) |
| 37 | + - stop keydown event propagation when ESC pressed to discard matches ([22a00cd0](https://github.com/angular-ui/bootstrap/commit/22a00cd0)) |
| 38 | + - correctly render initial model value ([929a46fa](https://github.com/angular-ui/bootstrap/commit/929a46fa)) |
| 39 | + - correctly higlight matches if query contains regexp-special chars ([467afcd6](https://github.com/angular-ui/bootstrap/commit/467afcd6)) |
| 40 | + - fix matches pop-up positioning issues ([74beecdb](https://github.com/angular-ui/bootstrap/commit/74beecdb)) |
| 41 | + |
1 | 42 | # 0.2.0 (2013-03-03)
|
2 | 43 |
|
3 | 44 | ## Features
|
@@ -49,4 +90,4 @@ Version `0.1.0` was released with the following directives:
|
49 | 90 | * pagination
|
50 | 91 | * popover
|
51 | 92 | * tabs
|
52 |
| -* tooltip |
| 93 | +* tooltip |
0 commit comments