1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-10 23:24:08 +02:00

Added individual changesets

Includes all changes since version 1.2.1
This commit is contained in:
Kyle Pollard
2020-07-03 23:00:27 -07:00
parent e74877b5ad
commit e6362e7ab8
24 changed files with 138 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"water.css": major
---
Published to npm

View File

@@ -0,0 +1,5 @@
---
"water.css": minor
---
Added radio and checkbox styles

View File

@@ -0,0 +1,5 @@
---
"water.css": patch
---
Fixed padding, alignment, and colors on several elements

View File

@@ -0,0 +1,11 @@
---
"water.css": major
---
Added sourcemaps, autoprefixing, and minification
```
TODO: this could use more description?
- Strucutre of sourcemap files
- Description of browser compatibility (?)
```

View File

@@ -0,0 +1,5 @@
---
"water.css": major
---
Added `height: auto` to `img` elements to keep aspect ratio

View File

@@ -0,0 +1,15 @@
---
"water.css": major
---
Added support for `prefers-color-scheme` to automatically set light and dark theme
**TODO:** Describe this more
- What are the breaking changes?
- What is the new default theme color?
- How does this affect them?
- Why did we make this change?
- Browser support means this makes sense now?
- How should consumers update their code?
- Should they be using `water.css`, `light.css`, or `dark.css`?
```

View File

@@ -0,0 +1,5 @@
---
"water.css": patch
---
Modified some colors to fix accessibility issues

View File

@@ -0,0 +1,5 @@
---
"water.css": minor
---
Added styles for prepending emojis to `href='mailto'`, `href='tel'`, and `href='sms'`

View File

@@ -0,0 +1,5 @@
---
"water.css": minor
---
`table` no longer has outer borders and `tr` elements use color striping for alternating backgorund colors

View File

@@ -0,0 +1,5 @@
---
"water.css": patch
---
`table` elements no longer overflow

View File

@@ -0,0 +1,5 @@
---
"water.css": patch
---
Added linter and linted entire codebase

View File

@@ -0,0 +1,7 @@
---
"water.css": major
---
Changes to supported browsers
**TODO:** Have we lost any browser support? Especially surrounding CSS variables

View File

@@ -0,0 +1,5 @@
---
"water.css": minor
---
Added `min-height` and respect `cols`/`rows` attributes on `textarea`

View File

@@ -0,0 +1,5 @@
---
"water.css": major
---
Added [Code of Conduct](.github/CODE_OF_CONDUCT.md) and [Contribution Guide](.github/CONTRIBUTING.md)

View File

@@ -0,0 +1,5 @@
---
"water.css": minor
---
Use `system-ui` font when available

View File

@@ -0,0 +1,5 @@
---
"water.css": minor
---
Added styles for `samp`, `time`, `var`, and `kbd` elements

View File

@@ -0,0 +1,5 @@
---
"water.css": major
---
Added css variables to allow for changing theme colors at runtime instead of build time

View File

@@ -0,0 +1,5 @@
---
"water.css": minor
---
Added styling for `blockquote`, `q`, and `mark` elements

View File

@@ -0,0 +1,5 @@
---
"water.css": minor
---
Added print styles

View File

@@ -0,0 +1,5 @@
---
"water.css": minor
---
Custom scrollbar styles

View File

@@ -0,0 +1,5 @@
---
"water.css": patch
---
Fixed `max-width` of `video` element to prevent overflowing

View File

@@ -0,0 +1,5 @@
---
"water.css": minor
---
Added `cursor: not-allowed` to `select:disabled`, `button:disabled`, `textarea:disabled`

View File

@@ -0,0 +1,5 @@
---
"water.css": major
---
Restructured `.scss` file locations and variable names

View File

@@ -0,0 +1,5 @@
---
"water.css": minor
---
Added styles for `::selection`