Releases: kintone-labs/kintone-ui-component
Releases · kintone-labs/kintone-ui-component
v1.0.5
Changes
Bug Fixes
- Fixed the keyboard behavior of Dropdown and MultiChoice components when pressing the
arrow up
orarrow down
key to move between items. - Fixed the Dropdown menu close behavior when clicking outside of the component on Safari browser.
Maintenance
- Added
role
andaria-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
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
- Supported English document.
- Updated the Quick Start webpack instructions.
- Wrote the status about the React version provided in v0: we haven't supported it in v1 now.
- Unsupported the Internet Explorer 11. The Internet Explorer 11 will be retired on June 15, 2022.
v0.8.1
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
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
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
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
v1.0.1
Changes
Document
- Fixed the unpkg URL in README.
- Fixed the unpkg URL in Quick Start.
v1.0.0
Changes
Features
- Improved the reproducibility of kintone components.
- Enabled accessibility.
- Enabled mobile.
- Improved documentation.
v0.7.7
- Upgrade Eslint version.