Caleb Hoff
Caleb Hoff
This pull request has a lot of things in it, but it's really scaled-back compared to the last one. 1. Add documentation about Yarn v3 to make upgrading easy (and...
## New stuff 1) Upgraded to [Yarn v3](https://github.com/yarnpkg/berry/blob/master/CHANGELOG.md) from Yarn v1 > This has some cool benefits such as fewer warnings, deduped packages, better console output, yarn plugins, and more....
# Issue: Babel-Plugin-Styled-Components Minification Babel-Plugin-Styled-Components does not minify CSS in a few cases. I've fixed one of them by changing the media query utility to avoid template literals. 1. Does...
There is a mismatch in the easy-email types that leads to an annoying bug. This makes no difference (as idx is falsy checked before use), but will fix the type...
Since updating to `vite-plugin-solid` `v2.8.3` (& still on `v2.9.0`), all my unit tests have been failing in Vitest with this error: ``` [error] TypeError: Cannot read properties of undefined (reading...
## Changes 1. It saves 5+ bytes for every single attribute that's instead set as a property, so I've added a list of [reflected attributes](https://html.spec.whatwg.org/#reflected-idl-attribute) to the Properties list. 1....