Skip to content

Releases: kintone-labs/kintone-ui-component

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.

v1.0.1

04 Mar 07:34
9fb63e8
Compare
Choose a tag to compare

Changes

Document

  • Fixed the unpkg URL in README.
  • Fixed the unpkg URL in Quick Start.

v1.0.0

04 Mar 03:09
7ad98b8
Compare
Choose a tag to compare

Changes

Features

  • Improved the reproducibility of kintone components.
  • Enabled accessibility.
  • Enabled mobile.
  • Improved documentation.

v0.7.7

27 Jan 09:54
7829e0a
Compare
Choose a tag to compare
  • Upgrade Eslint version.