Releases: thiagobraga/google-calendar-userstyles
Releases Β· thiagobraga/google-calendar-userstyles
v0.4.0
v0.3.0
Few changes in this version.
- β¨ Improve quick add event box
- β¨ Update some dependencies
- π‘οΈ Fix npm vulnerabilities
v0.2.1
Scrollbars ...And support them all
- β¨ Adjust scrollbars to dark theme
- β¨ Add support for Firefox too
- β¨ The same look in daily, weekly and schedule view
v0.1.1
- π Remove css compression the right way
Removed cssnano, but the flag-c
for stylus still was there. Now it is not anymore, and the release CSS file is not compiled.
0.1.0
Several changes to the folder structure and how Makefile compiles source files.
- βοΈ Moved
src/stylus
tosrc/styles
I'm trying to keep a pattern of not use language names in folders, like php, js, css, stylus. Instead I'm using api, backend, scripts, styles. - βοΈ Format all stylus files
Use VSCode "Format code" command with Manta's Stylus Supremacy extension stylus. The extension sort the properties according to Stylint and nib =>"stylusSupremacy.sortProperties": "grouped"
- βοΈ Move from npm to yarn
Not special reason, I just think yarn is faster and lightweight. So I try to keep as pattern whenever possible. - π Fixed some bugs to Settings page, showing content blocks with white background