MQTT triggers changelog and fix 3 items shown (#5468)
This commit is contained in:
@@ -275,7 +275,7 @@
|
||||
hasNewChangelogs =
|
||||
recentChangelogs.length > 0 && lastOpened !== new Date().toISOString().split('T')[0]
|
||||
} else {
|
||||
recentChangelogs = changelogs.slice(-3)
|
||||
recentChangelogs = changelogs.slice(0, 3)
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
@@ -5,6 +5,11 @@ export type Changelog = {
|
||||
}
|
||||
|
||||
const changelogs: Changelog[] = [
|
||||
{
|
||||
label: 'MQTT triggers',
|
||||
href: 'https://www.windmill.dev/changelog/mqtt-triggers',
|
||||
date: '2025-03-11'
|
||||
},
|
||||
{
|
||||
label: 'SQS triggers',
|
||||
href: 'https://www.windmill.dev/changelog/sqs-triggers',
|
||||
|
||||
Reference in New Issue
Block a user