Skip to content

Releases: kintone-labs/kintone-ui-component

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.

v0.7.6

22 Jan 07:27
Compare
Choose a tag to compare
  • Fix color picker can not display on IE.
  • Update dependences version.
  • Update unit test.

v0.7.5

14 Jan 07:14
9119008
Compare
Choose a tag to compare

Bump version from v0.7.4 to v0.7.5

v0.7.4

19 Aug 07:06
Compare
Choose a tag to compare

Updates / bug fixes

  • Fix bug Datepicker doesn't show up after clicked None then click input element.
  • Update @cybozu/eslint-config to version 11.0.0
  • Update eslint to version 7.2.0
  • Bump lodash to version 4.17.19
  • Re-lint source code after update eslint

v0.7.3

01 Jul 03:05
Compare
Choose a tag to compare

Updates / bug fixes

  • Fix bug: React - The focus jumping from previous day to today when click open date picker

v0.7.2

21 May 08:14
Compare
Choose a tag to compare

Updates / Bug fixes

  • Update webpack version from 4.41.3 to 4.43.0
  • Fix bug attachment cannot upload same file after file is deleted

v0.7.1

27 Apr 08:31
3f3e355
Compare
Choose a tag to compare

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

26 Mar 06:45
Compare
Choose a tag to compare

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