Skip to content

Commit

Permalink
chore: prepared the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke committed Aug 1, 2022
1 parent e6b2bc5 commit 6cb7a8f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,26 @@ Regarding BREAKING CHANGES in between, please have a look into [the migration gu

## [Unreleased]

## [0.14.0] - 2022-07-31

### Changed

- updated DB Icon libraries (functional to 2.16.1 and illustrative to 2.14.1)
- **BREAKING CHANGE** The previous prefix writings of `_on` and `_filled` have been consolidated to `_solid`, as we're even already using this elsewhere
- **BREAKING CHANGE** Renamed according to the icons centrally provided illustrative: (`news/s_-_bahn_magazin_muenchen` became `news/s-bahn_magazin_muenchen`, `transportation/ev_-_car` became `transportation/ev-car`, `transportation/self_driving_side_view` became `transportation/self-driving_side_view`, `advertising_transportation` became `transportation_advertising`)
- Added `hydrogen` icons
- Added 16px sized functional icons (`action/add`, `action/minus`, `navigation/chevron_left`, `navigation/chevron_right`, `navigation/close`, `navigation/expand_less`, `navigation/expand_more`)
- Added some more filled icons (`action/add_circle`, `action/remove`)
- Added further functional icons in general (`action/fingerprint`, `feature/day`)
- Added further illustrative icons in general (`devices/usb_3.0`, `devices/usb_c`, `feature/cyber_security`, `feature/hydrogen`, `travel/departure_board`)
- The `transportation` icons are quite special: They are actually devided in between `regular` and `inverted` for upcoming dark mode

## [0.13.0] - 2022-07-02

### Changed

- Enable the logo theming via CSS variables

## [0.12.0] - 2022-05-04

### Changed
Expand Down
2 changes: 1 addition & 1 deletion source/_patterns/pages/intro.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
height=""
class="elm-image"
/>
{{!-- {{> elements-image src="https://img.shields.io/badge/npm-v0.13.0-orange.svg" alt="npm v0.13.0" }} --}}
{{!-- {{> elements-image src="https://img.shields.io/badge/npm-v0.14.0-orange.svg" alt="npm v0.14.0" }} --}}
<a
href="https://npmjs.com/package/@db-ui/base"
target="_blank"
Expand Down

0 comments on commit 6cb7a8f

Please sign in to comment.