Skip to content

Features

Timiliris_420 edited this page Feb 22, 2025 · 4 revisions

Changelogs

Intro

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).

How it's work


Main page :

Changelogs.tsx => src/pages/Changelogs.tsx


Components :

ChangelogsEditor.tsx => src/components/features/changelogs/ChangeLogsEditor.tsx

ChangelogList.tsx => src/components/features/changelogs/ChangelogsList.tsx


Data

Actualy we hard code the changelogs into the file :

changelogs.ts => src/configs/changelogs.ts


How to use it ?

You can use the page https://url.com/changelogs/editor to create a changelogs and add it into changelogs.ts

Clone this wiki locally