Skip to content

v0.4.0

Choose a tag to compare

@hepter hepter released this 22 Feb 03:23

What's New

⚠️ columns is deprecated: switch to column_layout for sticky columns, custom headers, and max-width control. Old configs still work but will be removed in a future release. See README for updated YAML presets.

Features

  • column_layout: object-based column config with key, fixed, name, max_width
  • name column is no longer hardcoded. It can be repositioned, pinned, or removed via column_layout
  • Sticky column pinning (fixed: start|end) with edge shadow indicators on horizontal scroll
  • header_action_render / row_action_render: display actions as icon, name, or icon_name
  • show_hidden_entities: control hidden HA entity visibility in action areas
  • Haptic vibration feedback across all interactions (tap, hold, action outcome, error)
  • Responsive improvements for mobile devices

Fixes

  • Hold progress bar visibility fix (no flicker)
  • Name cell text overflow now truncates with ellipsis

Full Changelog: v0.3.2...v0.4.0