Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

v4.0.0

Compare
Choose a tag to compare
@driskull driskull released this 01 Oct 23:37
· 858 commits to master since this release

Features

  • New component: calcite-panel component for generic application panel layout with an option to be dismissable.
  • CalcitePickList: Introduces a generic filter component. Internally, it uses an text input for interaction.
  • CalciteAction: New property textDisplay for configuring how text is displayed within a calcite-action that replaces and deprecates textEnabled. #313
  • Added calcite-shell full window demo.
  • Update Stencil.js to 1.5.3.
  • Update dependencies calcite-base, calcite-ui-icons and calcite-colors.

Bug Fixes

  • PickList: Clicking the picklist secondary action icon should focus the surrounding button. #310
  • PickList: add pre-select logic on componentDidLoad. #305
  • Block: Collapsible Block needs full focus outline. #308
  • CalciteActionBar: calcite-action-bar should be responsive in some manner. #286
  • CalciteTipManager: User should not be able to use arrow keys on tip manager navigation buttons. #307
  • CalciteTipManager: Keyboard Users should be able to scroll content inside of a tip manager. #306
  • CalciteAction & CalciteActionPad: Make sure host elements have a display set if they are not inline components.
  • CalciteTip: Fixed dismissed tip still showing padding.

BREAKING CHANGES

  • Removed Component: calcite-shell-floating-panel has been removed. calcite-panel should be used instead.