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

Releases: Esri/calcite-app-components

v4.1.0

09 Oct 00:06
Compare
Choose a tag to compare

Features

  • New Component: calcite-value-list and calcite-value-list-item. #279
  • Added toggleDisplay property to calcite-block-section to handle a "switch" mode. #205
  • Added calcite-components as a peer dependency. #205
  • Added Travis CI integration for testing. #152
  • Added filterEnabled prop to PickList. Filter is now disabled by default.
  • PickListItem calciteListItemChange event now properly bubbles up beyond the PickList.

Bug Fixes

  • Fixed: VDOM rendering by updating Stencil.js to 1.6.1.
  • Fixed: Collapsible Block needs full focus outline. #308

Deprecations

  • PickListItem textHeading prop replaced with textLabel.
  • PickList dragEnabled and mode props have been deprecated with the release of ValueList
  • PickList textHeading has been deprecated as the heading has been removed from render.
  • PickLIst calcitePickListSelectionChange has been replaced with calciteListChange

v4.0.0

01 Oct 23:37
Compare
Choose a tag to compare

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.

v3.1.0

01 Oct 18:40
Compare
Choose a tag to compare

Features

  • Tip now uses the hidden attribute in place of dismissed
  • Pick-List-Item now supports the disabled attribute
  • Pick-List-Item now supports keyboard accessibility

Bug Fixes

  • tabindex on Tip Manager is no longer listed as a custom API prop.

v3.0.0

19 Sep 23:38
Compare
Choose a tag to compare

Features

  • PickList styling updated.
  • Documentation referring to a each components slots are now auto generated.
  • Small documentation and demo updates.

BREAKING CHANGES

  • Removed Component: Moved calcite-popover component to the 'calcite-components' project.

v2.3.0

12 Sep 22:23
Compare
Choose a tag to compare

Features

  • New Component: calcite-popover component to handle positioning a component in reference to another element.
  • Updated calcite-ui-icons dependency to version 2.5.0.

v2.2.0

11 Sep 01:15
Compare
Choose a tag to compare

Features

  • Tip manager pagination supports arrow keys
  • New Component: PickList

v2.1.0

11 Sep 00:39
Compare
Choose a tag to compare

Features

  • calciteActionBarToggle event added to calcite-action-bar. Event triggers when bar expands/collapses.
  • calciteShellPanelToggle event added to calcite-shell-panel. Event triggers when panel expands/collapses.
  • calcite-action - Collapse button width when not text-enabled.
  • calcite-shell primary panel slot now renders above default slot.

Bug Fixes

  • calcite-action inddicator now vertically centers properly when there's no text.
  • calcite-tip-manager pagination buttons now display properly in right-to-left environments.
  • calcite-tip-manager hides pagination when there are 0 or 1 tip(s).
  • calcite-tip-manager min-height set for when there are 0 tips.

v2.0.2

23 Aug 20:31
Compare
Choose a tag to compare
  • Fixed Edge bug with calcite-flow demo
  • All components will honor the hidden attribute now and not display.
  • Fix bug with calcite-action-pad and calcite-shell-floating-panel requiring position-type instead of placement.

v2.0.1

23 Aug 20:28
Compare
Choose a tag to compare
  • Enhance demos with RTL examples
  • Fix reference to utils
  • Fixed calcite-floating-shell-panel positioning
  • RTL support for calcite-flow-item, calcite-shell-floating-panel and calcite-action-pad

v2.0.0

21 Aug 18:06
Compare
Choose a tag to compare
  • Use separate namespace to improve interoperability with calcite-components.
  • Renamed calcite-floating-panel to calcite-shell-floating-panel.
  • Add events to close/dismissed events to calcilte-shell-floating-panel, calcite-tip-manager, calcite-tip.
  • Remove calcite-components from distributable.