@firebase/analytics
0.6.5
Patch Changes
- Updated dependencies [
ec95df3d0
]:- @firebase/util@0.4.0
- @firebase/component@0.2.1
- @firebase/installations@0.4.21
0.6.4
Patch Changes
- Updated dependencies [
6afe42613
]:- @firebase/component@0.2.0
- @firebase/installations@0.4.20
0.6.3
Patch Changes
74bf52009
#4458 - Fixed a behavior causinggtag
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.
0.6.2
Patch Changes
- Updated dependencies [
9cf727fcc
]:- @firebase/util@0.3.4
- @firebase/component@0.1.21
- @firebase/installations@0.4.19
0.6.1
Patch Changes
- Updated dependencies [
a5768b0aa
,7d916d905
]:- @firebase/component@0.1.20
- @firebase/util@0.3.3
- @firebase/installations@0.4.18
0.6.0
Minor Changes
d4db75ff8
#3836 (fixes #3573) - Analytics now warns instead of throwing if it detects a browser environment where analytics does not work.
0.5.0
Minor Changes
fb3b095e4
#2800 - Analytics now dynamically fetches the app's Measurement ID from the Dynamic Config backend instead of depending on the local Firebase config. It will fall back to anymeasurementId
value found in the local config if the Dynamic Config fetch fails.
Patch Changes
- Updated dependencies [
da1c7df79
,fb3b095e4
,fb3b095e4
]:- @firebase/component@0.1.19
- @firebase/util@0.3.2
- @firebase/analytics-types@0.4.0
- @firebase/installations@0.4.17
0.4.2
Patch Changes
2a0d254f
#3555 - Added Browser Extension check for Firebase Analytics.analytics.isSupported()
will now returnPromise<false>
for extension environments.Updated dependencies [
d4ca3da0
]:- @firebase/util@0.3.1
- @firebase/component@0.1.18
- @firebase/installations@0.4.16
0.4.1
Patch Changes
a87676b8
#3472 - - Fix an error where an analytics PR included a change to@firebase/util
, but the util package was not properly included in the changeset for a patch bump.@firebase/util
adds environment check methodsisIndexedDBAvailable
validateIndexedDBOpenable
, andareCookiesEnabled
.
Updated dependencies [
a87676b8
]:- @firebase/util@0.3.0
- @firebase/component@0.1.17
- @firebase/installations@0.4.15
0.4.0
Minor Changes
02419ce8
#3165 - Issue 2393 fix - analytics module- Added a public method
isSupported
to Analytics module which returns true if current browser context supports initialization of analytics module. - Added runtime checks to Analytics module that validate if cookie is enabled in current browser and if current browser environment supports indexedDB functionalities.
- Added a public method