Skip to content

Commit 126cd20

Browse files
committed
Update changelog
1 parent 1ddff86 commit 126cd20

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
## [2.3.0] - [04/07/2023]
1+
## [2.3.0] - [08/07/2023]
22

3-
- Removed `SystemTheme.darkMode` ([#24](https://github.com/bdlukaa/system_theme/pull/24))
3+
- **BREAKING** Removed `SystemTheme.darkMode` ([#24](https://github.com/bdlukaa/system_theme/pull/24))
44
- Prevent app breaks on loading accent color failed ([#19](https://github.com/bdlukaa/system_theme/pull/19))
5+
- React to changes in the accent color on Windows ([#7](https://github.com/bdlukaa/system_theme/pull/7))
6+
- Added TargetPlatform.supportsAccentColor helper ([#26](https://github.com/bdlukaa/system_theme/pull/26))
57

68
## [2.2.0] - [03/06/2023]
79

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
| Feature | Android 10+ | iOS | Web | MacOs 10.4+ | Windows 10+ and XBox | Linux GTK 3+ |
3333
| ----------------- | :---------: | :-: | :-: | :---------: | :------------------: | :----------: |
3434
| Get accent color | ✔️ | | ✔️ | ✔️ | ✔️ | ✔️ |
35-
| Listem to changes | | | | | ✔️ | |
35+
| Listen to changes | | | | | ✔️ | |
3636

3737
## Usage
3838

0 commit comments

Comments
 (0)