Skip to content

Commit cbae712

Browse files
committed
chore: update what's new for cc and attachments
1 parent deb4ceb commit cbae712

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

packages/frontend/src/components/NewsDrawer/NewsItemList.ts

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ const IF_THEN_EXTERNAL_LINK =
1010
'https://guide.plumber.gov.sg/user-guides/actions/toolbox'
1111

1212
export const NEWS_ITEM_LIST: NewsItemProps[] = [
13+
{
14+
date: '2024-12-17',
15+
tag: NEW_ENHANCEMENT_TAG,
16+
title: 'Email attachments and CC for Postman action',
17+
details: dedent`
18+
📎 Attachments can now be uploaded and sent using the Postman action. Check out the supported file types [here](https://guide.postman.gov.sg/email-api-guide/programmatic-email-api/send-email-api/attachments#list-of-supported-attachment-file-types).
19+
20+
📩 Adding CC recipients is now supported in the Postman action.
21+
`,
22+
},
1323
{
1424
date: '2024-11-27',
1525
tag: NEW_ENHANCEMENT_TAG,
@@ -57,7 +67,7 @@ export const NEWS_ITEM_LIST: NewsItemProps[] = [
5767
title: `Improvements we made`,
5868
details: dedent`
5969
⚒️ Create a tile when you create your pipe - You can now create new tiles and add new columns directly when setting up your create row step.
60-
70+
6171
✔ Simplified checkbox responses for FormSG - Checkbox responses are now combined into one variable, options are displayed and separated by commas. This makes checkbox variables less cluttered and checkbox data easier to use in your subsequent steps.
6272
`,
6373
},
@@ -77,7 +87,7 @@ export const NEWS_ITEM_LIST: NewsItemProps[] = [
7787
details: dedent`
7888
⚙️ Pipe settings — transfer pipes and customise the frequency of error notifications. You can find this in each pipe.
7989
80-
🧪 FormSG mock data — we’ve also improved one-click testing to check if your step is working correctly, without needing to submit a form.
90+
🧪 FormSG mock data — we’ve also improved one-click testing to check if your step is working correctly, without needing to submit a form.
8191
8292
❓ If empty (for toolbox actions) — we now check for empty data values and prevent errors.
8393
`,
@@ -98,7 +108,7 @@ export const NEWS_ITEM_LIST: NewsItemProps[] = [
98108
title: 'New action - Formatter',
99109
details: dedent`
100110
Struggling with date formats or needing to schedule reminders based on form submissions? Meet Formatter!
101-
111+
102112
Simplify data handling by formatting, manipulating, and converting it to your liking. Whether it's beautifying dates or performing time calculations, Formatter's got you covered. Stay tuned for even more features by Formatter!
103113
`,
104114
multimedia: {
@@ -176,7 +186,7 @@ export const NEWS_ITEM_LIST: NewsItemProps[] = [
176186
* Email notifications for pipe failures
177187
* Sent on the first failed execution for a pipe
178188
* You will only receive a maximum of 1 per day per pipe
179-
189+
180190
181191
* Variable values are now displayed
182192
* Values will now be shown in the pill together with the variable name
@@ -187,8 +197,8 @@ export const NEWS_ITEM_LIST: NewsItemProps[] = [
187197
tag: NEW_FEATURE_TAG,
188198
title: `What's new on Plumber`,
189199
details: dedent`
190-
Stay updated on new features, bug fixes and enhancements through this drawer.
191-
200+
Stay updated on new features, bug fixes and enhancements through this drawer.
201+
192202
The Plumber team has been working hard to release some new features and improvements to your overall user experience so keep a look out for these!
193203
`,
194204
},

0 commit comments

Comments
 (0)