Releases: deadlock-api/deadlock-ui
Releases · deadlock-api/deadlock-ui
deadlock-ui: v1.3.2
deadlock-ui: v1.3.1
deadlock-ui: v1.3.0
deadlock-ui: v1.2.3
deadlock-ui: v1.2.2
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
deadlock-ui: v1.2.0
deadlock-ui: v1.1.0
deadlock-ui: v1.0.1
deadlock-ui: v1.0.0
1.0.0 (2026-04-06)
⚠ BREAKING CHANGES
tooltip-behavioris nowtooltip-triggerwith 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)
