Add changelog for version 3.0.0

This commit is contained in:
dennis.ludwig
2021-07-02 14:20:43 +02:00
parent 8b6973a2a2
commit 7d49be0c0a
2 changed files with 11 additions and 6 deletions

View File

@@ -51,15 +51,14 @@ yarn aoe_technology_radar-createStaticFiles
``` ```
## Usage ## Usage
For a new Technology Radar release, create a folder of the release date For a new Technology Radar release, create a folder of the release date (YYYY-MM-DD) under `/radar`.
(YYYY-MM-DD) under `/radar`. In each release folder create a folder for every
quadrant and place the items there. In each release folder create a folder for every quadrant and place the items there.
### Maintaining items ### Maintaining items
The items are written in Markdown format (.md) The items are written in Markdown format (.md)
Each file has a [front-matter](https://github.com/jxson/front-matter) header Each file has a [front-matter](https://github.com/jxson/front-matter) header where the attributes of the item are listed:
where the attributes of the item are listed:
``` ```
--- ---
@@ -108,14 +107,17 @@ To change the favicon, create a public folder in your application and put your `
### Change the logo ### Change the logo
To change the logo, create a public folder in your application and put your `logo.svg` in it. To change the logo, create a public folder in your application and put your `logo.svg` in it.
For reference have a look at [public/logo.svg](./public/logo.svg). For reference have a look at [public/logo.svg](./public/logo.svg).
### Change the index.html ### Change the index.html
To change the index.html, create a public folder in your application and put your `index.html` in it. To change the index.html, create a public folder in your application and put your `index.html` in it.
For reference have a look at [public/index.html](./public/index.html). For reference have a look at [public/index.html](./public/index.html).
### Change the fonts ### Change the fonts
To change the fonts, create a public folder in your application and put your fonts in it. To change the fonts, create a public folder in your application and put your fonts in it.
Create a `fonts.css` in the public folder and load your fonts. Create a `fonts.css` in the public folder and load your fonts.
> For now only 2 fonts will be used: `DIN normal` and `DIN 300`. > For now only 2 fonts will be used: `DIN normal` and `DIN 300`.
> Therefore, you only can replace the font files itself, but need to use the font-family and font-weight. > Therefore, you only can replace the font files itself, but need to use the font-family and font-weight.
@@ -235,7 +237,9 @@ To add a help page, create a public folder in your application and put a `messag
## Development ## Development
For local development you need a `rd.json` in the public folder. You can use [rd_example.json](./rd_example.json). For local development you need a `rd.json` in the public folder. You can use [rd_example.json](./rd_example.json).
For several customizations you need a `messages.json` in the public folder. You can use [messages_example.json](./messages_example.json). For several customizations you need a `messages.json` in the public folder. You can use [messages_example.json](./messages_example.json).
Then simply start the dev server Then simply start the dev server
``` ```
@@ -244,6 +248,7 @@ yarn start
### Change scripts ### Change scripts
If you change one of the scripts in the scripts' folder, you have to compile them to JavaScript. If you change one of the scripts in the scripts' folder, you have to compile them to JavaScript.
Therefore, run `yarn build:scripts` and commit the results in dist_scripts. Therefore, run `yarn build:scripts` and commit the results in dist_scripts.
To make it more robust the script will be executed on commit. To make it more robust the script will be executed on commit.

View File

@@ -1,6 +1,6 @@
{ {
"name": "aoe_technology_radar", "name": "aoe_technology_radar",
"version": "2.0.0", "version": "3.0.0",
"description": "AOE Technology Radar", "description": "AOE Technology Radar",
"private": true, "private": true,
"author": "AOE GmbH <contact-de@aoe.com> (http://www.aoe.com)", "author": "AOE GmbH <contact-de@aoe.com> (http://www.aoe.com)",