Skip to content

Commit

Permalink
chore: up changelog for 0.17.0 (#101)
Browse files Browse the repository at this point in the history
* chore: up changelog for 0.17.0

* chore: fix header
  • Loading branch information
Lunory authored Sep 8, 2023
1 parent 94367a6 commit f40ecea
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,16 @@

### ⚠ BREAKING CHANGES

* change defaults, add prefix to css vars ([#99](https://github.com/gravity-ui/navigation/issues/99))
* Change defaults for `AsideHeader` ([#99](https://github.com/gravity-ui/navigation/issues/99))
* ASIDE_HEADER_ICON_SIZE = 18px
* Change subheader and footer icons color. `--g-color-text-misc` -> `--g-color-text-primary`
* Add prefix to css vars ([#99](https://github.com/gravity-ui/navigation/issues/99))
* `--aside-header-background-color` -> `--gn-aside-header-background-color`
* `--aside-header-collapse-button-divider-line-color` -> `--gn-aside-header-collapse-button-divider-line-color`
* `--aside-header-divider-line-color` -> `--gn-aside-header-divider-line-color`
* `--aside-header-header-divider-line-color` -> `--gn-aside-header-subheader-divider-line-color`

Read more about [themization](https://github.com/gravity-ui/navigation#css-variables)

### Features

Expand Down

0 comments on commit f40ecea

Please sign in to comment.