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

Commit

Permalink
4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Robbins committed Oct 23, 2019
1 parent 37a074c commit 37acb1e
Show file tree
Hide file tree
Showing 10 changed files with 48 additions and 10 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,44 @@
This document maintains a list of released versions and changes introduced by those versions.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)

### [4.3.1](https://github.com/Esri/calcite-app-components/compare/v4.2.1...v4.3.1) (2019-10-23)

### Bug Fixes

- **panel:** moved position:relative to :host ([e2d65fc](https://github.com/Esri/calcite-app-components/commit/e2d65fc))
- filter items not working with maquette ([37a074c](https://github.com/Esri/calcite-app-components/commit/37a074c))
- spacebar on secondaryAction ([0b83c2c](https://github.com/Esri/calcite-app-components/commit/0b83c2c))

### Features

- **all:** blocking scrim + pick-list loading and disabled. TODO clean-up ([#361](https://github.com/Esri/calcite-app-components/issues/361) [#357](https://github.com/Esri/calcite-app-components/issues/357) [#358](https://github.com/Esri/calcite-app-components/issues/358) [#359](https://github.com/Esri/calcite-app-components/issues/359) [#361](https://github.com/Esri/calcite-app-components/issues/361) [#362](https://github.com/Esri/calcite-app-components/issues/362)) ([25d846e](https://github.com/Esri/calcite-app-components/commit/25d846e))
- **all:** blocking scrim. added option to turn off aria attibutes. ([a7d784a](https://github.com/Esri/calcite-app-components/commit/a7d784a))
- **all:** converted Scrim to FunctionalComponent. ([56f9dd2](https://github.com/Esri/calcite-app-components/commit/56f9dd2))
- **all:** Scrim as functional component. Added styles inline. ([2e77018](https://github.com/Esri/calcite-app-components/commit/2e77018))
- **all:** Scrim destructure. ([fffaa6e](https://github.com/Esri/calcite-app-components/commit/fffaa6e))
- **block:** a11y aria labels for disabled and loading ([#358](https://github.com/Esri/calcite-app-components/issues/358)) ([9a23101](https://github.com/Esri/calcite-app-components/commit/9a23101))
- **block:** added calcite-loader and associated styles. Updated demo. ([#358](https://github.com/Esri/calcite-app-components/issues/358)) ([a5b87c0](https://github.com/Esri/calcite-app-components/commit/a5b87c0))
- **block:** added disabled style. updated demo with way to toggle disabled property. ([#358](https://github.com/Esri/calcite-app-components/issues/358)) ([20e5ccd](https://github.com/Esri/calcite-app-components/commit/20e5ccd))
- **block:** added loading and disabled to destructuring. ([3f1e8dc](https://github.com/Esri/calcite-app-components/commit/3f1e8dc))
- **block:** added relative to .content ([#358](https://github.com/Esri/calcite-app-components/issues/358)) ([333ee89](https://github.com/Esri/calcite-app-components/commit/333ee89))
- **block:** demo tweak ([6978d8c](https://github.com/Esri/calcite-app-components/commit/6978d8c))
- **block:** moved attr out of Host. Removed aria-disabled. ([4394bf1](https://github.com/Esri/calcite-app-components/commit/4394bf1))
- **block:** removed unused method and associated import. ([a104f5e](https://github.com/Esri/calcite-app-components/commit/a104f5e))
- **block:** simplified loader insertion. Thanks [@jcfranco](https://github.com/jcfranco)! ([2e9f6c2](https://github.com/Esri/calcite-app-components/commit/2e9f6c2))
- **block:** updated prop description. ([5ebb2d3](https://github.com/Esri/calcite-app-components/commit/5ebb2d3))
- **block:** updated VNode import updated. ([eb04e7f](https://github.com/Esri/calcite-app-components/commit/eb04e7f))
- **block:** use Scrim for loading & disabled. ([9ddab6a](https://github.com/Esri/calcite-app-components/commit/9ddab6a))
- **flow-item, panel:** added loading and disabled props, nodes, and styles. ([#359](https://github.com/Esri/calcite-app-components/issues/359)) ([d4caeca](https://github.com/Esri/calcite-app-components/commit/d4caeca))
- **panel:** cleanup. ([323f6dc](https://github.com/Esri/calcite-app-components/commit/323f6dc))
- **panel:** cleanup. ([b12078c](https://github.com/Esri/calcite-app-components/commit/b12078c))
- **panel:** moved attr out of Host ([f5dd2a6](https://github.com/Esri/calcite-app-components/commit/f5dd2a6))
- **panel:** use Scrim for loading & disabled. ([1f69c9f](https://github.com/Esri/calcite-app-components/commit/1f69c9f))
- **value-list:** added container. move attr out of host ([046393a](https://github.com/Esri/calcite-app-components/commit/046393a))
- **value-list:** Added disabled and loading props. Destructuring and added aria. ([#362](https://github.com/Esri/calcite-app-components/issues/362)) ([4e59c5a](https://github.com/Esri/calcite-app-components/commit/4e59c5a))
- **value-list:** removed aria-disabled. ([22c711d](https://github.com/Esri/calcite-app-components/commit/22c711d))
- **value-list:** stub for Scrim. Waiting on [#381](https://github.com/Esri/calcite-app-components/issues/381). ([#362](https://github.com/Esri/calcite-app-components/issues/362)) ([abe254c](https://github.com/Esri/calcite-app-components/commit/abe254c))
- **value-list:** using Scrim for loading and disabled. ([26027e2](https://github.com/Esri/calcite-app-components/commit/26027e2))

## [4.3.0](https://github.com/Esri/calcite-app-components/compare/v4.2.1...v4.3.0) (2019-10-22)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion docs/build/calcite-app.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 37acb1e

Please sign in to comment.