Skip to content

Commit 47156bf

Browse files
committed
UPDATE Readme and changelog
1 parent 8a3cbca commit 47156bf

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [2.0.0] - 2020-02-17
4+
## Added
5+
- Tests
6+
7+
## Changed
8+
- Calculation method for left, top, right, bottom
9+
- Width and height no longer override right and bottom by default
10+
311
## [1.0.0] - 2020-02-16
412
### Added
513
- Initial version

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ private void Foo()
4040
}
4141
```
4242

43-
Aside from `Left`, `Top`, `Right`, and `Bottom`, you can also use `Width` and `Height`. These will **override** `Right` and `Bottom` respectively.
43+
Aside from `Left`, `Top`, `Right`, and `Bottom`, you can also use `Width` and `Height`. If you want to use `width` and `height` you will have to omit either `left` or `right` and `top` or `bottom` respectively.
4444

4545
Other modifiers are `Absolute` and `Percentage`.
4646
Absolute is what it suggests: instead of taking into account it's constraints it just returns the value given.

0 commit comments

Comments
 (0)