Cameron Hessler
Cameron Hessler
### pretty-quick(er? 🚀 ) # Description We noticed some performance issues with larger repository and environments at my workplace. In particular, we'd notice the most performance issues when pretty-quick runs...
Currently, react-component/dropdown checks the _existance_ of the visibility key in props to determine whether or not the visibility prop is controlled or not. However, it should check for undefined instead....
Previously, setting marks did no schema validation checks for dry runs (like the `.can()` command). The `setMark` raw command will now properly check if the mark is possible to be...
~~May or may not be a breaking change depending on if any people _actually_ required this behavior. That would surprise me though.~~ Was a breaking change because it broke SSR,...
Fixes #2880 Added the ability to precache requests concurrently. It looks like this used to be a feature in #2528, but was removed because it had no limits to the...
## Please describe your changes Fixed an issue where posting more than one URLs in the same paste event causes all URLs to link to the first URL in the...