From 97b73fe52b76e9fb3c8b19460d57a70cdf42aa80 Mon Sep 17 00:00:00 2001 From: Henri Courdent <122811744+hcourdent@users.noreply.github.com> Date: Fri, 26 Apr 2024 14:13:38 +0200 Subject: [PATCH] Changelog 04 26 (#3621) --- frontend/src/lib/components/sidebar/changelogs.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/frontend/src/lib/components/sidebar/changelogs.ts b/frontend/src/lib/components/sidebar/changelogs.ts index 6b50f4071d..03d4af79e2 100644 --- a/frontend/src/lib/components/sidebar/changelogs.ts +++ b/frontend/src/lib/components/sidebar/changelogs.ts @@ -5,6 +5,21 @@ export type Changelog = { } const changelogs: Changelog[] = [ + { + label: 'AgGrid Infinite Table', + href: 'https://www.windmill.dev/changelog/aggrid-infinite-table', + date: '2024-04-24' + }, + { + label: 'Jobs Labels', + href: 'https://www.windmill.dev/changelog/jobs-labels', + date: '2024-04-24' + }, + { + label: 'AgGrid Actions', + href: 'https://www.windmill.dev/changelog/aggrid-actions', + date: '2024-04-12' + }, { label: 'Continue on error with error as step`s return', href: 'https://www.windmill.dev/changelog/continue-on-error',