Skip to content

v1.0.0-beta.63

Compare
Choose a tag to compare
@jcfranco jcfranco released this 31 Aug 04:55

Features

Bug Fixes

  • action-bar, action-pad: expanded property should no longer alter actions within an action-menu. #2813 (#2912) (f78c197)
  • calcite-input: number values properly nudge when step is set to a decimal or "any" (#2939) (38e1c09)
  • color-picker: fix value for empty color-picker with different format (set initially) (#2886) (1b8f4b9), closes #2853
  • combobox: Set focus style correctly. #2515 (#2875) (ac3cf5c)
  • date-picker: Fix logic for hovering and setting date ranges. #2763 (#2916) (1da73c0)
  • dropdown: Stops closing after selection even with disableCloseOnSelect. #2761 (#2895) (0950e3d)
  • inline-editable: prevent button :hover style when disabled, center in container (#2931) (1f4ff3e), closes #2926
  • input: ensure clearable button has focus outline (#2929) (98dcf6c)
  • input: prevent added margin to number buttons in safari, independent hover styles (#2904) (a109ba2), closes #2874
  • slider: align slider handle to container, ensure histogram stretches full width (#2867) (f0ae422), closes #913 #2706
  • tree: Tree with nested tree elements should fire only one event (#2893) (ba65ab3), closes #2440