mirror of
https://github.com/kognise/water.css.git
synced 2025-12-06 06:44:58 +01:00
2 KiB
2 KiB
Water.css
2.0.0
Major Changes
-
Published to npm
If you're using an old version of Water.css, you must see the README or you won't get new changes
-
Added sourcemaps, autoprefixing, and minification
- Cleaned up the structure of sourcemap files
- Compatible with all major browsers including IE
-
Added support for
prefers-color-schemeto automatically set light and dark theme- The default theme color is light mode
- Internet Explorer does not support this so the automatic version will always show up as light mode in IE
- If you want to force a color scheme, use
light.css, ordark.css
-
Added CSS variables to allow for changing theme colors at runtime instead of build time
IE does not support this either, but nothing should break because we provide fixed fallback colors. It is possible to compile your own theme if you must have custom colors in IE.
-
Added Code of Conduct and Contribution Guide
-
Restructured
.scssfile locations and variable names -
Added
height: autotoimgelements to keep aspect ratio
Minor Changes
- Added radio and checkbox styles
- Added styles for prepending emojis to
href='mailto',href='tel', andhref='sms' tableno longer has outer borders andtrelements use color striping for alternating backgorund colors- Added
min-heightand respectcols/rowsattributes ontextarea - Use
system-uifont when available - Added styles for
samp,time,var, andkbdelements - Added styling for
blockquote,q, andmarkelements - Added print styles
- Custom scrollbar styles
- Added
cursor: not-allowedtoselect:disabled,button:disabled,textarea:disabled - Added styles for
::selection
Patch Changes
- Fixed padding, alignment, and colors on several elements
- Modified some colors to fix accessibility issues
tableelements no longer overflow- Added linter and linted entire codebase
- Fixed
max-widthofvideoelement to prevent overflowing