You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,13 @@ Web Component for easily creating layouts with sticky anchor navigation tabs and
15
15
## Important information about versioning
16
16
**Component versions 23.x were deprecated in order to follow Semanting Versioning practices. Please use latest version 2.x for Vaadin 23+ and version 3.x for Vaadin 24.5.**
17
17
18
+
## Since version 4.0.0
19
+
20
+
- The component has been migrated to Lit
21
+
- By default, the component uses a minimal set of functional styles that provide a foundation for a custom theme.
22
+
- To use the component with the Vaadin Lumo theme, import the component's Lumo theme from `@vaadin-component-factory/vcf-anchor-nav/theme/lumo.css`.
23
+
-`ThemableMixin` has been removed from the component, and injecting styles into the component's shadow root using `registerStyles` is no longer supported. Use global CSS to style the component using part names and CSS variables instead.
0 commit comments