Skip to content

v1.20.0

Compare
Choose a tag to compare
@dong0 dong0 released this 25 Mar 08:08
· 35 commits to master since this release
0673adb

Changes

New Features

  • Added the actionButtonPosition property to Table component to set the position of add/remove row buttons and improve the display of it when the table is set larger than the window width.
  • Added new Custom CSS properties for Table component.
    • --kuc-table-action-button-background-color
    • --kuc-table-action-button-left
    • --kuc-table-action-button-right

Bug Fixes

  • Fixed the issue that Notification/MobileNotification with no duration will be closed automatically if it's opened when the previously set duration has not expired.

Package Updates

  • Upgraded dependent libraries: @babel/core, @babel/preset-env, @cybozu/eslint-config, @storybook/addon-a11y, @storybook/addon-actions, @storybook/addon-controls, @storybook/addon-viewport, @storybook/web-components, @storybook/web-components-webpack5, @web/test-runner, babel-loader, chromatic, eslint,, eslint-import-resolver-typescript, prettier, ts-loader, typescript, webpack, webpack-cli, core-js, uuid.

Document

  • Added new property and new Custom CSS property descriptions for Table component.
  • Updated the titles of website pages to remove unnecessary taglines.