Releases: kintone-labs/kintone-ui-component
Releases · kintone-labs/kintone-ui-component
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.
v0.7.6
- Fix color picker can not display on IE.
- Update dependences version.
- Update unit test.
v0.7.5
Bump version from v0.7.4 to v0.7.5
v0.7.4
Updates / bug fixes
- Fix bug
Datepicker
doesn't show up after clicked None then click input element. - Update
@cybozu/eslint-config
to version11.0.0
- Update
eslint
to version7.2.0
- Bump
lodash
to version4.17.19
- Re-lint source code after update
eslint
v0.7.3
Updates / bug fixes
- Fix bug: React - The focus jumping from previous day to today when click open date picker
v0.7.2
v0.7.1
Updates / bug fixes
- Update actions button style in Table component
- Show close button in Dialog component as default
- Update style to using DateTime component in Dialog component
- Update unit test for DateTime component
- Update Github Actions workflow
- Applying renovate-bot
v0.7.0
Updates / bug fixes
- Update IconButton property
// Before
var insertBtn = new kintoneUIComponent.IconButton({shape: 'normal'});
// After
var insertBtn = new kintoneUIComponent.IconButton({shape: 'square'});
- Fix error and warning from ESlint
- Setup GitHub Actions
- Supporting unit test