Skip to content

Commit

Permalink
cleanup changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
daringer committed Feb 27, 2022
1 parent cde7a6f commit b9dd149
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
i.e., 'attr_as_list', 'prop', 'multi', 'attr' shall **not be used anymore**. Initially only a
console.log() warning will be shown, soon this will change to console.warn(), then console.error()

## 0.5.2
- added `icon` configuration for adding an icon to column headers

## 0.6
- added `multi` instead of `attr` or `prop` for column/cell contents
- `multi` consists of list of string-pairs e.g., ["attr", "node_id"]
Expand All @@ -26,6 +23,9 @@
one cell get concatenated, i.e., which delimiter is to be found between the
chunks

## 0.5.2
- added `icon` configuration for adding an icon to column headers

## 0.5.1
- added `css` configuration parameter to allow arbitrary modifications of the used CSS styles.

Expand Down

0 comments on commit b9dd149

Please sign in to comment.