You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,17 @@ This project does its best to adhere to [Semantic Versioning](http://semver.org/
4
4
5
5
6
6
--------
7
-
### [0.6.1](N/A) - 2020-11-24
7
+
### [0.6.2](N/A) - 2020-11-25
8
+
#### Changed
9
+
* Fix issue with `StyleSheet``BorderProperty.color` and `FontStyle.color` fields not supporting type `string`
10
+
* Split `StyleSheet``Fill` interface into `PatternFill` and `GradientFill` and make `Fill` a union type
11
+
12
+
#### Fixed
13
+
*`Fill` (now changed to `PatternFill`) `bgColor` and `fgColor` fields having an incorrect custom color type with a misspelled `rbg` field, now those fields use the correct `Color` interface
0 commit comments