Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
HornMichaelS committed Nov 11, 2022
1 parent 6ba2356 commit 8115de4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [1.2.0] - 2022-11-11

### Added

* Ability to fully customize coloring of the checkbox, using MSHColorConfig.

### Deprecated

* `MSHCheckbox.checkedColor`
* `MSHCheckbox.uncheckedColor`
* `MSHCheckbox.disabledColor`

If you don't want more fine grained control over colors, and still want
to use the above three properties, you can use `MSHColorConfig.fromCheckedUncheckedDisabled()`.

## [1.1.2] - 2022-11-08

### Fixed
Expand Down Expand Up @@ -47,6 +62,7 @@

* Initial release

[1.2.0]: https://github.com/HornMichaelS/msh_checkbox/compare/1.1.2...1.2.0
[1.1.2]: https://github.com/HornMichaelS/msh_checkbox/compare/1.1.1...1.1.2
[1.1.1]: https://github.com/HornMichaelS/msh_checkbox/compare/1.1.0...1.1.1
[1.1.0]: https://github.com/HornMichaelS/msh_checkbox/compare/1.0.3...1.1.0
Expand Down

0 comments on commit 8115de4

Please sign in to comment.