UNPKG

6.8 kBMarkdownView Raw
1# @firebase/analytics
2
3## 0.6.11
4
5### Patch Changes
6
7- Updated dependencies [[`5fbc5fb01`](https://github.com/firebase/firebase-js-sdk/commit/5fbc5fb0140d7da980fd7ebbfbae810f8c64ae19)]:
8 - @firebase/component@0.5.1
9 - @firebase/installations@0.4.27
10
11## 0.6.10
12
13### Patch Changes
14
15- Updated dependencies [[`c34ac7a92`](https://github.com/firebase/firebase-js-sdk/commit/c34ac7a92a616915f38d192654db7770d81747ae), [`ac4ad08a2`](https://github.com/firebase/firebase-js-sdk/commit/ac4ad08a284397ec966e991dd388bb1fba857467)]:
16 - @firebase/component@0.5.0
17 - @firebase/util@1.1.0
18 - @firebase/installations@0.4.26
19
20## 0.6.9
21
22### Patch Changes
23
24- Updated dependencies [[`7354a0ed4`](https://github.com/firebase/firebase-js-sdk/commit/7354a0ed438f4e3df6577e4927e8c8f8f1fbbfda)]:
25 - @firebase/util@1.0.0
26 - @firebase/component@0.4.1
27 - @firebase/installations@0.4.25
28
29## 0.6.8
30
31### Patch Changes
32
33- Updated dependencies [[`f24d8961b`](https://github.com/firebase/firebase-js-sdk/commit/f24d8961b3b87821413297688803fc85113086b3)]:
34 - @firebase/component@0.4.0
35 - @firebase/installations@0.4.24
36
37## 0.6.7
38
39### Patch Changes
40
41- Updated dependencies [[`de5f90501`](https://github.com/firebase/firebase-js-sdk/commit/de5f9050137acc9ed1490082e5aa429b5de3cb2a)]:
42 - @firebase/util@0.4.1
43 - @firebase/component@0.3.1
44 - @firebase/installations@0.4.23
45
46## 0.6.6
47
48### Patch Changes
49
50- Updated dependencies [[`5c1a83ed7`](https://github.com/firebase/firebase-js-sdk/commit/5c1a83ed70bae979322bd8751c0885d683ce4bf3)]:
51 - @firebase/component@0.3.0
52 - @firebase/installations@0.4.22
53
54## 0.6.5
55
56### Patch Changes
57
58- Updated dependencies [[`ec95df3d0`](https://github.com/firebase/firebase-js-sdk/commit/ec95df3d07e5f091f2a7f7327e46417f64d04b4e)]:
59 - @firebase/util@0.4.0
60 - @firebase/component@0.2.1
61 - @firebase/installations@0.4.21
62
63## 0.6.4
64
65### Patch Changes
66
67- Updated dependencies [[`6afe42613`](https://github.com/firebase/firebase-js-sdk/commit/6afe42613ed3d7a842d378dc1a09a795811db2ac)]:
68 - @firebase/component@0.2.0
69 - @firebase/installations@0.4.20
70
71## 0.6.3
72
73### Patch Changes
74
75- [`74bf52009`](https://github.com/firebase/firebase-js-sdk/commit/74bf52009b291a62deabfd865084d4e0fcacc483) [#4458](https://github.com/firebase/firebase-js-sdk/pull/4458) - Fixed a behavior causing `gtag` to be downloaded twice on Firebase Analytics initialization. This did not seem to affect the functionality of Firebase Analytics but adds noise to the logs when users are trying to debug.
76
77## 0.6.2
78
79### Patch Changes
80
81- Updated dependencies [[`9cf727fcc`](https://github.com/firebase/firebase-js-sdk/commit/9cf727fcc3d049551b16ae0698ac33dc2fe45ada)]:
82 - @firebase/util@0.3.4
83 - @firebase/component@0.1.21
84 - @firebase/installations@0.4.19
85
86## 0.6.1
87
88### Patch Changes
89
90- Updated dependencies [[`a5768b0aa`](https://github.com/firebase/firebase-js-sdk/commit/a5768b0aa7d7ce732279931aa436e988c9f36487), [`7d916d905`](https://github.com/firebase/firebase-js-sdk/commit/7d916d905ba16816ac8ac7c8748c83831ff614ce)]:
91 - @firebase/component@0.1.20
92 - @firebase/util@0.3.3
93 - @firebase/installations@0.4.18
94
95## 0.6.0
96
97### Minor Changes
98
99- [`d4db75ff8`](https://github.com/firebase/firebase-js-sdk/commit/d4db75ff81388430489bd561ac2247fe9e0b6eb5) [#3836](https://github.com/firebase/firebase-js-sdk/pull/3836) (fixes [#3573](https://github.com/firebase/firebase-js-sdk/issues/3573)) - Analytics now warns instead of throwing if it detects a browser environment where analytics does not work.
100
101## 0.5.0
102
103### Minor Changes
104
105- [`fb3b095e4`](https://github.com/firebase/firebase-js-sdk/commit/fb3b095e4b7c8f57fdb3172bc039c84576abf290) [#2800](https://github.com/firebase/firebase-js-sdk/pull/2800) - Analytics now dynamically fetches the app's Measurement ID from the Dynamic Config backend
106 instead of depending on the local Firebase config. It will fall back to any `measurementId`
107 value found in the local config if the Dynamic Config fetch fails.
108
109### Patch Changes
110
111- Updated dependencies [[`da1c7df79`](https://github.com/firebase/firebase-js-sdk/commit/da1c7df7982b08bbef82fcc8d93255f3e2d23cca), [`fb3b095e4`](https://github.com/firebase/firebase-js-sdk/commit/fb3b095e4b7c8f57fdb3172bc039c84576abf290), [`fb3b095e4`](https://github.com/firebase/firebase-js-sdk/commit/fb3b095e4b7c8f57fdb3172bc039c84576abf290)]:
112 - @firebase/component@0.1.19
113 - @firebase/util@0.3.2
114 - @firebase/analytics-types@0.4.0
115 - @firebase/installations@0.4.17
116
117## 0.4.2
118
119### Patch Changes
120
121- [`2a0d254f`](https://github.com/firebase/firebase-js-sdk/commit/2a0d254fa58e607842fc0380c8cfa7bbbb69df75) [#3555](https://github.com/firebase/firebase-js-sdk/pull/3555) - Added Browser Extension check for Firebase Analytics. `analytics.isSupported()` will now return `Promise<false>` for extension environments.
122
123- Updated dependencies [[`d4ca3da0`](https://github.com/firebase/firebase-js-sdk/commit/d4ca3da0a59fcea1261ba69d7eb663bba38d3089)]:
124 - @firebase/util@0.3.1
125 - @firebase/component@0.1.18
126 - @firebase/installations@0.4.16
127
128## 0.4.1
129
130### Patch Changes
131
132- [`a87676b8`](https://github.com/firebase/firebase-js-sdk/commit/a87676b84b78ccc2f057a22eb947a5d13402949c) [#3472](https://github.com/firebase/firebase-js-sdk/pull/3472) - - Fix an error where an analytics PR included a change to `@firebase/util`, but
133 the util package was not properly included in the changeset for a patch bump.
134
135 - `@firebase/util` adds environment check methods `isIndexedDBAvailable`
136 `validateIndexedDBOpenable`, and `areCookiesEnabled`.
137
138- Updated dependencies [[`a87676b8`](https://github.com/firebase/firebase-js-sdk/commit/a87676b84b78ccc2f057a22eb947a5d13402949c)]:
139 - @firebase/util@0.3.0
140 - @firebase/component@0.1.17
141 - @firebase/installations@0.4.15
142
143## 0.4.0
144
145### Minor Changes
146
147- [`02419ce8`](https://github.com/firebase/firebase-js-sdk/commit/02419ce8470141f012d9ce425a6a4a4aa912e480) [#3165](https://github.com/firebase/firebase-js-sdk/pull/3165) - Issue 2393 fix - analytics module
148
149 - Added a public method `isSupported` to Analytics module which returns true if current browser context supports initialization of analytics module.
150 - Added runtime checks to Analytics module that validate if cookie is enabled in current browser and if current browser environment supports indexedDB functionalities.
151
152## 0.3.9
153
154### Patch Changes
155
156- [`a754645e`](https://github.com/firebase/firebase-js-sdk/commit/a754645ec2be1b8c205f25f510196eee298b0d6e) [#3297](https://github.com/firebase/firebase-js-sdk/pull/3297) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependency typescript to v3.9.5
157
158- Updated dependencies [[`a754645e`](https://github.com/firebase/firebase-js-sdk/commit/a754645ec2be1b8c205f25f510196eee298b0d6e)]:
159 - @firebase/component@0.1.16
160 - @firebase/installations@0.4.14
161 - @firebase/logger@0.2.6