-
Notifications
You must be signed in to change notification settings - Fork 10
Features
Timiliris_420 edited this page Feb 22, 2025
·
4 revisions
Introduce in version 2.0.0 of blueprint the changelogs features have for goal to let us have a place to display change that have been made to the app when we update it in a page (https://url.com/changelogs).
Changelogs.tsx => src/pages/Changelogs.tsx
ChangelogsEditor.tsx => src/components/features/changelogs/ChangeLogsEditor.tsx
ChangelogList.tsx => src/components/features/changelogs/ChangelogsList.tsx
Actualy we hard code the changelogs into the file :
changelogs.ts => src/configs/changelogs.ts
You can use the page https://url.com/changelogs/editor to create a changelogs and add it into changelogs.ts