Releases: CommandersAct/ngx-tag-commander
Releases · CommandersAct/ngx-tag-commander
V3.0.1
v3.0.0
Changes
Upgrade to angular 17
- Updated packages
- Migrated from decprecated
tslint
toeslint
- Removed deprecated
protractor
- Updated Angular Version Compatibility section in
README.md
- Updated
peerDependencies
inpackage.json
Unit testing
- Added unit tests for
TagCommanderService
,TcEventDirective
andTcSetVarsDirective
- Added GitHub Action for linting and running tests
Documentation
- Updated
author
,repository
inpackage.json
- Removed duplicated
README.md
fromprojects/ngx-tag-commander
- Added
postbuild
hook to copyREADME.md
intodist/ngx-tag-commander
folder after build - Reworked
README.md
for improved readability and consistency with other wrappers - Added
CONTRIBUTE.md
Sample App
- Display rendered version of
README.md
to ensure up-to-date documentation in the Sample App- Added
postinstall
hook to copy baseREADME.md
intoassets
folder of sample app afternpm install
- Added
- Re-added
cycle.png
to Sample App (hosted version was not available anymore)
API coherency between wrappers
- Renamed
captureEvent
method totriggerEvent
- Adjusted naming of method parameters
2.0.0
Changes
- Rollback to Angular 12. This change is made in order to be compatible with Angular 12.2.17 and above.
- From now on, change in compatibility will be reflected into a change in the major version number of this package. This is done in order to prevent auto update from package manager who would accept minor version update when there are in facts implication with the framework compatibility. As such, major version change DOES NOT imply API changes, new features, or bugfixes. Do check the changelog for these.
- Documentation update to reflect product line
v1.4.0
Changes:
Updated to support from Angular 7.1.0 to 15- Due to an error, this version is only compatible with Angular 15. Update to 2.0.0 which is compatible starting with Angular 12.2.17 or keep 1.3.1
- Library built with partial ivy for better forward compatibility
- Updated documentation
- Updated sample app to integrate a functional example of tag triggering by reloading the container using the router tracking
v1.3.1
v1.3.0
Changes:
- Back to compilation on Angular 7 ( compatible with Angular 6 )
- Method addContainer now return a promise when the container has been loaded
- Method setTcVars no longer poll for the presence of the datalayer and instead throw an error. Do ensure that it's properly initialized.
v1.2.0
v1.1.2
Refactoring of the ngx Wrapper
Review functions
Fixed bug
Switch to Activation End route event for reload of the container
v1.0.2
PR : Switch RoutesRecognized to ActivationEnd Router Event Update tag-commander.service.ts