Skip to content

Commit 75062a0

Browse files
committed
chore: update whats new
1 parent 8b19830 commit 75062a0

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

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

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import dedent from 'dedent'
22

33
import * as URLS from '@/config/urls'
44

5+
import ForEachAnimation from './assets/For-EachGraphic.json'
56
import IfThenAnimation from './assets/If-ThenGraphic.json'
67
import { NewsItemProps } from './NewsItem'
78
import { NEW_ENHANCEMENT_TAG, NEW_FEATURE_TAG } from './NewsItemTag'
@@ -10,15 +11,30 @@ const IF_THEN_EXTERNAL_LINK =
1011
'https://guide.plumber.gov.sg/user-guides/actions/toolbox'
1112

1213
export const NEWS_ITEM_LIST: NewsItemProps[] = [
14+
{
15+
date: '2025-09-22',
16+
tag: NEW_FEATURE_TAG,
17+
title: `For each item — automate reminders for events, tasks and more!`,
18+
details: dedent`
19+
This action is used to repeat actions on multiple items at a time. Items can be rows in your tiles table/M365 tables or FormSG checkboxes/table rows. Example use case shown below: Send individualised emails to a list of event attendees to remind them about an upcoming event.
20+
21+
Get started instantly:
22+
* Try our **Schedule reminders to a list of emails** template
23+
* Read our [guide](https://guide.plumber.gov.sg/user-guides/actions/for-each-item-coming-soon)
24+
`,
25+
multimedia: {
26+
animationData: ForEachAnimation,
27+
},
28+
},
1329
{
1430
date: '2025-06-25',
1531
tag: NEW_ENHANCEMENT_TAG,
1632
title: `We've made FormSG integration a lil' better`,
1733
details: dedent`
18-
👓 **Clearer variable names**
34+
👓 **Clearer variable names**
1935
FormSG variables now reflect the actual question text, making them easier to recognise at a glance.
2036
21-
🧹 **Less clutter, fewer mistakes**
37+
🧹 **Less clutter, fewer mistakes**
2238
Question text variables are now hidden by default to reduce visual noise and prevent accidental clicks.
2339
2440
🔄 **Easier data switching**

packages/frontend/src/components/NewsDrawer/assets/For-EachGraphic.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)