Skip to content

v1.6.1

Latest
Compare
Choose a tag to compare
@keithamus keithamus released this 28 Feb 11:31
· 3 commits to main since this release
dc284dc

What's Changed

Mostly documentation changes, but also now lazyDefine will observe @controller shadowroots. It does not patch attachShadow and so if you want it to observe non-catalyst controller shadowroots, you will need to do so manually:

import {observe} from '@github/catalyst/lib/lazy-define.js'
observe(shadowRoot)

New Contributors

Full Changelog: v1.6.0...v1.6.1