Changelog frontend update & fork button border (#4024)

* Changelog frontend update & fork button border

* Removed duplicate and added new
This commit is contained in:
Henri Courdent
2024-07-05 13:15:03 +02:00
committed by GitHub
parent 1898a00560
commit 96ade50cd3
2 changed files with 35 additions and 1 deletions
@@ -5,11 +5,46 @@ export type Changelog = {
}
const changelogs: Changelog[] = [
{
label: 'OneOf Inputs',
href: 'https://www.windmill.dev/changelog/oneof-inputs',
date: '2024-06-17'
},
{
label: 'Tracking relative imports to avoid dependency hell',
href: 'https://www.windmill.dev/changelog/track-relative-imports',
date: '2024-06-10'
},
{
label: 'Windmill Customer Portal',
href: 'https://www.windmill.dev/changelog/customer-portal',
date: '2024-06-04'
},
{
label: 'Secondary Storage',
href: 'https://www.windmill.dev/changelog/secondary-storage',
date: '2024-05-31'
},
{
label: 'Allow User Resources in Apps with a toggle',
href: 'https://www.windmill.dev/changelog/user-resources-in-apps',
date: '2024-05-27'
},
{
label: 'Windmill AI now supports GPT-4o',
href: 'https://www.windmill.dev/changelog/windmill-ai-gpt-4o',
date: '2024-05-27'
},
{
label: 'Concurrency Limit Observability',
href: 'https://www.windmill.dev/changelog/concurrency-limit-observability',
date: '2024-05-15'
},
{
label: 'Full Height Components',
href: 'https://www.windmill.dev/changelog/full-height-components',
date: '2024-05-15'
},
{
label: 'PHP Support',
href: 'https://www.windmill.dev/changelog/php-support',
@@ -147,7 +147,6 @@
label: 'Fork',
buttonProps: {
href: `/flows/add?template=${flow.path}`,
variant: 'border',
color: 'light',
size: 'xs',
startIcon: GitFork