Release notes
*Sourced from [tailwindcss's releases](https://github.com/tailwindcss/tailwindcss/releases).*
> ## v1.1.4
> - Fixes a bug where the `.group` class was not receiving the user's configured prefix when using the `prefix` option ([#1216](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/1216)).
>
> _Note: Although this is a bugfix it could affect your site if you were working around the bug in your own code by not prefixing the `.group` class. I'm sorry 😞_
>
> ## v1.1.3
> - Fixes an issue where in some cases function properties in the user's `theme` config didn't receive the second utils argument ([#1180](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/1180))
>
> ## v1.1.2
> - Fixes a bug with horizontal rules where they were displayed with a 2px border instead of a 1px border ([#1079](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/1079))
> - Fixes a bug with horizontal rules where they were rendered with default top/bottom margin ([#1079](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/1079))
>
> ## v1.1.1
> - Fixes issue where values like `auto` would fail to make it through the default negative margin config ([#1070](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/1070))
>
> ## v1.1.0
> # Tailwind CSS v1.1
>
> The first new feature release since v1.0 has arrived! Tailwind v1.1 includes a bunch of new stuff, but I think the things you'll probably be most excited about are:
>
> - [New screenreader visibility utilities](https://github.com/tailwindcss/tailwindcss/blob/HEAD/#added-utilities-for-screenreader-visibility)
> - [New utilities for setting the placeholder color on form elements](https://github.com/tailwindcss/tailwindcss/blob/HEAD/#added-utilities-for-placeholder-color)
> - [New variants for `first-child`, `last-child`, `nth-child(https://github.com/tailwindcss/tailwindcss/blob/HEAD/odd)`, and `nth-child(even)`](#first-last-even-and-https://github.com/tailwindcss/tailwindcss/blob/HEAD/odd-child-variants)
>
> **Important note** — although this is a minor release, it includes two bug fixes that may have a superficial impact on how your site looks if you are using horizontal rules in your site or are relying on the default placeholder color defined in Tailwind's base styles.
>
> Be sure to read through the [fixes](https://github.com/tailwindcss/tailwindcss/blob/HEAD/#fixes) section before upgrading to understand the impact.
>
> ## Changes
>
> - [New features](https://github.com/tailwindcss/tailwindcss/blob/HEAD/#new-features)
> - [Added utilities for screenreader visibility](https://github.com/tailwindcss/tailwindcss/blob/HEAD/#added-utilities-for-screenreader-visibility)
> - [Added utilities for placeholder color](https://github.com/tailwindcss/tailwindcss/blob/HEAD/#added-utilities-for-placeholder-color)
> - [First, last, even, and odd child variants](https://github.com/tailwindcss/tailwindcss/blob/HEAD/#first-last-even-and-odd-child-variants)
> - [Disabled variant](https://github.com/tailwindcss/tailwindcss/blob/HEAD/#disabled-variant)
> - [Visited variant](https://github.com/tailwindcss/tailwindcss/blob/HEAD/#visited-variant)
> - [Increase utility specificity using a scope instead of `!important`](https://github.com/tailwindcss/tailwindcss/blob/HEAD/#increase-utility-specificity-using-a-scope-instead-of-important)
> - [Add hover/focus variants for opacity by default](https://github.com/tailwindcss/tailwindcss/blob/HEAD/#add-hover-focus-variants-for-opacity-by-default)
> - [Added `border-double` utility](https://github.com/tailwindcss/tailwindcss/blob/HEAD/#added-border-double-utility)
> - [Support negative prefix for boxShadow and letterSpacing plugins](https://github.com/tailwindcss/tailwindcss/blob/HEAD/#support-negative-prefix-for-box-shadow-and-letter-spacing-plugins)
> - [Support passing config path via object](https://github.com/tailwindcss/tailwindcss/blob/HEAD/#support-passing-config-path-via-object)
> - [Fixes](https://github.com/tailwindcss/tailwindcss/blob/HEAD/#fixes)
> - [Placeholders no longer have a default opacity](https://github.com/tailwindcss/tailwindcss/blob/HEAD/#placeholders-no-longer-have-a-default-opacity)
> - [Make horizontal rules visible by default](https://github.com/tailwindcss/tailwindcss/blob/HEAD/#make-horizontal-rules-visible-by-default)
> - [Generate correct negative margins when using calc](https://github.com/tailwindcss/tailwindcss/blob/HEAD/#generate-correct-negative-margins-when-using-calc)
>
>
> ## New features
>
>
> ... (truncated)
Commits
- [`2216727`](https://github.com/tailwindcss/tailwindcss/commit/2216727e5849e301d9369fa160f6f1fad0e74cea) 1.1.4
- [`e376f94`](https://github.com/tailwindcss/tailwindcss/commit/e376f94b562ee417cb44549773a17547842c7676) Merge pull request [#1216](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/1216) from tailwindcss/prefix-group
- [`86ef02e`](https://github.com/tailwindcss/tailwindcss/commit/86ef02e34cb3410d42a62ea7cdec0130883fdea7) Apply configured prefix to the `.group` class for group-hover variants
- [`109a435`](https://github.com/tailwindcss/tailwindcss/commit/109a43503f2e29cc810ef5648925c1d6b34075ea) 1.1.3
- [`714073d`](https://github.com/tailwindcss/tailwindcss/commit/714073ddc3b48a709954704f87a2647e102558f2) Merge pull request [#1180](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/1180) from tailwindcss/pass-config-utils-recursively
- [`e357624`](https://github.com/tailwindcss/tailwindcss/commit/e3576242a4e65215ed0f5289d8f5cff8537db14c) Ensure all function properties receive config utils
- [`c2dcecf`](https://github.com/tailwindcss/tailwindcss/commit/c2dcecfff6753805cec7ad4610de56ebc71d86e3) 1.1.2
- [`23ae352`](https://github.com/tailwindcss/tailwindcss/commit/23ae352ccf5daa38f9526cdaf13ce63cdd4f7fac) Merge pull request [#1079](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/1079) from tailwindcss/fix-hr-base-styles
- [`84964c7`](https://github.com/tailwindcss/tailwindcss/commit/84964c7744db9531c2509b03e06ddc7f5fad39b0) Fix base styles for horizontal rules
- [`db1bd56`](https://github.com/tailwindcss/tailwindcss/commit/db1bd5651bf913bf113ff1209b4f6b64cacfcaa6) 1.1.1
- Additional commits viewable in [compare view](https://github.com/tailwindcss/tailwindcss/compare/v0.7.4...v1.1.4)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps tailwindcss from 0.7.4 to 1.1.4.
Release notes
*Sourced from [tailwindcss's releases](https://github.com/tailwindcss/tailwindcss/releases).* > ## v1.1.4 > - Fixes a bug where the `.group` class was not receiving the user's configured prefix when using the `prefix` option ([#1216](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/1216)). > > _Note: Although this is a bugfix it could affect your site if you were working around the bug in your own code by not prefixing the `.group` class. I'm sorry 😞_ > > ## v1.1.3 > - Fixes an issue where in some cases function properties in the user's `theme` config didn't receive the second utils argument ([#1180](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/1180)) > > ## v1.1.2 > - Fixes a bug with horizontal rules where they were displayed with a 2px border instead of a 1px border ([#1079](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/1079)) > - Fixes a bug with horizontal rules where they were rendered with default top/bottom margin ([#1079](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/1079)) > > ## v1.1.1 > - Fixes issue where values like `auto` would fail to make it through the default negative margin config ([#1070](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/1070)) > > ## v1.1.0 > # Tailwind CSS v1.1 > > The first new feature release since v1.0 has arrived! Tailwind v1.1 includes a bunch of new stuff, but I think the things you'll probably be most excited about are: > > - [New screenreader visibility utilities](https://github.com/tailwindcss/tailwindcss/blob/HEAD/#added-utilities-for-screenreader-visibility) > - [New utilities for setting the placeholder color on form elements](https://github.com/tailwindcss/tailwindcss/blob/HEAD/#added-utilities-for-placeholder-color) > - [New variants for `first-child`, `last-child`, `nth-child(https://github.com/tailwindcss/tailwindcss/blob/HEAD/odd)`, and `nth-child(even)`](#first-last-even-and-https://github.com/tailwindcss/tailwindcss/blob/HEAD/odd-child-variants) > > **Important note** — although this is a minor release, it includes two bug fixes that may have a superficial impact on how your site looks if you are using horizontal rules in your site or are relying on the default placeholder color defined in Tailwind's base styles. > > Be sure to read through the [fixes](https://github.com/tailwindcss/tailwindcss/blob/HEAD/#fixes) section before upgrading to understand the impact. > > ## Changes > > - [New features](https://github.com/tailwindcss/tailwindcss/blob/HEAD/#new-features) > - [Added utilities for screenreader visibility](https://github.com/tailwindcss/tailwindcss/blob/HEAD/#added-utilities-for-screenreader-visibility) > - [Added utilities for placeholder color](https://github.com/tailwindcss/tailwindcss/blob/HEAD/#added-utilities-for-placeholder-color) > - [First, last, even, and odd child variants](https://github.com/tailwindcss/tailwindcss/blob/HEAD/#first-last-even-and-odd-child-variants) > - [Disabled variant](https://github.com/tailwindcss/tailwindcss/blob/HEAD/#disabled-variant) > - [Visited variant](https://github.com/tailwindcss/tailwindcss/blob/HEAD/#visited-variant) > - [Increase utility specificity using a scope instead of `!important`](https://github.com/tailwindcss/tailwindcss/blob/HEAD/#increase-utility-specificity-using-a-scope-instead-of-important) > - [Add hover/focus variants for opacity by default](https://github.com/tailwindcss/tailwindcss/blob/HEAD/#add-hover-focus-variants-for-opacity-by-default) > - [Added `border-double` utility](https://github.com/tailwindcss/tailwindcss/blob/HEAD/#added-border-double-utility) > - [Support negative prefix for boxShadow and letterSpacing plugins](https://github.com/tailwindcss/tailwindcss/blob/HEAD/#support-negative-prefix-for-box-shadow-and-letter-spacing-plugins) > - [Support passing config path via object](https://github.com/tailwindcss/tailwindcss/blob/HEAD/#support-passing-config-path-via-object) > - [Fixes](https://github.com/tailwindcss/tailwindcss/blob/HEAD/#fixes) > - [Placeholders no longer have a default opacity](https://github.com/tailwindcss/tailwindcss/blob/HEAD/#placeholders-no-longer-have-a-default-opacity) > - [Make horizontal rules visible by default](https://github.com/tailwindcss/tailwindcss/blob/HEAD/#make-horizontal-rules-visible-by-default) > - [Generate correct negative margins when using calc](https://github.com/tailwindcss/tailwindcss/blob/HEAD/#generate-correct-negative-margins-when-using-calc) > > > ## New features > > > ... (truncated)Commits
- [`2216727`](https://github.com/tailwindcss/tailwindcss/commit/2216727e5849e301d9369fa160f6f1fad0e74cea) 1.1.4 - [`e376f94`](https://github.com/tailwindcss/tailwindcss/commit/e376f94b562ee417cb44549773a17547842c7676) Merge pull request [#1216](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/1216) from tailwindcss/prefix-group - [`86ef02e`](https://github.com/tailwindcss/tailwindcss/commit/86ef02e34cb3410d42a62ea7cdec0130883fdea7) Apply configured prefix to the `.group` class for group-hover variants - [`109a435`](https://github.com/tailwindcss/tailwindcss/commit/109a43503f2e29cc810ef5648925c1d6b34075ea) 1.1.3 - [`714073d`](https://github.com/tailwindcss/tailwindcss/commit/714073ddc3b48a709954704f87a2647e102558f2) Merge pull request [#1180](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/1180) from tailwindcss/pass-config-utils-recursively - [`e357624`](https://github.com/tailwindcss/tailwindcss/commit/e3576242a4e65215ed0f5289d8f5cff8537db14c) Ensure all function properties receive config utils - [`c2dcecf`](https://github.com/tailwindcss/tailwindcss/commit/c2dcecfff6753805cec7ad4610de56ebc71d86e3) 1.1.2 - [`23ae352`](https://github.com/tailwindcss/tailwindcss/commit/23ae352ccf5daa38f9526cdaf13ce63cdd4f7fac) Merge pull request [#1079](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/1079) from tailwindcss/fix-hr-base-styles - [`84964c7`](https://github.com/tailwindcss/tailwindcss/commit/84964c7744db9531c2509b03e06ddc7f5fad39b0) Fix base styles for horizontal rules - [`db1bd56`](https://github.com/tailwindcss/tailwindcss/commit/db1bd5651bf913bf113ff1209b4f6b64cacfcaa6) 1.1.1 - Additional commits viewable in [compare view](https://github.com/tailwindcss/tailwindcss/compare/v0.7.4...v1.1.4)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)