mirror of
https://github.com/kognise/water.css.git
synced 2025-01-16 19:28:13 +01:00
2.1.0
This commit is contained in:
parent
c6265a06e8
commit
9d11a0ad6d
@ -1,5 +0,0 @@
|
||||
---
|
||||
"water.css": patch
|
||||
---
|
||||
|
||||
Add style for color input field
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"water.css": patch
|
||||
---
|
||||
|
||||
Remove sourcemap references from built files
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"water.css": patch
|
||||
---
|
||||
|
||||
Reduce input selector specificity for display property to prevent overriding user's css. Fixes #78 and #82
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"water.css": patch
|
||||
---
|
||||
|
||||
Added styling for Input type Reset
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"water.css": minor
|
||||
---
|
||||
|
||||
Add styles for <dialog> element
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"water.css": patch
|
||||
---
|
||||
|
||||
Update button colors for better contrast, especially in tables
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"water.css": patch
|
||||
---
|
||||
|
||||
Update main package entrypoint
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"water.css": patch
|
||||
---
|
||||
|
||||
Fix color of `<code>` and `<strong>` tags inside links
|
31
CHANGELOG.md
31
CHANGELOG.md
@ -1,13 +1,31 @@
|
||||
# Water.css
|
||||
|
||||
## 2.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 567d2ec: Add styles for <dialog> element
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- ebb4e23: Add style for color input field
|
||||
- 21e1e5d: Remove sourcemap references from built files
|
||||
- c23d65c: Reduce input selector specificity for display property to prevent overriding user's css. Fixes #78 and #82
|
||||
- 1f1168c: Added styling for Input type Reset
|
||||
- 84b57fd: Update button colors for better contrast, especially in tables
|
||||
- 2fff00c: Update main package entrypoint
|
||||
- 881022a: Fix color of `<code>` and `<strong>` tags inside links
|
||||
|
||||
## 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
|
||||
|
||||
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
|
||||
|
||||
@ -16,14 +34,13 @@
|
||||
- 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`, or `dark.css`
|
||||
|
||||
|
||||
- Added CSS variables to allow for changing theme colors at runtime instead of build time
|
||||
* 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](.github/CODE_OF_CONDUCT.md) and [Contribution Guide](.github/CONTRIBUTING.md)
|
||||
- Restructured `.scss` file locations and variable names
|
||||
- Added `height: auto` to `img` elements to keep aspect ratio
|
||||
* Added [Code of Conduct](.github/CODE_OF_CONDUCT.md) and [Contribution Guide](.github/CONTRIBUTING.md)
|
||||
* Restructured `.scss` file locations and variable names
|
||||
* Added `height: auto` to `img` elements to keep aspect ratio
|
||||
|
||||
### Minor Changes
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "water.css",
|
||||
"version": "2.0.0",
|
||||
"version": "2.1.0",
|
||||
"description": "A drop-in collection of CSS styles to make simple websites just a little nicer",
|
||||
"main": "out/water.css",
|
||||
"scripts": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user