Skip to content

Commit f1da080

Browse files
committed
release: v3.0.0-alpha.0
1 parent f827b1b commit f1da080

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# [3.0.0-alpha.0](https://github.com/posva/vuefire/compare/v2.0.0-alpha.11...v3.0.0-alpha.0) (2020-11-30)
2+
3+
Initial release, existing API from [docs](https://vuefire.vuejs.org/vuefire/getting-started.html#installation) should be the same. Added composition API functions:
4+
5+
- `firestoreBind`
6+
- `firestoreUnbind`
7+
- `rtdbBind`
8+
- `rtdbUnbind`
9+
10+
Waiting for the documentation, rely the typings to know what to pass.
11+
12+
Only Firebase 7 is supported until [this regression](https://github.com/firebase/firebase-js-sdk/issues/4125) is solved.
13+
14+
### Features
15+
16+
- make it work with Vue 2 ([6571605](https://github.com/posva/vuefire/commit/6571605fee777d038c06811cbcc47eeec7202790))
17+
- update types firestore ([66f723a](https://github.com/posva/vuefire/commit/66f723a026b823140029347c6380951e3dfe06aa))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuefire",
3-
"version": "3.0.0",
3+
"version": "3.0.0-alpha.0",
44
"description": "Some awesome description",
55
"main": "dist/vuefire.cjs.js",
66
"unpkg": "dist/vuefire.global-vue-2.js",

0 commit comments

Comments
 (0)