inottn

Results 14 issues of inottn

Hope to provide a option that can customize the module name. When this option is not passed in, the default is to use 'solid-refresh'.

resolve #13085

change: feat

## Summary https://discord.com/channels/977448667919286283/1076017776583516220/1291085434042060931 ## Checklist - [x] Tests updated (or not required). - [ ] Documentation updated (or not required).

release: feature

## Summary fix #8045 ## Checklist - [x] Tests updated (or not required).` - [ ] Documentation updated (or not required).

release: bug fix

## Summary fix #7952 ## Checklist - [x] Tests updated (or not required). - [ ] Documentation updated (or not required).

release: bug fix

## Summary close #6571 ## Checklist - [x] Tests updated (or not required). - [x] Documentation updated (or not required).

release: feature

fix #685 [playground repo](https://lightningcss.dev/playground/index.html#%7B%22minify%22%3Afalse%2C%22customMedia%22%3Atrue%2C%22cssModules%22%3Afalse%2C%22analyzeDependencies%22%3Afalse%2C%22targets%22%3A%7B%22chrome%22%3A6225920%7D%2C%22include%22%3A0%2C%22exclude%22%3A0%2C%22source%22%3A%22.foo%20%7B%5Cn%20%20background%3A%20color-mix(in%20srgb%2C%20blue%2C%20accentcolor)%3B%5Cn%7D%22%2C%22visitorEnabled%22%3Afalse%2C%22visitor%22%3A%22%7B%5Cn%20%20Color(color)%20%7B%5Cn%20%20%20%20if%20(color.type%20%3D%3D%3D%20'rgb')%20%7B%5Cn%20%20%20%20%20%20color.g%20%3D%200%3B%5Cn%20%20%20%20%20%20return%20color%3B%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%22%2C%22unusedSymbols%22%3A%5B%5D%2C%22version%22%3A%22local%22%7D)

close #12735

ready to merge
scope: reactivity
:hammer: p3-minor-bug

In HTML, setting a [boolean attribute](https://html.spec.whatwg.org/#boolean-attributes) to the string "false" is invalid. Browsers will treat any string value as true. This issue was introduced by #3776. Based on the description,...

scope: types
:cake: p2-nice-to-have