Skip to content

v1.17.0

Latest
Compare
Choose a tag to compare
@h000780 h000780 released this 14 Mar 03:51
· 34 commits to master since this release
ec7447d

Changes

New Features

  • Table Component Enhancements:
    • Updated the actionButton property, now allowing for the add and remove buttons to be enabled or disabled separately.
    • Supported to set HTMLElement on Table header cell title property. Now, when strings in the header are too long, they will automatically wrap to the next line.
  • Updated the pagination display of the ReadOnlyTable component to show the range of visible rows on the current page alongside the total number of rows (e.g., "1 - 3 / 15").
  • Added header property and made it able to set HTMLElement for the header part of the Dialog component.

Maintenance

  • Changed the font family to "sans-serif" in English environments.

Package Updates

  • Updated dependent libraries: @babel/core, @babel/preset-env, chromatic, core-js, eslint, lit, prettier, webpack.

Document