This might be overstepping things for our next v4 release, but I noticed how highly requested the .cursor-pointer
utility was in #23709 (closed) and couldn't help but stub out a PR to address it. I've taken the v5 approach of an interactions page and included this new util, and the user-select
one from v5. Decided not to include pointer-events
utils because of browser compatibility.
I'd really like to ship small enhancements to v4 for folks with highly requested features like this, especially if it helps bridge the gap between v4 and v5. My biggest question is how we version/release this though.
Do we squeeze this into a v4.4.2 despite of it being a new feature and thus requiring a semver minor bump? Or do we upgrade v4.4.2 to v4.5?