-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(core): Add changelog document with 0.4.5 (DEV-93)
- Loading branch information
1 parent
55eb8b0
commit 048978c
Showing
1 changed file
with
43 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,44 @@ | ||
## [Unreleased] | ||
### Unreleased | ||
##### Bug Fixes | ||
* | ||
|
||
### Changed | ||
- Fixed Table checkbox not being centered in the row | ||
#### 0.4.5 (2021-05-05) | ||
|
||
##### Bug Fixes | ||
|
||
* fixed table checkbox showing on top of headers on scroll ([#92](https://github.com/micromed-dev/herz-ui/pull/92)) ([44f998e8](https://github.com/micromed-dev/herz-ui/commit/44f998e8c1685b0d2aa42057ad9ec274a08aac84)) | ||
* fixed table checkbox alignment ([#91](https://github.com/micromed-dev/herz-ui/pull/91)) ([31faa26a](https://github.com/micromed-dev/herz-ui/commit/31faa26a72265688ba03bac642f332f0f69010c5)) | ||
|
||
##### Other Changes | ||
|
||
* Fixed tittle letterSpaccing ([#89](https://github.com/micromed-dev/herz-ui/pull/89)) ([8fb87b03](https://github.com/micromed-dev/herz-ui/commit/8fb87b0391670d774f8f9040592379c4a5ced9e0)) | ||
* New MobileModal Component. ([#88](https://github.com/micromed-dev/herz-ui/pull/88)) ([873a9210](https://github.com/micromed-dev/herz-ui/commit/873a921065e388a640cc9b18dbb9bcac4c6f9e57)) | ||
|
||
##### Refactors | ||
|
||
* changed ValueList label from string to ReactNode ([#93](https://github.com/micromed-dev/herz-ui/pull/93)) ([c358b98b](https://github.com/micromed-dev/herz-ui/commit/c358b98bae6a02a9cb8e0a5ed315116a908d29c2)) | ||
|
||
|
||
### 0.4.4 (2021-04-00) - Previous Versions | ||
|
||
#### All previous base components | ||
* Alert | ||
* Breadcrumb | ||
* Buttons | ||
* Card | ||
* Checkbox | ||
* EditableText | ||
* FloatingCard | ||
* Icon (using Tabler Icons) | ||
* ListSelect | ||
* MobileModal | ||
* Pagination | ||
* Paper | ||
* Popover | ||
* Selector | ||
* Table | ||
* TableFilters | ||
* TextField | ||
* Tooltip | ||
* Uploader | ||
* ValueList |