Skip to content

v1.0.0-beta.38

Compare
Choose a tag to compare
@jcfranco jcfranco released this 04 Sep 17:14

Features

  • calcite-label: adds disable-spacing property also updates label-text spacing (2cca2c6), closes #916 #916
  • label: Adds disabled prop to label, radio-group (#923) (cc34b51)
  • label: Updates alignment and spacing (#914) (943e5c2)
  • split-button: add secondary click event (#889) (bb3b141)
  • tabs: add tab-title disabled state (#879) (adef10f)

Bug Fixes

  • dropdown: fix tab through (#880) (acbef6f)
  • input: emit calcite input input on up and down click on number input #886 (#888) (01a140b)
  • input: No longer set clearable by default on type date or time (#895) (d5d9d6a)
  • tree: change tabindex to 0 to prevent forced first tab stop on page (#911) (ef4a7ad), closes #634