v2.0.0
Breaking changes
- The Tree component has been completely rewritten. The most significant change is that the tree structure can now be described using plain HTML markup, instead of the previously complex and rigid configuration object.
See the docs for details. - The
:hoststyles have been minimized to reduce CSS leakage into the component. - Deprecated APIs has been removed.
What's Changed
- Update all non-major dependencies by @renovate[bot] in #460
- Update all non-major dependencies by @renovate[bot] in #468
- V2 by @bendera in #462
- Fix clipped focus outline by @bendera in #473
- Remove deprecated APIs by @bendera in #475
- 474 style encapsulation by @bendera in #476
- 474 style encapsulation 2 by @bendera in #477
- Prevent option text from wrapping to multiple lines by @alexander-heimbuch in #479
- Add Tree fallback styles by @bendera in #480
- Add heading property to Collapsible by @bendera in #478
- Add fallbacks styles for Tabs by @bendera in #481
- Add Table fallback styles by @bendera in #482
- Fix TreeItem hover foreground color by @bendera in #483
- Fix scrollable scrolled state by @bendera in #484
New Contributors
- @alexander-heimbuch made their first contribution in #479
Full Changelog: v1.17.0...v2.0.0