-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [6.2.0](v6.1.3...v6.2.0) (2024-05-28) ### Bug Fixes * **tracker:** add default value for `acceptDoNotTrack` option ([243fc46](243fc46)) * upgrade schematics to non-deprecated module names ([946ef9f](946ef9f)) ### Features * add compatibility with Angular 18 ([7828aed](7828aed)), closes [#90](#90) * add FormAnalytics support ([ccdcfac](ccdcfac)) * **router:** allow ignoring subsequent navigation to the same url ([#89](#89)) ([1cb504c](1cb504c)), closes [#72](#72) * **tracker:** add new `disableCampaignParameters` configuration option ([88258fa](88258fa)) * **tracker:** add new `disableCampaignParameters` tracker method ([4cfda65](4cfda65))
- Loading branch information
1 parent
51be039
commit 49b6105
Showing
5 changed files
with
22 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export const version = '^6.1.3'; | ||
export const version = '^6.2.0'; |