Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2bca611

Browse files
committed
release: nuxt-vuefire@1.0.0 vuefire@3.1.19
1 parent e4391fe commit 2bca611

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
lines changed

‎CHANGELOG.md‎

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [3.1.19](https://github.com/vuejs/vuefire/compare/vuefire@3.1.18...vuefire@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/vuefire@3.1.17...vuefire@3.1.18) (2023年11月08日)
214

315
This release contain no changes

‎package.json‎

Lines changed: 1 addition & 1 deletion
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": "pnpm@8.10.2",
66
"engines": {

‎packages/nuxt/CHANGELOG.md‎

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.0.0](https://github.com/vuejs/vuefire/compare/nuxt-vuefire@0.4.1...nuxt-vuefire@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/nuxt-vuefire@0.4.0...nuxt-vuefire@0.4.1) (2023年11月08日)
214

315
### Bug Fixes

‎packages/nuxt/package.json‎

Lines changed: 2 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /