Skip to content

Commit

Permalink
v7.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
samshara committed Oct 18, 2024
1 parent a69cd36 commit 572d218
Show file tree
Hide file tree
Showing 18 changed files with 49 additions and 88 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-tools-arrive.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/bright-mayflies-punch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chatty-poets-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-elephants-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-months-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-rabbits-thank.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/little-adults-sin.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/lucky-coats-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-grapes-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-grapes-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-shoes-hug.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/spicy-dragons-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-carrots-peel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-hornets-trade.md

This file was deleted.

27 changes: 27 additions & 0 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# go-web-app

## 7.5.3

### Patch Changes

- d7f5f53: Revamp risk imminent events for cyclone
- Visualize storm position, forecast uncertainty, track line and exposed area differently
- Add option to toggle visibility of these different layers
- Add severity legend for exposure
- Update styling for items in event list
- Update styling for event details page
- 36a64fa: Integrate multi-select functionality in operational learning filters to allow selection of multiple filter items.
- 894d00c: Add a new 404 page
- 7757e54: Add an option to download excel import template for DREF (Response) which user can fill up and import.
- a8d021d: Update resources page
- Add a new video for LocalUnits
- Update ordering of videos
- aea512d: Prevent users from pasting images into rich text field
- fd54657: Add Terms and Conditions page
- bf55ccc: Add Cookie Policy page
- df80c4f: Fix contact details in Field Report being always required when filled once
- 81dc3bd: Added color mapping based on PER Area and Rating across all PER charts
- Updated dependencies [dd92691]
- Updated dependencies [d7f5f53]
- Updated dependencies [fe6a455]
- Updated dependencies [81dc3bd]
- @ifrc-go/ui@1.2.0

## 7.5.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "go-web-app",
"version": "7.5.2",
"version": "7.5.3",
"type": "module",
"private": true,
"license": "MIT",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@ifrc-go/icons": "^2.0.1",
"@ifrc-go/ui": "^1.1.6",
"@ifrc-go/ui": "^1.2.0",
"@mapbox/mapbox-gl-draw": "^1.2.0",
"@sentry/react": "^7.81.1",
"@tinymce/tinymce-react": "^4.3.0",
Expand Down
19 changes: 19 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @ifrc-go/ui

## 1.2.0

### Minor Changes

- fe6a455: Add Chip component

### Patch Changes

- dd92691: Add DismissableListOutput, DismissableMultListOutput and DismissableTextOutput components
- d7f5f53: - Add support for background in Checkbox, TextOutput
- Add support for inverted view in Switch
- Add new view withBorderAndHeaderBackground in Container
- Add option to set className for label and list container in Legend
- 81dc3bd: - Improve PieChart component and ProgresBar component
- PieChart component
- Added a `colorSelector` prop to select color for each pie
- ProgressBar component
- Introduced a `color` prop to customize the progress bar's color

## 1.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ifrc-go/ui",
"description": "IFRC-GO UI Components Library",
"version": "1.1.6",
"version": "1.2.0",
"type": "module",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 572d218

Please sign in to comment.