Skip to content

v0.7.0

Compare
Choose a tag to compare
@hokimcuc0202 hokimcuc0202 released this 26 Mar 06:45

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