-
#2987
93b30f7d
- [labs/react]useController
is compatible with React strict mode. -
#2960
16a900c7
- Fix'@lit-labs/react/use-controller.js'
not being correctly exported from package.json.
- #1942
c8fe1d4
- For minified class fields on classes in lit libraries, added prefix to stable properties to avoid collisions with user properties.
- #2123
efe88ba5
- Adds React.HTMLAttributes to component props, which enables the built-inonXyz
event handler props.
- #2123
efe88ba5
- Adds React.HTMLAttributes to component props, which enables the built-inonXyz
event handler props.
- #1942
c8fe1d4
- For minified class fields on classes in lit libraries, added prefix to stable properties to avoid collisions with user properties.
Changes below were based on the Keep a Changelog format. All changes above are generated automatically by Changesets.
- Included
development
folder in release #1912.
- Fixed a bug where
host.requestUpdate()
only worked on the first call from withinuseController()
.
- Added
useControler()
hook for creating React hooks from Reactive Controllers (#1532).
- Updated dependencies
- Adds React component wrapper for custom elements. Use by calling
createComponent
(#1420).