Release notes
*Sourced from [tailwindcss's releases](https://github.com/tailwindcss/tailwindcss/releases).*
> ## v1.0.4
> - Increase precision of percentage width values to avoid 1px rounding issues in grid layouts ([#961](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/961))
>
> ## v1.0.3
> - Throws an error when someone tries to use `@tailwind preflight` instead of `@tailwind base`, this is the source of many support requests
>
> ## v1.0.2
> - Fixes a bug where `@screen` rules weren't bubbled properly when nested in plugins ([#941](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/941))
>
> ## v1.0.1
> - Fixes a bug where global variants weren't properly merged ([#911](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/911))
>
> ## v1.0.0
> No release notes provided.
>
> ## v1.0.0-beta.10
> - Use `9999` and `-9999` for `order-last` and `order-first` utilities respectively ([#906](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/906))
>
> ## v1.0.0-beta.9
> - Add `bg-repeat-round` and `bg-repeat-space` utilities ([#879](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/879))
> - Add `select-all` and `select-auto` utilities ([#885](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/885), https://github.com/tailwindcss/tailwindcss/commit/0fac54f8f11ddeb97ace42cd018d8bec603246b3)
> - Make all utilities responsive by default ([#901](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/901))
>
> ## v1.0.0-beta.8
> - Adds `responsive` variants for the new `order` utilities by default, should have been there all along
>
> ## v1.0.0-beta.7
> - Fixes a bug where you couldn't extend the margin config (https://github.com/tailwindcss/tailwindcss/commit/aac25d6a7af219d7221d06da3aa8b9e90557d48b)
>
> ## v1.0.0-beta.6
> - Removed `negativeMargin` plugin, now the regular `margin` plugin supports generating negative classes (like `-mx-6`) by using negative keys in the config, like `-6` ([#865](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/865), [upgrade guide](https://next.tailwindcss.com/docs/upgrading-to-v1/#2-4-move-your-negativemargin-config-to-margin))
> - Added support for negative inset (`-top-6`, `-right-4`) and z-index (`-z-10`) utilities, using the same negative key syntax supported by the `margin` plugin ([#867](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/867), [#875](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/875))
> - Add missing fractions as well as x/12 fractions to width scale ([#646](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/646))
> - Add `order` utilities ([#693](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/693))
> - Add `cursor-text` class by default ([#795](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/795))
> - Make it possible to access your fully merged config file in JS ([#877](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/877))
>
> ## v1.0.0-beta.5
> - Fix a bug where stroke and fill plugins didn't properly handle the next object syntax for color definitions ([#821](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/821))
> - Fix a bug where you couldn't have comments near `@apply` directives ([#847](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/847))
> - Make it possible to disable all core plugins using `corePlugins: false` ([#849](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/849))
> - Make it possible to configure a single list of variants that applies to all utility plugins ([#852](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/852))
> - Make it possible to whitelist which core plugins should be enabled ([#853](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/853))
>
> ## v1.0.0-beta.4
> - Add the `container` key to the scaffolded config file when generated with `--full` ([#792](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/792))
> - Fixes an issue where the user's config object was being mutated during processing (only affects [@bradlc](https://github.com/bradlc) 😅)
> - Fixes an issue where you couldn't use a closure to define theme sections under `extend` ([#803](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/803))
> - Removes `SFMono-Regular` from the beginning of the default monospace font stack, it has no italic support and Menlo looks better anyways ([#805](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/805))
> - Bumps node dependency to 8.9.0 so we can keep our default config file clean, 6.9.0 is EOL next month anyways
> ... (truncated)
Commits
- [`ca670f5`](https://github.com/tailwindcss/tailwindcss/commit/ca670f5a764d53185a16545f8b51868af1fd47b0) 1.0.4
- [`cdffd08`](https://github.com/tailwindcss/tailwindcss/commit/cdffd086d5d2adc6a4147a2db6270a2c27ae9f59) Merge pull request [#961](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/961) from tailwindcss/more-precise-percentage-widths
- [`9169e96`](https://github.com/tailwindcss/tailwindcss/commit/9169e96075e8dcc575b210da7e50ec740a8bfd91) Merge pull request [#963](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/963) from tailwindcss/dependabot/npm_and_yarn/master/prett...
- [`517d2e2`](https://github.com/tailwindcss/tailwindcss/commit/517d2e266ed0ca61d3623205ace06d574f7570cc) Bump prettier from 1.18.0 to 1.18.2
- [`34a5d63`](https://github.com/tailwindcss/tailwindcss/commit/34a5d636721d024f55d40e7191fb447f192e3584) Merge pull request [#959](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/959) from tailwindcss/dependabot/npm_and_yarn/master/prett...
- [`4549e2d`](https://github.com/tailwindcss/tailwindcss/commit/4549e2d1f1199bf65cb4fafdc04a426edb0a8157) Increase precision of percentage widths
- [`4c854bf`](https://github.com/tailwindcss/tailwindcss/commit/4c854bfc2fd922e3cde9de799eb385b4ab747b04) Bump prettier from 1.17.1 to 1.18.0
- [`c4b893b`](https://github.com/tailwindcss/tailwindcss/commit/c4b893bfa7ca781dd319292c1c912abe3d60e514) Merge pull request [#958](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/958) from tailwindcss/dependabot/npm_and_yarn/master/postc...
- [`2f1005e`](https://github.com/tailwindcss/tailwindcss/commit/2f1005ef213ac5e567a6c14787b3660aaed684d0) Bump postcss from 7.0.16 to 7.0.17
- [`6adf07c`](https://github.com/tailwindcss/tailwindcss/commit/6adf07c6f51434cecf9757b57658804c1ed8bbd3) Merge pull request [#955](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/955) from tailwindcss/dependabot/npm_and_yarn/master/autop...
- Additional commits viewable in [compare view](https://github.com/tailwindcss/tailwindcss/compare/v0.7.4...v1.0.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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- 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)
Finally, you can contact us by mentioning @dependabot.
Bumps tailwindcss from 0.7.4 to 1.0.4.
Release notes
*Sourced from [tailwindcss's releases](https://github.com/tailwindcss/tailwindcss/releases).* > ## v1.0.4 > - Increase precision of percentage width values to avoid 1px rounding issues in grid layouts ([#961](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/961)) > > ## v1.0.3 > - Throws an error when someone tries to use `@tailwind preflight` instead of `@tailwind base`, this is the source of many support requests > > ## v1.0.2 > - Fixes a bug where `@screen` rules weren't bubbled properly when nested in plugins ([#941](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/941)) > > ## v1.0.1 > - Fixes a bug where global variants weren't properly merged ([#911](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/911)) > > ## v1.0.0 > No release notes provided. > > ## v1.0.0-beta.10 > - Use `9999` and `-9999` for `order-last` and `order-first` utilities respectively ([#906](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/906)) > > ## v1.0.0-beta.9 > - Add `bg-repeat-round` and `bg-repeat-space` utilities ([#879](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/879)) > - Add `select-all` and `select-auto` utilities ([#885](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/885), https://github.com/tailwindcss/tailwindcss/commit/0fac54f8f11ddeb97ace42cd018d8bec603246b3) > - Make all utilities responsive by default ([#901](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/901)) > > ## v1.0.0-beta.8 > - Adds `responsive` variants for the new `order` utilities by default, should have been there all along > > ## v1.0.0-beta.7 > - Fixes a bug where you couldn't extend the margin config (https://github.com/tailwindcss/tailwindcss/commit/aac25d6a7af219d7221d06da3aa8b9e90557d48b) > > ## v1.0.0-beta.6 > - Removed `negativeMargin` plugin, now the regular `margin` plugin supports generating negative classes (like `-mx-6`) by using negative keys in the config, like `-6` ([#865](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/865), [upgrade guide](https://next.tailwindcss.com/docs/upgrading-to-v1/#2-4-move-your-negativemargin-config-to-margin)) > - Added support for negative inset (`-top-6`, `-right-4`) and z-index (`-z-10`) utilities, using the same negative key syntax supported by the `margin` plugin ([#867](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/867), [#875](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/875)) > - Add missing fractions as well as x/12 fractions to width scale ([#646](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/646)) > - Add `order` utilities ([#693](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/693)) > - Add `cursor-text` class by default ([#795](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/795)) > - Make it possible to access your fully merged config file in JS ([#877](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/877)) > > ## v1.0.0-beta.5 > - Fix a bug where stroke and fill plugins didn't properly handle the next object syntax for color definitions ([#821](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/821)) > - Fix a bug where you couldn't have comments near `@apply` directives ([#847](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/847)) > - Make it possible to disable all core plugins using `corePlugins: false` ([#849](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/849)) > - Make it possible to configure a single list of variants that applies to all utility plugins ([#852](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/852)) > - Make it possible to whitelist which core plugins should be enabled ([#853](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/853)) > > ## v1.0.0-beta.4 > - Add the `container` key to the scaffolded config file when generated with `--full` ([#792](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/792)) > - Fixes an issue where the user's config object was being mutated during processing (only affects [@bradlc](https://github.com/bradlc) 😅) > - Fixes an issue where you couldn't use a closure to define theme sections under `extend` ([#803](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/803)) > - Removes `SFMono-Regular` from the beginning of the default monospace font stack, it has no italic support and Menlo looks better anyways ([#805](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/805)) > - Bumps node dependency to 8.9.0 so we can keep our default config file clean, 6.9.0 is EOL next month anyways > ... (truncated)Commits
- [`ca670f5`](https://github.com/tailwindcss/tailwindcss/commit/ca670f5a764d53185a16545f8b51868af1fd47b0) 1.0.4 - [`cdffd08`](https://github.com/tailwindcss/tailwindcss/commit/cdffd086d5d2adc6a4147a2db6270a2c27ae9f59) Merge pull request [#961](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/961) from tailwindcss/more-precise-percentage-widths - [`9169e96`](https://github.com/tailwindcss/tailwindcss/commit/9169e96075e8dcc575b210da7e50ec740a8bfd91) Merge pull request [#963](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/963) from tailwindcss/dependabot/npm_and_yarn/master/prett... - [`517d2e2`](https://github.com/tailwindcss/tailwindcss/commit/517d2e266ed0ca61d3623205ace06d574f7570cc) Bump prettier from 1.18.0 to 1.18.2 - [`34a5d63`](https://github.com/tailwindcss/tailwindcss/commit/34a5d636721d024f55d40e7191fb447f192e3584) Merge pull request [#959](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/959) from tailwindcss/dependabot/npm_and_yarn/master/prett... - [`4549e2d`](https://github.com/tailwindcss/tailwindcss/commit/4549e2d1f1199bf65cb4fafdc04a426edb0a8157) Increase precision of percentage widths - [`4c854bf`](https://github.com/tailwindcss/tailwindcss/commit/4c854bfc2fd922e3cde9de799eb385b4ab747b04) Bump prettier from 1.17.1 to 1.18.0 - [`c4b893b`](https://github.com/tailwindcss/tailwindcss/commit/c4b893bfa7ca781dd319292c1c912abe3d60e514) Merge pull request [#958](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/958) from tailwindcss/dependabot/npm_and_yarn/master/postc... - [`2f1005e`](https://github.com/tailwindcss/tailwindcss/commit/2f1005ef213ac5e567a6c14787b3660aaed684d0) Bump postcss from 7.0.16 to 7.0.17 - [`6adf07c`](https://github.com/tailwindcss/tailwindcss/commit/6adf07c6f51434cecf9757b57658804c1ed8bbd3) Merge pull request [#955](https://github-redirect.dependabot.com/tailwindcss/tailwindcss/issues/955) from tailwindcss/dependabot/npm_and_yarn/master/autop... - Additional commits viewable in [compare view](https://github.com/tailwindcss/tailwindcss/compare/v0.7.4...v1.0.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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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) Finally, you can contact us by mentioning @dependabot.