Feat - Add new Activity Flow data-attribute#211
Conversation
|
Hi! I'm VTEX IO CI/CD Bot and I'll be helping you to publish your app! 🤖 Please select which version do you want to release:
And then you just need to merge your PR when you are ready! There is no need to create a release commit/tag.
|
|
Beep boop 🤖 I noticed you didn't make any changes at the
In order to keep track, I'll create an issue if you decide now is not a good time
|
|
Your PR has been merged! App is being published. 🚀 After the publishing process has been completed (check #vtex-io-releases) and doing A/B tests with the new version, you can deploy your release by running:
After that your app will be updated on all accounts. For more information on the deployment process check the docs. 📖 |
This pull request introduces the new
data-af-elementattribute to support ActivityFlow event tracking, updates the package manager metadata, and refines the Autocomplete UI components to improve semantic markup and event tracking. The most significant changes are grouped below by theme.ActivityFlow event tracking enhancements:
data-af-elementattribute to all elements with ActivityFlow event triggers, including product tiles inTileList.tsx, facilitating more granular analytics and event tracking. [1] [2] [3]Package management:
package.jsonto specify the package manager asyarn@1.22.22with a SHA-512 hash for improved reproducibility and security.Autocomplete UI improvements:
ItemList.tsxby wrapping icon and label elements in clearer spans and adjusting formatting. [1] [2]Autocomplete/index.tsx, including consistent default values and spacing. [1] [2] [3]biggy-client.tsfor style consistency.These changes collectively improve event tracking capabilities, maintain package management best practices, and enhance code clarity in the Autocomplete component.