Skip to content

Commit

Permalink
Merge pull request #86 from Esri/screenshot-css
Browse files Browse the repository at this point in the history
Screenshot: CSS fix
  • Loading branch information
rslibed authored Jun 13, 2022
2 parents e9214b0 + 1ed0302 commit ee382b7
Show file tree
Hide file tree
Showing 6 changed files with 2,327 additions and 18 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,63 +5,82 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.6.3

- Screenshot
1. Feature warning CSS fix

## 1.6.2

- FilterList
1. Add support for init expression values

## 1.6.1

- FilterList
1. coded values bug fix
2. Add translations

## 1.6.0

- Screenshot
1. RTL Fixes

## 1.5.9

- FilterList
1. Add ability to expand FilterList accordions

## 1.5.8

- FilterList bug fix
1. Reset coded-value and range types
2. Def Expression bug fix

## 1.5.7

- FilterList layer field domain update
1. Use field domain's constraints if it exist

## 1.5.6

- Page
1. Token bug fix

## 1.5.5

- FilterList bug fixes
1. Optional chaining if operator doesn't exist (older apps)
2. Use allLayers instead of layers

## 1.5.3

- Page
1. Prefers-reduced-motion: Remove animation from 'Explore' button
2. Add support for 'bg' locale

## 1.5.2

- Share
1. Add support for 'bg' locale
2. Add aria-label to 'Copy to clipboard' buttons
3. Remove 'projection' logic
4. Resolve 'renderable()' helper method deprecation errors

## 1.5.1

- FilterList bug fix and updated translations

## 1.5.0

- Added 'disableCustom' property to Screenshot widget

## 1.4.8

- Increase FilterList maxRecordCount for combobox string attribute

## 1.4.8

- Update FilterList:
1. Bug fixes for FilterList
2. Query for min and max for user input filters
Expand Down
2 changes: 1 addition & 1 deletion Screenshot/Screenshot/css/Screenshot.css

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

2 changes: 1 addition & 1 deletion Screenshot/Screenshot/css/Screenshot.css.map

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

2 changes: 1 addition & 1 deletion Screenshot/Screenshot/css/Screenshot.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@
}

.esri-screenshot__feature-warning {
height: 15px;
margin-top: 2%;
margin-bottom: 2%;
.esri-screenshot__feature-warning-text-container {
display: flex;
align-items: center;
.esri-screenshot__warning-svg {
fill: #d9bf2b;
}
Expand Down
Loading

0 comments on commit ee382b7

Please sign in to comment.