Skip to content

v1.0.0-beta.41

Choose a tag to compare

@jcfranco jcfranco released this 05 Oct 23:31

⚠ BREAKING CHANGES

  • dropping prop validation helps keep components lean and should not be necessary with existing component documentation and typings.

Features

  • calcite-radio-button-group: calciteRadioButtonGroup change event (#1056) (662173d)
  • date: add full localization support (#585, #979) (#1043) (4c95292)
  • date: respect order of year and month in date-header (#908) (#1046) (18ffe9a)
  • dom: allow prop lookup to go beyond shadow boundary (#982) (51b2f8e)
  • dropdown: Update styling of dropdown groups (#1024) (eb08309)

Bug Fixes

  • calcite-radio-button, calcite-checkbox: no longer fires custom change event when the checked attribute is controlled (#1019) (3fabd6d)

  • color: initial user-defined value gets set properly (#1038) (0482868)

  • date: allow 3 digit years in input #905 (#1047) (8c7717c)

  • date: don't fire event on outside value update (#722) (#1053) (3b7912a)

  • date: fire date change on interactions with calcite-date-hmonth-header element (#1017) (#1048) (df380eb)

  • date: fix display of year in languages with year unit - ja,ko,ch (#907) (#1045) (7f233c0)

  • pagination: prev/next disabled, page 1 shown (#1030) (8f17589)

  • shell-panel: fixes height styling for panel and flow in undetached shell-panel (#1028) (16c01a5)

  • drop prop validation in favor of documentation and types (#954) (3986771), closes #637