Skip to content

Commit 45c82c6

Browse files
committed
improve README
1 parent aa6b268 commit 45c82c6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,14 @@ Add `<vcf-breadcrumbs>` element to the page. Inside added element add few `<vcf-
3535
![breadcrumbs-02](https://github.com/user-attachments/assets/f56e9aa0-756a-412e-86d6-71ee341fd878)
3636
![breadcrumbs-03](https://github.com/user-attachments/assets/ae3b4816-0892-4651-b002-b4ac99412687)
3737

38-
## Styling
38+
## Updates since version 3.0.0
3939

4040
By default, the component uses a minimal set of functional styles that provide a foundation for a custom theme.
41-
4241
To use the component with the Vaadin Lumo theme, import the component's Lumo theme from `@vaadin-component-factory/vcf-breadcrumb/theme/lumo.css`.
4342

43+
`ThemableMixin` has been removed from the component, and injecting styles into the component's shadow root using `registerStyles` is no longer supported.
44+
Use global CSS to style the component using part names and CSS variables instead.
45+
4446
## Updates since version 2.0.0
4547

4648
- Lit based component with theming support.

0 commit comments

Comments
 (0)