Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a3cf650

Browse files
committedOct 6, 2014
Update CHANGELOG.md
1 parent 40a73aa commit a3cf650

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed
 

‎CHANGELOG.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<a name="0.4"></a>
2-
### 0.4 (2014-10-06)
2+
## 0.4 (2014-10-06)
33

44
Version 0.4 incorporates four (4) new components: [circular progress](https://material.angularjs.org/#/material.components.circularProgress/readme/overview), [subheader](https://material.angularjs.org/#/material.components.subheader/readme/overview), [tooltip](https://material.angularjs.org/#/material.components.tooltip/readme/overview) and [bottom sheet](https://material.angularjs.org/#/material.components.bottomSheet/readme/overview). A [new API](#v0.4-breaking) has also been introduced for `$materialDialog` and `$materialToast`. Additionally, many small component functionality and performance issues have been resolved.
55

@@ -41,8 +41,6 @@ The services `$materialDialog` and `$materialToast` have changed API(s). See sec
4141

4242

4343
<br/>
44-
45-
4644
<a name="v0.4-breaking-details"></a>
4745
#### Details on Breaking Changes
4846

@@ -76,7 +74,7 @@ $materialDialog.hide(response);
7674
$materialDialog.cancel(reason);
7775
```
7876

79-
Note: $materialDialog no longer returns a `$hideDialog` function.
77+
Note: If you previously provided a `controller` option to `$materialDialog`, that controller would be injected with a `$hideDialog` function. This feature no longer exists; use `$materialDialog.hide()`.
8078

8179
<br/>
8280

@@ -112,14 +110,12 @@ $materialToast.cancel(reason);
112110

113111
```
114112
<br/>
115-
Note: $materialToast no longer returns a `$hideToast` function.
113+
Note: If you previously provided a `controller` option to `$materialToast`, that controller would be injected with a `$hideToast` function. This feature no longer exists; use `$materialToast.hide()`.
116114

117-
<br/>
118-
---
119115

120116

121117
<a name="0.0.3"></a>
122-
### v0.0.3 (2014-09-19)
118+
## v0.0.3 (2014-09-19)
123119

124120
v0.0.3 includes many bug fixes, performance, and usability improvements to existing components, as well as introducing the slider, switch, divider, and linear progress components.
125121

0 commit comments

Comments
 (0)
This repository has been archived.