Skip to content

Releases: deadlock-api/deadlock-ui

deadlock-ui: v1.3.2

24 May 15:46

Choose a tag to compare

1.3.2 (2026-05-24)

Bug Fixes

  • api: update API base URLs to v1 for consistency and accuracy (98b2f03)

deadlock-ui: v1.3.1

21 May 17:02
63f7c36

Choose a tag to compare

1.3.1 (2026-05-21)

Bug Fixes

  • dl-item-card: correct shop proportions and add font local() fallbacks (5808eb6), closes #18

deadlock-ui: v1.3.0

16 May 17:44

Choose a tag to compare

1.3.0 (2026-05-16)

Features

image
  • dl-item-card: add icon variant for compact item rendering (46ac370)

deadlock-ui: v1.2.3

02 May 01:13
3cda8e7

Choose a tag to compare

1.2.3 (2026-05-02)

Bug Fixes

  • dl-shop-panel: adjust weapon grid to match new background (#13) (a37f31a)

deadlock-ui: v1.2.2

22 Apr 19:04

Choose a tag to compare

1.2.2 (2026-04-21)

Bug Fixes

  • core: fix broken dist/esm/index.js entry refs + add Next.js debug app (3275125)
  • dl-item-tooltip: always spread important stat boxes full-width equally (6524f49)
  • dl-item-tooltip: capitalize section type labels for consistency (e7decdf)
  • dl-item-tooltip: preserve API section order instead of forcing innates first (d067078)
  • dl-item-tooltip: update component label texts for clarity (79bba95)

deadlock-ui: v1.2.1

20 Apr 22:51

Choose a tag to compare

1.2.1 (2026-04-20)

Bug Fixes

  • core: strip stencil lazy-load dynamic import from custom-elements build (307e5eb)

deadlock-ui: v1.2.0

10 Apr 17:24
efe0048

Choose a tag to compare

1.2.0 (2026-04-10)

Features

  • dl-item-card: add slot support and per-card tooltip-trigger prop (#6) (6a83257)

deadlock-ui: v1.1.0

10 Apr 15:18

Choose a tag to compare

1.1.0 (2026-04-10)

Features

  • dl-item-tooltip: add standalone item fetching support (ca16285)

deadlock-ui: v1.0.1

07 Apr 19:04
2187e60

Choose a tag to compare

1.0.1 (2026-04-07)

Bug Fixes

  • prevent duplicate unit suffix in item tooltip property values (0324733)

deadlock-ui: v1.0.0

06 Apr 22:13

Choose a tag to compare

1.0.0 (2026-04-06)

⚠ BREAKING CHANGES

  • tooltip-behavior is now tooltip-trigger with values "hover" | "click" | "none" (previously "tooltip" | "popover" | "none").

Features

  • add item-name-language prop for independent name localization (347dc68)
  • add ItemClassName type with codegen and class names catalog page (d9e61db)
  • add tier price labels and runtime font injection for Shadow DOM (d7b6c0e)
  • add upgrade chain highlight and component info in tooltips (1231090)
  • display cooldown in ability section header of item tooltip (2682a33)
  • highlight upgrade chain on item hover in shop panel (31bdb18)
  • show parent items in tooltip and improve component items layout (9277790)

Bug Fixes

  • add repository field to package.json for npm publish (2d34843)
  • core: expose dist/components in package exports (e15c227)
  • ensure open tooltip renders above related highlighted cards (5ccfe99)
  • export DlItemCardCustomEvent type from core package (8e78825)
  • group regular properties inside important stats block in tooltip (12f7562)
  • include repo.config.mjs in Docker build context (4d43f0b)
  • inject fonts from dl-item-card so fonts load without dl-provider (10d58d5)
  • match tier price font sizes to prevent shop layout overflow (021f32f)
  • prevent tier-price text from flashing over item tooltips (ab031bb)
  • react to language changes instantly in shop panel and item grid (3affcd5)
  • remove stale assets copy from docs build after CDN migration (919033b)
  • render status effects and conditional flags in tooltip important stats (a7e2aaf)
  • resolve parent items and text alignment for standalone usage (a6491fe)
  • sort items by display name to match in-game ordering (25a8658)
  • use 2-column grid for important stats to match in-game layout (6187c9b)
  • vue: add .js extensions to ESM imports for Node.js resolution (9d6652c)
  • vue: auto-register custom elements on component import (ddbc3d8)

Code Refactoring

  • rename tooltip-behavior to tooltip-trigger and add tooltip-follow-cursor (57be002)