Changed
- Clean up phrasing in button-has-type documentation
Fixed
- Allow shadow root attrs on <template> in no-unknown-property
- Support ComponentPropsWithRef from a namespace import in prop-types
- Detect constructed context values in React 19 <Context> usage in jsx-no-constructed-context-values
- Allow transform-origin on rect in no-unknown-property
Fixed
no-unknown-property: allow shadow root attrs on<template>(#3912 @ljharb)prop-types: supportComponentPropsWithReffrom a namespace import (#3651 @corydeppen)jsx-no-constructed-context-values: detect constructed context values in React 19<Context>usage (#3910 @TildaDares)no-unknown-property: allowtransform-originonrect(#3914 @ljharb)
Changed
- [Docs]
button-has-type: clean up phrasing (#3909 @hamirmahal)