Skip to content

v1.0.0-beta.53

Compare
Choose a tag to compare
@jcfranco jcfranco released this 21 Apr 20:44

⚠ BREAKING CHANGES

  • block, date, panel, pick-list, pick-list-group, tip, tip-manager: Removes the default headingLevel value and child elements will calculate the value relative to their parent components.

Features

  • action-menu: Add 'scale' property to calcite-action-menu #1939 (#1950) (40bf983)
  • calcite-input: display localized decimals by default, don't display group separator character by default, but allow opt-in. Deprecates locale-format prop (#1995) (eebc103)
  • color-picker: restore previous value when no-color is set and an input is nudged (#1944) (3c09c6c)

Bug Fixes

  • accordion-item: Remove setting 'dir' attribute in light DOM elements. #1831 (#1970) (a9e9624)
  • action-bar: Fix bug preventing 'overflowActionsDisabled' property from working correctly. (#1946) (db50f41)
  • action-bar: Improve overflow logic for certain device heights. #1942 (#1948) (4e112a5)
  • action-menu: When opening menu set focus on first action #1896 (#1912) (a7241d2)
  • avatar: Remove setting 'dir' attribute in light DOM elements. #1831 (#1971) (6476f5a)
  • block: place aria-expanded on block toggle button (#1922) (98e7030), closes #1917
  • block, date, panel, pick-list, pick-list-group, tip, tip-manager: Remove default 'headingLevel' value. #1710 (#1960) (ae066f4)
  • button, fab: Remove setting 'dir' attribute in light DOM elements. #1831 (#1973) (115566f)
  • calcite-input: inputInput event now correctly broadcasts the target element's value (event.target.value) to match event.detail.value (#1992) (db9251b)
  • calcite-input: localized number value now correctly updates when value is set programmatically (#1985) (2aba4fb), closes #1982
  • calcite-input: number locale support (#1924) (d1d655c)
  • color-picker: fix color field thumb nudging when saturation change does not change the color's RGB value (#1962) (e64314a)
  • combobox: open combobox in the correct direction based on screen/overflow parent (#1940) (e4a9916)
  • custom-elements: tweak script to create a bundle for each entry point (#1984) (0439a84)
  • date-picker-day: restore out-of-range day styling (#1923) (c6e693d)
  • dropdown-group: Remove setting 'dir' attribute in light DOM elements. #1831 (#1977) (738ff0c)
  • input-date-picker: Remove setting 'dir' attribute in light DOM elements. #1831 (#1978) (951e821)
  • input-message: Remove setting 'dir' attribute in light DOM elements. #1831 (#1979) (1c8c058)
  • panel, shell-panel: flex grow, shrink, basis definitions (69d5668), closes #1914
  • panel, shell-panel, flow: fixes height and scrolling issues with Safari (43d1982)
  • tile-select: fix full width tile selects with icons, inputs (#1966) (54787e9)
  • fix transform value typo from form style util (#1965) (b44d37b)
  • pick-list-item: Clicking on icon should trigger a click. #1116 (#1949) (3e0ea12)
  • tooltip, tooltip-manager, popover, popover-manager: Work correctly within shadowRoot elements. (#1956) (b184c91), closes #1930
  • tree-item: allow trree to begin expanded #1809 (#1943) (917023e)