Releases: Kentico/xperience-by-kentico-tag-manager
Releases · Kentico/xperience-by-kentico-tag-manager
v4.0.0
v3.2.2
What's Changed
- fix(TagManager): Display in Administration in preview and pagebuilder by @bkapustik in #35
- Rename client packages by @bkapustik in #34
- feat(Docs): warning message to disable Tag Manager objects in CI/CD by @bkapustik in #36
- [Snyk] Upgrade html-react-parser from 5.1.10 to 5.1.12 by @michalJakubis in #38
- Feat/remove obsolete api references by @bkapustik in #43
- [Snyk] Upgrade react-select from 5.8.0 to 5.8.1 by @seangwright in #42
- [Snyk] Upgrade html-react-parser from 5.1.12 to 5.1.13 by @seangwright in #40
Full Changelog: v3.2.1...v3.2.2
v3.2.1
v3.2.0
v3.1.1
What's Changed
- Fix application referencing nonexistent file ktc-tagmanager.js by @bkapustik in #33
Full Changelog: v3.1.0...v3.1.1
v3.1.0
What's Changed
- Fix: NuGet static assets by @seangwright in #24
- Opt out of rendering by @bkapustik in #22
- [Snyk] Upgrade: react, react-dom by @michalJakubis in #26
- [Snyk] Upgrade html-react-parser from 5.1.8 to 5.1.10 by @michalJakubis in #27
Full Changelog: v3.0.0...v3.1.0
v3.0.0
Breaking Changes
- Add full support for Xperience by Kentico >= v29.0.0
- Remove redundant files from the NuGet package
What's Changed
- update(kentico): v29.0.0 by @bkapustik in #19
Enhancements
- Add support for Kentico >= v29.0.0
Fixes
- Removes redundant files from the NuGet package
Full Changelog: v2.0.1...v3.0.0
v2.0.1
What's Changed
- feat(docs): naming change image update by @bkapustik in #13
- fix(TagManager): relative path in tag-manager script by @bkapustik in #16
- Update editorconfig and add Issue templates by @michalJakubis in #17
New Contributors
- @michalJakubis made their first contribution in #17
Full Changelog: v2.0.0...v2.0.1
Fixes
- Fix issue with using wrong relative path of the rebuild script
v2.0.0 - Modularization
What's Changed
- This release contains new ways of creating tags. Tag creation has been modularized and as a result we are now able to manage multiple types of tags. New tags have been added:
- VWO A/B testing
- Intercom chatbot
- Google Analytics
- Microsoft Clarity
Kentico Admin UI changes
- In the Tag module we have added a select with tag type options
- Each tag option comes with an image which serves as a badge of the tag
Api
We have created a minimal API and the programmer is now able to
- Use appsettings to include and exclude tag options. This does not change the default setting of the Module. For backwards compatibility the programmer does not have to add the module in the appsettings but can chose so to control the tag managment.
- Create a custom tag type using our minimal API
New Contributors
- @ZdenekS81 made their first contribution in #5
- @bkapustik made their first contribution in #6
- @ondrejhenek made their first contribution in #10
- @fialafilip made their first contribution in #12
Full Changelog: v1.0.2...v2.0.0