Skip to content

Commit

Permalink
Merge pull request #231 from Element84/ba/3.3.0-release-prep
Browse files Browse the repository at this point in the history
Ba/3.3.0 release prep
  • Loading branch information
Phil Varner authored Aug 17, 2023
2 parents ee1bee9 + 0f30bfe commit 0532051
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## 3.3.0 - 2023-08-17

### Added

- Cart button to `Add all to cart` & `Add/Remove scene from cart` added to search bar if `CART_ENABLED` set to true in `config.json` (WIP feature)
Expand All @@ -17,6 +19,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Map legend updated to always show 'Scenes in Cart' symbology when `CART_ENABLED` set to true in `config.json` and Items exist in cart. (WIP feature)
- PopupResults component updated to allow users to minimize/maximize popup results component content.
- Metadata in `PopupResult` changed to show additional properties about the scene if `POPUP_DISPLAY_FIELDS` set in the `config.json`.
- Bug fix to handle grid aggregations that 'landsat' in the title but `grid-code-frequency` in the properties.

## 3.2.0 - 2023-08-02

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "filmdrop-ui",
"version": "3.2.0",
"version": "3.3.0",
"license": "Apache-2.0",
"dependencies": {
"@emotion/react": "^11.11.1",
Expand Down

0 comments on commit 0532051

Please sign in to comment.