Releases: kintone-labs/kintone-ui-component
Releases · kintone-labs/kintone-ui-component
v0.3.4
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
Updates / Bug fixes
- Corrections for user guide
- Remove legacyJS folder from source code
- Improve package delivery on npmjs
- Fix ColorPicker bug
v0.3.2
Updates
- Finish refactoring to TypeScript
- Update UI for some components
v0.3.1
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
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
New components
- Completely reworked Table component
- Dialog (popup)
- FieldGroup
- TextArea
- Attachment
Updates
- Remove componentWillReceiveProps from react components
- Label
- IconButton
- Spinner
v0.1.5
v0.1.4
- 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
v0.1.2
Update readme.md