From 9d11a0ad6d70b7a1d79a8ec7bf48551a081ccfff Mon Sep 17 00:00:00 2001 From: Kognise Date: Wed, 11 Aug 2021 14:58:29 -0400 Subject: [PATCH] 2.1.0 --- .changeset/fluffy-dingos-beam.md | 5 ----- .changeset/itchy-hairs-beg.md | 5 ----- .changeset/large-days-judge.md | 5 ----- .changeset/nine-scissors-live.md | 5 ----- .changeset/real-bananas-beam.md | 5 ----- .changeset/rude-pots-sort.md | 5 ----- .changeset/thirty-buckets-invent.md | 5 ----- .changeset/tiny-ravens-decide.md | 5 ----- CHANGELOG.md | 31 ++++++++++++++++++++++------- package.json | 2 +- 10 files changed, 25 insertions(+), 48 deletions(-) delete mode 100644 .changeset/fluffy-dingos-beam.md delete mode 100644 .changeset/itchy-hairs-beg.md delete mode 100644 .changeset/large-days-judge.md delete mode 100644 .changeset/nine-scissors-live.md delete mode 100644 .changeset/real-bananas-beam.md delete mode 100644 .changeset/rude-pots-sort.md delete mode 100644 .changeset/thirty-buckets-invent.md delete mode 100644 .changeset/tiny-ravens-decide.md diff --git a/.changeset/fluffy-dingos-beam.md b/.changeset/fluffy-dingos-beam.md deleted file mode 100644 index eddfb0d..0000000 --- a/.changeset/fluffy-dingos-beam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"water.css": patch ---- - -Add style for color input field diff --git a/.changeset/itchy-hairs-beg.md b/.changeset/itchy-hairs-beg.md deleted file mode 100644 index 3f96d6f..0000000 --- a/.changeset/itchy-hairs-beg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"water.css": patch ---- - -Remove sourcemap references from built files diff --git a/.changeset/large-days-judge.md b/.changeset/large-days-judge.md deleted file mode 100644 index a32e066..0000000 --- a/.changeset/large-days-judge.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"water.css": patch ---- - -Reduce input selector specificity for display property to prevent overriding user's css. Fixes #78 and #82 diff --git a/.changeset/nine-scissors-live.md b/.changeset/nine-scissors-live.md deleted file mode 100644 index 5f97b87..0000000 --- a/.changeset/nine-scissors-live.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"water.css": patch ---- - -Added styling for Input type Reset diff --git a/.changeset/real-bananas-beam.md b/.changeset/real-bananas-beam.md deleted file mode 100644 index d85d424..0000000 --- a/.changeset/real-bananas-beam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"water.css": minor ---- - -Add styles for element diff --git a/.changeset/rude-pots-sort.md b/.changeset/rude-pots-sort.md deleted file mode 100644 index 6ce3df0..0000000 --- a/.changeset/rude-pots-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"water.css": patch ---- - -Update button colors for better contrast, especially in tables \ No newline at end of file diff --git a/.changeset/thirty-buckets-invent.md b/.changeset/thirty-buckets-invent.md deleted file mode 100644 index bc87c70..0000000 --- a/.changeset/thirty-buckets-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"water.css": patch ---- - -Update main package entrypoint diff --git a/.changeset/tiny-ravens-decide.md b/.changeset/tiny-ravens-decide.md deleted file mode 100644 index 8ac1069..0000000 --- a/.changeset/tiny-ravens-decide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"water.css": patch ---- - -Fix color of `` and `` tags inside links diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cee348..752659c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,31 @@ # Water.css +## 2.1.0 + +### Minor Changes + +- 567d2ec: Add styles for 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 `` and `` 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 diff --git a/package.json b/package.json index 3c883e8..4c4e5b0 100644 --- a/package.json +++ b/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": {