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

Commit

Permalink
4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Robbins committed Nov 6, 2019
1 parent 23e25de commit 839a7a8
Show file tree
Hide file tree
Showing 86 changed files with 690 additions and 477 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
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.5.0](https://github.com/Esri/calcite-app-components/compare/v4.4.0...v4.5.0) (2019-11-06)

### Bug Fixes

- FlowItem - Filter out menu actions defined in the calcite-pick-list and calcite-value-list. [#497](https://github.com/Esri/calcite-app-components/issues/497) ([6764d6c](https://github.com/Esri/calcite-app-components/commit/6764d6c))
- **flow-item and panel:** footer button layout and style ([f4a69f9](https://github.com/Esri/calcite-app-components/commit/f4a69f9))
- Pick-list filter now works if props have been modified after first-render ([#400](https://github.com/Esri/calcite-app-components/issues/400)) ([79f8146](https://github.com/Esri/calcite-app-components/commit/79f8146)), closes [#484](https://github.com/Esri/calcite-app-components/issues/484) [#488](https://github.com/Esri/calcite-app-components/issues/488)

### Features

- Pick-list filter now only filters on text, value and metadata props ([#461](https://github.com/Esri/calcite-app-components/issues/461)) ([51fd559](https://github.com/Esri/calcite-app-components/commit/51fd559)), closes [#484](https://github.com/Esri/calcite-app-components/issues/484) [#488](https://github.com/Esri/calcite-app-components/issues/488)

## [4.4.0](https://github.com/Esri/calcite-app-components/compare/v4.3.1...v4.4.0) (2019-10-29)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/styles/_color.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $vibrant-blue: $v-bb-120;
--calcite-app-background: #{$white};
--calcite-app-foreground: #{$darker-gray};

--calcite-app-background-hover: #{$m-bb-010};
--calcite-app-background-hover: #{$blk-010};
--calcite-app-foreground-hover: #{$darkest-gray};

--calcite-app-background-active: #{$lightest-blue};
Expand Down
2 changes: 1 addition & 1 deletion docs/build/calcite-app.css

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

Loading

0 comments on commit 839a7a8

Please sign in to comment.