Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
master
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onmaster
.Releases
@amplitude/[email protected]
Major Changes
#43
0749d4c
Thanks @jxiwang! - Important: If you don't reference distributed files directly, for example you runimport rrweb from 'rrweb'
you won't notice a difference. If you include rrweb in a script tag and referred to a.js
file, you'll now have to update that path to include a.umd.cjs
file. Distributed files have new paths, filenames and extensions. All packages now no longer include a.js
files, instead they include.cjs
,.umd.cjs
and.mjs
files. The.umd.cjs
files are CommonJS modules that bundle all files together to make it easy to ship one file to browser environments. The.mjs
files are ES modules that can be used in modern browsers, node.js and bundlers that support ES modules. The.cjs
files are CommonJS modules that can be used in older Node.js environments.#43
0749d4c
Thanks @jxiwang! - Remove the rrweb-all.js, rrweb-record.js, and rrweb-replay.js files fromrrweb
package. Now you can use@rrweb/all
,@rrweb/record
, and@rrweb/replay
packages instead. Check out the README of each package for more information or check out PR #1033 to see the changes.Patch Changes
becf687
,178f1e6
,4fe0153
,1dba10a
,e8a0ecd
,0749d4c
,0749d4c
,f317df7
,3ae57a6
,3ef1e70
,0749d4c
,4442d21
,9e9226f
]:@amplitude/[email protected]
Major Changes
#43
0749d4c
Thanks @jxiwang! - Split plugins out of rrweb and move them into their own packages: @rrweb/packer, @rrweb/rrweb-plugin-canvas-webrtc-record, @rrweb/rrweb-plugin-canvas-webrtc-replay, @rrweb/rrweb-plugin-sequential-id-record, @rrweb/rrweb-plugin-sequential-id-replay, @rrweb/rrweb-plugin-console-record, @rrweb/rrweb-plugin-console-replay. Check out the README of each package for more information or check out Chore: Migrate build to vite rrweb-io/rrweb#1033 to see the changes.#43
0749d4c
Thanks @jxiwang! - Important: If you don't reference distributed files directly, for example you runimport rrweb from 'rrweb'
you won't notice a difference. If you include rrweb in a script tag and referred to a.js
file, you'll now have to update that path to include a.umd.cjs
file. Distributed files have new paths, filenames and extensions. All packages now no longer include a.js
files, instead they include.cjs
,.umd.cjs
and.mjs
files. The.umd.cjs
files are CommonJS modules that bundle all files together to make it easy to ship one file to browser environments. The.mjs
files are ES modules that can be used in modern browsers, node.js and bundlers that support ES modules. The.cjs
files are CommonJS modules that can be used in older Node.js environments.Patch Changes
0749d4c
,3ae57a6
]:@amplitude/[email protected]
Major Changes
#43
0749d4c
Thanks @jxiwang! - Split plugins out of rrweb and move them into their own packages: @rrweb/packer, @rrweb/rrweb-plugin-canvas-webrtc-record, @rrweb/rrweb-plugin-canvas-webrtc-replay, @rrweb/rrweb-plugin-sequential-id-record, @rrweb/rrweb-plugin-sequential-id-replay, @rrweb/rrweb-plugin-console-record, @rrweb/rrweb-plugin-console-replay. Check out the README of each package for more information or check out Chore: Migrate build to vite rrweb-io/rrweb#1033 to see the changes.#43
0749d4c
Thanks @jxiwang! - Important: If you don't reference distributed files directly, for example you runimport rrweb from 'rrweb'
you won't notice a difference. If you include rrweb in a script tag and referred to a.js
file, you'll now have to update that path to include a.umd.cjs
file. Distributed files have new paths, filenames and extensions. All packages now no longer include a.js
files, instead they include.cjs
,.umd.cjs
and.mjs
files. The.umd.cjs
files are CommonJS modules that bundle all files together to make it easy to ship one file to browser environments. The.mjs
files are ES modules that can be used in modern browsers, node.js and bundlers that support ES modules. The.cjs
files are CommonJS modules that can be used in older Node.js environments.Patch Changes
becf687
,178f1e6
,4fe0153
,1dba10a
,e8a0ecd
,0749d4c
,0749d4c
,f317df7
,3ae57a6
,3ef1e70
,0749d4c
,4442d21
,9e9226f
]:@amplitude/[email protected]
Major Changes
#43
0749d4c
Thanks @jxiwang! - Split plugins out of rrweb and move them into their own packages: @rrweb/packer, @rrweb/rrweb-plugin-canvas-webrtc-record, @rrweb/rrweb-plugin-canvas-webrtc-replay, @rrweb/rrweb-plugin-sequential-id-record, @rrweb/rrweb-plugin-sequential-id-replay, @rrweb/rrweb-plugin-console-record, @rrweb/rrweb-plugin-console-replay. Check out the README of each package for more information or check out Chore: Migrate build to vite rrweb-io/rrweb#1033 to see the changes.#43
0749d4c
Thanks @jxiwang! - Important: If you don't reference distributed files directly, for example you runimport rrweb from 'rrweb'
you won't notice a difference. If you include rrweb in a script tag and referred to a.js
file, you'll now have to update that path to include a.umd.cjs
file. Distributed files have new paths, filenames and extensions. All packages now no longer include a.js
files, instead they include.cjs
,.umd.cjs
and.mjs
files. The.umd.cjs
files are CommonJS modules that bundle all files together to make it easy to ship one file to browser environments. The.mjs
files are ES modules that can be used in modern browsers, node.js and bundlers that support ES modules. The.cjs
files are CommonJS modules that can be used in older Node.js environments.Patch Changes
#43
4fe0153
Thanks @jxiwang! - ExportReplayPlugin
from rrweb directly. Previously we had to doimport type { ReplayPlugin } from 'rrweb/dist/types';
now we can doimport type { ReplayPlugin } from 'rrweb';
Updated dependencies [
becf687
,178f1e6
,4fe0153
,1dba10a
,e8a0ecd
,0749d4c
,0749d4c
,f317df7
,3ae57a6
,3ef1e70
,0749d4c
,4442d21
,9e9226f
]:@amplitude/[email protected]
Major Changes
#43
0749d4c
Thanks @jxiwang! - Split plugins out of rrweb and move them into their own packages: @rrweb/packer, @rrweb/rrweb-plugin-canvas-webrtc-record, @rrweb/rrweb-plugin-canvas-webrtc-replay, @rrweb/rrweb-plugin-sequential-id-record, @rrweb/rrweb-plugin-sequential-id-replay, @rrweb/rrweb-plugin-console-record, @rrweb/rrweb-plugin-console-replay. Check out the README of each package for more information or check out Chore: Migrate build to vite rrweb-io/rrweb#1033 to see the changes.#43
0749d4c
Thanks @jxiwang! - Important: If you don't reference distributed files directly, for example you runimport rrweb from 'rrweb'
you won't notice a difference. If you include rrweb in a script tag and referred to a.js
file, you'll now have to update that path to include a.umd.cjs
file. Distributed files have new paths, filenames and extensions. All packages now no longer include a.js
files, instead they include.cjs
,.umd.cjs
and.mjs
files. The.umd.cjs
files are CommonJS modules that bundle all files together to make it easy to ship one file to browser environments. The.mjs
files are ES modules that can be used in modern browsers, node.js and bundlers that support ES modules. The.cjs
files are CommonJS modules that can be used in older Node.js environments.Patch Changes
#43
586a9e1
Thanks @jxiwang! - corrects behaviour of console.assert logging to only capture logs when the provided assertion is falseyUpdated dependencies [
becf687
,178f1e6
,4fe0153
,1dba10a
,e8a0ecd
,0749d4c
,0749d4c
,f317df7
,3ae57a6
,3ef1e70
,0749d4c
,4442d21
,9e9226f
]:@amplitude/[email protected]
Major Changes
#43
0749d4c
Thanks @jxiwang! - Split plugins out of rrweb and move them into their own packages: @rrweb/packer, @rrweb/rrweb-plugin-canvas-webrtc-record, @rrweb/rrweb-plugin-canvas-webrtc-replay, @rrweb/rrweb-plugin-sequential-id-record, @rrweb/rrweb-plugin-sequential-id-replay, @rrweb/rrweb-plugin-console-record, @rrweb/rrweb-plugin-console-replay. Check out the README of each package for more information or check out Chore: Migrate build to vite rrweb-io/rrweb#1033 to see the changes.#43
0749d4c
Thanks @jxiwang! - Important: If you don't reference distributed files directly, for example you runimport rrweb from 'rrweb'
you won't notice a difference. If you include rrweb in a script tag and referred to a.js
file, you'll now have to update that path to include a.umd.cjs
file. Distributed files have new paths, filenames and extensions. All packages now no longer include a.js
files, instead they include.cjs
,.umd.cjs
and.mjs
files. The.umd.cjs
files are CommonJS modules that bundle all files together to make it easy to ship one file to browser environments. The.mjs
files are ES modules that can be used in modern browsers, node.js and bundlers that support ES modules. The.cjs
files are CommonJS modules that can be used in older Node.js environments.Patch Changes
#43
4fe0153
Thanks @jxiwang! - ExportReplayPlugin
from rrweb directly. Previously we had to doimport type { ReplayPlugin } from 'rrweb/dist/types';
now we can doimport type { ReplayPlugin } from 'rrweb';
Updated dependencies [
becf687
,178f1e6
,4fe0153
,1dba10a
,e8a0ecd
,0749d4c
,0749d4c
,f317df7
,3ae57a6
,3ef1e70
,0749d4c
,4442d21
,9e9226f
]:@amplitude/[email protected]
Major Changes
#43
0749d4c
Thanks @jxiwang! - Split plugins out of rrweb and move them into their own packages: @rrweb/packer, @rrweb/rrweb-plugin-canvas-webrtc-record, @rrweb/rrweb-plugin-canvas-webrtc-replay, @rrweb/rrweb-plugin-sequential-id-record, @rrweb/rrweb-plugin-sequential-id-replay, @rrweb/rrweb-plugin-console-record, @rrweb/rrweb-plugin-console-replay. Check out the README of each package for more information or check out Chore: Migrate build to vite rrweb-io/rrweb#1033 to see the changes.#43
0749d4c
Thanks @jxiwang! - Important: If you don't reference distributed files directly, for example you runimport rrweb from 'rrweb'
you won't notice a difference. If you include rrweb in a script tag and referred to a.js
file, you'll now have to update that path to include a.umd.cjs
file. Distributed files have new paths, filenames and extensions. All packages now no longer include a.js
files, instead they include.cjs
,.umd.cjs
and.mjs
files. The.umd.cjs
files are CommonJS modules that bundle all files together to make it easy to ship one file to browser environments. The.mjs
files are ES modules that can be used in modern browsers, node.js and bundlers that support ES modules. The.cjs
files are CommonJS modules that can be used in older Node.js environments.Patch Changes
becf687
,178f1e6
,4fe0153
,1dba10a
,e8a0ecd
,0749d4c
,0749d4c
,f317df7
,3ae57a6
,3ef1e70
,0749d4c
,4442d21
,9e9226f
]:@amplitude/[email protected]
Major Changes
#43
0749d4c
Thanks @jxiwang! - Split plugins out of rrweb and move them into their own packages: @rrweb/packer, @rrweb/rrweb-plugin-canvas-webrtc-record, @rrweb/rrweb-plugin-canvas-webrtc-replay, @rrweb/rrweb-plugin-sequential-id-record, @rrweb/rrweb-plugin-sequential-id-replay, @rrweb/rrweb-plugin-console-record, @rrweb/rrweb-plugin-console-replay. Check out the README of each package for more information or check out Chore: Migrate build to vite rrweb-io/rrweb#1033 to see the changes.#43
0749d4c
Thanks @jxiwang! - Important: If you don't reference distributed files directly, for example you runimport rrweb from 'rrweb'
you won't notice a difference. If you include rrweb in a script tag and referred to a.js
file, you'll now have to update that path to include a.umd.cjs
file. Distributed files have new paths, filenames and extensions. All packages now no longer include a.js
files, instead they include.cjs
,.umd.cjs
and.mjs
files. The.umd.cjs
files are CommonJS modules that bundle all files together to make it easy to ship one file to browser environments. The.mjs
files are ES modules that can be used in modern browsers, node.js and bundlers that support ES modules. The.cjs
files are CommonJS modules that can be used in older Node.js environments.Patch Changes
#43
4fe0153
Thanks @jxiwang! - ExportReplayPlugin
from rrweb directly. Previously we had to doimport type { ReplayPlugin } from 'rrweb/dist/types';
now we can doimport type { ReplayPlugin } from 'rrweb';
Updated dependencies [
becf687
,178f1e6
,4fe0153
,1dba10a
,e8a0ecd
,0749d4c
,0749d4c
,f317df7
,3ae57a6
,3ef1e70
,0749d4c
,4442d21
,9e9226f
]:@amplitude/[email protected]
Major Changes
#43
0749d4c
Thanks @jxiwang! - Important: If you don't reference distributed files directly, for example you runimport rrweb from 'rrweb'
you won't notice a difference. If you include rrweb in a script tag and referred to a.js
file, you'll now have to update that path to include a.umd.cjs
file. Distributed files have new paths, filenames and extensions. All packages now no longer include a.js
files, instead they include.cjs
,.umd.cjs
and.mjs
files. The.umd.cjs
files are CommonJS modules that bundle all files together to make it easy to ship one file to browser environments. The.mjs
files are ES modules that can be used in modern browsers, node.js and bundlers that support ES modules. The.cjs
files are CommonJS modules that can be used in older Node.js environments.#43
0749d4c
Thanks @jxiwang! - Remove the rrweb-all.js, rrweb-record.js, and rrweb-replay.js files fromrrweb
package. Now you can use@rrweb/all
,@rrweb/record
, and@rrweb/replay
packages instead. Check out the README of each package for more information or check out PR #1033 to see the changes.Patch Changes
#43
e8a0ecd
Thanks @jxiwang! - Added support for deprecated addRule & removeRule methodsUpdated dependencies [
becf687
,178f1e6
,4fe0153
,1dba10a
,e8a0ecd
,0749d4c
,0749d4c
,f317df7
,3ae57a6
,3ef1e70
,0749d4c
,4442d21
,9e9226f
]:@amplitude/[email protected]
Major Changes
#43
0749d4c
Thanks @jxiwang! - Important: If you don't reference distributed files directly, for example you runimport rrweb from 'rrweb'
you won't notice a difference. If you include rrweb in a script tag and referred to a.js
file, you'll now have to update that path to include a.umd.cjs
file. Distributed files have new paths, filenames and extensions. All packages now no longer include a.js
files, instead they include.cjs
,.umd.cjs
and.mjs
files. The.umd.cjs
files are CommonJS modules that bundle all files together to make it easy to ship one file to browser environments. The.mjs
files are ES modules that can be used in modern browsers, node.js and bundlers that support ES modules. The.cjs
files are CommonJS modules that can be used in older Node.js environments.#43
0749d4c
Thanks @jxiwang! - Remove the rrweb-all.js, rrweb-record.js, and rrweb-replay.js files fromrrweb
package. Now you can use@rrweb/all
,@rrweb/record
, and@rrweb/replay
packages instead. Check out the README of each package for more information or check out PR #1033 to see the changes.Patch Changes
becf687
,178f1e6
,4fe0153
,1dba10a
,e8a0ecd
,0749d4c
,0749d4c
,f317df7
,3ae57a6
,3ef1e70
,0749d4c
,4442d21
,9e9226f
]:@amplitude/[email protected]
Major Changes
0749d4c
Thanks @jxiwang! - Important: If you don't reference distributed files directly, for example you runimport rrweb from 'rrweb'
you won't notice a difference. If you include rrweb in a script tag and referred to a.js
file, you'll now have to update that path to include a.umd.cjs
file. Distributed files have new paths, filenames and extensions. All packages now no longer include a.js
files, instead they include.cjs
,.umd.cjs
and.mjs
files. The.umd.cjs
files are CommonJS modules that bundle all files together to make it easy to ship one file to browser environments. The.mjs
files are ES modules that can be used in modern browsers, node.js and bundlers that support ES modules. The.cjs
files are CommonJS modules that can be used in older Node.js environments.Minor Changes
3ae57a6
Thanks @jxiwang! - Support top-layer components. Fixes [Feature Request]: Support top-layer / dialog HTML component rrweb-io/rrweb#1381.Patch Changes
becf687
,178f1e6
,3ae57a6
,0749d4c
,6676611
,3ef1e70
,4442d21
,9e9226f
]:@amplitude/[email protected]
Major Changes
0749d4c
Thanks @jxiwang! - Important: If you don't reference distributed files directly, for example you runimport rrweb from 'rrweb'
you won't notice a difference. If you include rrweb in a script tag and referred to a.js
file, you'll now have to update that path to include a.umd.cjs
file. Distributed files have new paths, filenames and extensions. All packages now no longer include a.js
files, instead they include.cjs
,.umd.cjs
and.mjs
files. The.umd.cjs
files are CommonJS modules that bundle all files together to make it easy to ship one file to browser environments. The.mjs
files are ES modules that can be used in modern browsers, node.js and bundlers that support ES modules. The.cjs
files are CommonJS modules that can be used in older Node.js environments.Patch Changes
becf687
,178f1e6
,3ae57a6
,0749d4c
,3ae57a6
,6676611
,3ef1e70
,4442d21
,9e9226f
]:@amplitude/[email protected]
Major Changes
#43
0749d4c
Thanks @jxiwang! - Split plugins out of rrweb and move them into their own packages: @rrweb/packer, @rrweb/rrweb-plugin-canvas-webrtc-record, @rrweb/rrweb-plugin-canvas-webrtc-replay, @rrweb/rrweb-plugin-sequential-id-record, @rrweb/rrweb-plugin-sequential-id-replay, @rrweb/rrweb-plugin-console-record, @rrweb/rrweb-plugin-console-replay. Check out the README of each package for more information or check out Chore: Migrate build to vite rrweb-io/rrweb#1033 to see the changes.#43
0749d4c
Thanks @jxiwang! - Important: If you don't reference distributed files directly, for example you runimport rrweb from 'rrweb'
you won't notice a difference. If you include rrweb in a script tag and referred to a.js
file, you'll now have to update that path to include a.umd.cjs
file. Distributed files have new paths, filenames and extensions. All packages now no longer include a.js
files, instead they include.cjs
,.umd.cjs
and.mjs
files. The.umd.cjs
files are CommonJS modules that bundle all files together to make it easy to ship one file to browser environments. The.mjs
files are ES modules that can be used in modern browsers, node.js and bundlers that support ES modules. The.cjs
files are CommonJS modules that can be used in older Node.js environments.#43
0749d4c
Thanks @jxiwang! - Remove the rrweb-all.js, rrweb-record.js, and rrweb-replay.js files fromrrweb
package. Now you can use@rrweb/all
,@rrweb/record
, and@rrweb/replay
packages instead. Check out the README of each package for more information or check out PR #1033 to see the changes.Minor Changes
3ae57a6
Thanks @jxiwang! - Support top-layer components. Fixes [Feature Request]: Support top-layer / dialog HTML component rrweb-io/rrweb#1381.Patch Changes
#43
becf687
Thanks @jxiwang! - Fix that the optionalmaskInputFn
was being accidentally ignored during the creation of the full snapshot#43
178f1e6
Thanks @jxiwang! - fix: duplicate textContent for style elements cause incremental style mutations to be invalid#43
4fe0153
Thanks @jxiwang! - ExportReplayPlugin
from rrweb directly. Previously we had to doimport type { ReplayPlugin } from 'rrweb/dist/types';
now we can doimport type { ReplayPlugin } from 'rrweb';
#43
1dba10a
Thanks @jxiwang! - Export takeFullSnapshot function for a recording process#43
e8a0ecd
Thanks @jxiwang! - Added support for deprecated addRule & removeRule methods#43
f317df7
Thanks @jxiwang! - Fix: some nested cross-origin iframes can't be recorded#43
3ef1e70
Thanks @jxiwang! - optimisation: skip mask check on leaf elements#43
4442d21
Thanks @jxiwang! - Add slimDOM option to block animation on <title> tag; enabled when the 'all' value is used for slimDOM#43
9e9226f
Thanks @jxiwang! - Reverse monkey patch built in methods to support LWC (and other frameworks like angular which monkey patch built in methods).Updated dependencies [
becf687
,178f1e6
,3ae57a6
,0749d4c
,3ae57a6
,6676611
,3ef1e70
,4442d21
,9e9226f
]:@amplitude/[email protected]
Major Changes
0749d4c
Thanks @jxiwang! - Important: If you don't reference distributed files directly, for example you runimport rrweb from 'rrweb'
you won't notice a difference. If you include rrweb in a script tag and referred to a.js
file, you'll now have to update that path to include a.umd.cjs
file. Distributed files have new paths, filenames and extensions. All packages now no longer include a.js
files, instead they include.cjs
,.umd.cjs
and.mjs
files. The.umd.cjs
files are CommonJS modules that bundle all files together to make it easy to ship one file to browser environments. The.mjs
files are ES modules that can be used in modern browsers, node.js and bundlers that support ES modules. The.cjs
files are CommonJS modules that can be used in older Node.js environments.Patch Changes
0749d4c
,0749d4c
,0749d4c
]:@amplitude/[email protected]
Major Changes
0749d4c
Thanks @jxiwang! - Important: If you don't reference distributed files directly, for example you runimport rrweb from 'rrweb'
you won't notice a difference. If you include rrweb in a script tag and referred to a.js
file, you'll now have to update that path to include a.umd.cjs
file. Distributed files have new paths, filenames and extensions. All packages now no longer include a.js
files, instead they include.cjs
,.umd.cjs
and.mjs
files. The.umd.cjs
files are CommonJS modules that bundle all files together to make it easy to ship one file to browser environments. The.mjs
files are ES modules that can be used in modern browsers, node.js and bundlers that support ES modules. The.cjs
files are CommonJS modules that can be used in older Node.js environments.Minor Changes
3ae57a6
Thanks @jxiwang! - Record dialog's modal status for replay in rrweb. (Currently triggeringdialog.showModal()
is not supported in rrweb-snapshot's rebuild)Patch Changes
#43
becf687
Thanks @jxiwang! - Fix that the optionalmaskInputFn
was being accidentally ignored during the creation of the full snapshot#43
178f1e6
Thanks @jxiwang! - fix: duplicate textContent for style elements cause incremental style mutations to be invalid#43
6676611
Thanks @jxiwang! - Fixurl()
rewrite for nested stylesheets by rewriting during stringification instead of after#43
3ef1e70
Thanks @jxiwang! - optimisation: skip mask check on leaf elements#43
4442d21
Thanks @jxiwang! - Add slimDOM option to block animation on <title> tag; enabled when the 'all' value is used for slimDOM#43
9e9226f
Thanks @jxiwang! - Reverse monkey patch built in methods to support LWC (and other frameworks like angular which monkey patch built in methods).@amplitude/[email protected]
Major Changes
0749d4c
Thanks @jxiwang! - Important: If you don't reference distributed files directly, for example you runimport rrweb from 'rrweb'
you won't notice a difference. If you include rrweb in a script tag and referred to a.js
file, you'll now have to update that path to include a.umd.cjs
file. Distributed files have new paths, filenames and extensions. All packages now no longer include a.js
files, instead they include.cjs
,.umd.cjs
and.mjs
files. The.umd.cjs
files are CommonJS modules that bundle all files together to make it easy to ship one file to browser environments. The.mjs
files are ES modules that can be used in modern browsers, node.js and bundlers that support ES modules. The.cjs
files are CommonJS modules that can be used in older Node.js environments.Minor Changes
3ae57a6
Thanks @jxiwang! - Support top-layer components. Fixes [Feature Request]: Support top-layer / dialog HTML component rrweb-io/rrweb#1381.Patch Changes
becf687
,178f1e6
,3ae57a6
,0749d4c
,6676611
,3ef1e70
,4442d21
,9e9226f
]:@amplitude/[email protected]
Patch Changes
0749d4c
]:@amplitude/[email protected]
Patch Changes
9e9226f
Thanks @jxiwang! - Reverse monkey patch built in methods to support LWC (and other frameworks like angular which monkey patch built in methods).@amplitude/[email protected]
Minor Changes
c3d79a6
Thanks @jxiwang! - Added session downloader for chrome extensionPatch Changes
becf687
,178f1e6
,4fe0153
,1dba10a
,e8a0ecd
,0749d4c
,0749d4c
,f317df7
,3ae57a6
,3ef1e70
,0749d4c
,4442d21
,9e9226f
]: