Skip to content

Commit

Permalink
Release 0.12.0 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank99 authored May 4, 2021
1 parent e3774d2 commit 53065e4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.12.0]

`2021-05-04`

### What's new

- **Added new column-filter component** under table.css.
- **Added new file-upload template.**
- **Restructured user-icon classes** from `.iui-user-icons-small` into `.iui-user-icon .iui-small`.

### Fixes

- **Fixed some icon issues in table and pill tabs.**
- **Fixed some visual issues in file-upload.**
- **Fixed tile text blurring issues.**

## [0.11.0]

`2021-04-28`
Expand Down Expand Up @@ -146,6 +162,7 @@

- **Global style resets have 0 specificity now.**

[0.12.0]: https://github.com/iTwin/iTwinUI/compare/v0.11.0...v0.12.0
[0.11.0]: https://github.com/iTwin/iTwinUI/compare/v0.10.0...v0.11.0
[0.10.0]: https://github.com/iTwin/iTwinUI/compare/v0.9.0...v0.10.0
[0.9.0]: https://github.com/iTwin/iTwinUI/compare/v0.8.0...v0.9.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itwin/itwinui-css",
"version": "0.11.0",
"version": "0.12.0",
"author": "Bentley Systems",
"license": "MIT",
"main": "src/index.scss",
Expand Down

0 comments on commit 53065e4

Please sign in to comment.