Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ozML committed Jan 4, 2023
1 parent 0020e50 commit cd798e0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 0.1.0
* __Breaking__: Renamed `FailedAssertionInfo` field `fieldName` to `subject`
* __Breaking__: Removed `target` parameter from assert specific test methods in `LayoutTester`
* Added `RelationAssert` class for widget property comparison with value
* Added `testRelation` method to `LayoutTester`
* Added `RelativeTraitAssert` base class
* __Breaking__: Changed base class of `RelativePositionAssert`/`RelativeSizeAssert` from `TraitAssert` to `RelativeTraitAssert`
* __Breaking__: Removed `RelativePositionAssert` fields `leftDistance`, `topDistance`, `rightDistance` and `bottomDistance`
* Added `refersTo` field to `RelativePositionAssert` to describe different modes
* __Breaking__: Renamed `RelativeSizeAssert` fields `percentageWidht`/`percentageHeight` to `width`/`height`
* Provided short hand generators for `TraitAssert` classes via _assertion_factory_ lib
* Added multiple constructors for existing assertion classes

## 0.0.1+1

* Fixed bug in trait resolution
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: layout_tester
description: This helper package provides an easy interface for layout and widget composition testing.
version: 0.0.1+1
version: 0.1.0
homepage: https://github.com/ozML/layout_tester

environment:
Expand Down

0 comments on commit cd798e0

Please sign in to comment.