|
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 |
| - |
42 |
| -# 0.2.0 (2013-03-03) |
43 |
| - |
44 |
| -## Features |
45 |
| - |
46 |
| -- **dialog:** |
47 |
| - - Make $dialog 'resolve' property to work the same way of $routeProvider.when ([739f86f](https://github.com/angular-ui/bootstrap/commit/739f86f)) |
48 |
| -- **modal:** |
49 |
| - - allow global override of modal options ([acaf72b](https://github.com/angular-ui/bootstrap/commit/acaf72b)) |
50 |
| -- **buttons:** |
51 |
| - - add checkbox and radio buttons ([571ccf4](https://github.com/angular-ui/bootstrap/commit/571ccf4)) |
52 |
| -- **carousel:** |
53 |
| - - add slide indicators ([3b677ee](https://github.com/angular-ui/bootstrap/commit/3b677ee)) |
54 |
| -- **typeahead:** |
55 |
| - - add typeahead directive ([6a97da2](https://github.com/angular-ui/bootstrap/commit/6a97da2)) |
56 |
| -- **accordion:** |
57 |
| - - enable HTML in accordion headings ([3afcaa4](https://github.com/angular-ui/bootstrap/commit/3afcaa4)) |
58 |
| -- **pagination:** |
59 |
| - - add first/last link & constant congif options ([0ff0454](https://github.com/angular-ui/bootstrap/commit/0ff0454)) |
60 |
| - |
61 |
| -## Bug fixes |
62 |
| - |
63 |
| -- **dialog:** |
64 |
| - - update resolve section to new syntax ([1f87486](https://github.com/angular-ui/bootstrap/commit/1f87486)) |
65 |
| - - $compile entire modal ([7575b3c](https://github.com/angular-ui/bootstrap/commit/7575b3c)) |
66 |
| -- **tooltip:** |
67 |
| - - don't show tooltips if there is no content to show ([030901e](https://github.com/angular-ui/bootstrap/commit/030901e)) |
68 |
| - - fix placement issues ([a2bbf4d](https://github.com/angular-ui/bootstrap/commit/a2bbf4d)) |
69 |
| -- **collapse:** |
70 |
| - - Avoids fixed height on collapse ([ff5d119](https://github.com/angular-ui/bootstrap/commit/ff5d119)) |
71 |
| -- **accordion:** |
72 |
| - - fix minification issues ([f4da4d6](https://github.com/angular-ui/bootstrap/commit/f4da4d6)) |
73 |
| -- **typeahead:** |
74 |
| - - update inputs value on mapping where label is not derived from the model ([a5f64de](https://github.com/angular-ui/bootstrap/commit/a5f64de)) |
75 |
| - |
76 |
| -# 0.1.0 (2013-02-02) |
77 |
| - |
78 |
| -_Very first, initial release_. |
79 |
| - |
80 |
| -## Features |
81 |
| - |
82 |
| -Version `0.1.0` was released with the following directives: |
83 |
| - |
84 |
| -* accordion |
85 |
| -* alert |
86 |
| -* carousel |
87 |
| -* dialog |
88 |
| -* dropdownToggle |
89 |
| -* modal |
90 |
| -* pagination |
91 |
| -* popover |
92 |
| -* tabs |
93 |
| -* tooltip |
| 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 | + |
| 42 | +# 0.2.0 (2013-03-03) |
| 43 | + |
| 44 | +## Features |
| 45 | + |
| 46 | +- **dialog:** |
| 47 | + - Make $dialog 'resolve' property to work the same way of $routeProvider.when ([739f86f](https://github.com/angular-ui/bootstrap/commit/739f86f)) |
| 48 | +- **modal:** |
| 49 | + - allow global override of modal options ([acaf72b](https://github.com/angular-ui/bootstrap/commit/acaf72b)) |
| 50 | +- **buttons:** |
| 51 | + - add checkbox and radio buttons ([571ccf4](https://github.com/angular-ui/bootstrap/commit/571ccf4)) |
| 52 | +- **carousel:** |
| 53 | + - add slide indicators ([3b677ee](https://github.com/angular-ui/bootstrap/commit/3b677ee)) |
| 54 | +- **typeahead:** |
| 55 | + - add typeahead directive ([6a97da2](https://github.com/angular-ui/bootstrap/commit/6a97da2)) |
| 56 | +- **accordion:** |
| 57 | + - enable HTML in accordion headings ([3afcaa4](https://github.com/angular-ui/bootstrap/commit/3afcaa4)) |
| 58 | +- **pagination:** |
| 59 | + - add first/last link & constant congif options ([0ff0454](https://github.com/angular-ui/bootstrap/commit/0ff0454)) |
| 60 | + |
| 61 | +## Bug fixes |
| 62 | + |
| 63 | +- **dialog:** |
| 64 | + - update resolve section to new syntax ([1f87486](https://github.com/angular-ui/bootstrap/commit/1f87486)) |
| 65 | + - $compile entire modal ([7575b3c](https://github.com/angular-ui/bootstrap/commit/7575b3c)) |
| 66 | +- **tooltip:** |
| 67 | + - don't show tooltips if there is no content to show ([030901e](https://github.com/angular-ui/bootstrap/commit/030901e)) |
| 68 | + - fix placement issues ([a2bbf4d](https://github.com/angular-ui/bootstrap/commit/a2bbf4d)) |
| 69 | +- **collapse:** |
| 70 | + - Avoids fixed height on collapse ([ff5d119](https://github.com/angular-ui/bootstrap/commit/ff5d119)) |
| 71 | +- **accordion:** |
| 72 | + - fix minification issues ([f4da4d6](https://github.com/angular-ui/bootstrap/commit/f4da4d6)) |
| 73 | +- **typeahead:** |
| 74 | + - update inputs value on mapping where label is not derived from the model ([a5f64de](https://github.com/angular-ui/bootstrap/commit/a5f64de)) |
| 75 | + |
| 76 | +# 0.1.0 (2013-02-02) |
| 77 | + |
| 78 | +_Very first, initial release_. |
| 79 | + |
| 80 | +## Features |
| 81 | + |
| 82 | +Version `0.1.0` was released with the following directives: |
| 83 | + |
| 84 | +* accordion |
| 85 | +* alert |
| 86 | +* carousel |
| 87 | +* dialog |
| 88 | +* dropdownToggle |
| 89 | +* modal |
| 90 | +* pagination |
| 91 | +* popover |
| 92 | +* tabs |
| 93 | +* tooltip |
0 commit comments