Skip to content

Commit 74e0d7a

Browse files
committed
1 parent 37d3f67 commit 74e0d7a

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# [3.0.0-alpha.8](https://github.com/vuejs/vuefire/compare/v3.0.0-alpha.7...v3.0.0-alpha.8) (2022-11-15)
2+
3+
### Bug Fixes
4+
5+
- **app-check:** run only in client ([384085e](https://github.com/vuejs/vuefire/commit/384085edbe2e39dc05d9ad78e0600e647805116e))
6+
- **options-api:** cleanup variables ([5d244b7](https://github.com/vuejs/vuefire/commit/5d244b75e579ea3feda9aa3beee5c6e39680f791))
7+
- **ssr:** fallback value in firestore ([57cdd82](https://github.com/vuejs/vuefire/commit/57cdd824be1439a636655a02c75978f857ba36ba))
8+
9+
### Code Refactoring
10+
11+
- rename `unbind()` to `stop()` ([37d3f67](https://github.com/vuejs/vuefire/commit/37d3f67eda2206df4ca346028e6fb573f89e7960))
12+
13+
### Features
14+
15+
- add modules for options api ([908f6c3](https://github.com/vuejs/vuefire/commit/908f6c3e6890dff8dfd165e368e47ba2c95711ba))
16+
- **ssr:** database and firestore ([eca3031](https://github.com/vuejs/vuefire/commit/eca3031cbd9abbbdbdb98f30f1efdd995354bb41))
17+
- **storage:** url, metadata and upload tasks ([b5fa6b9](https://github.com/vuejs/vuefire/commit/b5fa6b9404a2a0f9c2c34293cdff78994dd438bf))
18+
19+
### BREAKING CHANGES
20+
21+
- Composables like `useDocument()` no longer return an
22+
`unbind()` method. The method is now named `stop()` to better reflect
23+
that they also stop the Vue watcher on top of stopping the Firebase data
24+
subscription.
25+
126
# [3.0.0-alpha.7](https://github.com/vuejs/vuefire/compare/v3.0.0-alpha.6...v3.0.0-alpha.7) (2022-11-11)
227

328
### Features

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-alpha.7",
3+
"version": "3.0.0-alpha.8",
44
"description": "Official Firebase bindings for Vue.js",
55
"packageManager": "[email protected]",
66
"unpkg": "dist/index.iife.js",

0 commit comments

Comments
 (0)