diff --git a/CHANGELOG.md b/CHANGELOG.md index ca74d9fe..d91465f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [3.1.19](https://github.com/vuejs/vuefire/compare/vuefire@3.1.18...vuefire@3.1.19) (2023-12-01) + +### Bug Fixes + +- **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) + +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. + +### Features + +- **auth:** expose internal utils for SSR ([486b415](https://github.com/vuejs/vuefire/commit/486b415a93cdcf203f9e66a9edd03f3b10834262)) + ## [3.1.18](https://github.com/vuejs/vuefire/compare/vuefire@3.1.17...vuefire@3.1.18) (2023-11-08) This release contain no changes diff --git a/package.json b/package.json index 433c3ae4..f51e7eba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vuefire", - "version": "3.1.18", + "version": "3.1.19", "description": "Official Firebase bindings for Vue.js", "packageManager": "pnpm@8.10.2", "engines": { diff --git a/packages/nuxt/CHANGELOG.md b/packages/nuxt/CHANGELOG.md index 78967944..c5ab02d3 100644 --- a/packages/nuxt/CHANGELOG.md +++ b/packages/nuxt/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.0.0](https://github.com/vuejs/vuefire/compare/nuxt-vuefire@0.4.1...nuxt-vuefire@1.0.0) (2023-12-01) + +### Features + +- **auth:** allow customizing auth initialization ([28e9409](https://github.com/vuejs/vuefire/commit/28e940914dadc42878a25c2ff031aa9992ab8a3e)), closes [vuejs/vuefire#1351](https://github.com/vuejs/vuefire/issues/1351) +- **auth:** allow customizing cookie options ([3a18102](https://github.com/vuejs/vuefire/commit/3a18102b193932e35df70325325491a0d4a3b632)), closes [vuejs/vuefire#1458](https://github.com/vuejs/vuefire/issues/1458) +- **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) + +### Performance Improvements + +- remove unnecessary JSON.parse/stringify ([75fccf0](https://github.com/vuejs/vuefire/commit/75fccf0b034e56af82d0316887a6b9885730cefd)) + ## [0.4.1](https://github.com/vuejs/vuefire/compare/nuxt-vuefire@0.4.0...nuxt-vuefire@0.4.1) (2023-11-08) ### Bug Fixes diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 619e66b2..4a349ef5 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -1,7 +1,7 @@ { "name": "nuxt-vuefire", "description": "Nuxt.js module for VueFire", - "version": "0.4.1", + "version": "1.0.0", "license": "MIT", "type": "module", "exports": { @@ -46,7 +46,7 @@ "firebase": "^9.0.0 || ^10.0.0", "firebase-admin": "^11.3.0", "firebase-functions": "^4.1.0", - "vuefire": ">=3.1.18" + "vuefire": ">=3.1.19" }, "peerDependenciesMeta": { "@firebase/app-types": {