Skip to content

Commit 922282e

Browse files
authored
chore(release): Changelog (#463)
1 parent 8920b10 commit 922282e

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CHANGELOG.md

+37
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
<a name="2.0.0-beta.3"></a>
2+
# [2.0.0-beta.3](https://github.com/angular/angularfire2/compare/2.0.0-beta.2...v2.0.0-beta.3) (2016-08-22)
3+
4+
5+
* a handful of package and publish chores (#312) ([ac8c6be](https://github.com/angular/angularfire2/commit/ac8c6be)), closes [#272](https://github.com/angular/angularfire2/issues/272) [#311](https://github.com/angular/angularfire2/issues/311) [#310](https://github.com/angular/angularfire2/issues/310) [#293](https://github.com/angular/angularfire2/issues/293) [#246](https://github.com/angular/angularfire2/issues/246)
6+
7+
8+
### Bug Fixes
9+
10+
* **auth:** add scheduler to schedule onAuth events through Angular zone ([#368](https://github.com/angular/angularfire2/issues/368)) ([3615318](https://github.com/angular/angularfire2/commit/3615318)), closes [#354](https://github.com/angular/angularfire2/issues/354)
11+
* **auth:** Auth config for initializeApp ([#428](https://github.com/angular/angularfire2/issues/428)) ([a2ee25d](https://github.com/angular/angularfire2/commit/a2ee25d))
12+
* **auth:** check protocol before calling getRedirectResult ([#271](https://github.com/angular/angularfire2/issues/271)) ([f38e9d7](https://github.com/angular/angularfire2/commit/f38e9d7)), closes [#243](https://github.com/angular/angularfire2/issues/243)
13+
* **auth:** make statically analyzable x2 ([#427](https://github.com/angular/angularfire2/issues/427)) ([ab80954](https://github.com/angular/angularfire2/commit/ab80954))
14+
* **auth:** providerData issue ([#420](https://github.com/angular/angularfire2/issues/420)) ([1ebb726](https://github.com/angular/angularfire2/commit/1ebb726))
15+
* **list:** FirebaseListObservable shape ([#321](https://github.com/angular/angularfire2/issues/321)) ([35e8583](https://github.com/angular/angularfire2/commit/35e8583))
16+
* **providers:** make AoT compile friendly ([#410](https://github.com/angular/angularfire2/issues/410)) ([6219ac1](https://github.com/angular/angularfire2/commit/6219ac1))
17+
18+
19+
### Features
20+
21+
* **docs:** Docs for RC5 ([9870a7f](https://github.com/angular/angularfire2/commit/9870a7f))
22+
23+
24+
### BREAKING CHANGES
25+
26+
* Previously, es modules were published to the es6/ directory inside the npm
27+
package. This change publishes them to the esm directory to be consistent
28+
with other angular packages. Currently, the es6 directory is still published
29+
in the npm package, but will be removed in a future release.
30+
* auth: The AngularFireAuth class has changed the order of its constructor arguments.
31+
Since this is usually instantiated automatically via dependency injection,
32+
it shouldn't affect common usage of the library. However, if manually
33+
instantiating AngularFireAuth in tests or in an application, the order of
34+
arguments is now: `(AuthBackend, WindowLocation[, AuthConfiguration])`.
35+
36+
37+
138
<a name="2.0.0-beta.2"></a>
239
# [2.0.0-beta.2](https://github.com/angular/angularfire2/compare/2.0.0-beta.1...v2.0.0-beta.2) (2016-06-22)
340

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angularfire2",
3-
"version": "2.0.0-beta.2",
3+
"version": "2.0.0-beta.3",
44
"description": "",
55
"main": "./dist/angularfire2.js",
66
"jsnext:main": "./dist/esm/angularfire2.js",

0 commit comments

Comments
 (0)