Skip to content

v1.0.0-beta.70

Compare
Choose a tag to compare
@benelan benelan released this 24 Nov 23:28

1.0.0-beta.70 (2021-11-24)

Features

Bug Fixes

  • accordion-item: clicking on an accordion with selection-mode=single no longer toggles unrelated accordions with the same selection mode (#3511) (6a88f50)
  • block: heading and summary now align in RTL (#3490) (331aef8)
  • color-picker: ensure props/attrs are initialized consistently (#3550) (8d99243), closes #3552
  • input: fix inconsistent value stepping (#3568) (4795f29), closes #3443
  • input: prevent default behavior of cursor jumping to the beginning of input, match rate of native input type=number (100ms) (#3527) (980994b)
  • input: stepping precision to match the provided step (#3473) (2ae2bce)
  • panel: get the fab slot to have more spacing on firefox #3236 (#3413) (18f1e1d)
  • popover: when notice width set to full, it now takes full width of the popover, to fully cover it (#3451) (a9fe790)
  • slider: focus respective thumb when click on track for range slider (#3356) (1b80866), closes #3109
  • slider: range slider maxValue label no longer overlaps with preceding labels (#3439) (233d186)
  • tile-select: fixes focus and blur styling for radio buttons (#3516) (042c3c1)
  • remove quotes from generic font families (#3502) (ea4ba95)
  • slider: set the current min/max to the provided values to keep histogram range updated #2914 (#3452) (13bea68)
  • tab: add scroll to tab content #3389 (#3395) (572468e)

⚠ BREAKING CHANGES

  • calcite-input-date-picker, calcite-date-picker: deprecate start, end, startAsDate, and endAsDate properties #2570 (#2777)
  • calcite-input: deprecate change event in favor of calciteInputChange #2570 (#2777)