Skip to content

Commit 4c65e92

Browse files
committed
v7.15.0
1 parent f8bef1b commit 4c65e92

File tree

9 files changed

+48
-37
lines changed

9 files changed

+48
-37
lines changed

.changeset/all-weeks-grow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/grumpy-ways-wash.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

.changeset/rich-geckos-end.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

app/CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# go-web-app
22

3+
## 7.15.0
4+
5+
### Minor Changes
6+
7+
- c26bda4: Implement [ERU Readiness](https://github.com/IFRCGo/go-web-app/issues/1710)
8+
9+
- Restucture surge page to acommodate ERU
10+
- Move surge deployment related sections to a new dedicated tab **Active Surge Deployments**
11+
- Update active deployments to improve scaling of points in the map
12+
- Add **Active Surge Support per Emergency** section
13+
- Revamp **Surge Overview** tab
14+
- Add **Rapid Response Personnel** sub-tab
15+
- Update existings charts and add new related tables/charts
16+
- Add **Emergency Response Unit** sub-tab
17+
- Add section to visualize ERU capacity and readiness
18+
- Add section to view ongoing ERU deployments
19+
- Add a form to update ERU Readiness
20+
- Add option to export ERU Readiness data
21+
- Update **Respond > Surge/Deployments** menu to include **Active Surge Deployments**
22+
23+
- 9ed8181: Address feedbacks in [DREF superticket feedbacks](https://github.com/IFRCGo/go-web-app/issues/1816)
24+
25+
- Make end date of operation readonly field in all DREF forms
26+
- Fix font and spacing issues in the DREF exports (caused by link text overflow)
27+
- Update styling of Risk and Security Considerations section to match that of Previous Operations
28+
- Update visibility condition of National Society Actions in Final Report export
29+
30+
### Patch Changes
31+
32+
- Updated dependencies [c26bda4]
33+
- @ifrc-go/ui@1.5.0
34+
335
## 7.14.0
436

537
### Minor Changes

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "go-web-app",
3-
"version": "7.14.0",
3+
"version": "7.15.0",
44
"type": "module",
55
"private": true,
66
"license": "MIT",

packages/go-ui-storybook/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# go-ui-storybook
22

3+
## 1.0.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [c26bda4]
8+
- @ifrc-go/ui@1.5.0
9+
310
## 1.0.5
411

512
### Patch Changes

packages/go-ui-storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "go-ui-storybook",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"private": true,
55
"type": "module",
66
"license": "MIT",

packages/ui/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @ifrc-go/ui
22

3+
## 1.5.0
4+
5+
### Minor Changes
6+
7+
- c26bda4: Add MultiTimelineHeader component to column shortcuts
8+
39
## 1.4.0
410

511
### Minor Changes

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ifrc-go/ui",
33
"description": "IFRC-GO UI Components Library",
4-
"version": "1.4.0",
4+
"version": "1.5.0",
55
"type": "module",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)