Skip to content

v5.6.2

Choose a tag to compare

@AlexVelezLl AlexVelezLl released this 21 Apr 19:26
· 42 commits to develop since this release

What's Changed

KThemePlugin

  • Add v_50 shade to palette colors (red, green, orange, pink, darkgreen, lightblue) and brand colors (primary, secondary). By @rtibblesbot in #1239.
    • Guidance: New v_50 shades are available via $themePalette.<color>.v_50 and $themeBrand.

KCardGrid, KCard

  • Aligns the minimum visible time value for the card skeleton loader with the design guidance. Now, this value is set to 400ms (previously 300ms). By @MisRob in #1218.

KCircularLoader, KLinearLoader

  • Aligns delay value for KCircularLoader and KLinearLoader with the design guidance. Now this value is set to 300ms (previously 1s). By @MisRob in #1218.

Docs 🗒️

  • Updates the Loaders documentation page to the latest design guidance. Centralizes general guidance on the Loaders page, while leaving component pages to focus only on Vue-specific usage. Removes duplicate or obsolete sections from other pages related to loading states. By @MisRob in #1218.
  • Improves snackbar, KCard, and useKLiveRegion documentation pages. y @MisRob in #1217

Full Changelog: v5.6.1...v5.6.2