Skip to content

Commit 2bca611

Browse files
committed
1 parent e4391fe commit 2bca611

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [3.1.19](https://github.com/vuejs/vuefire/compare/[email protected]@3.1.19) (2023-12-01)
2+
3+
### Bug Fixes
4+
5+
- **auth:** allow treeshaking with explicit initialization ([7d94183](https://github.com/vuejs/vuefire/commit/7d941838722c5e78d5a2f2d09714690f1cb83ac3)), closes [vuejs/vuefire#1459](https://github.com/vuejs/vuefire/issues/1459)
6+
7+
IMPORTANT NOTE: if you were using multiple apps and passing a `name` argument to `useFirebaseAuth()`, this will be a breaking change. You will have a warning in the console explaining how to fix it.
8+
9+
### Features
10+
11+
- **auth:** expose internal utils for SSR ([486b415](https://github.com/vuejs/vuefire/commit/486b415a93cdcf203f9e66a9edd03f3b10834262))
12+
113
## [3.1.18](https://github.com/vuejs/vuefire/compare/[email protected]@3.1.18) (2023-11-08)
214

315
This release contain no changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuefire",
3-
"version": "3.1.18",
3+
"version": "3.1.19",
44
"description": "Official Firebase bindings for Vue.js",
55
"packageManager": "[email protected]",
66
"engines": {

packages/nuxt/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.0.0](https://github.com/vuejs/vuefire/compare/[email protected]@1.0.0) (2023-12-01)
2+
3+
### Features
4+
5+
- **auth:** allow customizing auth initialization ([28e9409](https://github.com/vuejs/vuefire/commit/28e940914dadc42878a25c2ff031aa9992ab8a3e)), closes [vuejs/vuefire#1351](https://github.com/vuejs/vuefire/issues/1351)
6+
- **auth:** allow customizing cookie options ([3a18102](https://github.com/vuejs/vuefire/commit/3a18102b193932e35df70325325491a0d4a3b632)), closes [vuejs/vuefire#1458](https://github.com/vuejs/vuefire/issues/1458)
7+
- **emulators:** auto detect with running API ([1e260b9](https://github.com/vuejs/vuefire/commit/1e260b93c77aed7eef5f827eb162fe1a9d63fb44)), closes [vuejs/vuefire#1429](https://github.com/vuejs/vuefire/issues/1429)
8+
9+
### Performance Improvements
10+
11+
- remove unnecessary JSON.parse/stringify ([75fccf0](https://github.com/vuejs/vuefire/commit/75fccf0b034e56af82d0316887a6b9885730cefd))
12+
113
## [0.4.1](https://github.com/vuejs/vuefire/compare/[email protected]@0.4.1) (2023-11-08)
214

315
### Bug Fixes

packages/nuxt/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nuxt-vuefire",
33
"description": "Nuxt.js module for VueFire",
4-
"version": "0.4.1",
4+
"version": "1.0.0",
55
"license": "MIT",
66
"type": "module",
77
"exports": {
@@ -46,7 +46,7 @@
4646
"firebase": "^9.0.0 || ^10.0.0",
4747
"firebase-admin": "^11.3.0",
4848
"firebase-functions": "^4.1.0",
49-
"vuefire": ">=3.1.18"
49+
"vuefire": ">=3.1.19"
5050
},
5151
"peerDependenciesMeta": {
5252
"@firebase/app-types": {

0 commit comments

Comments
 (0)