v17.0.0-beta.0
Pre-release
Pre-release
What's Changed
Breaking changes
-
fix!: button styling (cta, ghost, destructive) by @HeleenSG in #677
This change removes some fallback styles for some button variants, including
button-destructive
andbutton-cta
. Theme authors will need to define the corresponding properties (e.g.--button-destructive-*
and--button-cta-*
) in their theme, if they haven't already. In themes that don't have these properties defined, these button variants will now fallback tobutton-base
styles. -
fix: hero overflow issue by @HeleenSG in #689
Application developers for applications using the Hero components will now need to import either
hero-div
orhero-content-container
alongside thehero
component.
Fixes
- fix: icore-open table row header border by @ppvg in #690
- fix: Adds hero styling options and fixes by @HeleenSG in #673
Other
- docs: button-container import order by @ppvg in #697
- chore(docs): update svelte to v5 by @ppvg in #691
- chore(deps-dev): bump vite from 5.4.8 to 5.4.10 by @dependabot in #696
- chore(deps-dev): bump sass from 1.79.4 to 1.80.3 by @dependabot in #693
- chore(deps-dev): bump stylelint from 16.9.0 to 16.10.0 by @dependabot in #685
- chore(deps-dev): bump typescript from 5.6.2 to 5.6.3 by @dependabot in #695
Full Changelog: v16.3.0-beta.13...v17.0.0-beta.0