Skip to content

Commit

Permalink
docs: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
raulgotor committed Jul 14, 2024
1 parent f78be26 commit 254d3f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to

## [Unreleased]

### Added
* `auto` property to `hide-*` attributes so LinkerScope can explicitly decide whether the attribute should be hidden due to overlapping issues

## [0.3.1] - 2024-02-03

### Added
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,9 +376,9 @@ Below a list of style properties with general use and specific for sections:
- `growth-arrow-size`: size of the direction growth arrow. See [`Growths`](#growths) section
- `growth-arrow-fill`: color for the direction growth arrow. See [`Growths`](#growths) section
- `growth-arrow-stroke`: stroke color for the direction growth arrow. See [`Growths`](#growths) section
- `hide-size`: hides the size label of a section
- `hide-name`: hides the name label of a section
- `hide-address`: hides the address label of a section
- `hide-size`: hides the size label of a section [`true | auto | false` ]
- `hide-name`: hides the name label of a section [`true | auto | false` ]
- `hide-address`: hides the address label of a section [`true | auto | false` ]

#### Other properties

Expand Down

0 comments on commit 254d3f1

Please sign in to comment.