Skip to content

Commit 5921ca0

Browse files
authored
Merge pull request #10 from jozzdart/dev
v1.0.3
2 parents cfb7dbf + 90a00e2 commit 5921ca0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+4789
-931
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## 1.0.3
2+
3+
Added detailed tests for all extensions and fixed all issues found
4+
5+
### Fixed
6+
7+
- Fixed all alignment methods to accept optional parameters
8+
- Fixed `TextExtensions` to use `with` prefix for all modification methods, was conflicting with getters with same name
9+
- Fixed `Opacity` extensions asserts
10+
- Fixed `Icon` modify extensions not working as expected
11+
12+
### Changed
13+
14+
- Renamed `expanded` to `expanded1` for consistency
15+
- Removed redundant exports from material and cupertino modules
16+
17+
### Added
18+
19+
- Improved documentation to be more comprehensive and easier to understand
20+
- Added `safeArea` extensions for improved layout control
21+
122
## 1.0.2
223

324
- Improved README navigation

0 commit comments

Comments
 (0)