v1.6.1
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)
- fix: better anchor colors from Primer primitives by @robin4a4 in #270
- Prev and next links by @robin4a4 in #272
- wrong urls for prev and next links by @robin4a4 in #274
- add provideAsync by @keithamus in #278
- upgrade all dependencies by @keithamus in #280
- Bump commonmarker from 0.23.4 to 0.23.6 in /docs by @dependabot in #282
- keep hidden items hidden in sidebar and prev/next by @keithamus in #286
- Separate v2 docs by @keithamus in #287
- fix urls for dropdown by @keithamus in #288
- merge v2 docs into guide-v2 by @keithamus in #289
- fix permalink for conventions v2 guide by @keithamus in #290
- tweak css sidebar to be responsive by @keithamus in #292
- Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #299
- Bump ua-parser-js from 1.0.2 to 1.0.33 by @dependabot in #301
- Bump commonmarker from 0.23.6 to 0.23.7 in /docs by @dependabot in #302
- Bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #304
- Bump cacheable-request and @lhci/cli by @dependabot in #306
- Make the sidebar scrollable above 768px by @rik in #305
- Observe shadow root on connected callback by @williammartin in #308
New Contributors
- @robin4a4 made their first contribution in #270
- @williammartin made their first contribution in #308
Full Changelog: v1.6.0...v1.6.1