Skip to content

Commit d916cf9

Browse files
committed
build: prepared the next release
1 parent d3edc34 commit d916cf9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,15 @@ In general we've introduced the possibility to control variants and configuratio
9090
- `DB UI Base` to be an optional config, as it wouldn't get installed and people might want to use the SASS source files for compilation
9191
- A lot of elements and components got their new styling: buttons, checkbox, headlines, input, links, progress, radio, select, textarea, toggle switch, breadcrumb, cards, dialog, dropdown, links, notification, overflow menu, pagination, table
9292
- **BREAKING CHANGE** Expander: This component got renamed to "Accordion" and could include one or more content elements
93+
- **BREAKING CHANGE** / Polyfills: As both [`details`/`summary`](https://caniuse.com/details) and [`dialog`](https://caniuse.com/dialog) elements reached great support in modern browsers these days, we're only including those for demo purposes from now on, but not as regular `dependencies` any more.
94+
- The DB Webfonts files have been updated
95+
- refactor: removing last `bulma` remains. While this is still a great framework, our codebase is now mature enough to even also work without it. [!350]
9396
- The DB Webfonts files have been updated -->
97+
98+
## [2.0.0-42] - 2022-05-06
99+
100+
### Fixed
101+
102+
#### Package consumption
103+
104+
- Integrating the `dialog-polyfill` CSS only for demo purposes [#288], but not including it in the CSS anymore

0 commit comments

Comments
 (0)