v37.75.0
·
126 commits
to main
since this release
37.75.0 (2024-12-06)
Features
- menu: make it easier to distinguish menu choices in analytics software like Heap (010c5d8)
This change adds the value of the menu item'stext
property
under the attributedata-text
, to make it possible to distinguish
which menu option was selected, in analytics apps like Heap.
Note that if you are putting any kind of sensitive data in the
text
property of menu items, and you are using a service for
analysing user behaviour, such data could be sent to your analytics
service, which may be a violation of GDPR and other regulations.
If including such data in the menu item is absolutely necessary,
we recommend including it in the menu item'sdata-secondary-text
property instead.