Skip to content

Commit 6cb7a8f

Browse files
committed
chore: prepared the next release
1 parent e6b2bc5 commit 6cb7a8f

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,26 @@ Regarding BREAKING CHANGES in between, please have a look into [the migration gu
1212

1313
## [Unreleased]
1414

15+
## [0.14.0] - 2022-07-31
16+
17+
### Changed
18+
19+
- updated DB Icon libraries (functional to 2.16.1 and illustrative to 2.14.1)
20+
- **BREAKING CHANGE** The previous prefix writings of `_on` and `_filled` have been consolidated to `_solid`, as we're even already using this elsewhere
21+
- **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`)
22+
- Added `hydrogen` icons
23+
- Added 16px sized functional icons (`action/add`, `action/minus`, `navigation/chevron_left`, `navigation/chevron_right`, `navigation/close`, `navigation/expand_less`, `navigation/expand_more`)
24+
- Added some more filled icons (`action/add_circle`, `action/remove`)
25+
- Added further functional icons in general (`action/fingerprint`, `feature/day`)
26+
- Added further illustrative icons in general (`devices/usb_3.0`, `devices/usb_c`, `feature/cyber_security`, `feature/hydrogen`, `travel/departure_board`)
27+
- The `transportation` icons are quite special: They are actually devided in between `regular` and `inverted` for upcoming dark mode
28+
1529
## [0.13.0] - 2022-07-02
1630

1731
### Changed
1832

1933
- Enable the logo theming via CSS variables
34+
2035
## [0.12.0] - 2022-05-04
2136

2237
### Changed

source/_patterns/pages/intro.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
height=""
2020
class="elm-image"
2121
/>
22-
{{!-- {{> elements-image src="https://img.shields.io/badge/npm-v0.13.0-orange.svg" alt="npm v0.13.0" }} --}}
22+
{{!-- {{> elements-image src="https://img.shields.io/badge/npm-v0.14.0-orange.svg" alt="npm v0.14.0" }} --}}
2323
<a
2424
href="https://npmjs.com/package/@db-ui/base"
2525
target="_blank"

0 commit comments

Comments
 (0)