Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kognise committed Aug 11, 2021
1 parent c6265a0 commit 9d11a0a
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 48 deletions.
5 changes: 0 additions & 5 deletions .changeset/fluffy-dingos-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-hairs-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-days-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-scissors-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-bananas-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-pots-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-buckets-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-ravens-decide.md

This file was deleted.

31 changes: 24 additions & 7 deletions 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

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -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": {
Expand Down

0 comments on commit 9d11a0a

Please sign in to comment.