Joss Mackison
Joss Mackison
Labels should have "for" attributes. Use the fields' name unless an id is specified.
All the updates: - Rebuild in TypeScript - Use Next.js for the website (catch SSR bugs) - Introduce hook - No more stylesheets - Learn from [body-scroll-lock](https://github.com/willmcpo/body-scroll-lock)
Declaring `background: 'linear-gradient(...)'` on an element returns invalid syntax: ``` background: -webkit-linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0)),-moz-linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0)),linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0)); ``` Likely related to #34
I wonder if we could detect this and fetch releases from the GitHub API? 
Maybe??? Found this 
### Describe the feature you'd like: I'd like `getByLabelText` to resolve the associated elements of `aria-labelledby`. As I'm writing this it occurs to me that this might be too costly...
Some of the [alignment icons](https://lucide.dev/?search=align) are the inverse of expected. The line indicating the axis should be horizontal for "vertical" alignment and vertical for "horizontal" alignment. This is the case...
**@keystar/ui** Improve prose styles: - Style `kbd` elements - Basic table styles **@keystatic/core** Document editor features, within footer actions: - "Markdown support" button opens a dialog containing information about formatting...
Add a section to the [object field](https://keystatic.com/docs/fields/object) documentation detailing the options argument: ```ts type ObjectFieldOptions = { label: string; description?: string; } ``` Where usage looks like: ```js fields.object( {...
Create an [issue template](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository), raised by [this comment](https://github.com/Thinkmill/keystatic/issues/520#issuecomment-1678302867) on #520.