Skip to content

Releases: kintone-labs/kintone-ui-component

v0.3.4

31 Jul 06:45
Compare
Choose a tag to compare

Updates / Bug fixes

  • Set line feed in textarea
  • Fix config for TypeScript
  • Fix DateTime bug
  • Fix Colorpicker bug for React
  • Fix Text bug

v0.3.3

17 Jul 06:03
7f8977e
Compare
Choose a tag to compare

Updates / Bug fixes

  • Corrections for user guide
  • Remove legacyJS folder from source code
  • Improve package delivery on npmjs
  • Fix ColorPicker bug

v0.3.2

02 Jul 04:34
Compare
Choose a tag to compare

Updates

  • Finish refactoring to TypeScript
  • Update UI for some components

v0.3.1

18 Jun 09:24
Compare
Choose a tag to compare

Updates

  • Updated css for Dropdown component
  • Continue refactoring source code to separate js and react components
  • Continue refactoring source code to write in TypeScript
    • Alert
    • Button
    • IconButton
    • NotifyPopup
    • Spinner
    • Label
    • Text
    • Radio (js only)
    • Dropdown (js only)

v0.3.0

05 Jun 06:37
Compare
Choose a tag to compare

New components

  • Tabs
  • ColorPicker
  • DateTime

Updates

  • Updated css for FieldGroup component
  • Refactored source code to separate js and react components
  • Refactored source code to write in TypeScript (partially)

v0.2.0

17 Apr 07:47
Compare
Choose a tag to compare

New components

  • Completely reworked Table component
  • Dialog (popup)
  • FieldGroup
  • TextArea
  • Attachment

Updates

  • Remove componentWillReceiveProps from react components
  • Label
  • IconButton
  • Spinner

v0.1.5

16 Apr 09:44
Compare
Choose a tag to compare
  • Fix typo issue #79

v0.1.4

11 Jan 07:34
Compare
Choose a tag to compare
  • Upgrade react-dom version
  • Optimizing kintone-ui-component.min.js file size
  • Support for import kintoneUIComponent on ES6 project:
import kuc from 'kintoneUIComponent/lib/js/components';

var btn = new kuc.Button();
var lb = new kuc.Label();

or

import {Button, Label} from 'kintoneUIComponent/lib/js/components';

var btn = new Button();
var lb = new Label();

v0.1.3

25 Jul 10:21
Compare
Choose a tag to compare

Fix for issue #9

v0.1.2

19 Jun 03:13
Compare
Choose a tag to compare

Update readme.md