Skip to content

Releases: kintone-labs/kintone-ui-component

v0.8.3

26 Oct 07:39
ae72b4f
Compare
Choose a tag to compare

Changes

Security Updates

  • Updated dependent libraries: react, typescript, mini-css-extract-plugin.

Document

  • Added information and navigation options at the document footer.
  • Removed unnecessary information included in some sample images of the user guide.

v1.1.1

28 Sep 03:39
fbf1858
Compare
Choose a tag to compare

Changes

Maintenance

  • Improved some keyboard behaviors of Dropdown component.
    (Enabled the control using Escape key, Arrow down and up key, Home and End key)
  • Added max-height and scroll bar setting on menu part of MultiChoice component.

Security Updates

  • Updated dependent libraries: TypeScript, ua-parser-js, trim, tar, immer, ansi-regex, set-value, prismjs, and nth-check.

v1.1.0

07 Sep 09:56
aceaf18
Compare
Choose a tag to compare

Changes

New components

  • Added MobileDropdown component.
  • Added MobileMultiChoice component.

Bug Fixes

  • Added line-break setting on the label element of MobileCheckbox, MobileRadioButton, MobileText, and MobileTextArea components.

Maintenance

  • Improved to be able to put line feed code on text property of Notification and MobileNotification components.
  • Changed value array index handling to arrange in the order of items property value for Checkbox, MultiChoice, and MobileCheckbox components.

Document

  • Added Cleaning check list customization article.

v1.0.5

23 Aug 01:05
a632587
Compare
Choose a tag to compare

Changes

Bug Fixes

  • Fixed the keyboard behavior of Dropdown and MultiChoice components when pressing the arrow up or arrow down key to move between items.
  • Fixed the Dropdown menu close behavior when clicking outside of the component on Safari browser.

Maintenance

  • Added role and aria-labelledby markups to the group class of Checkbox and RadioButton components.
  • Unified HTML structure of the mobile components' error class.
  • Improved the unit tests source code.

Document

  • Added Mobile timecard customization article.

v1.0.4

21 Jul 03:24
dff6865
Compare
Choose a tag to compare

Changes

Bug Fixes

  • The issue "Dropdown display collapses on group field" #512. @juridon
    Fixed the desktop components to be displayed correctly in the group field.
  • Added "background-color: #ffffff;" for TextArea component.

Maintenance

  • Improved source code coverage and quality of the Unit Tests.

Security Updates

  • Updated dependent libraries: webpack, ws, browserslist, postcss, hosted-git-info, xmlhttprequest-ssl, y18n.

Document

v0.8.1

16 Jul 02:58
Compare
Choose a tag to compare

Changes

Bug Fixes

  • The issue "Dropdowns can be selected even when disabled" #553. @Yanchi4425
    Fixed React version Dropdown not to be selected when it is disabled.

Security Updates

  • Updated dependent libraries: webpack, css-loader, mini-css-extract-plugin, css-minimizer-webpack-plugin.

Document

  • Updated QuickStart React guide.

v0.8.0

21 May 03:34
3d66e9f
Compare
Choose a tag to compare

Changes

ℹ️
kintone UI Component v0 is now in maintenance mode.
However, due to bug fix #436, there were changes in the behavior of the DateTime component.
This has now been fixed in a minor version update.

Bug Fixes

  • Fix for the issue "Can't set blank(or null) value to date component" @Yanchi4425
    After the bug fix, when you set an empty value or press the "None" button on the date picker, both date and time will be cleared.

Maintenance

  • Upgrade webpack version

v1.0.3

19 Apr 07:14
2cf0838
Compare
Choose a tag to compare

Changes

Features

  • Integrated with Sider Goodcheck on GitHub to automate the code review process.

Maintenances

  • Matched the styling of label and error tags for Mobile and Desktop components.
  • Changed "my-integrity" tag in CI to "v1.x.x-integrity".

Security Updates

  • Updated dependent libraries: webpack, ssri, react-dev-utils, elliptic.

Document

  • Fixed the sample code of the search box customization tutorial.

v0.7.8

06 Aug 00:35
9ddcae5
Compare
Choose a tag to compare

Changes

Bug Fixes

  • Drop-down menu does not close on IE 11 when click on other place
  • Can't update isDisabled in table.updateRowData @miko-hirai
  • There is no renderer for _removeFile of Attachment component @yanoshi-1009

Maintenance

  • Change "my-integrity" tag in CI to "v0.x.x-integrity".
  • Update document for setup esm-js
  • Update the GA setting in mkdocs

v1.0.2

28 Sep 03:37
4c1ffaa
Compare
Choose a tag to compare

Changes

Document

  • Fixed the unavailable link in README. @cy-takeuchi
  • Updated Support Policy.