tabs-not-spaces / powers-hell-blog

new home for powers-hell.com blog
The Unlicense
4 stars 0 forks source link

Bump @tailwindcss/typography from 0.4.0 to 0.5.3 #102

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @tailwindcss/typography from 0.4.0 to 0.5.3.

Release notes

Sourced from @​tailwindcss/typography's releases.

v0.5.2

Fixed

  • Ensure nested selectors using &:hover work (#246)

v0.5.1

Removed

  • Remove dist folder and related dependencies (#226)

Fixed

  • Don't generate invalid CSS when given an array of property values (#224)

v0.5.0

This release of @tailwindcss/typography is an exciting one, and finally includes easy support for dark mode, the ability to escape prose styles, and a brand new HTML-based customization API that is a lot more fun to work with than the configuration based API we've offered in the past.

To upgrade, make sure you are on the latest version of Tailwind CSS, then install @tailwindcss/typography@latest:

npm install -D @tailwindcss/typography@latest

This version is designed for Tailwind CSS v3.0+, and is not compatible with earlier versions.


Added

  • Added prose-invert for easy dark mode support (#216)
  • Added gray scale modifiers like prose-slate and prose-stone to make it easy to match your typography to your site's gray scale (#216)
  • Added new element modifiers API like prose-a:text-blue-500 for easily customizing individual elements directly in your HTML (#216)
  • Added not-prose class for preventing prose styles from affecting a section of HTML (#205)
  • Updated selectors to use :where to reduce specificity, making it possible to override prose children with utilities (#203)

Changes

  • Switch from ::before pseudo-elements to using the native ::marker pseudo-element for styling list bullets and counters (#216)

v0.5.0-alpha.3

v0.5.0 will drop support for Tailwind CSS v2.0 and is intended for use with Tailwind CSS v3.0+.

To upgrade, install @tailwindcss/typography@next:

npm install -D @tailwindcss/typography@next

This is an alpha release, so some things might be broken. I don't know about them otherwise I would have fixed them, but you are gonna find them! So try it, break it, and tell me about it when you do so we can get this thing really battle-tested for a proper v3.0 release in a few weeks.

... (truncated)

Changelog

Sourced from @​tailwindcss/typography's changelog.

[0.5.3] - 2022-07-07

Added

  • Add styles for tfoot elements (#243)
  • Add prose-h5 and prose-h6 variants (#273)

Fixed

  • Fix prose elements legacy mode (#259)
  • Allow lead class to override element styles (#260)
  • Fix generation of prose-headings variant (#264)
  • Fix figure spacing (#267)
  • Fix child combinator :where selectors (#268)
  • Fix prose-headings variant to include h5 and h6 elements (#273)

[0.5.2] - 2022-02-14

Fixed

  • Ensure nested selectors using &:hover work (#246)

[0.5.1] - 2022-01-28

Removed

  • Remove dist folder and related dependencies (#226)

Fixed

  • Don't generate invalid CSS when given an array of property values (#224)

[0.5.0] - 2021-12-09

[0.5.0-alpha.3] - 2021-11-08

Changes

  • Use :where to reduce specificity, making it possible to override prose children with utilities (#203)
  • Support "undoing" prose styles using the not-prose class on a group of child elements (#205)
  • Update color palette for v3 (#206)
  • Improve customization API, add alternate grays, add dark mode support, use ::marker instead of pseudo-elements, and add child element variants (eg. prose-h1:underline)(#216)

[0.5.0-alpha.2] - 2021-11-08

[0.5.0-alpha.1] - 2021-11-08

[0.4.1] - 2021-05-24

Fixed

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by thecrypticace, a new releaser for @​tailwindcss/typography since your current version.


Dependabot compatibility score

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[bot] commented 2 years ago

Superseded by #103.