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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# Change Log
2
2
3
+
## [0.2.0] - 2021-03-25
4
+
5
+
### Fixed
6
+
7
+
- Previous extension was not installing due to package dependencies
8
+
- Removing new line before operating on string values
9
+
- The space disappears after converting a negative number [#21](https://github.com/Lakkanna/css-converter/issues/21)
10
+
- The space disappears after converting complex value [#22](https://github.com/Lakkanna/css-converter/issues/22)
11
+
- Css styles staring with '-' (-webkit-background-clip: text) should keep capitalization on first character [#23](https://github.com/Lakkanna/css-converter/issues/23)
0 commit comments