Skip to content

v1.14.0

Compare
Choose a tag to compare
@dong0 dong0 released this 08 Nov 08:42
· 500 commits to master since this release
9ff2646

Changes

Breaking Changes

  • Changed the names of some declared types.
    • Checkbox: CheckBoxItem > CheckboxItem
    • ReadOnlyTable: Column > ReadOnlyTableColumn
    • Table: Column > TableColumn

New Features

  • Added ReadOnlyTable Custom CSS property.
  • Added Table Custom CSS property.
  • Added Tabs Custom CSS property.
  • Added TextArea Custom CSS property.
  • Added --kuc-dialog-max-width Custom CSS property for Dialog.
  • Supported to set HTMLElement on ReadOnlyTable cell.
    • Now you can set link, etc.

Maintenance

  • Added the selection-denied icon when hovering the item that is disabled in Tabs component.
  • Improved the position of Dropdown text when the value of Custom CSS --kuc-dropdown-toggle-height is less than the default value.
  • Changed the text color of the following components to gray when they are disabled and a custom color is set.
    • TimePicker
    • DateTimePicker
    • Button
    • Attachment

Package Updates

  • Updated dependent libraries: @babel/core, @babel/preset-env, @cybozu/eslint-config, @types/mocha, chromatic, eslint, eslint-import-resolver-typescript, eslint-plugin-import, prettier, ts-loader, typescript, webpack, @types/uuid, core-js, lit, regenerator-runtime, uuid.

Document

  • Added the Custom CSS property description for the above additional Custom CSS feature implementation.
  • Added the link of the cybozu developer community to be able to ask questions in the user guide and GitHub README.